@font-face {
  font-family: "Fa duotone 900";
  src: url('../fonts/fa-duotone-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gainsboro: #303030;
  --white: white;
  --primary: #f7007c;
  --secondary: #e0e0e0;
  --gold: #ffc138;
  --gainsboro-2: #6cf;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--gainsboro);
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  line-height: 1.2em;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.container.vertical {
  flex-direction: column;
}

.navbar {
  z-index: 100;
  background-color: var(--gainsboro);
  color: var(--white);
  width: 100vw;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-size: 30px;
  line-height: 30px;
  transition: all .5s;
}

.nav-link.w--current {
  background-image: linear-gradient(99deg, var(--primary), #60afff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading {
  color: var(--white);
}

.div-block {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--gainsboro), #303030d6 13%, #ecececc2 91%, #fff);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.circle-big {
  background-color: #ffc037;
  border-radius: 100%;
  width: 80vh;
  height: 80vh;
  position: fixed;
  top: 100px;
  left: -40vh;
  overflow: hidden;
}

.circle-small {
  background-color: var(--secondary);
  filter: blur(2px);
  border-radius: 100%;
  width: 30vh;
  height: 30vh;
  position: absolute;
  inset: -6% -8% auto auto;
  overflow: hidden;
}

.div-block-2 {
  padding-left: 20px;
  position: relative;
}

.content-container {
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.big-head {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans Khmer, sans-serif;
  font-size: 10vh;
  font-weight: 600;
  line-height: 1em;
}

.big-head.thin {
  color: var(--white);
  font-weight: 300;
}

.nav-menu-2 {
  z-index: 10;
  background-color: var(--secondary);
  background-image: linear-gradient(336deg, var(--secondary), var(--primary));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.menu-button {
  z-index: 100;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  position: fixed;
  inset: 3% 3% auto auto;
}

.menu-button.w--open {
  z-index: 100;
  background-color: #0000;
}

.navbar-2 {
  background-color: #0000;
  width: 100vw;
  position: fixed;
}

.centralising-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.max-container {
  max-width: 40vw;
  margin-bottom: 50px;
}

.section-2 {
  height: 100vh;
}

.branding-container {
  z-index: 10;
  align-items: center;
  min-width: 40vh;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.branding-container.login {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.button {
  border-radius: 12px;
  margin-bottom: 15px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fancy-button {
  background-color: var(--primary);
  background-image: linear-gradient(97deg, var(--primary), #55c0fd);
  color: var(--white);
  text-align: left;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.icon {
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.icon.brand {
  font-family: "Fa brands 400", sans-serif;
}

.icon.big {
  padding-right: 0;
  font-size: 40px;
  line-height: 40px;
}

.icon.big.coloured {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 40px;
  margin-top: 11px;
  padding-left: 5px;
}

.footer {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 2%;
}

.nav-link-2 {
  font-size: 30px;
}

.small-text {
  font-size: 12px;
  line-height: 16px;
}

.tabs {
  padding-top: 74px;
}

.tab-link {
  background-color: var(--secondary);
  text-align: center;
  width: 50%;
}

.tab-link.w--current {
  background-image: linear-gradient(100deg, var(--primary), #5bb3ff);
  color: var(--white);
}

.tabs-menu {
  margin-bottom: 20px;
}

.doc-icon {
  background-image: linear-gradient(124deg, var(--primary), #38c1f3);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11vw;
  height: 11vw;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.doc-icon:hover {
  background-image: linear-gradient(to bottom, #ffc138, #ffc138), linear-gradient(124deg, var(--primary), #38c1f3);
}

.doc-text {
  padding-top: 5px;
}

.grid {
  grid-template-rows: auto;
  justify-content: space-around;
  place-items: center;
  padding: 10px;
}

.doc-button-content {
  background-color: var(--secondary);
  background-image: linear-gradient(to bottom, var(--primary), #32cefd);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.doc-button-inner {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.we-chat-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

._3-wide-grid {
  grid-template-columns: 1fr 5fr 1fr;
  width: 100%;
}

.html-embed {
  z-index: 1000;
  background-color: #ffffffe0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.col-3 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
}

.top-20-unis {
  background-image: linear-gradient(to right, var(--primary), #55b0ff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.sub-body {
  display: flex;
}

.small-image-conainer {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#f7007c82, #f7007c82), url('../images/markus-winkler-3Rn2EjoAC1g-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 15vh;
  font-size: 30px;
  display: flex;
  position: absolute;
  top: -7.5vh;
}

.small-image-conainer.share {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/markus-winkler-EKdM6EZ6HDY-unsplash.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.small-image-conainer.language {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/drew-beamer-3SIXZisims4-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.small-image-conainer.citizen {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/ethan-wilkinson-6QnAzfMnEtk-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.small-image-conainer.culture {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/albert-s-XrvrRXJORPU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.small-image-conainer.support {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/remi-walle-UOwvwZ9Dy6w-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.small-image-conainer.teaching {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/seema-miah-gc7hmVBxtBc-unsplash.jpg');
  background-position: 0 0, 0 85%;
  background-size: auto, cover;
}

.small-image-conainer.custom-teaching {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/getty-images-s9sBMDbFikM-unsplash.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.small-image-conainer.improve {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/seema-miah-DePmol2kYdY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.small-image-conainer.visa {
  background-image: linear-gradient(to bottom, null, null), url('../images/scott-graham-OQMZwNd3ThU-unsplash.jpg');
}

.small-image-conainer.accommodation {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/cytonn-photography-TVyhDpvL8MY-unsplash.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.small-image-conainer.settle {
  background-image: linear-gradient(to bottom, null, null), url('../images/marisa-cornelsen-gWvsW8XnVro-unsplash.jpg');
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/marisa-cornelsen-gWvsW8XnVro-unsplash.jpg');
  background-position: 0 0, 50% 45%;
  background-size: auto, cover;
}

.small-image-conainer.guidance {
  background-image: linear-gradient(#f7007c80, #f7007c80), url('../images/getty-images-95WsGwmiZk4-unsplash.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
}

.section-3 {
  padding-top: 20px;
  padding-bottom: 60px;
}

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

._25vh-spacer {
  width: 100%;
  height: 25vh;
}

.image {
  max-width: 300px;
}

.content-section {
  padding-top: 40px;
}

.accordian {
  width: 100%;
  transition: opacity .4s;
}

.dropdown-list {
  background-color: #0000;
  width: 100%;
}

.dropdown-list.w--open {
  position: relative;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.accordian-list {
  background-color: #0000;
  width: 100%;
}

.accordian-list.w--open {
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: row;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.big-icon {
  background-image: linear-gradient(166deg, var(--primary), #7abbfc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.list-item {
  line-height: 1.5em;
}

.map-page-wrapper {
  z-index: 102;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.map-background {
  width: 100%;
  height: 100%;
}

.map-wrapper {
  z-index: 103;
  width: 40vw;
  height: 50vw;
  position: relative;
}

.map-dot {
  z-index: 1;
  border: .6vw solid var(--gold);
  background-color: var(--white);
  border-radius: 100%;
  width: 2vw;
  height: 2vw;
  transition: all .4s;
  position: absolute;
  box-shadow: 4px 4px 6px -1px #52525296;
}

.map-dot:hover {
  z-index: 2;
  border-color: var(--primary);
  transform: scale(1.6);
  box-shadow: 8px 8px 6px -1px #52525296;
}

.map-dot-adjustments {
  position: absolute;
}

.data-wrapper {
  z-index: 105;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: auto;
}

.data-item {
  width: 80%;
  min-width: 80%;
  display: block;
}

.uni-name {
  text-transform: uppercase;
}

.uk-rank, .rank-title, .global-rank {
  display: none;
}

.data-collection {
  z-index: 10;
  position: relative;
}

.introduction {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.accordion-block {
  width: 100%;
}

.div-block-5 {
  width: 100px;
}

.panel {
  width: 100%;
}

.accordion {
  color: var(--white);
  width: 100%;
}

.container-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  font-size: 2vw;
  line-height: 1.1em;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  background-color: var(--primary);
  transform-origin: 50% 0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.timeline-number {
  background-color: var(--gainsboro-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  display: flex;
}

.div-block-6 {
  padding-top: 20vh;
}

.radio-button-field {
  z-index: 1;
  text-align: center;
  background-color: #c4c4c433;
  border-radius: 20px;
  flex-direction: column;
  margin: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  transition: all .4s;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  background-color: #c4c4c4;
}

.q-icon-2 {
  background-color: #9ba8a5;
  width: 2px;
  min-height: 14px;
  position: absolute;
}

.radio-button {
  margin-left: 0;
  display: none;
}

.radio-selection {
  flex-flow: column;
  display: flex;
  position: relative;
}

.qid {
  display: none;
}

.lottie {
  z-index: -1;
  display: none;
  position: absolute;
  inset: -200% -50% -161%;
}

.question-block {
  border-bottom: 1px solid #878d9440;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  display: block;
}

.radio-button-label {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.q-content {
  margin-bottom: 0;
}

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

.space.faq {
  min-height: 17px;
}

.q-icon-wrap {
  background-color: #f1f5f4;
  border-radius: 1000000px;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-right: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.q-icon-1 {
  background-color: #9ba8a5;
  width: 14px;
  min-height: 2px;
  position: absolute;
}

.card {
  background-color: #fff;
  border: 1px solid #f8f8f8;
  overflow: hidden;
  box-shadow: 0 6px 24px #1b1b1b0a;
}

.card.faq {
  cursor: pointer;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 45px 31px;
  transition: box-shadow .3s;
}

.card.faq:hover {
  box-shadow: 0 4px 15px #1b1b1b1f;
}

.answer, .hidden {
  display: none;
}

.progress-box {
  z-index: 100;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  padding: 30px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0;
}

._50px-high {
  height: 50px;
}

.item-wrapper {
  border: 1px solid var(--gainsboro-2);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 50px;
  padding: 10vh 20px 20px;
  display: flex;
  position: relative;
}

.q-card {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 45px 31px;
  transition: box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 6px 24px #1b1b1b0a;
}

.q-card:hover {
  box-shadow: 0 4px 15px #1b1b1b1f;
}

@media screen and (max-width: 991px) {
  .circle-big {
    width: 50vh;
    height: 50vh;
    top: 25vh;
    left: -25vh;
  }

  .circle-small {
    display: none;
  }

  .big-head {
    font-size: 6vh;
  }

  .branding-container {
    min-width: 50vw;
  }

  .small-image-conainer {
    text-align: center;
    line-height: 30px;
  }

  .timeline-number {
    width: 15vw;
    height: 15vw;
    font-size: 4vw;
  }

  .radio-button-field {
    width: auto;
    min-width: 200px;
  }

  .q-content {
    margin-left: 50px;
  }

  .q-icon-wrap {
    margin-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .timeline-number {
    width: 25vw;
    height: 25vw;
    font-size: 40px;
  }

  .radio-button-field {
    padding-left: 10px;
    padding-right: 10px;
  }

  .radio-button-label {
    font-size: 12px;
    line-height: 14px;
  }

  .space.faq {
    min-height: 14px;
  }

  .card.faq, .q-card {
    padding: 38px 25px;
  }
}

@media screen and (max-width: 479px) {
  .circle-big {
    width: 60vw;
    height: 60vw;
    top: auto;
    left: -30vw;
  }

  .circle-small {
    width: 30vw;
    height: 30vw;
    top: 3%;
  }

  .div-block-2 {
    padding-left: 10px;
  }

  .content-container {
    z-index: 100;
    background-color: var(--white);
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .big-head {
    font-size: 8vw;
  }

  .max-container {
    max-width: 80vw;
  }

  .max-container.home {
    position: relative;
    top: 0;
  }

  .branding-container {
    height: 40vh;
    max-height: 40vh;
    position: fixed;
    top: 0;
  }

  .fancy-button {
    font-size: 15px;
  }

  .sub-body {
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
  }

  .small-image-conainer {
    font-size: 20px;
  }

  ._25vh-spacer {
    height: 0;
  }

  .map-page-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    position: relative;
  }

  .map-wrapper {
    width: 125vw;
    height: 156vw;
    position: fixed;
    top: 0;
    left: -79px;
  }

  .map-dot {
    border-width: 2vw;
    width: 6vw;
    height: 6vw;
  }

  .data-wrapper {
    z-index: 102;
    justify-content: flex-start;
    width: 90vw;
  }

  .introduction {
    width: 50vw;
    height: 30vh;
  }

  .img-block {
    width: 90%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .timeline-number {
    width: 35vw;
    height: 35vw;
    font-size: 30px;
    line-height: 1.1em;
  }

  .radio-button-field {
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .question-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .q-content {
    margin-left: 0;
  }

  .q-icon-wrap {
    margin-right: 10px;
  }

  .card.faq {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .progress-box {
    z-index: 1000;
    background-color: var(--gainsboro-2);
    width: 100vw;
    padding: 15px;
    font-size: 14px;
    line-height: 1.1em;
  }

  .div-block-7 {
    width: 100%;
    height: 45vh;
  }

  .q-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #w-node-_9c1646f3-a129-f879-f665-d142c8c4b7c9-6077bd17 {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}