body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.inner {
  width: min(1140px, 59.375vw);
  margin: auto;
}

.inner-wide {
  width: min(1325px, 69.0104166667vw);
  margin: auto;
}

a.btn {
  background-color: white;
  border: solid 1px #cccccc;
  padding: min(28px, 1.4583333333vw);
  font-size: min(37px, 1.9270833333vw);
  font-weight: 700;
  text-align: center;
  color: #001446;
  line-height: 1em;
  border-radius: 1000px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
a.btn:hover {
  color: white;
  background-color: #001446;
}

a.btn-small {
  background-color: rgba(255, 255, 255, 0.5);
  padding: min(15px, 0.78125vw);
  font-size: min(20px, 1.0416666667vw);
  font-weight: 700;
  text-align: center;
  color: #001446;
  line-height: 1em;
  border-radius: 1000px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s ease-in-out;
}
a.btn-small:hover:not([disabled]) {
  background-color: white;
}
a.btn-small[disabled] {
  cursor: default;
  background-color: white;
}

h1 {
  font-size: min(80px, 4.1666666667vw);
  font-weight: 300;
  color: #001446;
}

header#home {
  position: relative;
  width: 100%;
  height: 90dvh;
  background-image: url(images/background.jpg);
  background-position: center;
  background-size: cover;
}
header#home > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(800px, 41.6666666667vw);
}
header#home > div#scroll_indicator {
  position: absolute;
  left: 50%;
  bottom: min(70px, 3.6458333333vw);
  transform-origin: 0% 100%;
  transform: rotate(-45deg);
  width: min(50px, 2.6041666667vw);
  aspect-ratio: 1/1;
  box-sizing: border-box;
  border: solid min(6px, 0.3125vw) white;
  border-top: none;
  border-right: none;
  animation: bounce 1s ease-in-out;
  animation-iteration-count: infinite;
  transition: opacity 0.5s ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(30%) rotate(-45deg);
  }
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
}
section#home_info {
  padding: min(133px, 6.9270833333vw) 0 min(200px, 10.4166666667vw) 0;
  text-align: center;
}
section#home_info > div.inner > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: min(40px, 2.0833333333vw);
}
section#home_info > div.inner > nav > ul > li {
  display: block;
  width: auto;
  flex: 1;
}

div#page_top_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90dvh;
  background-image: url(images/background.jpg);
  background-position: center;
  background-size: cover;
  z-index: -2;
}
div#page_top_bg.full {
  height: 100dvh;
}

div#page_mid_bg {
  position: absolute;
  top: 90dvh;
  left: 0;
  width: 100%;
  height: 60dvh;
  background-image: url(images/repeating_pattern.png);
  background-size: min(212px, 11.0416666667vw) auto;
  z-index: -2;
}
div#page_mid_bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 100%);
}

header#page_menu {
  position: relative;
  padding-bottom: min(60px, 3.125vw);
}
header#page_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((100% - min(1600px, 83.3333333333vw)) / 2);
  width: min(1600px, 83.3333333333vw);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom-left-radius: min(23px, 1.1979166667vw);
  border-bottom-right-radius: min(23px, 1.1979166667vw);
  padding-bottom: min(330px, 17.1875vw);
}
header#page_menu > div.inner-wide {
  position: relative;
}
header#page_menu > div.inner-wide > a > img {
  width: min(150px, 7.8125vw);
  margin-top: min(80px, 4.1666666667vw);
  margin-bottom: min(70px, 3.6458333333vw);
}
header#page_menu > div.inner-wide > nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: min(20px, 1.0416666667vw);
}
header#page_menu > div.inner-wide > nav > ul > li {
  display: block;
  width: min(200px, 10.4166666667vw);
}

section#about {
  position: relative;
  z-index: 1;
}
section#about > div.inner-wide {
  padding-bottom: min(212px, 11.0416666667vw);
}
section#about > div.inner-wide > ul {
  list-style: none;
  padding: 0;
}
section#about > div.inner-wide > ul > li {
  background-color: #001446;
  color: white;
  font-size: min(40px, 2.0833333333vw);
  line-height: min(56px, 2.9166666667vw);
  font-weight: 300;
  padding: min(85px, 4.4270833333vw) min(48px, 2.5vw);
  border-radius: min(28px, 1.4583333333vw);
  margin-bottom: min(16px, 0.8333333333vw);
}

section#team, section#contact {
  position: relative;
  z-index: 1;
}
section#team > div.inner-wide, section#contact > div.inner-wide {
  padding-bottom: min(212px, 11.0416666667vw);
}
section#team > div.inner-wide > h1, section#contact > div.inner-wide > h1 {
  color: white;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 700;
  margin: 0;
  margin-bottom: min(68px, 3.5416666667vw);
}
section#team > div.inner-wide > ul#two_col, section#contact > div.inner-wide > ul#two_col {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: min(15px, 0.78125vw);
}
section#team > div.inner-wide > ul#two_col > li, section#contact > div.inner-wide > ul#two_col > li {
  background-color: #001446;
  border-radius: min(48px, 2.5vw);
  flex: 1;
}
section#team > div.inner-wide > ul#two_col > li > div, section#contact > div.inner-wide > ul#two_col > li > div {
  width: 100%;
  aspect-ratio: 1/1;
  background-size: contain;
  border-top-left-radius: min(48px, 2.5vw);
  border-top-right-radius: min(48px, 2.5vw);
}
section#team > div.inner-wide > ul#two_col > li > h1, section#contact > div.inner-wide > ul#two_col > li > h1 {
  color: white;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 700;
  margin: min(40px, 2.0833333333vw) min(50px, 2.6041666667vw) min(20px, 1.0416666667vw) min(50px, 2.6041666667vw);
}
section#team > div.inner-wide > ul#two_col > li > p, section#contact > div.inner-wide > ul#two_col > li > p {
  color: white;
  font-size: min(27px, 1.40625vw);
  line-height: min(45px, 2.34375vw);
  font-weight: 300;
  margin: min(20px, 1.0416666667vw) min(50px, 2.6041666667vw);
}
section#team > div.inner-wide > ul#stack, section#contact > div.inner-wide > ul#stack {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: min(15px, 0.78125vw);
  margin-top: min(100px, 5.2083333333vw);
}
section#team > div.inner-wide > ul#stack > li, section#contact > div.inner-wide > ul#stack > li {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: min(15px, 0.78125vw);
}
section#team > div.inner-wide > ul#stack > li > div:first-child, section#contact > div.inner-wide > ul#stack > li > div:first-child {
  width: min(256px, 13.3333333333vw);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  border-radius: min(25px, 1.3020833333vw);
}
section#team > div.inner-wide > ul#stack > li > div:last-child, section#contact > div.inner-wide > ul#stack > li > div:last-child {
  padding: min(30px, 1.5625vw) min(45px, 2.34375vw);
  background-color: white;
  border: solid 1px #ccc;
  border-radius: min(25px, 1.3020833333vw);
}
section#team > div.inner-wide > ul#stack > li > div:last-child > h1, section#contact > div.inner-wide > ul#stack > li > div:last-child > h1 {
  margin: 0;
  font-size: min(40px, 2.0833333333vw);
  font-weight: 700;
}
section#team > div.inner-wide > ul#stack > li > div:last-child > p, section#contact > div.inner-wide > ul#stack > li > div:last-child > p {
  margin: 0;
  font-size: min(27px, 1.40625vw);
  line-height: min(45px, 2.34375vw);
  font-weight: 300;
}
section#team#contact > div.inner-wide, section#contact#contact > div.inner-wide {
  padding: 0;
}
section#team#contact > div.inner-wide > h1 > a, section#contact#contact > div.inner-wide > h1 > a {
  color: inherit;
  text-decoration: none;
}
section#team#contact > div.inner-wide > ul#two_col > li, section#contact#contact > div.inner-wide > ul#two_col > li {
  padding: min(40px, 2.0833333333vw) 0;
}
section#team#contact > div.inner-wide > ul#two_col > li > p, section#contact#contact > div.inner-wide > ul#two_col > li > p {
  font-size: min(40px, 2.0833333333vw);
}
section#team#contact > div.inner-wide > ul#two_col > li > p > span.location, section#contact#contact > div.inner-wide > ul#two_col > li > p > span.location {
  font-weight: 700;
}
section#team#contact > div.inner-wide > ul#two_col > li > p > a, section#contact#contact > div.inner-wide > ul#two_col > li > p > a {
  color: #c8e5ff;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .inner {
    width: calc(100% - 40px);
    margin: auto;
  }
  a.btn {
    font-size: min(80px, 4.1666666667vw);
  }
  a.btn-small {
    padding: 5px;
    font-size: min(80px, 4.1666666667vw);
  }
  header#home {
    height: 30dvh;
  }
  header#home > div#scroll_indicator {
    display: none;
  }
  section#home_info > div.inner > h1 {
    font-size: 30px;
  }
  section#home_info > div.inner > nav > ul {
    flex-direction: column;
    gap: min(60px, 3.125vw);
  }
  div#page_top_bg {
    height: 40dvh;
  }
  div#page_mid_bg {
    top: 40dvh;
    height: 40dvh;
  }
  header#page_menu > div.inner-wide > a > img {
    width: min(300px, 15.625vw);
    margin-top: min(80px, 4.1666666667vw);
    margin-bottom: min(70px, 3.6458333333vw);
  }
  header#page_menu > div.inner-wide > nav > ul {
    flex-direction: column;
    gap: 10px;
  }
  header#page_menu > div.inner-wide > nav > ul > li {
    display: block;
    width: 100%;
  }
  section#about > div.inner-wide > ul > li {
    font-size: min(80px, 4.1666666667vw);
    line-height: min(116px, 6.0416666667vw);
    font-weight: 300;
    padding: min(100px, 5.2083333333vw) min(90px, 4.6875vw);
    border-radius: min(60px, 3.125vw);
    margin-bottom: min(30px, 1.5625vw);
  }
  section#team > div.inner-wide > h1, section#contact > div.inner-wide > h1 {
    font-size: min(80px, 4.1666666667vw);
    margin-bottom: min(68px, 3.5416666667vw);
  }
  section#team > div.inner-wide > ul#two_col, section#contact > div.inner-wide > ul#two_col {
    flex-direction: column;
    gap: min(40px, 2.0833333333vw);
  }
  section#team > div.inner-wide > ul#two_col > li, section#contact > div.inner-wide > ul#two_col > li {
    border-radius: min(80px, 4.1666666667vw);
  }
  section#team > div.inner-wide > ul#two_col > li > div, section#contact > div.inner-wide > ul#two_col > li > div {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-top-left-radius: min(80px, 4.1666666667vw);
    border-top-right-radius: min(80px, 4.1666666667vw);
  }
  section#team > div.inner-wide > ul#two_col > li > h1, section#contact > div.inner-wide > ul#two_col > li > h1 {
    font-size: min(80px, 4.1666666667vw);
    margin: min(80px, 4.1666666667vw) min(100px, 5.2083333333vw) min(40px, 2.0833333333vw) min(100px, 5.2083333333vw);
  }
  section#team > div.inner-wide > ul#two_col > li > p, section#contact > div.inner-wide > ul#two_col > li > p {
    font-size: min(60px, 3.125vw);
    line-height: min(90px, 4.6875vw);
    margin: min(40px, 2.0833333333vw) min(100px, 5.2083333333vw);
  }
  section#team > div.inner-wide > ul#stack, section#contact > div.inner-wide > ul#stack {
    gap: min(40px, 2.0833333333vw);
    margin-top: min(100px, 5.2083333333vw);
  }
  section#team > div.inner-wide > ul#stack > li, section#contact > div.inner-wide > ul#stack > li {
    gap: min(40px, 2.0833333333vw);
  }
  section#team > div.inner-wide > ul#stack > li > div:first-child, section#contact > div.inner-wide > ul#stack > li > div:first-child {
    width: min(300px, 15.625vw);
    border-radius: min(50px, 2.6041666667vw);
  }
  section#team > div.inner-wide > ul#stack > li > div:last-child, section#contact > div.inner-wide > ul#stack > li > div:last-child {
    padding: min(60px, 3.125vw) min(90px, 4.6875vw);
    border-radius: min(50px, 2.6041666667vw);
  }
  section#team > div.inner-wide > ul#stack > li > div:last-child > h1, section#contact > div.inner-wide > ul#stack > li > div:last-child > h1 {
    font-size: min(80px, 4.1666666667vw);
  }
  section#team > div.inner-wide > ul#stack > li > div:last-child > p, section#contact > div.inner-wide > ul#stack > li > div:last-child > p {
    font-size: min(60px, 3.125vw);
    line-height: min(90px, 4.6875vw);
  }
  section#team#contact > div.inner-wide > ul#two_col > li, section#contact#contact > div.inner-wide > ul#two_col > li {
    padding: min(80px, 4.1666666667vw) 0;
  }
  section#team#contact > div.inner-wide > ul#two_col > li > p, section#contact#contact > div.inner-wide > ul#two_col > li > p {
    font-size: min(80px, 4.1666666667vw);
  }
}
@media screen and (max-width: 800px) and (orientation: landscape) {
  header#home {
    height: 80dvh;
  }
  div#page_top_bg {
    height: 90dvh;
  }
  div#page_mid_bg {
    top: 90dvh;
    height: 70dvh;
  }
  header#page_menu:before {
    content: "";
    padding-bottom: min(100px, 5.2083333333vw);
  }
}/*# sourceMappingURL=styles.css.map */