* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #F4EFE9;
}

header {
  padding: 40px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 456px) {
  header nav {
    position: fixed;
    z-index: 98;
  }
}

header nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 456px) {
  header nav ul {
    flex-direction: column;
  }
}

header nav ul li {
  margin-left: 40px;
}
@media screen and (max-width: 456px) {
  header nav ul li {
    margin-left: 0;
  }
}

header nav ul li a {
  text-decoration: none;
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 456px) {
  header nav:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transform: translateX(100%) translateY(-100%);
    transition-delay: 0.2s;
  }
}

@media screen and (max-width: 456px) {
  header nav:after {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transform: translateX(100%) translateY(-100%);
    background: #F4EFE9;
    transition-delay: 0s;
  }
}

@media screen and (max-width: 456px) {
  .nav-but-wrap {
    display: inline-block;
  }
}

@media screen and (max-width: 456px) {
  .nav__content {
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 0;
    margin-top: 20px;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 1209px) {
  .nav__list {
    margin-right: 15px;
  }
}
@media screen and (max-width: 456px) {
  .nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 456px) {
  .nav__list-item {
    position: relative;
    display: block;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: center;
    padding-bottom: 10px;
    color: #1E1928;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: black;
    overflow: hidden;
    letter-spacing: 3px;
    transform: translate(100px, 0%);
    transition: opacity 0.2s ease, transform 0.3s ease;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 456px) {
  .nav__list-item a {
    position: relative;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    transition: all 200ms linear;
  }
}

@media screen and (max-width: 456px) {
  .nav__list-item a:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -2px;
    left: 50%;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #8167a9;
    z-index: 1;
    transition: all 200ms linear;
  }
}

.container {
  max-width: 1200px;
  margin: auto;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

#navigation {
  display: flex;
  list-style: none;
}

@media screen and (max-width: 1209px) {
  .logo {
    margin-left: 15px;
  }
}

.item_link {
  text-decoration: none;
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.section0 {
  padding-bottom: 196px;
}

.losing {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 970px) {
  .losing {
    justify-content: center;
  }
}

.firstart {
  max-width: 549px;
}
@media screen and (max-width: 1209px) {
  .firstart {
    margin-left: 20px;
  }
}
@media screen and (max-width: 970px) {
  .firstart {
    justify-content: center;
    text-align: center;
    margin-left: 0;
  }
}

.losing_a_loved {
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  margin-bottom: 24px;
}

.empathy_is_here {
  margin-bottom: 4px;
  color: rgba(30, 25, 40, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.252px;
}

.we_guide {
  margin-bottom: 28px;
  color: rgba(30, 25, 40, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.252px;
}

.try_it {
  margin-bottom: 24px;
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.252px;
}

.firstform {
  border-radius: 9999px;
  background: #FFF;
  padding: 8px 12px;
  display: flex;
  max-width: 448px;
  justify-content: space-between;
}

.firstinput {
  width: 180px;
  border: none;
  background-color: transparent;
  padding: 10px 19px;
  color: rgb(30, 25, 40);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  outline: none;
  font-weight: 400;
  line-height: 20px;
}

.firstbutton {
  padding: 10px 32px;
  border-radius: 9999px;
  color: #F4EFE9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: #1E1928;
}

.family_first_frame {
  max-width: 564px;
}
@media screen and (max-width: 970px) {
  .family_first_frame {
    display: none;
  }
}

.family_first_image {
  display: block;
  width: 100%;
}

.section1 {
  padding-top: 270px;
  padding-bottom: 78px;
  background-color: #FFD394;
  background-image: url("../images/bottom_logo.png");
  background-position: bottom -240px left 0px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 970px) {
  .section1 {
    background-image: none;
  }
}

.freeblock {
  border-radius: 8px;
  text-align: center;
  position: absolute;
  max-width: 1200px;
  height: 380px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 80px 0;
  top: 640px;
  left: calc(50% - 600px);
}
@media screen and (max-width: 1183px) {
  .freeblock {
    left: 0;
  }
}
@media screen and (max-width: 395px) {
  .freeblock {
    top: 750px;
  }
}
@media screen and (max-width: 320px) {
  .freeblock {
    top: 850px;
  }
}
@media screen and (max-width: 397px) {
  .freeblock {
    top: 700px;
  }
}

.relief_is_near {
  color: #1E1928;
  text-align: center;
  padding-top: 80px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
@media screen and (max-width: 970px) {
  .relief_is_near {
    padding-top: 0;
  }
}

.empathy_created {
  margin-top: 28px;
  padding-left: 273px;
  padding-right: 273px;
  color: rgba(30, 25, 40, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  letter-spacing: 0.252px;
}
@media screen and (max-width: 790px) {
  .empathy_created {
    padding-left: 0;
    padding-right: 0;
  }
}

.learn_more {
  margin-top: 30px;
  margin: 20px auto 0;
  display: block;
  text-decoration: none;
  width: 142px;
  padding: 10px 32px;
  border-radius: 9999px;
  border: 1px solid black;
  color: #1E1928;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  background: #FFF;
}

.works__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.works__title {
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.works__list {
  list-style-type: none;
  width: 500px;
}
@media screen and (max-width: 602px) {
  .works__list {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.works__item {
  color: #1E1928;
  font-family: "Inter", sans-serif;
  display: block;
  position: relative;
  margin-bottom: 35px;
}

.item1:before {
  content: "1";
  position: absolute;
  top: 5px;
  left: -90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.252px;
  background-color: black;
}
@media screen and (max-width: 970px) {
  .item1:before {
    position: static;
  }
}

.item2::before {
  content: "2";
  position: absolute;
  top: 5px;
  left: -90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.252px;
  background-color: black;
}
@media screen and (max-width: 970px) {
  .item2::before {
    position: static;
  }
}

.item3::before {
  content: "3";
  position: absolute;
  top: 5px;
  left: -90px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.252px;
  background-color: black;
}
@media screen and (max-width: 970px) {
  .item3::before {
    position: static;
  }
}

.works__subtitle {
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.252px;
  margin-bottom: 5px;
}

.works__text {
  color: rgba(30, 25, 40, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.176px;
}

.section2 {
  background-color: #F4EFE9;
  display: flex;
}

.container_exp {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container_exp {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 602px) {
  .container_exp {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.exp {
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  text-align: right;
}
@media screen and (max-width: 603px) {
  .exp {
    text-align: center;
  }
}

.exp_text {
  max-width: 587px;
  margin-top: 28px;
  color: rgba(30, 25, 40, 0.8);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.252px;
}
@media screen and (max-width: 603px) {
  .exp_text {
    text-align: center;
  }
}

.firstframe {
  padding-top: 87px;
}
@media screen and (max-width: 603px) {
  .firstframe {
    display: none;
  }
}

.section3 {
  background-color: #F4EFE9;
  display: flex;
}

.container_exp2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container_exp2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 602px) {
  .container_exp2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.secondframe {
  padding-top: 87px;
}
@media screen and (max-width: 603px) {
  .secondframe {
    display: none;
  }
}

.exp2 {
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 603px) {
  .exp2 {
    text-align: center;
  }
}

.exp_text2 {
  color: rgba(30, 25, 40, 0.8);
  max-width: 597px;
  margin-top: 28px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.252px;
}
@media screen and (max-width: 603px) {
  .exp_text2 {
    text-align: center;
  }
}

.section4 {
  background-color: #F4EFE9;
  display: flex;
}

.container_exp3 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container_exp3 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 602px) {
  .container_exp3 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.exp3 {
  color: #1E1928;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 603px) {
  .exp3 {
    text-align: center;
  }
}

.exp_text3 {
  color: rgba(30, 25, 40, 0.8);
  max-width: 597px;
  margin-top: 28px;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.252px;
}
@media screen and (max-width: 603px) {
  .exp_text3 {
    text-align: center;
  }
}

.thirdframe {
  padding-top: 87px;
}
@media screen and (max-width: 603px) {
  .thirdframe {
    display: none;
  }
}

.section5 {
  background-color: #F4EFE9;
  display: flex;
}

.container_exp4 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container_exp4 {
    flex-direction: column;
  }
}
@media screen and (max-width: 602px) {
  .container_exp4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.fourthframe {
  padding-top: 87px;
}
@media screen and (max-width: 603px) {
  .fourthframe {
    display: none;
  }
}

.exp4 {
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 603px) {
  .exp4 {
    text-align: center;
  }
}

.exp_text4 {
  color: rgba(30, 25, 40, 0.8);
  max-width: 599px;
  margin-top: 28px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.252px;
}
@media screen and (max-width: 603px) {
  .exp_text4 {
    text-align: center;
  }
}

.section6 {
  background-color: #F4EFE9;
  display: flex;
}

.container_exp5 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container_exp5 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 602px) {
  .container_exp5 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.fifthframe {
  padding-top: 87px;
}
@media screen and (max-width: 603px) {
  .fifthframe {
    display: none;
  }
}

.exp5 {
  text-align: right;
  color: #1E1928;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}
@media screen and (max-width: 603px) {
  .exp5 {
    text-align: center;
  }
}

.exp_text5 {
  color: rgba(30, 25, 40, 0.8);
  text-align: right;
  max-width: 597px;
  margin-top: 28px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.252px;
}
@media screen and (max-width: 603px) {
  .exp_text5 {
    text-align: center;
  }
}

.ind_knowledge {
  background-color: #F4EFE9;
  padding-top: 224px;
  padding-bottom: 312px;
}

.ind_text {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 535px;
}

.i_text {
  color: #1E1928;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.252px;
}

.knw_img {
  margin: auto;
  margin-top: 80px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.knw_img a {
  display: inline-block;
  max-width: 144px;
}

.full_library {
  display: flex;
  align-items: center;
  padding-top: 90px;
  margin: auto;
  max-width: 168px;
}

.see_library {
  color: #1E1928;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: block;
  text-decoration: none;
  width: 168px;
  padding: 10px 32px;
  border-radius: 9999px;
  border: 1px solid #1E1928;
  background: #F4EFE9;
}

.your_security {
  background-color: #592141;
  padding-bottom: 184px;
}

.our_priority {
  border-radius: 8px;
  text-align: center;
  position: absolute;
  max-width: 1200px;
  height: 380px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 80px 0 76px;
  top: 5780px;
  left: calc(50% - 600px);
}
@media screen and (max-width: 1183px) {
  .our_priority {
    left: 0px;
  }
}
@media screen and (max-width: 760px) {
  .our_priority {
    top: 6780px;
  }
}
@media screen and (max-width: 603px) {
  .our_priority {
    position: static;
  }
}

.priority_first {
  color: #1E1928;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}

.priority_second {
  color: rgba(30, 25, 40, 0.8);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 176.471% */
  letter-spacing: 0.252px;
  padding-top: 28px;
  max-width: 662px;
}

.the_worlds_1 {
  max-width: 828px;
  margin: auto;
}

.in_the_worlds {
  color: #F4EFE9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.252px;
  padding-top: 302px;
}

.in_the_worlds_2 {
  color: #F4EFE9;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px; /* 100% */
  padding-top: 26px;
}

.feel_bad {
  color: #F4EFE9;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 120% */
  max-width: 828px;
}
@media screen and (max-width: 602px) {
  .feel_bad {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.roger {
  color: #F4EFE9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  padding-top: 32px;
}

.as_seen {
  text-align: center;
  padding-top: 144px;
  padding-bottom: 262px;
  background-color: #EDE6DD;
}

.as_seen h4 {
  color: #1E1928;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 135.484% */
  margin-bottom: 68px;
}

.seen_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1183px) {
  .seen_img {
    flex-wrap: wrap;
  }
}

.as_seen_img {
  width: 288px;
  height: 144px;
  border-radius: 8px;
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.free_trial {
  padding-top: 266px;
  padding-bottom: 138px;
  background-color: #1E1928;
  background-repeat: no-repeat;
  background-position: bottom -240px left 0px;
  position: relative;
}

.free_trial_block {
  border-radius: 8px;
  text-align: center;
  position: absolute;
  max-width: 1200px;
  height: 380px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background: #fff;
  padding: 80px 0;
  top: -190px;
  left: calc(50% - 600px);
}
@media screen and (max-width: 1183px) {
  .free_trial_block {
    left: 0px;
  }
}
@media screen and (max-width: 456px) {
  .free_trial_block {
    flex-direction: column;
  }
}

.price {
  text-align: center;
  width: 100%;
  max-width: 564px;
}

.price h3 {
  color: #1E1928;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 16px;
}

.price p {
  color: rgba(30, 25, 40, 0.64);
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.084px;
}

.start_trial h3 {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 152.941% */
  text-align: center;
  letter-spacing: 0.252px;
  margin-bottom: 37px;
}

.start_trial form {
  border-radius: 9999px;
  background: #FFF;
  padding: 8px 12px;
  display: flex;
  max-width: 448px;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 23px;
}

.start_trial input {
  width: 180px;
  border: none;
  background-color: transparent;
  padding: 10px 19px;
  color: rgb(30, 25, 40);
  font-family: "Inter", sans-serif;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.start_trial button {
  padding: 10px 32px;
  border-radius: 9999px;
  background: #1E1928;
  color: #F4EFE9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.start_trial p {
  color: #EDE6DD;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.links {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  padding-bottom: 114px;
  margin: auto;
}
@media screen and (max-width: 876px) {
  .links {
    display: block;
  }
}

.company_links {
  display: flex;
}

.company_pages {
  margin-right: 188px;
}
@media screen and (max-width: 395px) {
  .company_pages {
    margin-right: 30px;
  }
}

.company_pages ul {
  list-style: none;
  padding: 0;
}

.company_pages li {
  margin-bottom: 16px;
  max-width: 126px;
}

.company_pages a {
  text-decoration: none;
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.252px;
}

.company_resources ul {
  list-style: none;
  padding: 0;
}

.company_resources li {
  margin-bottom: 16px;
  max-width: 126px;
}

.company_resources a {
  text-decoration: none;
  color: #1E1928;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.252px;
}

.social_links {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 395px) {
  .social_links {
    flex-wrap: wrap;
  }
}

.social_links a:first-of-type {
  border-radius: 9999px;
  background: #1E1928;
  color: #F4EFE9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 32px;
  width: 257px;
  height: 40px;
  text-decoration: none;
}
@media screen and (max-width: 970px) {
  .social_links a:first-of-type {
    font-size: 20px;
    height: 70px;
  }
}
@media screen and (max-width: 395px) {
  .social_links a:first-of-type {
    height: 60px;
  }
}

.social_links img {
  margin-left: 16px;
}
@media screen and (max-width: 395px) {
  .social_links img {
    padding-top: 10px;
  }
}

.empathy_for_everyone {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.empathy_everyone p {
  color: rgba(30, 25, 40, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.084px;
  max-width: 665px;
  margin-bottom: 14px;
}

.empathy_everyone address {
  color: rgba(30, 25, 40, 0.64);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.mobile_stores a {
  margin-left: 16px;
}

.mobile_stores p {
  color: rgba(30, 25, 40, 0.64);
  font-family: "Inter", sans-serif;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
}/*# sourceMappingURL=style_preproc.css.map */