/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
.bg-primary {
  background-color: #121D41;
}

.color-primary {
  color: #121D41;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-mint {
  background-color: #98D9D0;
}

.color-mint {
  color: #98D9D0;
}

.bg-darkmint {
  background-color: #66B5AA;
}

.color-darkmint {
  color: #66B5AA;
}

.bg-green {
  background-color: #4F9087;
}

.color-green {
  color: #4F9087;
}

.bg-grey {
  background-color: #52586C;
}

.color-grey {
  color: #52586C;
}

.bg-teal-light {
  background-color: #E8F4F4;
}

.color-teal-light {
  color: #E8F4F4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #52586C;
  background: #fff;
  margin: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #52586C;
  text-decoration: none;
  display: inline-block;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  background-color: #121D41;
  border: none;
  color: #fff;
  padding: 15.5px 30px;
  font-weight: 600;
  border-radius: 8px;
  text-transform: capitalize;
}
.btn:focus, .btn:active, .btn:visited, .btn:focus-visible {
  outline: none;
  text-decoration: none;
  border-color: unset;
}

.logo {
  max-width: 150px;
}

h1 {
  font-family: var(--font-display);
  font-size: 64px;
  font-weight: 700;
  color: #121D41;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 920px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  color: #121D41;
  margin: 0 0 32px 0;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  color: #121D41;
  margin: 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 768px) {
  h5 {
    font-size: 16px;
  }
}

.p-30 {
  padding: 30px;
}

.pt-0 {
  padding-top: 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.ml-30 {
  margin-left: 30px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .d-desktop {
    display: none;
  }
}

.d-mobile {
  display: none;
}
@media (max-width: 768px) {
  .d-mobile {
    display: block;
  }
}

.text-center {
  text-align: center;
}

.align-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.align-items-base {
  align-items: baseline;
}

.align-left {
  text-align: left !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.relative {
  position: relative;
}

.half {
  flex: 1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-header {
  position: absolute;
  top: 45px;
  right: 0;
  display: flex;
  gap: 16px;
  z-index: 10;
  align-items: center;
  justify-content: end;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .carousel-header {
    display: none;
  }
}
.carousel-header button {
  border: unset;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  background-color: white;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #E8E8E8;
}
.carousel-header button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.carousel-header button.slick-next::before {
  background-image: url("../img/arrow-right.svg");
  background-position: right;
}
.carousel-header button.slick-prev::before {
  background-image: url("../img/arrow-left.svg");
  background-position: left;
}

.slick-slider .slide-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 18px;
  height: 100%;
}
.slick-slider .slick-slide {
  margin: 0 15px;
}
.slick-slider .slide-title {
  margin: 20px 10px 10px;
  font-size: 24px;
  font-weight: 600;
}
.slick-slider .slide-info {
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px 20px;
}
.slick-slider .slick-dots {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 34px 0;
}
.slick-slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
}
.slick-slider .slick-dots li.slick-active {
  background: #fff;
}
.slick-slider .slick-dots li::merker {
  content: none;
}
.slick-slider .slick-dots li button {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=password],
textarea {
  border: 1px solid #E8E8E8;
  font-size: 20px;
  color: #52586C;
  resize: vertical;
  padding: 15.5px 30px;
  font-weight: 400;
  border-radius: 8px;
  text-transform: capitalize;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: #121D41;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.mc-field-group {
  position: relative;
  display: flex;
  align-items: center;
}
.mc-field-group #mce-EMAIL {
  width: 100%;
  padding: 23.5px 30px;
}
.mc-field-group #mc-embedded-subscribe {
  position: absolute;
  right: 8px;
  height: 50px;
}

#mc-message {
  display: none;
  background: #fff;
  padding: 12px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 500;
  position: fixed;
  bottom: 50px;
  border: 1px solid #E8E8E8;
  z-index: 99;
  color: #121D41;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.0588235294);
  gap: 20px;
  align-items: center;
}

:root {
  --color-cream: #FDF8F4;
  --color-warm-white: #FFFCFA;
  --color-teal: #2A7C7C;
  --color-teal-dark: #1E5A5A;
  --color-teal-light: #E8F4F4;
  --color-coral: #E8846B;
  --color-coral-light: #FFF0EC;
  --color-charcoal: #2D3436;
  --color-slate: #636E72;
  --color-mist: #DFE6E9;
  --font-display: 'DM Serif Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, sans-serif;
}

body.admin-bar header.is-fixed {
  padding-top: 32px;
}

header {
  transition: transform 1s ease, background-color 1s ease, box-shadow 1s ease;
}
header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
@media (max-width: 768px) {
  header nav.main-navigation {
    display: none;
  }
}
header nav.main-navigation .primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav.main-navigation .primary-menu .menu-item {
  margin: 0 15px;
  font-weight: 500;
}
header .site-branding {
  margin-right: 30px;
}
header .container {
  padding: 24px 15px;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 768px) {
  header .container {
    padding: 15px;
  }
}
header .header-btn {
  display: flex;
  justify-content: flex-end;
  width: 20%;
  min-width: 185px;
}
@media (max-width: 768px) {
  header .header-btn {
    display: none;
  }
}
header .header-btn-mobile {
  display: none;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  header .header-btn-mobile {
    display: flex;
  }
}
header .site-title {
  max-height: 54px;
}
header .site-title a, header .site-title img {
  display: block;
}
header .burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 768px) {
  header .burger {
    display: flex;
  }
}
header .burger span {
  width: 24px;
  height: 2px;
  background: #000;
  transition: transform 0.3s ease, opacity 0.2s ease;
  transform-origin: center;
}
header .burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
header .burger.active span:nth-child(2) {
  opacity: 0;
}
header .burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
header {
  /* Mobile menu */
}
header .mobile-menu {
  position: fixed;
  background: #fff;
  padding: 100px 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
header .mobile-menu ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  padding: 0;
  align-items: flex-end;
}
header .mobile-menu.active {
  transform: translateX(0);
}

#hero {
  padding-top: 102px;
  padding-bottom: 102px;
  margin-top: -102px;
  margin-bottom: 102px;
  position: relative;
}
#hero::before {
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  background-image: url("../img/right-top.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: left top;
}
@media (max-width: 768px) {
  #hero::before {
    height: 200px;
    width: 200px;
    right: 0;
    top: 0;
    background-position: left bottom;
  }
}
#hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 410px;
  height: 100%;
  z-index: 1;
  background-image: url("../img/right-bottom.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-position: right bottom;
}
@media (max-width: 768px) {
  #hero::after {
    bottom: 200px;
  }
}
#hero .hero-bg {
  background-image: url("../img/left-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  width: 100%;
  height: 996px;
  z-index: 1;
  position: absolute;
  margin: 0 auto;
  top: 0;
}
@media (max-width: 768px) {
  #hero .hero-bg {
    height: 100%;
    background-position: right;
  }
}
#hero .hero-bg::before {
  content: "";
  height: 400px;
  width: 100%;
  background: #98d9d0;
  position: absolute;
  bottom: 145px;
}
@media (max-width: 1200px) {
  #hero .hero-bg::before {
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  #hero .hero-bg::before {
    content: none;
  }
}
#hero .hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  height: 850px;
  background-color: #66B5AA;
}
@media (max-width: 1420px) {
  #hero .hero-bg::after {
    width: 27%;
  }
}
@media (max-width: 768px) {
  #hero .hero-bg::after {
    content: none;
  }
}
#hero .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #hero .container > .d-flex {
    flex-direction: column;
  }
}
#hero .hero-inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 585px;
}
@media (max-width: 768px) {
  #hero .hero-inner {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
#hero .hero-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .k30 {
  right: 30px;
  margin-top: 40px;
  position: absolute;
}
#hero .hero-girl {
  left: 40px;
  position: absolute;
}
@media (max-width: 768px) {
  #hero .hero-girl {
    position: relative;
    top: -35px;
    left: 0;
  }
}
#hero .pill {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 16px;
  border: 1px solid #121D41;
  border-radius: 61px;
  display: inline-block;
  margin-bottom: 12px;
}
#hero .hero-inner h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
#hero p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 46px;
}
#hero .listing {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4F9087;
  border-radius: 24px;
  padding: 48px 40px;
  gap: 40px;
  justify-content: space-between;
  z-index: 9;
  position: relative;
}
@media (max-width: 1218px) {
  #hero .listing {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #hero .listing {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: -moz-fit-content;
    width: fit-content;
    margin: -50px auto 0;
  }
}
#hero .listing h5 {
  color: #fff;
  margin: 0;
  font-weight: 600;
}
#hero .listing p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
#hero .listing .item {
  align-items: center;
  justify-content: center;
  gap: 17px;
}
@media (max-width: 1218px) {
  #hero .listing .item {
    flex: 1 1 calc(50% - 24px);
    justify-content: flex-start;
  }
}

#is-not-hard {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  #is-not-hard {
    margin-bottom: 120px;
  }
}
#is-not-hard .listing {
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 920px) {
  #is-not-hard .listing {
    flex-direction: column;
  }
}
#is-not-hard .item {
  flex: 1 1 calc(50% - 24px);
  flex-wrap: nowrap;
  gap: 12px;
  background-color: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  padding: 22px 18px;
  align-items: center;
  max-height: 120px;
}
@media (max-width: 1200px) {
  #is-not-hard .item {
    flex: auto;
  }
}
#is-not-hard .item svg {
  width: 84px;
  height: 84px;
}
#is-not-hard .item p {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
#is-not-hard .hard-wrap {
  gap: 40px;
}
@media (max-width: 920px) {
  #is-not-hard .hard-wrap {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#is-not-hard .note {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 2px solid #F4F4F4;
}
@media (max-width: 920px) {
  #is-not-hard .is-not-hard__image {
    margin: 20px auto;
    display: flex;
  }
}

#companion {
  padding: 120px 0;
  margin-bottom: 160px;
  position: relative;
}
#companion > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #companion {
    margin-bottom: 120px;
  }
}
#companion::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("../img/Ellipse-top.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 0;
}
#companion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("../img/Ellipse-bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: 0;
}
#companion h2 {
  max-width: 563px;
  margin-bottom: 46px;
}

#safety {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  #safety {
    margin-bottom: 120px;
  }
}
#safety .note {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 32px;
}
#safety .safety-wrap {
  display: flex;
  gap: 60px;
}
@media (max-width: 1080px) {
  #safety .safety-wrap {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
#safety .safety-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#safety .safety-item {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  gap: 12px;
  background-color: #FAFAFA;
  border-radius: 18px;
  border: 1px solid #E8E8E8;
  padding: 18px;
}
@media (max-width: 768px) {
  #safety .safety-item {
    flex: auto;
  }
}
#safety .safety-info {
  max-width: 665px;
}
@media (max-width: 1080px) {
  #safety .safety-info {
    max-width: 100%;
  }
}
#safety .safety-img {
  width: -moz-available;
  width: fill-available;
  width: -webkit-fill-available;
}
@media (max-width: 1080px) {
  #safety .safety-img img {
    width: 100%;
  }
}
#safety .founder {
  padding: 32px 0 0;
  margin: 32px 0 0;
  border-top: 2px solid #F4F4F4;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 768px) {
  #safety .founder {
    gap: 16px;
    flex-wrap: wrap;
  }
}
#safety .founder-info {
  display: flex;
  flex-direction: column;
  width: 300px;
}
#safety .founder-info p {
  margin: 0;
}
#safety .founder-info .founder-name {
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px;
}

#how-it-works {
  margin-bottom: 260px;
  padding-top: 100px;
  scroll-margin-top: 120px;
}
@media (max-width: 768px) {
  #how-it-works {
    margin-bottom: 120px;
  }
}
#how-it-works .container {
  gap: 50px;
}
@media (max-width: 920px) {
  #how-it-works .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 920px) {
  #how-it-works .container .half {
    flex: auto;
  }
}
#how-it-works .d-desktop {
  width: 30%;
}
@media (max-width: 920px) {
  #how-it-works .d-desktop {
    display: none;
  }
}
#how-it-works .how-img {
  display: none;
  padding: 12px;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 18px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
}
#how-it-works .how-img.active {
  display: block;
}
#how-it-works .how-img.d-mobile {
  display: none;
  width: 100%;
}
@media (max-width: 920px) {
  #how-it-works .how-img.d-mobile.active {
    display: block;
  }
}
#how-it-works .how-items img {
  margin-bottom: 24px;
}
#how-it-works .how-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
#how-it-works .how-item.active {
  background-color: rgba(152, 217, 208, 0.3019607843);
}
#how-it-works .how-item.active .icon {
  background: #66B5AA;
}
#how-it-works .how-item.active .icon path {
  stroke: #121D41;
}
#how-it-works .how-item .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}
#how-it-works .how-item .icon path {
  stroke: #66B5AA;
}
#how-it-works .how-item h5 {
  margin-bottom: 5px;
}
#how-it-works .how-item p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

#pricing {
  padding: 120px 0;
  margin-bottom: 160px;
  position: relative;
  scroll-margin-top: 120px;
}
#pricing > .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  #pricing {
    margin-bottom: 120px;
  }
}
#pricing::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url("../img/right-bottom-elips.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  z-index: 0;
}
#pricing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-image: url("../img/left-top-elips.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  z-index: 0;
}
#pricing h2 {
  max-width: 563px;
  margin: 0 auto;
  text-align: center;
}
#pricing .note {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#pricing .pricing {
  margin-top: 50px;
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 920px) {
  #pricing .pricing {
    flex-direction: column;
    gap: 20px;
  }
}
#pricing .pricing-item {
  width: 410px;
  height: 492px;
  border-radius: 18px;
  padding: 12px;
  max-width: 100%;
}
#pricing .pricing-item:nth-child(1) {
  background: linear-gradient(154.83deg, #4F9087 0%, rgba(79, 144, 135, 0.2) 29.85%, #4F9087 63.89%, rgba(79, 144, 135, 0.2) 89.67%);
}
#pricing .pricing-item:nth-child(1) .price-name {
  color: #66B5AA;
}
#pricing .pricing-item:nth-child(2) {
  background: linear-gradient(154.83deg, #121D41 0%, rgba(18, 29, 65, 0.2) 29.85%, #121D41 63.89%, rgba(18, 29, 65, 0.2) 89.67%);
}
#pricing .pricing-item .bg-white {
  border-radius: 18px;
  height: 100%;
  width: 100%;
  padding: 22px 26px;
}
#pricing .pricing-item .price-name {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
#pricing .pricing-item .price {
  font-size: 42px;
}
#pricing .pricing-item .price span {
  font-size: 32px;
}
#pricing .pricing-item .price-desctiption {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
}
#pricing .pricing-item .price-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}
#pricing .pricing-item .price-list > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

#confidence {
  margin-bottom: 160px;
  position: relative;
}
@media (max-width: 768px) {
  #confidence {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  #confidence h1 {
    font-size: 36px;
  }
}
#confidence .bg-mint {
  padding: 40px 42px;
  border-radius: 18px;
}
@media (max-width: 1200px) {
  #confidence .bg-mint {
    padding: 40px 0 0;
  }
}
#confidence .note {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 48px;
}
#confidence .image-block {
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  #confidence .image-block {
    flex: auto;
    background-position: 130% 136%;
    background-size: contain;
  }
}
#confidence .image-block img {
  position: absolute;
  top: -78px;
}
@media (max-width: 1200px) {
  #confidence .image-block img {
    position: relative;
    top: unset;
    bottom: -78px;
  }
}
@media (max-width: 1200px) {
  #confidence .info-block {
    flex: auto;
    padding: 0 10px;
  }
}

footer {
  padding: 72px 0 0;
}
footer .note {
  font-size: 18px;
  font-weight: 400;
  max-width: 380px;
  color: #52586C;
  margin-bottom: 72px;
}
footer h5 {
  margin-bottom: 14px;
}
footer .socials h5 {
  margin-bottom: 20px;
}
footer .socials a {
  margin-right: 16px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media (max-width: 920px) {
  footer .half {
    flex: auto;
    margin-bottom: 20px;
  }
}
footer .copyright {
  background: #66B5AA;
  height: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#menu-footer {
  padding: 0;
  margin: 0;
}
#menu-footer .menu-item {
  margin-bottom: 12px;
  color: #52586C;
  font-size: 16px;
  font-weight: 400;
}

#mission-page {
  font-family: var(--font-body);
  background: var(--color-cream);
  color: var(--color-charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}
#mission-page .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 4rem 0;
  position: relative;
  overflow: hidden;
}
#mission-page .hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(ellipse at center, #E8F4F4 0%, transparent 70%);
  opacity: 0.6;
  z-index: 0;
}
#mission-page .hero .hero-img {
  margin-top: -8rem;
}
#mission-page .hero .hero-img::before {
  background-image: url("../img/circle-mission.png");
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: cover;
  content: "";
  position: absolute;
  z-index: 0;
  height: 100%;
  right: -111px;
  top: 0;
  width: 100%;
}
#mission-page .hero .hero-girl {
  z-index: 1;
  position: relative;
}
#mission-page .hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-charcoal);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}
#mission-page .hero h1 em {
  font-style: normal;
  color: var(--color-teal);
  position: relative;
}
#mission-page .hero h1 em::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 0.15em;
  background: var(--color-coral);
  opacity: 0.4;
  border-radius: 4px;
}
#mission-page .hero p {
  font-size: 1.25rem;
  color: var(--color-slate);
  max-width: 600px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}
#mission-page .hero-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
#mission-page .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-warm-white);
  border: 1px solid var(--color-mist);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-teal);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}
#mission-page .hero-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-coral);
  border-radius: 50%;
}
#mission-page .mission {
  padding: 8rem 4rem;
  background: var(--color-warm-white);
  position: relative;
}
#mission-page .mission::before {
  content: '"';
  position: absolute;
  top: 4rem;
  left: 4rem;
  font-family: var(--font-display);
  font-size: 20rem;
  color: var(--color-teal);
  opacity: 0.05;
  line-height: 1;
}
#mission-page .mission h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--color-charcoal);
  line-height: 1;
  margin-bottom: 2rem;
}
#mission-page .mission-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
#mission-page .section-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-coral);
  margin-bottom: 1.5rem;
}
#mission-page .mission-statement {
  font-size: 1.35rem;
  color: var(--color-teal-dark);
  font-weight: 500;
  padding: 2rem 3rem;
  background: linear-gradient(135deg, var(--color-teal-light) 0%, var(--color-cream) 100%);
  border-radius: 20px;
  border-left: 4px solid var(--color-teal);
  text-align: left;
  margin: 3rem 0;
}
#mission-page {
  /* Values Section */
}
#mission-page .values {
  padding: 8rem 4rem;
  background: var(--color-cream);
}
#mission-page .values h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--color-charcoal);
  margin-bottom: 1rem;
  line-height: 1;
}
#mission-page .values-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 5rem;
}
#mission-page .values-header p {
  color: var(--color-slate);
  font-size: 1.1rem;
}
#mission-page .values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
#mission-page .value-card {
  background: var(--color-warm-white);
  border-radius: 24px;
  padding: 2.5rem;
  border: 1px solid var(--color-mist);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
#mission-page .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-teal), var(--color-coral));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
#mission-page .value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(42, 124, 124, 0.12);
}
#mission-page .value-card:hover::before {
  transform: scaleX(1);
}
#mission-page .value-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--color-charcoal);
  margin-bottom: 1rem;
}
#mission-page .value-card p {
  color: var(--color-slate);
  font-size: 1rem;
}
#mission-page .value-icon {
  width: 60px;
  height: 60px;
  background: var(--color-teal-light);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}
#mission-page {
  /* Story Section */
}
#mission-page .story {
  padding: 8rem 4rem;
  background: var(--color-teal);
  color: white;
  position: relative;
  overflow: hidden;
}
#mission-page .story::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#mission-page .story .section-label {
  color: var(--color-coral);
  opacity: 0.9;
}
#mission-page .story h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  margin-bottom: 2rem;
  color: white;
  line-height: 1;
}
#mission-page .story p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}
#mission-page .story p:last-of-type {
  margin-bottom: 0;
}
#mission-page .story-content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#mission-page {
  /* CTA Section */
}
#mission-page .cta {
  padding: 8rem 4rem;
  background: var(--color-cream);
  text-align: center;
}
#mission-page .cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--color-charcoal);
  margin-bottom: 1.5rem;
}
#mission-page .cta p {
  font-size: 1.15rem;
  color: var(--color-slate);
  margin-bottom: 2.5rem;
}
#mission-page .cta-content {
  max-width: 700px;
  margin: 0 auto;
}
#mission-page .cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
#mission-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}
#mission-page .btn-primary {
  background: var(--color-teal);
  color: white;
}
#mission-page .btn-primary:hover {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(42, 124, 124, 0.3);
}
#mission-page .btn-secondary {
  background: transparent;
  color: var(--color-teal);
  border: 2px solid var(--color-teal);
}
#mission-page .btn-secondary:hover {
  background: var(--color-teal-light);
}
#mission-page {
  /* Animations */
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  #mission-page .hero,
  #mission-page .mission,
  #mission-page .values,
  #mission-page .story,
  #mission-page .cta {
    padding: 5rem 1.5rem;
  }
  #mission-page .mission-statement {
    padding: 1.5rem;
  }
  #mission-page .cta-buttons {
    flex-direction: column;
  }
  #mission-page .btn {
    width: 100%;
    justify-content: center;
  }
}

#contact-page {
  font-family: var(--font-body);
  background: var(--color-cream);
  color: var(--color-charcoal);
  line-height: 1.7;
  overflow-x: hidden;
}
#contact-page .hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 4rem 6rem;
  position: relative;
  overflow: hidden;
}
#contact-page .hero::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 150%;
  background: radial-gradient(ellipse at center, #E8F4F4 0%, transparent 70%);
  opacity: 0.6;
  z-index: 0;
}
#contact-page .hero h1 {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 400;
  line-height: 1.15;
  color: var(--color-charcoal);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.4s;
}
#contact-page .hero h1 em {
  font-style: normal;
  color: var(--color-teal);
  position: relative;
}
#contact-page .hero h1 em::after {
  content: "";
  position: absolute;
  bottom: 0.1em;
  left: 0;
  right: 0;
  height: 0.15em;
  background: var(--color-coral);
  opacity: 0.4;
  border-radius: 4px;
}
#contact-page .hero p {
  font-size: 1.25rem;
  color: var(--color-slate);
  max-width: 600px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.6s;
}
#contact-page .hero-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
#contact-page .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-warm-white);
  border: 1px solid var(--color-mist);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-teal);
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  animation-delay: 0.2s;
}
#contact-page .hero-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--color-coral);
  border-radius: 50%;
}
