* {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
}

h1, h1 span, h2, h2 span, h3, h4 {
  line-height: 1.05;
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
}

h5 {
  text-transform: uppercase;
  color: #f26724;
  margin-top: 1.25em !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
  letter-spacing: 5px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 1600px) {
  h2, h2 span {
    font-size: 42px;
  }
  h3, h3 span {
    font-size: 32px;
  }
  h4, h4 span {
    font-size: 28px;
  }
  h5, h5 span {
    font-size: 24px;
  }
  p, ul {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1600px) {
  h2, h2 span {
    font-size: 32px;
  }
  h3, h3 span {
    font-size: 28px;
  }
  h4, h4 span {
    font-size: 24px;
  }
  h5, h5 span {
    font-size: 21px;
  }
  p, ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
}
strong, b, h1, h2, h3, h4, h5, mark, h1 div {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

p strong, strong {
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
}

.text-o {
  color: #f26724;
}

.text-lo {
  color: #ff8300;
}

.text-bl {
  color: #004987;
}

.text-b {
  color: #000000;
}

.text-w {
  color: #ffffff;
}

.subtitle {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  letter-spacing: 8px;
}

ul {
  padding-left: 1em;
  margin-bottom: 0;
}
ul li {
  position: relative;
  margin: 0 0 0.5em 0;
  list-style-type: none;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  top: 4px;
  background: url("../img/addition-symbol-orange.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
}
ul li li {
  margin: 0px;
}
ul li li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  top: 4px;
  background: url("../img/addition-symbol-white.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
}

.font-larger {
  font-size: 1.25em;
}

.font-smaller {
  font-size: 0.875em;
}

.margin-top {
  margin-top: 1em;
}

@media only screen and (max-width: 850px) {
  h1, h1 span {
    font-size: 32px;
  }
  h2, h2 span {
    font-size: 28px;
  }
  h3, h3 span {
    font-size: 24px;
  }
  h4, h4 span {
    font-size: 21px;
  }
  h5, h5 span {
    font-size: 18px;
  }
  h5 {
    margin-top: 1.5em !important;
  }
}
body {
  margin: 0;
  background: #1b3e6f;
  overflow-x: hidden;
}
body section {
  text-align: center;
}
body .main-bg {
  position: fixed;
  min-width: 100vw;
  min-height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  z-index: -9999;
  overflow-x: hidden;
}
@media only screen and (max-width: 850px) {
  body .main-bg.generic {
    opacity: 0.4;
  }
}
body .languages {
  position: fixed;
  right: 2em;
  top: 2em;
  z-index: 99999;
  min-width: 60px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
body .languages span {
  color: #ffffff;
  font-size: 0.875em;
}
body #home {
  position: relative;
  width: 32px !important;
  display: block;
  margin-bottom: 1em;
  margin-top: -1em;
}
body .logo-lockup {
  position: absolute;
  right: 115px;
  top: 2em;
  text-align: right;
  z-index: 9999;
}
body .logo-lockup .mobile-logo, body .logo-lockup .logo {
  position: relative;
  width: 420px;
  min-width: 232px;
  width: 20vw;
  z-index: 9;
}
body .logo-lockup .mobile-logo {
  display: none;
}
@media only screen and (max-width: 850px) {
  body .logo-lockup {
    left: 1em;
    right: initial;
  }
  body .logo-lockup .logo {
    display: none;
  }
  body .logo-lockup .mobile-logo {
    display: block;
  }
}
body .transition-logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  min-width: 232px;
  width: 25vw;
  z-index: 9;
  opacity: 0;
}
body main {
  position: relative;
  width: 100vw;
  min-height: 100dvh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
}
body main .wrapper {
  width: 100%;
}
body main .main-wrapper {
  position: relative;
  padding: 3em;
  width: 100%;
  height: 100%;
  height: 100%;
  overflow-x: hidden;
  max-width: 1600px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}
body main .main-wrapper .content {
  max-width: 600px;
  padding-bottom: 58px;
}
body main .main-wrapper .content.full-width {
  max-width: none;
}
@media only screen and (max-height: 625px) {
  body main .main-wrapper .content {
    padding: 0px;
  }
}
body main .main-wrapper .title {
  max-width: calc(60% - 1em);
}
body main .main-wrapper .title img {
  float: none !important;
  width: 74px !important;
  margin-bottom: 0.25em;
}
body main .main-wrapper .colflex {
  position: relative;
  display: flex;
  gap: 2em;
}
body main .main-wrapper .colflex .flex {
  flex: 1;
}
body main .main-wrapper .colflex .flex.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body main .main-wrapper .colflex .flex.center p {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
body main .main-wrapper .colflex .flex.center.smaller {
  max-width: 140px !important;
}
body main .main-wrapper .colflex .flex .colflex {
  gap: 1em;
}
body main .main-wrapper .colflex .flex .colflex .flex {
  max-width: 190px;
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper .colflex {
    flex-direction: column;
    gap: 0;
  }
}
body main .main-wrapper .timeline {
  position: relative;
  margin: 1.5em 0;
  display: flex;
  flex-direction: column;
  align-items: normal;
  background: #ffffff;
  padding: 1.5em;
  z-index: 1;
  overflow-x: hidden;
}
body main .main-wrapper .timeline p {
  margin: 0;
  font-size: 0.875em;
  margin-top: -15px;
  color: #1b3e6f;
}
body main .main-wrapper .timeline .timeline-item {
  position: relative;
  flex: none;
  margin-right: 1.5em;
}
body main .main-wrapper .timeline ul, body main .main-wrapper .timeline ul li, body main .main-wrapper .timeline span, body main .main-wrapper .timeline strong, body main .main-wrapper .timeline p {
  color: #000000;
}
body main .main-wrapper .timeline .timeline-stagger {
  position: absolute;
  display: block;
  top: 43px;
  left: 0;
  width: 100%;
  height: 2.5px;
  z-index: -1;
  display: flex;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
}
body main .main-wrapper .timeline .timeline-stagger span {
  position: relative;
  display: block;
  height: 2.5px;
  width: 10px;
  background: #004987;
}
body main .main-wrapper .timeline .timeline-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body main .main-wrapper .timeline .timeline-arrow img {
  width: 28px;
  height: 25px;
}
body main .main-wrapper .timeline .owl-carousel {
  width: calc(100% - 35px);
}
body main .main-wrapper .timeline .owl-carousel .owl-prev {
  display: none;
}
body main .main-wrapper .timeline .owl-carousel .owl-next {
  position: absolute;
  right: -38px;
  font-size: 3em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: bounding-box;
}
body main .main-wrapper .timeline .owl-carousel .owl-next span {
  color: #f26724;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper .timeline {
    padding: 1em;
  }
  body main .main-wrapper .timeline p {
    margin-top: 10px;
  }
  body main .main-wrapper .timeline .owl-dots {
    text-align: left;
  }
  body main .main-wrapper .timeline .owl-carousel .owl-next {
    right: -35px;
  }
  body main .main-wrapper .timeline .timeline-stagger {
    top: 33px;
  }
  body main .main-wrapper .timeline .timeline-stagger span:nth-child(odd) {
    display: none;
  }
}
body main .main-wrapper .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
body main .main-wrapper .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  width: 14px;
  height: 14px;
  margin: 0 2px;
  border-radius: 50%;
}
body main .main-wrapper .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(242, 103, 36, 0.5333333333);
  border-radius: 50%;
}
body main .main-wrapper .owl-dots .owl-dot.active span {
  background: #f26724;
  box-shadow: 0px 0px 8px rgba(27, 62, 111, 0.1333333333);
}
body main .main-wrapper .angle-title {
  padding: 0.4em 1.125em 0.325em 1.125em;
  background: #f26724;
  transform: skew(-27deg);
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 12px;
  z-index: 9;
}
body main .main-wrapper .angle-title h4 {
  transform: skew(27deg);
}
body main .main-wrapper .box {
  position: relative;
  padding: 0.75em 1em;
  margin: 1em 0 calc(18px + 1.65em) 0;
}
body main .main-wrapper .box::after {
  content: "";
  position: absolute;
  height: 18px;
  width: 100%;
  background: #f26724;
  bottom: -17.5px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%);
}
body main .main-wrapper .box.orange {
  background: #f26724;
}
body main .main-wrapper .box.orange p {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
  font-weight: 800;
}
body main .main-wrapper .box.orange p span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
body main .main-wrapper .box.white {
  background: #ffffff;
  max-width: 500px;
  text-align: center;
}
body main .main-wrapper .box.white::after {
  background: #ffffff;
}
body main .main-wrapper .box.white p, body main .main-wrapper .box.white p strong {
  color: #000000;
}
body main .main-wrapper .box .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .main-wrapper .box .flex p {
  margin-bottom: 0;
}
body main .main-wrapper .box:nth-child(2) {
  margin-top: -1em;
}
body main .main-wrapper .box:nth-child(2)::after {
  top: -17.5px;
  bottom: initial;
  -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%);
          clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%);
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper .box {
    width: -moz-fit-content;
    width: fit-content;
  }
  body main .main-wrapper .box .colflex {
    align-items: center;
  }
}
body main .main-wrapper .icon {
  width: 70px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
body main .main-wrapper .info-num {
  font-size: 3em;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #f26724;
  display: block;
  line-height: 1;
}
body main .main-wrapper .about {
  text-align: center;
  align-items: normal;
  gap: 1em;
}
body main .main-wrapper .about:last-of-type .flex::after {
  content: "";
  display: block;
  position: absolute !important;
  top: -17.5px !important;
  bottom: initial !important;
  -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
          clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
}
body main .main-wrapper .about .flex {
  max-width: 390px;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1em;
}
body main .main-wrapper .about .flex::after {
  top: initial;
  bottom: -17.5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%) !important;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 0%) !important;
}
body main .main-wrapper .about p {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper .about {
    margin-top: 1em;
  }
  body main .main-wrapper .about .box {
    width: 100%;
  }
  body main .main-wrapper .about .top::after {
    top: -17.5px !important;
    bottom: initial !important;
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
            clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
  }
  body main .main-wrapper .about .bottom::after {
    top: -17.5px !important;
    bottom: initial !important;
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
            clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
  }
  body main .main-wrapper .about:last-of-type .flex::after {
    top: -17.5px !important;
    bottom: initial !important;
    -webkit-clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
            clip-path: polygon(0 100%, 0 100%, 100% 100%, 0% 0%) !important;
  }
}
body main .main-wrapper .arrows {
  position: fixed;
  width: calc(100% - 5em);
  left: 50%;
  bottom: 2.65em;
  transform: translateX(-50%);
  max-width: 1600px;
  display: flex;
  padding: 0 0.75em;
  justify-content: space-between;
  z-index: 999;
  pointer-events: none;
}
body main .main-wrapper .arrows a {
  position: relative;
  width: 56px;
  height: 50px;
  background: #f26724;
  transform: skew(-27deg);
  margin: 0;
  box-shadow: -1px 0px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  z-index: 99;
  pointer-events: all;
}
body main .main-wrapper .arrows a svg {
  width: 56px;
  height: 22.5px;
}
body main .main-wrapper .arrows a svg polygon {
  transition: all 0.25s ease;
}
body main .main-wrapper .arrows a svg polygon:nth-child(2) {
  transform: translateX(-50px) skew(27deg);
}
body main .main-wrapper .arrows a svg polygon:nth-child(3) {
  transform: translateX(-5px) skew(27deg);
}
body main .main-wrapper .arrows a:hover svg polygon:nth-child(2) {
  transform: translateX(-5px) skew(27deg);
}
body main .main-wrapper .arrows a:hover svg polygon:nth-child(3) {
  transform: translateX(50px) skew(27deg);
}
body main .main-wrapper .arrows a:nth-child(1) svg polygon:nth-child(2) {
  transform: translateX(50px) skew(27deg);
}
body main .main-wrapper .arrows a:nth-child(1) svg polygon:nth-child(3) {
  transform: translateX(-5px) skew(27deg);
}
body main .main-wrapper .arrows a:nth-child(1):hover svg polygon:nth-child(2) {
  transform: translateX(-5px) skew(27deg);
}
body main .main-wrapper .arrows a:nth-child(1):hover svg polygon:nth-child(3) {
  transform: translateX(-50px) skew(27deg);
}
body main .main-wrapper .arrows svg {
  width: 44px;
}
body main .main-wrapper .arrows svg:hover path {
  animation: prevArrow 0.4s 1;
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper .arrows {
    width: calc(100% - 2em);
    bottom: 1.5em;
  }
}
body main .main-wrapper.page-1 {
  max-width: none;
  width: 100vw;
  height: 100dvh;
}
body main .main-wrapper.page-1 .arrows {
  display: none;
}
body main .main-wrapper.page-1 .enter {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #f26724;
  padding: 10px 25px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin-top: 1em;
  transition: all 0.25s ease;
  font-size: 1.5vw;
}
body main .main-wrapper.page-1 .enter:hover {
  background: #f26724;
}
body main .main-wrapper h1 {
  text-transform: uppercase;
  letter-spacing: 10px;
  font-weight: 900;
}
body main .main-wrapper h1 span {
  color: #f26724;
  font-weight: 900;
}
body main .main-wrapper h1::before {
  content: "";
  display: block;
  position: relative;
  width: 200px;
  height: 28px;
  -o-object-fit: contain;
     object-fit: contain;
  background: url("../img/orange-slants.svg") no-repeat center center;
  margin-bottom: 0.325em;
}
body main .main-wrapper h2 {
  letter-spacing: 8px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 900;
}
body main .main-wrapper h2 span {
  color: #f26724;
  font-weight: 900;
}
body main .main-wrapper .home-content {
  position: absolute;
  z-index: 9;
  width: 52.5vw;
  max-width: 1300px;
  padding-left: 5vw;
  top: 42.5%;
  transform: translateY(-50%);
}
body main .main-wrapper .home-content h1 {
  font-size: 3.15vw;
}
body main .main-wrapper .home-content h1::before {
  height: 2.25vw;
  max-width: none;
  background-position-x: left;
}
body main .main-wrapper .home-content h4 {
  font-size: 1.75vw;
  margin: 0.825em 0 0.5em 0;
  letter-spacing: 5px;
  font-weight: 400;
  font-family: "Roboto", sans-serif !important;
}
body main .main-wrapper.page-3 .title {
  max-width: calc(54% - 1em);
}
@media only screen and (max-width: 850px) {
  body main .main-wrapper {
    padding: 3em 1em;
  }
  body main .main-wrapper .title {
    max-width: 100% !important;
  }
  body main .main-wrapper.page-1 .main-bg .st3 image {
    opacity: 0.2;
  }
  body main .main-wrapper.page-1 .home-content {
    position: relative;
    width: 100%;
    padding: 0;
    transform: none;
    margin-top: 72px;
    top: initial;
  }
  body main .main-wrapper.page-1 .home-content h1 {
    font-size: 32px;
  }
  body main .main-wrapper.page-1 .home-content h1::before {
    height: 22px;
  }
  body main .main-wrapper.page-1 .home-content h4 {
    font-size: 22px;
  }
  body main .main-wrapper.page-1 .enter {
    font-size: 18px;
  }
}

footer {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  bottom: 48px;
}
footer a {
  text-decoration: none;
}
footer a:hover p {
  text-decoration: underline;
}
footer p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
footer .socials a {
  margin-right: 20px;
}
footer .socials a:nth-child(1) img {
  width: 28px;
}
footer .socials a:nth-child(2) img {
  width: 15px;
}
footer .socials a :hover {
  transition: all 0.25s ease;
  opacity: 0.65;
}
@media only screen and (max-width: 850px) {
  footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    bottom: initial;
    transform: none;
    left: initial;
    margin-top: 1em;
  }
  footer .socials a {
    margin-right: 10px;
  }
}

@keyframes prevArrow {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-30px);
  }
  36% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@media only screen and (max-width: 850px) {
  body .st2 {
    fill: #1b3e6f !important;
  }
  body #home {
    position: absolute;
    top: 1em;
    left: initial;
    right: 1em;
    width: 32px !important;
    height: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#disclaimer {
  font-size: 12px;
}

.link-container {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f26724;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}
.link-container p {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  margin: 0 !important;
}/*# sourceMappingURL=styles.css.map */