@font-face {
  font-family: Inter;
  src: url('../fonts/inter.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --space--page_padding: 6rem;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  letter-spacing: -1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

img {
  max-width: none;
  display: inline-block;
}

.wrapper {
  width: 100%;
}

.container {
  padding-right: var(--space--page_padding);
  padding-left: var(--space--page_padding);
  max-width: 100%;
}

.container.hero {
  background-color: #cbcacb;
  border-radius: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.nth1 {
  background-color: #f0efea;
  border-radius: 8rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.container.full {
  padding-left: 0;
  padding-right: 0;
}

.container.nth2 {
  padding-top: 6rem;
  padding-bottom: 9rem;
}

.container.nth3 {
  padding-top: 4rem;
  padding-bottom: 12rem;
}

.container.nth4 {
  padding-top: 6rem;
  padding-bottom: 13rem;
}

.css {
  display: none;
}

.button {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 50vw;
  padding: 1.4rem 6rem;
  font-size: 1.6rem;
  transition: all .3s ease-in-out;
}

.button:hover {
  color: #000;
  background-color: #fff;
}

.button.stroke {
  color: #000;
  background-color: #0000;
}

.button.stroke:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  letter-spacing: -3px;
  border-bottom: .5rem solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.h2.noline {
  border-bottom-width: 0;
}

.h2.noline.small {
  font-size: 5.9rem;
}

.h2.about {
  margin-bottom: 8rem;
  display: inline-flex;
}

.h2.comp {
  margin-bottom: 5.8rem;
  display: inline-flex;
}

.h2.faq {
  margin-top: 6rem;
  margin-left: var(--space--page_padding);
  display: inline-block;
}

.h2.nth1 {
  white-space: nowrap;
  border-bottom-width: 0;
}

.h2.nth1.centered {
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.h2.h2-contact {
  display: inline;
}

.h4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4rem;
  font-weight: 400;
  line-height: 1.2;
}

.h4.about-nth1 {
  margin-bottom: 10rem;
}

.box-hero {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.nav {
  z-index: 999;
  grid-column-gap: 4.8rem;
  grid-row-gap: 4.8rem;
  background-color: #000;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  display: flex;
  position: fixed;
  bottom: 3.5rem;
}

.nav-link {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  color: #fff9;
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.25;
  transition: all .25s ease-out;
  display: flex;
}

.nav-link:hover, .nav-link.w--current {
  color: #fff;
}

.nav-link.footer {
  color: #0009;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.nav-link.footer:hover {
  color: #000;
}

.nav-dot {
  background-color: #fff;
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  transition: all .25s ease-out;
}

.nav-dot.footer {
  background-color: #000;
}

.video-hero {
  object-fit: cover;
  width: auto;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.logo {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  height: 3.8rem;
  display: flex;
  position: absolute;
  top: 0;
}

.logo.footer {
  position: static;
}

.hero-title {
  grid-column-gap: 4.6rem;
  grid-row-gap: 4.6rem;
  flex-flow: column;
  font-size: 2.4rem;
  display: flex;
}

.h1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  letter-spacing: -4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8.8rem;
  font-weight: 700;
  line-height: 1.15;
  display: flex;
}

.h1.h1-popup {
  margin-bottom: 4.6rem;
  font-size: 8.8rem;
  text-decoration: underline;
}

.h1.fix-underline {
  font-size: 8.8rem;
  text-decoration: underline;
}

.h1-underline {
  border-bottom: .6rem solid #000;
}

.break-xl {
  height: 0;
  display: block;
}

.text-images--1 {
  width: 7.6rem;
  margin-left: 1.8rem;
}

.grid {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid.zero-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid.results {
  margin-top: 5.2rem;
}

.grid.about {
  margin-bottom: 14rem;
}

.grid.margin--1 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.grid.min-gap {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.grid.margin--2 {
  margin-top: 8rem;
  margin-bottom: 2.4rem;
}

.grid.nth1 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
  grid-auto-rows: 1fr;
}

.grid.nth2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
}

.grid.nth3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.nth4 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -2rem;
}

.grid.nth5 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-columns: max-content auto auto auto;
  display: flex;
}

.grid-column.nth1 {
  padding-top: 6.4rem;
}

.grid-column.nth2 {
  grid-column-gap: 3.4rem;
  grid-row-gap: 3.4rem;
  background-color: #d9d9d9;
  flex-flow: column;
  padding: 6.4rem 6.4rem 7.2rem;
  display: flex;
}

.grid-column.nth3 {
  padding: 3.4rem var(--space--page_padding) 3.4rem 2.4rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #d9d9d9;
  flex-flow: column;
  display: flex;
}

.overlay-hero {
  z-index: 2;
  background-image: linear-gradient(90deg, #cbcacb, #cbcacb00);
  width: 30rem;
  min-width: 46vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.box-video-hero {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.divider {
  border-bottom: 5px solid #000;
  font-size: 1.6rem;
}

.divider.nth1 {
  margin-top: 16rem;
}

.divider-topline {
  background-color: #000;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 3px;
}

.box-about-num {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  display: flex;
}

.image--1 {
  border-radius: 8rem;
}

.flex {
  display: flex;
}

.comp-card {
  border: 1px solid #0000;
  border-radius: 2rem;
  min-height: 36rem;
  padding: 2.4rem;
  font-size: 1.8rem;
  transition: all .25s ease-out;
  position: relative;
  overflow: hidden;
}

.comp-card:hover {
  border-color: #000;
}

.comp-card.nth1 {
  background-color: #f7e6d4;
}

.comp-card.nth1:hover {
  background-color: #f4e0cb;
}

.comp-card.nth2 {
  background-color: #f0efea;
}

.comp-card.nth2:hover {
  background-color: #ebeae1;
}

.comp-card.nth3 {
  background-color: #e0e5ea;
}

.comp-card.nth3:hover {
  background-color: #d8dfe7;
}

.comp-card.nth4 {
  background-color: #e2eeda;
}

.comp-card.nth4:hover {
  background-color: #d6e6cb;
}

.comp-num {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  border-radius: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  height: 4.2rem;
  padding: 1rem 1.2rem 1rem 1rem;
  font-size: 1.8rem;
  display: flex;
}

.color-bullet {
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
}

.color-bullet.nth1 {
  background-color: #e18958;
}

.color-bullet.nth2 {
  background-color: #a09f9e;
}

.color-bullet.nth3 {
  background-color: #7ea3c8;
}

.color-bullet.nth4 {
  background-color: #a9be9a;
}

.color-bullet.black {
  background-color: #000;
}

.color-bullet.nth5 {
  background-color: #f7dbc1;
}

.color-bullet.nth6 {
  background-color: #9a6965;
}

.color-bullet.nth7 {
  background-color: #cccabe;
}

.color-bullet.nth8 {
  background-color: #9da5b1;
}

.color-bullet.nth9 {
  background-color: #67927e;
}

.popup-btn {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  margin-top: auto;
  margin-left: -.5rem;
  padding: .5rem;
  line-height: 1;
  transition: all .25s ease-out;
  display: flex;
  position: relative;
}

.popup-btn:hover {
  border-bottom-color: #0000;
}

.popup {
  z-index: 9999;
  background-color: #000c;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 0;
}

.popup.hidden {
  display: none;
}

.popup-wrapper {
  border-radius: 4rem;
  height: 100%;
  margin: 2.4rem 6rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  position: relative;
  overflow: scroll;
}

.popup-wrapper.nth1 {
  background-color: #e2eeda;
}

.popup-wrapper.nth2 {
  background-color: #f0efea;
}

.popup-wrapper.nth3 {
  background-color: #e0e5ea;
}

.popup-wrapper.nth4 {
  background-color: #f7e6d4;
}

.comp-card-title {
  letter-spacing: -2px;
  font-size: 3.4rem;
  line-height: 1.1;
}

.opacity-60 {
  opacity: .6;
}

.popup-btn-label {
  border-bottom: 1px solid #000;
}

.comp-card-image {
  z-index: 1;
  width: 29rem;
  position: absolute;
  bottom: -2.2rem;
  right: -9rem;
}

.comp-card-flex {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.results-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 49rem;
  padding-top: 2.4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.results-card.nth1 {
  background-color: #f7e6d4;
  border-radius: 3.8rem;
}

.results-card.nth2 {
  background-color: #f0efea;
}

.results-card.nth3 {
  background-color: #e0e5ea;
  border-radius: 8.6rem;
}

.results-card.nth4 {
  background-color: #e2eeda;
  border-radius: 1.2rem;
}

.results-card-title {
  border-bottom: 1px solid #000;
  align-self: stretch;
  margin-top: 3.6rem;
  margin-bottom: 2.2rem;
  padding-bottom: 2.2rem;
  font-size: 3rem;
  line-height: 1.1;
}

.reason-list {
  flex-flow: column;
  margin-top: 7.2rem;
  display: flex;
}

.reason-card {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 26rem;
  display: grid;
  overflow: hidden;
}

.reason-card.nth2 {
  background-color: #f7e6d4;
  border-radius: .8rem;
}

.reason-card.nth1 {
  background-color: #ffd7c5;
  border-radius: 6rem;
}

.reason-card.nth3 {
  background-color: #ffc998;
  border-radius: 10rem;
}

.reason-card.nth4 {
  background-color: #f7e6d4;
  border-radius: 4rem;
}

.reason-card.nth5 {
  background-color: #ffc998;
  border-radius: 12rem;
}

.reason-text {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.reason-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.reason-image.nth1 {
  background-image: url('../images/reason-image--1.jpg');
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
}

.reason-image.nth2 {
  background-image: url('../images/reason-image--2.jpg');
  border-top-left-radius: .8rem;
  border-bottom-left-radius: .8rem;
}

.reason-image.nth3 {
  background-image: url('../images/reason-image--3.jpg');
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

.reason-image.nth4 {
  background-image: url('../images/reason-image--4.jpg');
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}

.reason-image.nth5 {
  background-image: url('../images/reason-image--5.jpg');
  border-top-left-radius: 12rem;
  border-bottom-left-radius: 12rem;
}

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

.medium {
  font-weight: 500;
}

.opacity-50 {
  opacity: .5;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 3fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 7.2rem;
  display: grid;
}

.grid-contact.nth1 {
  grid-template-columns: 1fr 1fr 2fr;
}

.grid-contact.alt {
  grid-template-columns: 3fr 3fr 3fr;
}

.contact-card {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: center;
  align-items: center;
  height: 25rem;
  font-size: 2.2rem;
  text-decoration: underline;
  transition: all .2s ease-out;
  display: flex;
}

.contact-card.nth1 {
  background-color: #f0efea;
  border-radius: 4rem;
}

.contact-card.nth1:hover {
  border-radius: 0;
}

.contact-card.nth1.white {
  background-color: #fff;
}

.contact-card.nth2 {
  background-color: #ffc998;
  border-radius: 14rem;
}

.contact-card.nth3 {
  background-color: #f0efea;
  border-radius: 1rem;
}

.contact-card.nth3:hover {
  border-radius: 4rem;
}

.contact-card.nth3.white {
  background-color: #fff;
}

.contact-card.nth3.white.small {
  border-radius: 3rem;
  font-size: 1.8rem;
}

.contact-card.nth3.white.small:hover {
  border-radius: 0;
}

.contact-card.nth4 {
  background-color: #e0e5ea;
  border-radius: 9rem;
}

.contact-card.phone {
  background-color: #f0efea;
  border-radius: 11rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 8rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 2.8rem;
  text-decoration: none;
}

.contact-card.phone:hover {
  border-radius: 0;
}

.contact-card.nth4 {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  text-align: center;
  background-color: #ffc998;
  border-radius: 11rem;
  flex-flow: column;
  font-size: 1.6rem;
  text-decoration: none;
}

.contact-card.nth4:hover {
  border-radius: 0;
}

.contact-card.nth5 {
  background-color: #fff;
  border-radius: 5px;
}

.contact-card.nth5:hover {
  border-radius: 5rem;
}

.contact-card.nth6 {
  background-color: #fff;
  border-radius: 3rem;
  font-size: 1.8rem;
}

.contact-card.nth6:hover {
  border-radius: 0;
}

.contact-card.nth7 {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  text-align: center;
  background-color: #ffc998;
  border-radius: 11rem;
  flex-flow: column;
  font-size: 1.6rem;
  text-decoration: none;
}

.contact-card.nth7:hover {
  border-radius: 0;
}

.contact-icon {
  width: 3.2rem;
}

.contact-icon-arrow {
  width: 12rem;
}

.faq {
  margin-top: 8rem;
}

.faq-item {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 6rem;
  display: flex;
}

.faq-item:hover {
  background-color: #e4e4e4;
}

.faq-content {
  flex: 1;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  position: relative;
}

.hor {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.ver {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
}

.faq-answer-box {
  overflow: hidden;
}

.faq-title {
  font-variation-settings: "wght" 400;
  font-size: 2.8rem;
  line-height: 1.1;
}

.faq-answer-text {
  padding-top: 3.2rem;
}

.underline {
  text-decoration: underline;
}

.logo-line {
  background-color: #000;
  width: 1px;
  height: 3.8rem;
}

.logo-line.footer-line {
  height: 3rem;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .7fr .7fr;
  grid-auto-columns: 1fr;
  margin-top: 20rem;
  display: grid;
}

.footer-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-card.nth1 {
  background-color: #f7e6d4;
  border-radius: 10rem;
}

.footer-card.nth2 {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  background-color: #c4c4c4;
  border-radius: .8rem;
  flex-flow: row;
}

.footer-card.nth3 {
  background-color: #f0efea;
  border-radius: 8rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.footer-card.nth4 {
  border-radius: .8rem;
  position: relative;
  overflow: hidden;
}

.video-footer {
  object-fit: cover;
  transform-style: preserve-3d;
  width: 90rem;
  height: auto;
  margin-left: 7rem;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(-13deg);
}

.footer-logo {
  height: 3rem;
}

.footer-logo.school {
  height: 4.4rem;
}

.reason-icon {
  width: 9rem;
}

.results-card-image {
  z-index: 1;
  transform-style: preserve-3d;
  width: 29rem;
  position: absolute;
  bottom: -10rem;
  left: 7.2rem;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.popup-nav {
  z-index: 3;
  background-color: #fff;
  border-radius: 1.2rem;
  justify-content: space-between;
  align-items: center;
  height: 6.2rem;
  margin-top: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: sticky;
  top: 3rem;
}

.popup-close-icon {
  width: 1.3rem;
}

.popup-close {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #000;
  border-radius: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-size: 1.8rem;
  display: flex;
}

.popup-bg-image {
  width: 50.4rem;
  position: absolute;
}

.popup-bg-image.nth2 {
  top: -11.7rem;
  right: -19.2rem;
}

.popup-bg-image.nth1 {
  width: 54rem;
  top: -9.4rem;
  right: -23rem;
}

.popup-bg-image.nth3, .popup-bg-image.nth4 {
  top: -11.7rem;
  right: -19.2rem;
}

.popup-content {
  z-index: 2;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
}

.popup-description {
  letter-spacing: -1.5px;
  font-size: 3rem;
  line-height: 1.1;
}

.bold {
  font-weight: 700;
}

.popup-card {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #fff;
  flex-flow: column;
  padding: 3.2rem 2.4rem;
  font-size: 1.8rem;
  display: flex;
}

.popup-card.nth1 {
  border-radius: .8rem;
}

.popup-card.nth2 {
  border-radius: 4rem;
}

.popup-card.nth3 {
  background-color: #0000;
  padding: 0;
}

.popup-card.nth4 {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  background-color: #ffc998;
  border-radius: 4px;
}

.popup-card.nth5 {
  border-radius: 4.5rem;
}

.popup-card.nth6 {
  border-radius: 1.8rem;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  font-size: 2.2rem;
}

.popup-card.nth7 {
  border-radius: 4rem;
}

.popup-card.nth8 {
  border-radius: 1rem;
  font-size: 2.2rem;
}

.popup-card.nth9 {
  border-radius: 1.8rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.6rem;
  font-size: 1.6rem;
}

.popup-card.nth10 {
  border-radius: 6rem;
  padding-bottom: 3.4rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.popup-card.nth11 {
  border-radius: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
}

.popup-card.nth12 {
  border-radius: 6rem;
  padding-bottom: 6.4rem;
}

.popup-card-title {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.1;
}

.popup-card-title.link-align {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line {
  background-color: #000;
  height: 1px;
}

.list-num {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 1.9rem;
  display: flex;
}

.list-num.nth1 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  padding-left: 0;
}

.list-num.nth2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.list-item-white {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  background-color: #fff;
  border-radius: 1.8rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2.4rem;
  display: flex;
}

.list-item-white.nth1 {
  background-color: #f0efea;
}

.list-item-white.nth2 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #f0efea;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.2rem;
}

.list-item-white.nth3 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #ffc998;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 2.2rem;
  font-weight: 500;
}

.list-item-white.nth4 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  background-color: #f0efea;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.list-item-white.nth4.green {
  background-color: #e2eeda;
}

.list-item-num {
  background-color: #ffc998;
  border-radius: .6rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.8rem;
  display: flex;
}

.list-item-num.white {
  background-color: #fff;
}

.list-item-num.gray {
  background-color: #e0e5ea;
  margin-top: auto;
}

.popup-image {
  display: block;
}

.popup-image.nth1 {
  border-radius: 7.8rem;
  width: 100%;
  margin-bottom: -2rem;
}

.popup-image.nth2 {
  border-radius: 7.2rem;
  width: 100%;
}

.popup-image.nth3 {
  width: 100%;
  max-width: 100%;
}

.popup-space.xl {
  height: 20rem;
}

.popup-space.l {
  height: 8rem;
}

.text-medium {
  font-size: 2.2rem;
  font-weight: 500;
}

.popup-text-tag {
  background-color: #fff;
  border-radius: 2rem;
  align-self: flex-start;
  padding: .2rem 1rem .3rem;
}

.grid-data {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.6rem;
  display: grid;
}

.data-top {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.4rem;
  display: flex;
}

.data-top.centered {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.data {
  background-color: #ffc998;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.4rem;
  display: flex;
}

.popup-imagebox {
  color: #fff;
  letter-spacing: -2px;
  background-image: url('../images/photo--1_1.jpg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 9rem;
  justify-content: flex-start;
  align-items: center;
  height: 37rem;
  padding-left: 6rem;
  padding-right: 6rem;
  font-size: 3rem;
  line-height: 1.1;
  display: flex;
}

.popup-imagebox.nth2 {
  background-image: url('../images/photo--2.jpg');
}

.popup-imagebox.nth3 {
  background-image: url('../images/photo--3.jpg');
}

.icon--1 {
  width: 9.2rem;
}

.popup-bg-box {
  z-index: 1;
  aspect-ratio: 1;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.card-text-small {
  opacity: .5;
  margin-top: -1.2rem;
  font-size: 1.8rem;
}

.box-arrow {
  background-color: #fff;
  border-radius: 1.8rem;
  justify-content: center;
  align-items: center;
  width: 9.2rem;
  display: flex;
}

.arrow-small {
  width: 4.6rem;
}

.semibold {
  font-weight: 600;
}

.num-card {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.6rem;
  font-size: 2.2rem;
  display: flex;
}

.num-card.nth1 {
  border-radius: 5.2rem;
}

.num-card.nth2 {
  border-radius: 1.8rem;
}

.num-card.nth3 {
  border-radius: 1.8rem;
  flex: none;
}

.num-card.nth3.wide {
  width: 16rem;
}

.gap-min {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.arrow-min {
  width: 1.5rem;
}

.icon--2 {
  width: 3.8rem;
}

.page-loader {
  z-index: 99999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader-bg {
  transform-origin: 50%;
  background-color: #f0efea;
  position: absolute;
  inset: 0;
}

.loader-code {
  margin-bottom: 80px;
}

.nav-close, .nav-logos, .burger {
  display: none;
}

.error-code {
  opacity: 0;
  pointer-events: none;
  color: #979797;
  letter-spacing: 0;
  margin-top: 4px;
  font-size: 8px;
  position: absolute;
  bottom: 0;
}

.error-code.show {
  opacity: 1;
}

.success-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.inputbox {
  flex: 1;
  margin-bottom: 2.2rem;
  padding-top: 1rem;
  position: relative;
}

.flex-form {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  display: flex;
}

.error-box {
  color: #ff7e7e;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 8rem;
  margin-top: 0;
  padding: 0;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.error-box.show {
  display: flex;
}

.button-alt {
  color: #33445a;
  background-color: #51ffc7;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  font-size: 2rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
  display: flex;
}

.button-alt:hover {
  color: #000;
  background-color: #fff;
}

.button-alt.form-btn {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  height: 8rem;
  margin-top: 4rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.button-alt.form-btn:hover {
  color: #000;
  background-color: #fff0;
  border-color: #000;
}

.button-alt.form-btn.loading {
  pointer-events: none;
  color: #0000004d;
  cursor: wait;
  background-color: #fff0;
  border-color: #0003;
}

.formbox {
  position: relative;
}

.input {
  color: #000;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom-width: 2px;
  border-radius: 0;
  height: 5rem;
  margin-bottom: 0;
  padding: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  position: relative;
}

.input:focus {
  color: #000;
  border-bottom-color: #ffc998;
}

.input.error {
  color: #ff576b;
  border-bottom-color: #ff576b;
}

.inputlabel {
  opacity: .5;
  pointer-events: none;
  color: #000;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.4rem;
  transition: all .2s ease-out;
  position: absolute;
  top: 2.2rem;
}

.success-box {
  opacity: 0;
  pointer-events: none;
  background-color: #0000;
  padding: 0;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 5rem);
}

.success-box.show {
  opacity: 1;
  pointer-events: auto;
  display: flex;
  transform: translate(0);
}

.icon-phone {
  width: 2.1rem;
}

.phone-title {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.4rem;
  display: flex;
}

.grid-contact-fixed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 3fr 3fr 3.5fr;
  grid-auto-columns: 1fr;
  margin-top: 7.2rem;
  display: grid;
}

.grid-contact-fixed.nth1 {
  grid-template-columns: 1fr 1fr 2fr;
}

.grid-contact-fixed.alt {
  grid-template-columns: 3fr 3fr 3fr;
}

.iframe {
  border-radius: 1rem;
  height: 60rem;
  margin-top: 8rem;
  overflow: hidden;
}

.iframe-link-button {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  background-color: #ffc998;
  border-radius: 3.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.6rem;
  margin-top: 6rem;
  font-size: 1.8rem;
  text-decoration: underline;
  transition: all .2s ease-out;
  display: flex;
}

.iframe-link-button:hover {
  border-radius: 0;
}

.iframe-link-box {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.arrow-min-outlink {
  width: 1.5rem;
  transform: rotate(-45deg);
}

.more-link {
  font-size: 1.8rem;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8rem;
    display: block;
  }

  .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .container.hero {
    border-radius: 5rem;
    padding-bottom: 37rem;
  }

  .container.nth1 {
    border-radius: 5rem;
  }

  .button {
    padding: 12px 48px;
  }

  .button:hover {
    color: #fff;
    background-color: #000;
  }

  .h2, .h2.noline.small {
    font-size: 4.5rem;
  }

  .h2.about {
    margin-bottom: 4rem;
  }

  .h2.faq {
    margin-left: 3rem;
  }

  .h4.about-nth1 {
    margin-bottom: 5rem;
  }

  .box-hero {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .nav {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #f7e6d4;
    border-radius: 5rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: none;
    inset: 6rem 0 8.5rem;
  }

  .nav-link {
    color: #0009;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2rem;
  }

  .nav-link:hover, .nav-link.w--current {
    color: #000;
  }

  .nav-link.footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2rem;
  }

  .nav-dot {
    background-color: #000;
  }

  .video-hero {
    object-fit: scale-down;
    width: 100%;
    height: auto;
    margin-bottom: -5rem;
  }

  .logo {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 4rem;
    position: relative;
  }

  .logo.burger-logos {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    margin-bottom: 0;
    position: static;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .h1.h1-popup, .h1.fix-underline {
    font-size: 7.6rem;
  }

  .break-xl {
    height: auto;
    display: inline;
  }

  .break-xl.popup-title {
    display: flex;
  }

  .grid, .grid.results {
    grid-template-columns: 1fr 1fr;
  }

  .grid.about {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 6rem;
  }

  .grid.nth2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.nth4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.nth5 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid.components {
    grid-template-columns: 1fr 1fr;
  }

  .overlay-hero {
    background-image: linear-gradient(#cbcacb, #cbcacb00);
    width: 100%;
    min-width: auto;
    height: 20rem;
    bottom: auto;
  }

  .box-video-hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
    top: auto;
  }

  .popup-btn.popup-inner {
    margin-top: 2rem;
  }

  .popup-wrapper {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin: 2rem 0 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .reason-list {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .reason-card {
    flex-flow: column;
    display: flex;
  }

  .reason-card.nth3 {
    border-radius: 3rem;
  }

  .reason-card.nth4 {
    border-radius: 6rem;
  }

  .reason-card.nth5 {
    border-radius: 1rem;
  }

  .reason-text {
    padding: 0 2rem;
  }

  .reason-image {
    height: 20rem;
    margin-top: auto;
  }

  .reason-image.nth1 {
    border-top-right-radius: 6rem;
    border-bottom-left-radius: 0;
  }

  .reason-image.nth2 {
    border-top-right-radius: .8rem;
    border-bottom-left-radius: 0;
  }

  .reason-image.nth3 {
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 0;
  }

  .reason-image.nth4 {
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    border-bottom-left-radius: 0;
  }

  .reason-image.nth5 {
    border-radius: 1rem 1rem 0 0;
  }

  .grid-contact {
    grid-template-columns: 3fr;
  }

  .grid-contact.alt {
    grid-template-columns: 3.5fr 3fr 3.5fr;
  }

  .contact-card.nth1, .contact-card.nth3 {
    flex-flow: column;
  }

  .contact-card.nth6 {
    text-align: center;
  }

  .contact-icon-arrow {
    width: 7rem;
    transform: rotate(90deg);
  }

  .contact-icon-arrow.horizontal {
    transform: none;
  }

  .faq {
    margin-top: 5rem;
  }

  .faq-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .logo-line.footer-line {
    display: none;
  }

  .grid-footer {
    margin-top: 16rem;
  }

  .footer-card.nth1 {
    height: 17rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .footer-card.nth2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    height: 10rem;
  }

  .footer-card.nth3 {
    border-radius: 15rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-card.nth4 {
    display: none;
  }

  .footer-logo {
    flex: none;
  }

  .footer-logo.school {
    flex: 0 auto;
    height: 5.5rem;
  }

  .reason-icon {
    display: none;
  }

  .popup-nav {
    margin-top: 2rem;
    top: 2rem;
  }

  .popup-description {
    font-size: 2.6rem;
  }

  .popup-space.xl {
    height: 15rem;
  }

  .grid-data {
    width: 100rem;
  }

  .box-data {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    overflow: scroll;
  }

  .popup-imagebox {
    background-size: cover;
    height: 23rem;
  }

  .num-card.nth3.wide {
    width: auto;
  }

  .nav-close {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f7e7d4;
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    height: 5.5rem;
    display: flex;
    position: absolute;
    top: -6rem;
    left: 0;
    right: 0;
  }

  .nav-logos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #f7e7d4;
    border-radius: 1.2rem;
    justify-content: center;
    align-items: center;
    height: 8rem;
    display: flex;
    position: absolute;
    inset: auto 0 -8.5rem;
  }

  .burger {
    z-index: 998;
    display: block;
    position: fixed;
    top: 2.8rem;
    right: 3rem;
  }

  .burger-icon {
    width: 6rem;
  }

  .inputbox {
    flex: 1;
  }

  .button-alt {
    padding: 12px 48px;
  }

  .button-alt:hover {
    color: #fff;
    background-color: #000;
  }

  .grid-contact-fixed {
    grid-template-columns: 3fr;
  }

  .grid-contact-fixed.alt {
    grid-template-columns: 3.5fr 3fr 3.5fr;
  }

  .iframe {
    height: 70vh;
  }

  .iframe-link-button {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2rem;
  }

  .container.hero {
    min-height: auto;
    padding-bottom: 31rem;
  }

  .container.nth1 {
    padding-top: 3rem;
  }

  .button {
    padding: 12px 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .h2, .h2.noline.small {
    font-size: 4rem;
  }

  .h4.about-nth1 {
    font-size: 3.8rem;
  }

  .box-hero {
    margin-bottom: 0;
  }

  .logo {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: 2.9rem;
  }

  .logo.burger-logos {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .hero-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .h1.h1-popup {
    margin-bottom: 3.2rem;
    font-size: 5rem;
  }

  .h1.fix-underline {
    font-size: 5.8rem;
  }

  .grid.results {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    overflow: scroll;
  }

  .grid.about {
    margin-bottom: 3rem;
    font-size: 2rem;
  }

  .grid.nth2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid.nth3 {
    grid-template-columns: 1fr;
  }

  .grid.nth5 {
    flex-flow: column;
    display: flex;
  }

  .overlay-hero {
    height: 14rem;
  }

  .comp-card {
    min-height: 49rem;
  }

  .color-bullet {
    width: 1.3rem;
    height: 1.3rem;
  }

  .comp-card-title {
    font-size: 3.2rem;
  }

  .results-card {
    flex: none;
    width: 29rem;
  }

  .reason-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
    overflow: scroll;
  }

  .reason-card {
    flex: none;
    width: 36rem;
  }

  .grid-contact.alt {
    flex-flow: column;
    display: flex;
  }

  .contact-card.nth1 {
    flex-flow: row;
    height: 17rem;
  }

  .contact-card.nth2 {
    height: 13rem;
  }

  .contact-card.nth2.arrow-fix {
    height: auto;
  }

  .contact-card.nth3 {
    flex-flow: row;
    height: 17rem;
  }

  .contact-icon-arrow.horizontal {
    transform: none;
  }

  .logo-line {
    flex: none;
    height: 100%;
  }

  .footer-card.nth1 {
    height: 24rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .footer-card.nth2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-logo {
    flex: none;
  }

  .footer-logo.school {
    align-self: center;
    height: 6rem;
  }

  .popup-nav {
    height: 5rem;
    padding-left: .5rem;
    padding-right: .8rem;
  }

  .popup-close {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .popup-description {
    font-size: 2.3rem;
  }

  .popup-card {
    font-size: 2.2rem;
  }

  .list-num.nth2 {
    width: 100%;
    display: flex;
  }

  .popup-space.xl {
    height: 12rem;
  }

  .popup-imagebox {
    height: 32rem;
  }

  .arrow-min {
    transform: rotate(90deg);
  }

  .hero-logo {
    width: auto;
    height: 100%;
  }

  .burger {
    right: 2rem;
  }

  .burger-icon {
    width: 5rem;
  }

  .button-alt {
    padding: 12px 40px;
    font-size: 15px;
    line-height: 24px;
  }

  .grid-contact-fixed.alt {
    flex-flow: column;
    display: flex;
  }

  .iframe {
    height: 60vh;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-weight: 400;
  }

  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .container.hero {
    border-radius: 0 0 4.8rem 4.8rem;
    padding-bottom: 37rem;
  }

  .container.nth1 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .container.full.full-faq {
    padding-top: 6.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .container.nth2 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .container.nth3 {
    padding-bottom: 6.4rem;
  }

  .container.nth4 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .button {
    padding: 14px 48px;
    font-size: 16px;
  }

  .h2 {
    letter-spacing: -2px;
    border-bottom-width: .3rem;
    font-size: 3.2rem;
  }

  .h2.noline.small {
    font-size: 3.2rem;
  }

  .h2.comp {
    margin-bottom: 4rem;
  }

  .h2.faq {
    margin-left: 0;
    display: inline;
  }

  .h2.h2-mobile, .h2.h2-contact {
    font-size: 2.7rem;
  }

  .h4.about-nth1 {
    margin-bottom: 4rem;
    font-size: 2.8rem;
  }

  .box-hero {
    margin-top: 5.6rem;
  }

  .nav-link {
    font-size: 1.6rem;
  }

  .nav-link.footer {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.6rem;
  }

  .video-hero {
    width: 250%;
    margin-bottom: -7rem;
  }

  .logo {
    grid-column-gap: 1.6rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    height: auto;
    margin-bottom: 6.4rem;
  }

  .logo.burger-logos {
    grid-column-gap: 1.6rem;
    flex-flow: row;
    height: 2rem;
  }

  .hero-title {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
    font-size: 2rem;
  }

  .h1.h1-popup {
    letter-spacing: -2px;
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }

  .h1.fix-underline {
    letter-spacing: -2px;
    font-size: 3.2rem;
  }

  .text-images--1 {
    width: 5.8rem;
    margin-left: 1.2rem;
  }

  .grid.results {
    margin-top: 4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .grid.about {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-bottom: 0;
  }

  .grid.margin--1 {
    margin-top: 4rem;
    margin-bottom: 6.4rem;
  }

  .grid.margin--1.grid-slide {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid.nth1 {
    flex-flow: column;
    display: flex;
  }

  .grid.nth2 {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    overflow: scroll;
  }

  .grid.nth3 {
    margin-bottom: .8rem;
  }

  .grid.grid-slide {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    overflow: scroll;
  }

  .overlay-hero {
    height: 15rem;
  }

  .box-video-hero {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .comp-card {
    min-height: 40rem;
  }

  .comp-num {
    height: 3.2rem;
    padding: .6rem 1rem .6rem .8rem;
    font-size: 1.6rem;
  }

  .color-bullet {
    width: 1.2rem;
    height: 1.2rem;
  }

  .popup-wrapper.nth4 {
    margin-top: .8rem;
  }

  .comp-card-title {
    letter-spacing: -1px;
    font-size: 2.2rem;
  }

  .comp-card-image {
    width: 22.4rem;
    bottom: -7.3rem;
    right: -4.1rem;
  }

  .results-card {
    width: 24rem;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .results-card-title {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
  }

  .reason-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .reason-card {
    width: 27.2rem;
    min-height: auto;
  }

  .reason-image {
    height: 25rem;
    margin-top: auto;
  }

  .grid-contact.nth1 {
    flex-flow: column;
    display: flex;
  }

  .contact-card.nth1 {
    height: 9.7rem;
    font-size: 2rem;
  }

  .contact-card.nth2 {
    height: 9rem;
  }

  .contact-card.nth2.arrow-fix {
    display: none;
  }

  .contact-card.nth3 {
    height: 9.7rem;
    font-size: 2rem;
  }

  .contact-card.nth4 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    border-radius: 4rem;
    height: 17.5rem;
  }

  .contact-card.nth5 {
    border-radius: 3rem 3rem 0 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 2.4rem;
    padding-bottom: 2rem;
    padding-left: 2.4rem;
  }

  .contact-card.nth5:hover {
    border-radius: 3px 3rem 0 0;
  }

  .contact-card.nth6 {
    text-align: left;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding: 2rem 2.4rem 2.4rem;
  }

  .contact-card.nth6:hover {
    border-top-left-radius: 0;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .contact-card.nth7 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    border-radius: 4rem;
    height: 17.5rem;
  }

  .contact-icon-arrow {
    width: 5rem;
  }

  .faq {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .faq-item {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .faq-icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hor {
    height: 1.5px;
  }

  .ver {
    width: 1.5px;
  }

  .faq-title {
    font-size: 2rem;
  }

  .faq-answer-text {
    padding-top: 1.6rem;
    font-size: 1.8rem;
  }

  .logo-line.nth2 {
    display: none;
  }

  .logo-line.nth2.burger-line {
    display: block;
  }

  .logo-line.hero-logo-line {
    height: 3.4rem;
  }

  .logo-line.hero-logo-line.burger-line {
    height: 100%;
  }

  .grid-footer {
    margin-top: 6.4rem;
  }

  .footer-card.nth1 {
    height: 16.8rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-card.nth2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-card.nth3 {
    border-radius: 8rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .footer-logo {
    height: 2.4rem;
  }

  .footer-logo.school {
    height: 6.4rem;
  }

  .popup-nav {
    margin-top: 6.4rem;
  }

  .popup-close {
    width: 3.2rem;
    height: 3.2rem;
  }

  .popup-bg-image {
    width: 39.7rem;
  }

  .popup-bg-image.nth2 {
    right: -12rem;
  }

  .popup-bg-image.nth1 {
    width: 39.7rem;
    top: -15.1rem;
    right: -13.2rem;
  }

  .popup-bg-image.nth3 {
    right: -9rem;
  }

  .popup-content {
    padding-top: 6.4rem;
  }

  .popup-description {
    font-size: 2rem;
  }

  .popup-card {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .popup-card.nth1 {
    font-size: 1.6rem;
  }

  .popup-card.nth1.slide-item--1 {
    border-radius: 4rem;
    flex: none;
    width: 27.2rem;
  }

  .popup-card.nth2, .popup-card.nth3 {
    font-size: 1.6rem;
  }

  .popup-card.nth4 {
    padding: 1.4rem;
    font-size: 1.6rem;
  }

  .popup-card.nth5.slide-item--1 {
    border-radius: 4rem;
    flex: none;
    align-self: stretch;
    width: 27.2rem;
    height: 100%;
  }

  .popup-card.nth6 {
    font-size: 1.6rem;
  }

  .popup-card.nth8 {
    font-size: 1.8rem;
  }

  .popup-card.nth9 {
    flex: none;
    width: 27.2rem;
  }

  .popup-card.nth10 {
    font-size: 1.6rem;
    font-weight: 400;
  }

  .popup-card.nth11 {
    border-radius: 4rem;
    flex: none;
    width: 27.2rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 1.8rem;
  }

  .popup-card.nth12 {
    border-radius: 4rem;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    font-size: 1.6rem;
  }

  .popup-card-title {
    font-size: 2.4rem;
  }

  .popup-card-title.link-align {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .list-item-white.nth1 {
    font-size: 1.6rem;
  }

  .list-item-white.nth1.column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.6rem;
  }

  .list-item-white.nth2 {
    font-size: 1.6rem;
  }

  .list-item-white.nth3 {
    padding: 1.6rem;
    font-size: 1.6rem;
  }

  .list-item-white.nth4 {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    padding: 1.6rem;
    font-size: 1.6rem;
  }

  .list-item-white.column {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.6rem;
  }

  .popup-image.nth1 {
    object-fit: cover;
    object-position: 0% 50%;
    border-radius: 3rem;
    height: 12rem;
  }

  .popup-image.nth2 {
    border-radius: 3.2rem;
  }

  .popup-space.xl {
    height: 7rem;
  }

  .popup-space.l {
    height: 6.4rem;
  }

  .text-medium {
    font-size: 1.8rem;
  }

  .popup-text-tag {
    padding-top: .3rem;
    padding-bottom: .4rem;
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .popup-imagebox {
    height: 35.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 2.1rem;
  }

  .popup-imagebox.nth2 {
    background-position: 51% 0;
  }

  .popup-imagebox.nth3 {
    background-position: 22% 0;
    background-size: cover;
  }

  .popup-imagebox.nth1 {
    background-position: 35% 91%;
    background-size: cover;
    height: 50rem;
  }

  .icon--1 {
    width: 4.8rem;
  }

  .popup-bg-box {
    aspect-ratio: auto;
    width: 100%;
    height: 40rem;
  }

  .card-text-small {
    font-size: 1.4rem;
  }

  .box-arrow {
    width: 100%;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .arrow-small {
    width: 2.4rem;
    transform: rotate(90deg);
  }

  .num-card {
    font-size: 1.6rem;
  }

  .num-card.nth1 {
    border-radius: 3.8rem;
  }

  .num-card.nth2 {
    border-radius: 1rem;
  }

  .hero-logo {
    height: 3.4rem;
  }

  .hero-logo.burger-logo {
    height: 2.1rem;
  }

  .hero-logo.nth2 {
    align-self: center;
    height: 3rem;
  }

  .text-small {
    font-size: 1.6rem;
  }

  .close-label {
    display: none;
  }

  .nav-close {
    font-size: 1.6rem;
  }

  .burger {
    top: 1rem;
    right: 1rem;
  }

  .burger-icon {
    width: 4rem;
  }

  .inputbox {
    margin-bottom: 1.8rem;
  }

  .button-alt {
    padding: 14px 48px;
    font-size: 16px;
  }

  .input {
    padding-top: .2rem;
    font-size: 1.8rem;
  }

  .inputlabel {
    font-size: 1.8rem;
    top: 2.4rem;
  }

  .phone-title {
    font-size: 2rem;
  }

  .grid-contact-fixed.nth1 {
    flex-flow: column;
    display: flex;
  }

  .iframe {
    height: 30rem;
    margin-top: 4rem;
  }

  .iframe-link-button {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    text-align: center;
    margin-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
  }

  .iframe-link-box {
    margin-top: 1rem;
  }

  .arrow-min-outlink {
    width: 1.4rem;
  }

  .more-link {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

#w-node-_17068887-6664-6d4a-2351-c30200d1fac9-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f42cfa0a-d5f2-66ef-6bfd-fb28754fff01-f26452de {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e842c987-befe-898f-43ab-2aed27185aa8-f26452de, #w-node-_3a87aafb-1c44-7169-c467-b5034b9dba53-f26452de, #w-node-d3091d51-1deb-465d-91f0-d5530fab3494-f26452de, #w-node-_03db6dcb-0a87-1e35-5b3b-126b2ef8d5dc-f26452de, #w-node-fba9d63e-5357-887b-0de7-b2d78219a0e4-f26452de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_51916787-b8a3-454b-29d2-31ff7234ca70-f26452de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a41e5eca-437b-c9bc-d902-aa08a232bbf6-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3b342a7b-ea99-83cc-c90f-3943d3c9f175-f26452de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3b342a7b-ea99-83cc-c90f-3943d3c9f176-f26452de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3b342a7b-ea99-83cc-c90f-3943d3c9f17f-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_26fe9a0c-1a4d-b40e-c56c-f6e524408c5e-f26452de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26fe9a0c-1a4d-b40e-c56c-f6e524408c5f-f26452de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_26fe9a0c-1a4d-b40e-c56c-f6e524408c66-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-fdf8c9df-bd27-89ad-dc6c-01130ccd5406-f26452de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fdf8c9df-bd27-89ad-dc6c-01130ccd5407-f26452de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fdf8c9df-bd27-89ad-dc6c-01130ccd5410-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8e330099-7e50-7482-5fdf-77fdb71c1c17-f26452de {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8e330099-7e50-7482-5fdf-77fdb71c1c18-f26452de {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8e330099-7e50-7482-5fdf-77fdb71c1c1f-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d54a-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d574-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d59b-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d5c2-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a84a87ec-3d64-ee23-182d-415636b917bd-f26452de {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-a84a87ec-3d64-ee23-182d-415636b917c0-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bed57fde-258d-7da9-b2bb-ecd68a2e16ea-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2c4c6105-6ca7-5621-408e-59504c3ac14f-f26452de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c09e174-b6e9-cd53-cb40-04bcab609867-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8617927a-c438-44f7-6d01-f62def71e776-f26452de {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_76545c63-e214-07e0-54bd-c45978d3439a-f26452de {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-a84a87ec-3d64-ee23-182d-415636b917c8-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a84a87ec-3d64-ee23-182d-415636b917e3-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_63f4111d-5f6b-0827-8d00-4b90823f1fd6-f26452de, #w-node-_63f4111d-5f6b-0827-8d00-4b90823f1fdc-f26452de, #w-node-e564a740-8933-4458-3f76-34d2267b766f-f26452de, #w-node-b6f6ae27-505b-d520-57b8-025b7beda6d8-f26452de, #w-node-_4c04f7cd-4407-a3be-f434-7601feac1d3c-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f39d9e9c-ef8b-e92a-e21b-3bc864293364-f26452de {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a1eb8285-708e-e9fb-7605-e1c973107b03-f26452de {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_7b8f4986-0a94-8768-1b83-1cde92f12d46-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-bcdc5515-a5b3-cf06-72e1-61d675f9e740-f26452de, #w-node-bcdc5515-a5b3-cf06-72e1-61d675f9e74b-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4a0dfa75-fd4a-022e-b476-4de4a724d540-f26452de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4563ac1-05c9-7233-dd86-57d1137b0201-f26452de {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec395-f26452de {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec398-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c7f95fe7-013d-4fe9-00b0-feb5fa901cdd-f26452de, #w-node-e8f7307f-5e37-3ae6-274c-5d746580fa78-f26452de, #w-node-a4638f8a-5595-bd8e-4022-dfec5a8d3941-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a4638f8a-5595-bd8e-4022-dfec5a8d395c-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_129cc120-a9a3-fa18-5c44-777250ba51ab-f26452de, #w-node-e9c4236f-9bf1-6dd6-7116-b46041d71490-f26452de, #w-node-caf905a3-8bed-2309-a2dc-4d8ef8f8ca44-f26452de, #w-node-e23b71f9-028e-4b12-2565-784278391c35-f26452de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec39c-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec3a2-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
  align-self: start;
}

#w-node-_1cfa7091-342f-8110-eacc-1578242502a3-f26452de {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_06cdf195-161b-46a6-0aa3-e5d2ee3dc70b-f26452de, #w-node-_6c808c62-488a-da4e-379c-b6ea7e254b27-f26452de, #w-node-a44bb722-736b-3b5f-7613-e99cd80f98c7-f26452de, #w-node-dfccacbe-a37e-b466-d01e-1376e7582a8d-f26452de, #w-node-a353d6bd-a6af-9303-96ed-30b95b4a3bd0-f26452de, #w-node-_8f403988-7e57-4d39-0e18-29866ee99354-f26452de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad56c538-af88-93e2-f224-5df5415888da-f26452de {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_15b94d95-1f95-1948-dd20-4b3814264c1e-f26452de {
  grid-area: span 1 / span 11 / span 1 / span 11;
}

#w-node-_15b94d95-1f95-1948-dd20-4b3814264c24-f26452de {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_15b94d95-1f95-1948-dd20-4b3814264c2b-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c2d-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_15b94d95-1f95-1948-dd20-4b3814264bd9-f26452de {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_15b94d95-1f95-1948-dd20-4b3814264bdc-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264be7-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264bf1-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c11-f26452de {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_59a9df23-7991-5411-60da-ad702e276143-f26452de, #w-node-d3422f72-0e1f-3fb3-f5df-797ef7b210db-f26452de {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_6ee4fb25-016d-2488-ea98-a1ec969ddd27-f26452de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff96feb7-3441-b295-da59-90d607ba2865-f26452de, #w-node-_69138a1f-b9d1-d030-9494-2c13efd7053c-f26452de {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_13e5248d-a0d3-2b31-4a9c-0dd5aa5f5080-f26452df {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c3ad6216-4134-be5a-8861-1ac07993b17b-f26452df {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: stretch;
}

#w-node-c3ad6216-4134-be5a-8861-1ac07993b17c-f26452df {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_51bcf5be-aaea-4523-4cf1-66cb7a1fbe11-f26452df, #w-node-_51bcf5be-aaea-4523-4cf1-66cb7a1fbe14-f26452df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fab930e5-cf39-cd77-94d5-f4d06ac719d5-4c6ddbf7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

@media screen and (max-width: 991px) {
  #w-node-_17068887-6664-6d4a-2351-c30200d1fac9-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-f42cfa0a-d5f2-66ef-6bfd-fb28754fff01-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e842c987-befe-898f-43ab-2aed27185aa8-f26452de, #w-node-_3a87aafb-1c44-7169-c467-b5034b9dba53-f26452de, #w-node-d3091d51-1deb-465d-91f0-d5530fab3494-f26452de, #w-node-_03db6dcb-0a87-1e35-5b3b-126b2ef8d5dc-f26452de {
    grid-column: span 1 / span 1;
  }

  #w-node-_8e330099-7e50-7482-5fdf-77fdb71c1c16-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d54a-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d574-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d59b-f26452de, #w-node-_4f9d7d74-3253-1f3a-0d2e-49f39567d5c2-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-a84a87ec-3d64-ee23-182d-415636b917bd-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a84a87ec-3d64-ee23-182d-415636b917c0-f26452de, #w-node-bed57fde-258d-7da9-b2bb-ecd68a2e16ea-f26452de, #w-node-_5c09e174-b6e9-cd53-cb40-04bcab609867-f26452de, #w-node-_8617927a-c438-44f7-6d01-f62def71e776-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-_76545c63-e214-07e0-54bd-c45978d3439a-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a84a87ec-3d64-ee23-182d-415636b917c8-f26452de, #w-node-a84a87ec-3d64-ee23-182d-415636b917e3-f26452de, #w-node-_63f4111d-5f6b-0827-8d00-4b90823f1fd6-f26452de, #w-node-_63f4111d-5f6b-0827-8d00-4b90823f1fdc-f26452de, #w-node-b6f6ae27-505b-d520-57b8-025b7beda6d8-f26452de, #w-node-_4c04f7cd-4407-a3be-f434-7601feac1d3c-f26452de, #w-node-f39d9e9c-ef8b-e92a-e21b-3bc864293364-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-cd65c32a-f892-111c-d505-b79b63b3eaf2-f26452de, #w-node-cd65c32a-f892-111c-d505-b79b63b3eaf7-f26452de, #w-node-cd65c32a-f892-111c-d505-b79b63b3eafa-f26452de, #w-node-cd65c32a-f892-111c-d505-b79b63b3eaff-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1eb8285-708e-e9fb-7605-e1c973107b03-f26452de, #w-node-_7b8f4986-0a94-8768-1b83-1cde92f12d46-f26452de, #w-node-bcdc5515-a5b3-cf06-72e1-61d675f9e740-f26452de, #w-node-bcdc5515-a5b3-cf06-72e1-61d675f9e74b-f26452de, #w-node-c4563ac1-05c9-7233-dd86-57d1137b0201-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-_9935705d-9340-8045-bba7-a172c7d9ff64-f26452de, #w-node-_9935705d-9340-8045-bba7-a172c7d9ff69-f26452de, #w-node-_9935705d-9340-8045-bba7-a172c7d9ff6c-f26452de, #w-node-_9935705d-9340-8045-bba7-a172c7d9ff71-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec395-f26452de, #w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec398-f26452de, #w-node-c7f95fe7-013d-4fe9-00b0-feb5fa901cdd-f26452de, #w-node-e8f7307f-5e37-3ae6-274c-5d746580fa78-f26452de, #w-node-a4638f8a-5595-bd8e-4022-dfec5a8d3941-f26452de, #w-node-a4638f8a-5595-bd8e-4022-dfec5a8d395c-f26452de, #w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec39c-f26452de, #w-node-_3a278840-aa1b-398d-a7b3-e78ed09ec3a2-f26452de, #w-node-_1cfa7091-342f-8110-eacc-1578242502a3-f26452de, #w-node-ad56c538-af88-93e2-f224-5df5415888da-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-_7f83f4f0-488e-b5d1-ca55-f5bde1cfc26f-f26452de, #w-node-_7f83f4f0-488e-b5d1-ca55-f5bde1cfc274-f26452de, #w-node-_7f83f4f0-488e-b5d1-ca55-f5bde1cfc277-f26452de, #w-node-_7f83f4f0-488e-b5d1-ca55-f5bde1cfc27c-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_15b94d95-1f95-1948-dd20-4b3814264c1e-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c24-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c2b-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c2d-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264bd9-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264bdc-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264be7-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264bf1-f26452de, #w-node-_15b94d95-1f95-1948-dd20-4b3814264c11-f26452de, #w-node-_59a9df23-7991-5411-60da-ad702e276143-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-_44b927d6-d809-27d0-f7b9-01fd72b3ff9d-f26452de, #w-node-_44b927d6-d809-27d0-f7b9-01fd72b3ffa2-f26452de, #w-node-_44b927d6-d809-27d0-f7b9-01fd72b3ffa5-f26452de, #w-node-_44b927d6-d809-27d0-f7b9-01fd72b3ffaa-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d3422f72-0e1f-3fb3-f5df-797ef7b210db-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c041a4d-3ecd-95b4-62f6-b79e5c4f64a3-f26452de, #w-node-_7c041a4d-3ecd-95b4-62f6-b79e5c4f64a8-f26452de, #w-node-_7c041a4d-3ecd-95b4-62f6-b79e5c4f64ab-f26452de, #w-node-_7c041a4d-3ecd-95b4-62f6-b79e5c4f64b0-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ee4fb25-016d-2488-ea98-a1ec969ddd27-f26452de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ff96feb7-3441-b295-da59-90d607ba2865-f26452de {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_69138a1f-b9d1-d030-9494-2c13efd7053c-f26452de, #w-node-dd5fa1a6-5774-b456-bc3f-37ca6ee0daad-f26452de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e842c987-befe-898f-43ab-2aed27185aa8-f26452de {
    grid-column: span 2 / span 2;
  }

  #w-node-cacd395c-d281-2b2e-d7ae-62f6624a54df-f26452de, #w-node-a6cb27f5-fb16-6308-d041-8e82a90be19a-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cacd395c-d281-2b2e-d7ae-62f6624a54e4-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a6cb27f5-fb16-6308-d041-8e82a90be19a-f26452de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4638f8a-5595-bd8e-4022-dfec5a8d3941-f26452de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}