@import url("https://use.typekit.net/igt6bcz.css");
h1 {
  color: #005694;
  font-size: 12rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 7rem;
  }
}

h2 {
  color: #005694;
  font-size: 8rem;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 6rem;
  }
}
h2.small {
  font-size: 4rem;
}
@media (max-width: 991.98px) {
  h2.small {
    font-size: 6rem;
  }
}

h3 {
  color: #333333;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
}

h4 {
  color: #005694;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 400;
}

p {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-top: 2rem;
  font-weight: 400;
}

sup {
  font-size: 0.5em;
  top: -0.7em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  html {
    font-size: 9px;
  }
}

body {
  margin: 0;
  font-family: "interstate-condensed", sans-serif;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #005694;
  background: #f9fafb;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  margin: 0 auto;
  max-width: 1480px;
  --bs-gutter-x: 10rem;
}
@media (max-width: 991.98px) {
  .container {
    --bs-gutter-x: 8rem;
  }
}
.container .row {
  --bs-gutter-x: 10rem;
}
@media (max-width: 991.98px) {
  .container .row {
    --bs-gutter-x: 8rem;
  }
}

.background-orange {
  position: relative;
  background-color: #eeb111;
}
.background-orange.bg-left:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  background-color: #eeb111;
  z-index: -1;
}
.background-blue {
  position: relative;
  background-color: #d0e7f2;
}
.background-blue.bg-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #d0e7f2;
  z-index: -1;
}
.background-white {
  position: relative;
  background-color: #f9fafb;
}
.background-orangepale {
  position: relative;
  background-color: #fae8b8;
}

@media (max-width: 991.98px) {
  .background-blue-mobile {
    position: relative;
    background-color: #d0e7f2;
  }
}

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

section {
  padding: 4rem 0;
}

.welcome-page {
  margin: 0;
  background: #e8dcc0;
  color: #ffffff;
}
.welcome-page .lang-switcher {
  position: absolute;
  top: 0;
  background: #0d5ea7;
  right: 2rem;
  z-index: 10;
  padding: 1.5rem 1rem 1rem;
  font-size: 2rem;
  font-weight: 600;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.welcome-page .welcome-shell {
  display: flex;
  flex-direction: column;
}
.welcome-page .welcome-shell .welcome-hero {
  position: relative;
  flex: 1;
  background: #fbefd0 url("images/gate-header@2x.png") right top/53vw no-repeat;
  display: flex;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .welcome-page .welcome-shell .welcome-hero {
    background: #fbefd0 url("images/gate-header@2x.png") right top/153vw no-repeat;
  }
}
.welcome-page .welcome-shell .welcome-hero:before {
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  width: 81rem;
  height: 62rem;
  background: url("images/leaves@2x.png") center center/contain no-repeat;
}
@media (max-width: 991.98px) {
  .welcome-page .welcome-shell .welcome-hero:before {
    bottom: -10rem;
    width: 100%;
    height: 62rem;
  }
}
.welcome-page .welcome-shell .welcome-hero .welcome-overlay {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.welcome-page .welcome-shell .welcome-hero .welcome-overlay .welcome-brand {
  text-align: center;
  margin-bottom: 36px;
  min-height: 23vw;
}
@media (max-width: 991.98px) {
  .welcome-page .welcome-shell .welcome-hero .welcome-overlay .welcome-brand {
    padding-top: 35vw;
  }
}
.welcome-page .welcome-shell .welcome-hero .welcome-overlay .welcome-brand .brand-mark {
  max-width: 54rem;
}
.welcome-page .welcome-shell .welcome-hero .welcome-overlay .welcome-brand .brand-subtitle {
  margin: 0;
  font-size: 4rem;
  color: #0d5ea7;
  font-weight: 500;
}

.welcome-error {
  align-self: center;
  margin-bottom: 20px;
  padding: 12px 18px;
  border-radius: 8px;
  background: rgba(153, 27, 27, 0.92);
  color: #ffffff;
}

.access-grid {
  margin-top: auto;
}
.access-grid .access-card {
  background: #005b9f;
  padding: 2rem 4rem;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.access-grid .access-card h2 {
  margin: 0 0 10px;
  font-size: 4rem;
  line-height: 1.2;
  color: #dff2f7;
}
.access-grid .access-card p {
  margin: 0 0 1rem;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #e9f3fb;
  font-weight: 400;
  flex: 1;
}
.access-grid .access-card .access-input {
  width: 100%;
  height: 4.8rem;
  border: none;
  background: #d8e6ee;
  margin-bottom: 1.2rem;
  padding: 1rem 1.4rem;
  font-size: 2rem;
  color: #1f2937;
}
.access-grid .access-card .submit-button {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin-top: 1rem;
}
.access-grid .access-card .submit-button img {
  width: 18rem;
}
.access-grid .access-card .submit-button:hover {
  filter: brightness(1.04);
}

header {
  background: #f9fafb;
  color: #005694;
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .logo {
  max-width: 12rem;
  width: 17rem;
}
@media (max-width: 991.98px) {
  header .logo {
    max-width: 9rem;
  }
}
header .menu-popup {
  position: relative;
}
header .lang-change {
  font-size: 2rem;
  margin-right: 2rem;
  font-weight: 600;
}
header .menu-toggle {
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  cursor: pointer;
}
header .menu-toggle span {
  width: 4rem;
  height: 0.5rem;
  background: #005694;
  border-radius: 999px;
  display: block;
}
header .menu-popup-panel {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  width: 25rem;
  background: #d9edf8;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.14);
  z-index: 200;
  padding: 2.5rem 3rem;
}
header .menu-popup-panel a {
  display: block;
  color: #005694;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 1.5rem;
}
header .menu-popup-panel a:last-child {
  margin-bottom: 0;
}
header .menu-popup-panel a:hover, header .menu-popup-panel a:focus {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  header .menu-popup-panel {
    width: min(100vw - 2rem, 42rem);
    padding: 2rem 2.2rem;
  }
  header .menu-popup-panel a {
    font-size: 3.2rem;
  }
}

footer {
  position: relative;
  z-index: 10;
  background: #e4ab00;
  color: #12324f;
  align-items: center;
  padding: 4rem 0 3rem;
}
footer .container .row {
  --bs-gutter-x: 2rem;
}
footer a {
  font-size: 3.8rem;
  line-height: 1;
  color: #4f4f4f;
}
@media (max-width: 991.98px) {
  footer a {
    font-size: 3rem;
  }
}
footer a:hover {
  color: #12324f;
}
footer .address p {
  font-size: 2.5rem;
}
footer .copyright p {
  font-size: 1.4rem;
  font-weight: 300;
}
footer .fac {
  margin-top: -2rem;
  max-width: 25rem;
}
@media (max-width: 991.98px) {
  footer .fac {
    margin-top: 1rem;
    max-width: 100%;
  }
}
footer .footer-badge {
  max-width: 14rem;
}

main {
  overflow: hidden;
}

section.hero {
  position: relative;
  background: #fbefd0 url("images/gate-header@2x.png") right top/cover no-repeat;
  height: 90vh;
  padding: 4rem 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.hero {
    height: 75vh;
    background: #fbefd0 url("images/gate-header@2x.png") center top/cover no-repeat;
  }
}
section.hero:before {
  content: "";
  position: absolute;
  bottom: -10vh;
  right: 55%;
  width: 61vw;
  height: 81vh;
  background: url("images/leaves@2x.png") center center/contain no-repeat;
}
@media (max-width: 991.98px) {
  section.hero:before {
    bottom: -25vh;
    right: 57%;
    width: 91rem;
    height: 100vh;
    background: url(images/leaves@2x.png) bottom center/contain no-repeat;
  }
}
section.hero .container {
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.hero .container {
    height: 75%;
  }
}
section.hero .container .logo {
  max-width: 35rem;
}
section.hero .container .row {
  height: 100%;
}
@media (max-width: 991.98px) {
  section.hero .container .row {
    height: 75%;
  }
}
section.hero .container .row .col {
  height: 100%;
}
@media (max-width: 991.98px) {
  section.hero .container .row .col {
    height: 75%;
  }
}
section.hero .container h1 sup {
  left: -0.3em;
}

section.description .tube-before {
  position: relative;
}
section.description .tube-before:before {
  content: "";
  position: absolute;
  top: -26rem;
  left: 0;
  width: 100%;
  height: 28rem;
  background: url("images/Elidel-tube@2x.png") center center/contain no-repeat;
}
@media (max-width: 991.98px) {
  section.description .tube-before:before {
    top: -78%;
    height: 40vw;
  }
}
section.description .tube-before img {
  width: 24rem;
}

section.dropdown .step h1 {
  margin: 0;
}
section.dropdown .step {
  cursor: pointer;
}
section.dropdown .step h4 {
  font-weight: bold;
}
section.dropdown .step-image {
  position: relative;
  display: inline-block;
  width: 100%;
}
section.dropdown .step-image img {
  display: block;
}
section.dropdown .step-image .img-on {
  position: absolute;
  opacity: 0;
  bottom: 0;
  height: 100%;
  transition: opacity 0.2s ease;
}
section.dropdown .step-image .img-off {
  opacity: 1;
  transition: opacity 0.2s ease;
}
section.dropdown .drop-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
section.dropdown .drop-popup {
  position: absolute;
  right: var(--bs-gutter-x);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
  min-height: 18rem;
  width: 46rem;
  padding: 2.5rem 3rem 7rem;
  background: url("/assets/images/popup@2x.png") top left/100% 100% no-repeat;
}
section.dropdown .drop-popup p {
  margin: 0;
  font-size: 2rem;
  color: #333333;
}
section.dropdown .drop-popup p span {
  color: #005694;
  font-weight: 800;
}
section.dropdown:has(.step:hover) .drop-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
section.dropdown:has(.step-1:hover) .drop-1, section.dropdown:has(.step-2:hover) .drop-2, section.dropdown:has(.step-3:hover) .drop-3 {
  opacity: 1;
  visibility: visible;
}
section.dropdown:has(.step-1:hover) .step-1 .img-off, section.dropdown:has(.step-2:hover) .step-2 .img-off, section.dropdown:has(.step-3:hover) .step-3 .img-off {
  opacity: 0;
}
section.dropdown:has(.step-1:hover) .step-1 .img-on, section.dropdown:has(.step-2:hover) .step-2 .img-on, section.dropdown:has(.step-3:hover) .step-3 .img-on {
  opacity: 1;
}
section.dropdown .drop .col {
  padding: 0 10rem;
}
section.dropdown .drop .col p {
  font-size: 2rem;
  color: #333333;
}

.mobile-drop p {
  font-size: 2rem;
  color: #333333;
}
.mobile-drop p.important {
  margin: 0;
  font-size: 3rem;
  color: #333333;
}
.mobile-drop p.important span {
  color: #005694;
  font-weight: 800;
}

.things-to-know img {
  height: 15rem;
  margin-left: -3rem;
}
.things-to-know .to-do span {
  color: #005694;
  font-weight: 800;
}
.things-to-know .to-not span {
  color: #eeb111;
  font-weight: 800;
}
.things-to-know p {
  margin-top: 3rem;
  font-size: 3rem;
  color: #333333;
}

.whats .col {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.whats .col .img-container {
  position: relative;
  height: 40rem;
  right: calc(var(--bs-gutter-x) * -0.5);
}
@media (max-width: 991.98px) {
  .whats .col .img-container {
    margin-top: 4rem;
  }
}
.whats .col .img-container img {
  max-width: none;
  width: 50vw;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .whats .col .img-container img {
    width: 108vw;
  }
}
.whats .col .background-white {
  position: relative;
  left: calc(var(--bs-gutter-x) * -0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  width: 50vw;
}
@media (max-width: 991.98px) {
  .whats .col .background-white {
    width: 100vw;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
.whats .col ul {
  list-style: none;
  padding-left: 0;
}
.whats .col ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
}
.whats .col ul li:last-child {
  margin-bottom: 0;
}
.whats .col ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}
.whats .col p, .whats .col ul {
  margin-top: 3rem;
  font-size: 3rem;
  color: #333333;
}
.whats .col p span, .whats .col ul span {
  color: #005694;
  font-weight: 700;
}
.whats .col p.small, .whats .col ul.small {
  font-size: 1.8rem;
}

.links strong, .links a {
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .links strong, .links a {
    font-size: 3rem;
  }
}
.links a {
  color: #333333;
  font-weight: 400;
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
