/* BEGIN webfonts */
@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/monasans-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/monasans-italic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/monasans-medium.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/monasans-mediumitalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/monasans-semibold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/monasans-semibolditalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/monasans-bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/monasans-bolditalic.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans-condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/monasanscondensed-bold.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "monasans-condensed";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/monasanscondensed-bolditalic.woff2") format("woff2");
}

/* END webfonts */
/* BEGIN general */
:root {
  --color-body: #FFFFFF;
  --color-primary: #0080FF;
  --color-secondary: #FF8E1D;
  --color-black: #003051;
  --duration-short: 100ms;
  --duration-default: 250ms;
  --duration-long: 500ms;
  --base-px-1: 4px;
  --base-px-2: 1px;
  --base-px-3: .1px;
  --base-px-4: .01px;
}

@-webkit-keyframes move-cloud-1 {
  0% {
    -webkit-transform: translate(var(--start-x), var(--offset-y));
    transform: translate(var(--start-x), var(--offset-y));
  }

  to {
    -webkit-transform: translate(var(--end-x), var(--offset-y));
    transform: translate(var(--end-x), var(--offset-y));
  }
}

@keyframes move-cloud-1 {
  0% {
    -webkit-transform: translate(var(--start-x), var(--offset-y));
    transform: translate(var(--start-x), var(--offset-y));
  }

  to {
    -webkit-transform: translate(var(--end-x), var(--offset-y));
    transform: translate(var(--end-x), var(--offset-y));
  }
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background-color: #000107;
  font-family: "monasans";
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "monasans-condensed";
  font-weight: 700;
  line-height: 1.06;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 40px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 20px;
  font-weight: 700;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:hover,
a:focus {
  outline: none;
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {

  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 30px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }
}

/* END general */
/* BEGIN button */
.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

/* END button */
/* BEGIN form */
button,
input,
textarea,
select {
  outline: none;
}

/* END form */
/* BEGIN helpers */
.heading {
  position: relative;
}

.heading p {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
}

.heading p strong {
  font-weight: 600;
}

.heading p:last-child {
  margin-bottom: 0;
}

.heading h2,
.heading .h2,
.heading h3,
.heading .h3 {
  margin-bottom: 8px;
  color: #fff;
}

.heading h2:last-child,
.heading .h2:last-child,
.heading h3:last-child,
.heading .h3:last-child {
  margin-bottom: 0;
}

.heading .badge {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: 15px;
  font-family: "monasans";
  font-size: 8px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  text-transform: none;
  transition: background-color var(--duration-default);
}

.heading .badge:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.heading--equivalent h2 {
  color: var(--color-secondary);
}

.heading--equivalent h2 span {
  display: inline-block;
  margin-left: 18px;
  font-family: "monasans";
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  white-space: nowrap;
  color: #fff;
}

.heading--equivalent h2 span small {
  display: block;
  padding-top: 5px;
  font-size: 15px;
  color: #939393;
}

@media (min-width: 768px) {

  .heading h2,
  .heading .h2,
  .heading h3,
  .heading .h3 {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767.98px) {
  .heading .badge {
    display: block;
    width: 94px;
    margin: 10px 0 0;
  }

  .heading--equivalent h2 span {
    display: block;
    margin: 10px 0 0;
    font-size: 18px;
    white-space: wrap;
  }
}

.cloud {
  position: absolute;
  -webkit-animation-name: move-cloud-1;
  animation-name: move-cloud-1;
  -webkit-animation-duration: var(--anim-duration);
  animation-duration: var(--anim-duration);
  -webkit-animation-delay: var(--anim-offset);
  animation-delay: var(--anim-offset);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.moveup {
  background: transparent;
  padding: 0;
  border: 0;
  margin-bottom: 40px;
  color: inherit;
}

.moveup>span {
  display: inline-block;
  position: relative;
  min-width: 150px;
  background-color: rgba(255, 255, 255, 0.11);
  padding: 8px 20px 8px 40px;
  border-radius: 12px;
  font-family: "monasans-condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  transition: all var(--duration-default);
}

.moveup>span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  background-image: url(../svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.moveup:hover>span {
  background-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199.98px) {
  .moveup {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .moveup>span {
    font-size: 20px;
  }
}

ul.list-1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

ul.list-1:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

ul.list-1 span {
  display: block;
}

ul.list-1 .label {
  margin-bottom: 10px;
  font-size: 18px;
  color: var(--color);
  white-space: nowrap;
}

ul.list-1 .number {
  padding-top: 2px;
  font-family: "monasans-condensed";
  font-size: 24px;
  font-weight: 700;
}

ul.list-1>li:not(:last-child) {
  margin-right: 40px;
  margin-bottom: 20px;
}

/* END helpers */
/* BEGIN section */
#viewport {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

#main {
  position: relative;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.section {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.section .section-viewport {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  z-index: 100;
}

.section .section-nav {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: all var(--duration-long);
}

.section .section-nav button {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.11);
  background-image: url(../svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-color var(--duration-default);
}

.section .section-nav button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.section .section-nav button.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section .section-nav__btn {
  position: relative;
}

.section .section-nav__btn .tooltip {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.96);
  color: #333;
  font-size: 12px;
  padding: 5px 10px;
  width: 240px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all var(--duration-long);
}

.section .section-nav__btn .tooltip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  margin-top: -6px;
}

.section .section-nav__btn .tooltip.show {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.section.inview .section-nav {
  opacity: 1;
  visibility: visible;
}

.section:not(.inview) .section-viewport {
  overflow: visible !important;
}

@media (min-width: 1200px) {
  .section .container>.row>div:nth-child(2) {
    padding-top: 200px;
  }

  .section .section-viewport {
    display: flex;
    align-items: flex-start;
    padding-top: 20vh;
  }
}

@media (max-width: 1199.98px) {
  .section .container {
    width: 100%;
    max-width: 100%;
    padding-left: 100px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .section .container {
    padding-left: 80px;
  }
}
/* END section */

/* BEGIN stacked-money */
#stacked-money {
  position: absolute;
  top: 0;
  bottom: 140px;
  width: 64px;
  background-image: url(../images/stacked-money.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: left top;
  z-index: 1010;
  will-change: transform;
}

#stacked-money:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: -25px;
  width: 320px;
  height: 100px;
  background-image: url(../images/shape-1.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

@media (min-width: 1200px) {
  #stacked-money {
    left: calc(50% - 150px);
  }
}

@media (max-width: 1199.98px) {
  #stacked-money {
    bottom: 80px;
    left: 20px;
    width: 54px;
  }

  #stacked-money:after {
    width: 300px;
    height: 94px;
    left: -20px;
  }
}

@media (max-width: 575.98px) {
  #stacked-money {
    width: 40px;
  }

  #stacked-money:after {
    width: 240px;
    height: 80px;
  }
}

/* END stacked-money */
/* BEGIN height */
#height {
  position: fixed;
  top: calc(20vh + 87px);
  left: calc(var(--side-padding) - 2px);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all var(--duration-long);
  will-change: transform;
}

#height p {
  color: var(--color-primary);
}

#height.black p {
  color: var(--color-black);
}

#height.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  #height.small h2 {
    font-size: 45px;
  }
}

@media (max-width: 1199.98px) {
  #height {
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 5px 100px;
  }

  #height.black {
    background: linear-gradient(to bottom, rgb(34, 150, 220) 0%, rgba(34, 150, 220, 0.6) 60%, rgba(34, 150, 220, 0.59) 61%, rgba(34, 150, 220, 0) 100%);
  }

  #height:not(.black) {
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.57) 62%, rgba(0, 0, 0, 0) 100%);
  }

  #main.scrolling #height {
    background: transparent;
  }
}

@media (max-width: 575.98px) {
  #height {
    padding-left: 80px;
  }
}

/* END height */
/* BEGIN speed */
#speed {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 1001;
  transition: all var(--duration-long);
  will-change: transform;
}

#speed h2 {
  text-transform: none;
}

#speed p {
  color: var(--color-primary);
}

#speed.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  #speed {
    top: calc(20vh + 87px);
    left: calc(var(--side-padding) + 558px);
  }
}

@media (min-width: 1400px) {
  #speed {
    left: calc(var(--side-padding) + 648px);
  }
}

@media (max-width: 1199.98px) {
  #speed {
    top: 0;
    right: 0;
    width: 140px;
    padding: 20px 15px 0 0;
    text-align: right;
  }

  #speed h2 {
    font-size: 22px;
  }

  #speed p {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* END speed */
/* BEGIN space-wrapper */
#space-wrapper {
  position: relative;
  background-color: #000107;
}

#space-wrapper:before,
#space-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#space-wrapper:before {
  background-image: url(../images/bg-space.jpg);
  background-repeat: repeat;
  background-position: 0;
  opacity: 0.6;
  z-index: 2;
}

#space-wrapper:after {
  background-color: #000107;
  mix-blend-mode: soft-light;
  z-index: 3;
}

#space-wrapper>* {
  position: relative;
  z-index: 10;
}

#space-wrapper>.bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background-color: #fff;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  z-index: 4;
}

#space-wrapper .heading {
  margin-bottom: 35px;
}

#space-wrapper .heading p {
  color: var(--color-primary);
}

/* END space-wrapper */
/* BEGIN s1 */
#s1 {
  background: linear-gradient(to bottom, rgb(216, 192, 224) 0%, rgb(189, 188, 224) 5%, rgb(152, 182, 225) 10%, rgb(120, 177, 225) 15%, rgb(93, 173, 226) 20%, rgb(71, 170, 226) 25%, rgb(54, 168, 226) 30%, rgb(42, 166, 226) 40%, rgb(35, 165, 226) 50%, rgb(34, 165, 227) 95%, rgba(34, 165, 227, 0.9) 100%);
}

#s1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  z-index: 1;
}

#s1>section {
  position: relative;
  z-index: 10;
}

#s1 .logo {
  position: absolute;
  bottom: 50px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  z-index: 101;
}

@media (min-width: 1900px) {
  #s1:after {
    background-size: 100% auto;
  }
}

@media (max-width: 1199.98px) {
  #s1 .logo {
    left: auto;
    right: 20px;
    bottom: 20px;
    max-width: 200px;
  }
}
/* END s1 */

/* BEGIN s1_1 */
#s1_1 .section-viewport {
  /* padding-bottom: 80px; */
  padding-bottom: 200px;
  overflow: hidden !important;
}

#s1_1 .section-inner {
  min-height: 100%;
}

#s1_1 .cloud--1 {
  top: 15%;
  left: 1%;
  width: 800px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_1 .cloud--2 {
  top: 2%;
  right: 2%;
  width: 800px;
  --start-x: 2%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_1 .elon-musk {
  position: relative;
  width: 300px;
  margin-top: 20px;
  margin-left: 15%;
}

#s1_1 .elon-musk p {
  position: absolute;
  top: 15px;
  left: -105px;
  width: 200px;
  background-color: var(--color-primary);
  padding: 10px 40px 10px 15px;
  border-radius: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-align: right;
  z-index: 1;
}

#s1_1 .elon-musk p strong {
  display: block;
  font-family: "monasans-condensed";
  font-size: 30px;
}

#s1_1 .elon-musk img {
  display: block;
  position: relative;
  z-index: 2;
}

#s1_1 .intro {
  position: relative;
  background: linear-gradient(to bottom, rgb(14, 14, 14) 0%, rgb(21, 21, 21) 5%, rgb(28, 28, 28) 13%, rgb(30, 30, 30) 84%, rgb(14, 14, 14) 100%);
  margin-top: 65px;
  padding: 40px 0 20px 40px;
  border-radius: 18px;
  text-align: right;
}

#s1_1 .intro h2 {
  margin-bottom: 45px;
  padding-right: 45px;
  color: #fff;
}

#s1_1 .intro .specs {
  position: relative;
  padding-left: 80px;
  font-family: "monasans-condensed";
  font-size: 20px;
  color: #777777;
  text-align: left;
}

#s1_1 .intro .specs img {
  display: block;
}

#s1_1 .intro .specs p {
  margin-bottom: 0;
  padding-left: 30px;
}

#s1_1 .intro .specs span {
  position: absolute;
  bottom: 22px;
  left: 0;
  padding-right: 20px;
}

#s1_1 .intro .specs span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background-color: #777777;
  margin-top: -22px;
}

#s1_1 .intro__title {
  position: absolute;
  top: -62px;
  left: 0;
  padding: 15px 25px;
  padding-left: 72px;
  font-family: "monasans-condensed";
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
}

#s1_1 .intro__title:before,
#s1_1 .intro__title:after {
  content: "";
  position: absolute;
}

#s1_1 .intro__title:before {
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  /* background-image: url("data:image/svg+xml,%3Csvg width='4' height='27' viewBox='0 0 4 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.03711 0.495117V26.3081' stroke='white' stroke-width='2.148' stroke-miterlimit='10'/%3E%3C/svg%3E"); */
  background-image: url(../svg/arrow-down.svg);
  /* background-size: 3px auto; */
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-top: -16px;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#s1_1 .intro__title:after {
  top: 0;
  left: 0;
  width: 100%;
  bottom: -20px;
  background-color: var(--color-primary);
  border-radius: 18px 18px 0 0;
  z-index: -1;
}

@media (min-width: 1200px) and (max-height: 768px) {
  #s1_1 .section-viewport {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  #s1 .logo {
    bottom: 40px;
    left: 40px;
  }

  #s1_1 .elon-musk {
    width: 250px;
  }

  #s1_1 .elon-musk p {
    width: 182px;
    left: -100px;
    font-size: 14px;
  }

  #s1_1 .elon-musk p strong {
    font-size: 26px;
  }

  #s1_1 .intro h2 {
    font-size: 32px;
  }

  #s1_1 .intro__title {
    top: -56px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 66px;
    font-size: 24px;
  }
}

@media (max-width: 1399.98px) {
  #s1_1 .intro h2 {
    font-size: 32px;
  }

  #s1_1 .intro__title {
    top: -56px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 66px;
    font-size: 24px;
  }
}

@media (max-width: 1199.98px) {
  #s1_1 .section-viewport {
    padding-bottom: 80px;
  }

  #s1_1 .cloud--1 {
    width: 600px;
    top: 25%;
  }

  #s1_1 .cloud--2 {
    width: 700px;
    top: 5%;
  }

  #s1_1 .intro {
    max-width: 600px;
    margin: 40px auto 40px;
    padding: 20px 0 20px 20px;
  }
  
  #s1_1 .intro h2 {
    padding-right: 20px;
    font-size: 22px;
  }

  #s1_1 .intro__title {
    top: -48px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 66px;
    font-size: 22px;
  }

  #s1_1 .intro__title:before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-size: 14px auto;
  }

  #s1_1 .intro .specs {
    padding-left: 60px;
    font-size: 14px;
  }

  #s1_1 .intro .specs p {
    padding-left: 5px;
  }

  #s1_1 .intro .specs span {
    bottom: 18px;
    padding-right: 16px;
  }

  #s1_1 .elon-musk {
    width: 220px;
    margin: 0 auto;
  }

  #s1_1 .elon-musk p {
    width: 180px;
    left: 75px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 14px;
  }

  #s1_1 .elon-musk p strong {
    font-size: 25px;
  }
}

@media (max-width: 991.98px) {
  #s1_1 .intro {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  #s1_1 .section-viewport {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
/* END s1_1 */

/* BEGIN s1_2 */
#s1_2 .container {
  position: relative;
}

#s1_2 .cloud--1 {
  top: 10%;
  right: -400px;
  width: 1200px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--2 {
  top: 20%;
  left: -300px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--3 {
  top: 30%;
  right: 5%;
  width: 960px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--4 {
  top: 40%;
  right: -400px;
  width: 1200px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--5 {
  top: 50%;
  left: -300px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--6 {
  top: 60%;
  right: -300px;
  width: 960px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--7 {
  top: 70%;
  left: -300px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .cloud--8 {
  top: 80%;
  right: -300px;
  width: 960px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s1_2 .heading--1 {
  margin-bottom: 60px;
}

#s1_2 .image--1 {
  position: relative;
  max-width: 500px;
}

#s1_2 .text--1 {
  max-width: 400px;
  margin-bottom: 60px;
  font-size: 11px;
  font-weight: 500;
  color: var(--color-black);
}

@media (min-width: 1200px) {
  #s1_2 .image--1 {
    position: absolute;
    top: 142px;
    left: -100px;
  }

  #s1_2 .image--1:before {
    content: "";
    position: absolute;
    left: 270px;
    top: -6px;
    width: 385px;
    height: 12px;
    background-image: url(../svg/line-4.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }
}

@media (min-width: 1400px) {
  #s1_2 .image--1:before {
    width: 475px;
    height: 14px;
  }
}

@media (max-width: 1199.98px) {
  #s1_2 .cloud--1 {
    top: 30%;
    width: 800px;
  }

  #s1_2 .cloud--2 {
    width: 600px;
    top: 10%;
  }

  #s1_2 .cloud--3 {
    width: 600px;
    top: 60%;
  }

  #s1_2 .image--1 {
    width: 400px;
    max-width: 100%;
    left: -20px;
  }
}

@media (max-width: 991.98px) {
  #s1_2 .heading--1 {
    margin-bottom: 40px;
  }

  #s1_2 .text--1 {
    padding-top: 0;
    margin-bottom: 40px;
  }
}
/* END s1_2 */

/* BEGIN s2 */
#s2 {
  position: relative;
  background-color: #2296dc;
  background-image: url(../images/bg-2.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: 20;
}

#s2 .container {
  position: relative;
}

#s2 .cloud--1 {
  top: 25%;
  right: 2%;
  width: 900px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--2 {
  top: 30%;
  left: 10%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--3 {
  top: 35%;
  right: 10%;
  width: 1100px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--4 {
  top: 40%;
  left: 2%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--5 {
  top: 45%;
  right: 5%;
  width: 1100px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--6 {
  top: 50%;
  left: 5%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--7 {
  top: 55%;
  right: 2%;
  width: 1100px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--8 {
  top: 60%;
  left: 2%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--9 {
  top: 65%;
  right: 10%;
  width: 1100px;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--10 {
  top: 70%;
  left: 2%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--11 {
  top: 75%;
  right: 2%;
  width: 900px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--12 {
  top: 80%;
  left: 10%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--13 {
  top: 85%;
  right: 5%;
  width: 900px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--14 {
  top: 90%;
  left: 2%;
  width: 800px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--15 {
  top: 92%;
  right: 2%;
  width: 800px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--16 {
  top: 20%;
  left: 5%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--17 {
  top: 15%;
  right: 10%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--18 {
  top: 10%;
  right: 10%;
  width: 1000px;
  mix-blend-mode: screen;
  --start-x: 1%;
  --end-x: 50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--19 {
  top: 5%;
  left: 5%;
  width: 800px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .cloud--20 {
  top: 2%;
  right: 5%;
  width: 800px;
  --start-x: 1%;
  --end-x: -50%;
  --offset-y: 0;
  --anim-duration: 190s;
  --anim-offset: -150s;
}

#s2 .heading--1 {
  margin-bottom: 60px;
  z-index: 10;
}

#s2 .heading--2 {
  margin-bottom: 30px;
}

#s2 .text--1 {
  max-width: 355px;
  font-weight: 500;
  color: var(--color-black);
}

#s2 .image--1 {
  position: absolute;
  top: calc(100% + 10px);
  left: calc(-1 * var(--side-padding));
  right: calc(-1 * var(--side-padding));
}

#s2 .image--1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cloud/6.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

#s2 .image--1 img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  #s2 .container .row>div:nth-child(2) {
    padding-top: 200px;
  }

  #s2 .moveup {
    margin-left: 20px;
  }

  #s2 .heading--1 {
    margin-left: 20px;
  }

  #s2 .heading--1:after {
    content: "";
    position: absolute;
    top: 58px;
    left: -52px;
    width: 40px;
    height: 280px;
    background-image: url(../svg/line-1.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }

  #s2 .heading--2 {
    margin-left: 20px;
  }

  #s2 .section-nav {
    padding-top: 0;
    padding-left: 20px;
  }
}

@media (max-width: 1199.98px) {
  #s2 {
    padding-top: 800px;
  }

  #s2 .cloud--1 {
    width: 700px;
    top: 20%;
  }

  #s2 .cloud--2 {
    width: 600px;
  }

  #s2 .image--1 {
    margin-bottom: -200px;
  }
}

@media (max-width: 991.98px) {
  #s2 .heading--1 {
    margin-bottom: 40px;
  }
  
  #s2 .text--1 {
    padding-top: 20px;
    margin-bottom: 60px;
  }

  #s2 .image--1 {
    margin-bottom: -100px;
  }
}

/* END s2 */
/* BEGIN s3 */
#s3 .container {
  position: relative;
  z-index: 10;
}

#s3 .section-nav button {
  background-color: var(--color-black);
  opacity: 0.7;
}

#s3 .text--1 {
  max-width: 510px;
  margin-bottom: 40px;
}

#s3 .text--1 h3 {
  margin-bottom: 20px;
}

#s3 .text--1 p {
  color: #A5A5A5;
}

#s3 .image--1 {
  max-width: 430px;
}

#s3 .image--1 .row {
  --bs-gutter-x: 16px;
  margin-bottom: 16px;
}

#s3 .image--1 .video-wrapper {
  position: relative;
  height: 100%;
}

#s3 .image--1 .video-wrapper:before {
  content: "";
  position: absolute;
  width: 198px;
  height: 47px;
  top: 40px;
  left: -80px;
  background-image: url(../images/im-coming-home-now.png);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
  z-index: 10;
}

#s3 .image--1 .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#s3 .image--2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  z-index: 1;
}

@media (min-width: 1200px) {
  #s3 .container {
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  #s3 .text--1 {
    position: relative;
    padding-left: 220px;
  }

  #s3 .text--1:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 4px;
    left: 200px;
    width: 1px;
    background-color: #fff;
  }

  #s3 .text--1 h3 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }
}

@media (max-width: 991.98px) {
  #s3 .image--2 {
    max-width: 180px;
  }
}

@media (max-width: 575.98px) {
  #s3 .image--1 .video-wrapper:before {
    width: 154px;
    height: 36px;
    top: 20px;
    left: -60px;
  }
}
/* END s3 */

/* BEGIN s4 */
#s4 .section-viewport:before {
  content: "";
  position: absolute;
  top: 38vh;
  right: 0;
  left: 0;
  height: 100%;
  background-image: url(../images/karman-line.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  mix-blend-mode: screen;
  z-index: 1;
}

#s4 .container {
  position: relative;
  z-index: 10;
}

#s4 .text--1 {
  max-width: 550px;
  margin-bottom: 140px;
}

#s4 .text--1 h3 {
  white-space: nowrap;
}

#s4 .text--1 p {
  font-size: 14px;
  color: #A5A5A5;
}

#s4 .text--2 {
  max-width: 290px;
}

#s4 .text--2 p {
  font-size: 19px;
}

@media (min-width: 992px) {
  #s4 .text--1 {
    display: flex;
    align-items: flex-start;
  }

  #s4 .text--1 h3 {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  #s4 .section-viewport:before {
    top: 33vh;
  }

  #s4 .container {
    padding-top: 88px;
  }
}

@media (min-width: 1600px) {
  #s4 .section-viewport:before {
    top: 29vh;
  }
}
/* END s4 */

/* BEGIN s5 */
#s5 .container {
  position: relative;
  padding-bottom: 264px;
}

#s5 .text--1 {
  max-width: 560px;
}

#s5 .text--1 h3 {
  margin-bottom: 20px;
}

#s5 .text--1 p {
  color: #A5A5A5;
}

#s5 .image--1 {
  position: absolute;
  width: 980px;
  bottom: -180px;
  left: 53%;
  mix-blend-mode: screen;
}

@media (min-width: 1200px) {
  #s5 .container {
    padding-top: 88px;
  }

  #s5 .text--1 {
    position: relative;
    min-height: 100px;
    padding-left: 185px;
  }

  #s5 .text--1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 160px;
    width: 14px;
    height: 304px;
    background-image: url(../svg/line-2.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }

  #s5 .text--1 h3 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }
}

@media (max-width: 1199.98px) {
  #s5 .image--1 {
    width: 800px;
    right: -300px;
    bottom: -100px;
    left: auto;
  }
}

/* END s5 */
/* BEGIN s6 */
#s6 .container {
  position: relative;
}

#s6 .text--1 {
  max-width: 520px;
}

#s6 .text--1 h3 {
  margin-bottom: 20px;
}

#s6 .text--1 p {
  color: #A5A5A5;
}

#s6 .image--1 {
  max-width: 500px;
  mix-blend-mode: lighten;
}

@media (min-width: 1200px) {
  #s6 .container {
    padding-top: 88px;
    padding-bottom: 232px;
  }

  #s6 .text--1 {
    position: relative;
    padding-left: 138px;
  }

  #s6 .text--1:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 110px;
    width: 14px;
    height: 304px;
    background-image: url(../svg/line-2.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }

  #s6 .text--1 h3 {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
  }

  #s6 .image--1 {
    position: absolute;
    bottom: 0;
    left: 56%;
  }
}

/* END s6 */
/* BEGIN s7 */
#s7 .image--1 {
  max-width: 400px;
}

@media (max-width: 575.98px) {
  #s7 .image--1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* END s7 */
/* BEGIN s8 */
#s8 .image--1 {
  max-width: 400px;
}

#s8 .text--1 p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--color-primary);
}

@media (max-width: 575.98px) {
  #s8 .image--1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* END s8 */
/* BEGIN s8_1 */
#s8_1 .container {
  position: relative;
  padding-bottom: 260px;
}

#s8_1 .image--1 {
  max-width: 350px;
}

#s8_1 .text--1 {
  max-width: 650px;
}

#s8_1 .text--1 h3 {
  margin-bottom: 20px;
}

#s8_1 .text--1 p {
  color: #7C7C7C;
}

#s8_1 .text--1 .row {
  --bs-gutter-x: 40px;
}

@media (min-width: 1200px) {
  #s8_1 .text--1 {
    position: relative;
    margin-top: 88px;
    z-index: 2;
  }

  #s8_1 .text--1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 32%;
    width: 100px;
    height: 275px;
    background-image: url(../svg/line-3.svg);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
  }

  #s8_1 .image--1 {
    position: absolute;
    right: -45px;
    bottom: 0;
    z-index: 1;
  }
}

@media (max-width: 1199.98px) {
  #s8_1 .image--1 {
    padding-top: 60px;
  }
}

@media (max-width: 575.98px) {
  #s8_1 .text--1 h3 br {
    display: none;
  }

  #s8_1 .text--1 .row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* END s8_1 */
/* BEGIN s9 */
#s9 .container {
  position: relative;
}

#s9 .image--1 {
  max-width: 450px;
  padding-top: 20px;
  margin-left: -50px;
}

#s9 .text--1 p {
  margin-bottom: 20px;
  font-size: 20px;
  color: var(--color-primary);
}

@media (max-width: 575.98px) {
  #s9 .image--1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

/* END s9 */
/* BEGIN s10 */
@media (min-width: 1200px) {
  #s10 .image--1 {
    position: relative;
  }

  #s10 .image--1 img {
    position: absolute;
    top: 0;
    left: -45px;
  }
}

@media (max-width: 1199.98px) {
  #s10 .image--1 {
    max-width: 600px;
    margin-right: -40px;
    margin-left: -60px;
  }
}

/* END s10 */
/* BEGIN s11 */
#s11 .image--1 {
  margin-left: -180px;
}

#s11 .top-billionaires {
  position: relative;
  padding-top: 30px;
}

#s11 .top-billionaires:before {
  content: "";
  position: absolute;
  top: 230px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#s11 .top-billionaires h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
}

#s11 .top-billionaires p {
  font-size: 16px;
}

#s11 .top-billionaires ul {
  display: flex;
  flex-wrap: wrap;
}

#s11 .top-billionaires ul>li {
  margin-right: 40px;
  margin-bottom: 20px;
}

#s11 .top-billionaires ul>li span {
  display: block;
}

#s11 .top-billionaires ul>li:last-child {
  margin-right: 0;
}

#s11 .top-billionaires ul .name {
  min-height: 136px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color);
}

#s11 .top-billionaires ul .name img {
  display: block;
  position: relative;
  width: auto;
  max-width: none;
  height: 90px;
  margin-bottom: 8px;
}

#s11 .top-billionaires ul .number {
  font-family: "monasans-condensed";
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

@media (min-width: 1200px) {
  #s11 .section-viewport {
    align-items: flex-start;
  }
}

@media (min-width: 1400px) {
  #s11 .top-billionaires {
    margin-right: -40px;
  }
}

@media (max-width: 1199.98px) {
  #s11 .image--1 {
    margin-left: -60px;
    margin-right: -20px;
  }
}

@media (max-width: 767.98px) {
  #s11 .top-billionaires ul>li {
    margin-right: 30px;
  }
}

/* END s11 */
/* BEGIN s12 */
#s12 .image--1 {
  margin-left: -180px;
}

#s12 .image--2 {
  position: relative;
  max-width: 500px;
}

#s12 .image--2:before {
  content: "";
  position: absolute;
  top: 35px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

@media (min-width: 1200px) {
  #s12 .section-viewport {
    align-items: flex-start;
  }
}

@media (max-width: 1199.98px) {
  #s12 .image--1 {
    margin-left: -60px;
    margin-right: -20px;
  }
}

/* END s12 */
/* BEGIN s13 */
#s13 {
  position: relative;
}

#s13 .text--1 {
  max-width: 375px;
  padding-top: 30px;
}

#s13 .text--1 h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

#s13 .text--1 p {
  color: #7C7C7C;
}

#s13 .image--1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  mix-blend-mode: screen;
}

@media (max-width: 1199.98px) {
  #s13 .image--1 {
    width: 250px;
  }
}

/* END s13 */
/* BEGIN s14 */
#s14 .image--1 {
  margin-left: -100px;
}

#s14 .text--1 {
  position: relative;
}

#s14 .text--1:before {
  content: "";
  position: absolute;
  top: 58px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#s14 .text--1 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-primary);
}

#s14 .text--1 p {
  font-size: 20px;
}

#s14 .text--1 p strong {
  font-family: "monasans-condensed";
  font-weight: 700;
  color: #FF154D;
}

#s14 .text--1 img {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  #s14 .section-viewport {
    align-items: flex-start;
  }
}

@media (max-width: 1199.98px) {
  #s14 .image--1 {
    margin-left: -60px;
    margin-right: -20px;
  }
}

/* END s14 */
/* BEGIN s15 */
#s15 .image--1 {
  margin-left: -40px;
}

#s15 .text--1 {
  position: relative;
  max-width: 500px;
}

#s15 .text--1:before {
  content: "";
  position: absolute;
  top: 105px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

#s15 .text--1 h4 {
  margin-bottom: 20px;
  font-weight: 400;
  color: var(--color-primary);
}

@media (min-width: 1200px) {
  #s15 .section-viewport {
    align-items: flex-start;
  }

  #s15 .image--1 {
    margin-top: -60px;
  }
}

/* END s15 */
/* BEGIN s16 */
#s16 .heading--equivalent h2 {
  align-items: flex-start;
  font-size: 30px;
}

#s16 .heading--equivalent h2 span {
  margin-top: 6px;
}

#s16 .image--1 {
  max-width: 420px;
  margin-left: -40px;
}

#s16 .global-commodities {
  position: relative;
}

#s16 .global-commodities:before {
  content: "";
  position: absolute;
  top: 43px;
  left: -43px;
  width: 23px;
  height: 23px;
  background-image: url(../svg/100b.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}

@media (max-width: 575.98px) {
  #s16 .global-commodities .row>div:not(:last-child) {
    margin-bottom: 20px;
  }
}
/* END s16 */

/* BEGIN s17 */
#s17 .image--1 {
  max-width: 400px;
  margin-top: 40px;
}

#s17 .heading--equivalent h2 span {
  position: relative;
}

.heading--equivalent h2 span a {
  position: absolute;
  top: 3px;
  right: -24px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: all var(--duration-default);
}

.heading--equivalent h2 span a:hover {
  background-color: #fff;
  color: #000;
}

@media (min-width: 1200px) {
  #s17 .section-viewport {
    align-items: flex-start;
  }
}

/* END s17 */
/* BEGIN s18 */
#s18 {
  background-image: url(../images/bg-4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

#s18 .heading {
  margin-bottom: 100px;
}

#s18 .heading p {
  font-size: 22px;
  line-height: 1.4;
  color: #C1C1C1;
}

#s18 .heading--1 h2 {
  font-size: 80px;
  color: var(--color-secondary);
}

#s18 .heading--1 p {
  color: #fff;
}

#s18 .heading--3 {
  max-width: 406px;
}

#s18 .heading--3 .text-end {
  padding-top: 10px;
  color: #fff;
}

#s18 .heading--4 {
  margin-bottom: 0;
}

#s18 .heading--4 h4 {
  font-family: "monasans-condensed";
  font-size: 28px;
}

@media (min-width: 1200px) {
  #s18 .section-viewport {
    padding-top: 15vh;
  }
}

@media (max-width: 575.98px) {
  #s18 .heading {
    margin-bottom: 100px;
  }

  #s18 .heading h2,
  #s18 .heading .h2 {
    font-size: 34px;
  }

  #s18 .heading p {
    font-size: 16px;
  }

  #s18 .heading--1 h2 {
    font-size: 45px;
  }
}

/* END s18 */
/* BEGIN extra */
#s1_1 {
  height: 2500px;
}

#s1_2 {
  height: 5000px;
}

#s2 {
  height: 10000px;
}

#s3 {
  height: 10000px;
}

#s4 {
  height: 30000px;
}

#s5 {
  height: 14000px;
}

#s6 {
  height: 22000px;
}

#s7 {
  height: 15000px;
}

#s8 {
  height: 3000px;
}

#s8_1 {
  height: 4000px;
}

#s9 {
  height: 65000px;
}

#s10 {
  height: 44000px;
}

#s11 {
  height: 145000px;
}

#s12 {
  height: 104000px;
}

#s13 {
  height: 31000px;
}

#s14 {
  height: 796000px;
}

#s15 {
  height: 200000px;
}

#s16 {
  height: 1000000px;
}

#s17 {
  height: 2000000px;
}

#s18 .heading,
#s18 .section-nav {
  opacity: 0;
}

@media (max-width: 575.98px) {
  #s1_1 {
    height: 1875px;
  }

  #s1_2 {
    height: 3750px;
  }

  #s2 {
    height: 7500px;
  }

  #s3 {
    height: 7500px;
  }

  #s4 {
    height: 22500px;
  }

  #s5 {
    height: 10500px;
  }

  #s6 {
    height: 16500px;
  }

  #s7 {
    height: 11250px;
  }

  #s8 {
    height: 2250px;
  }

  #s8_1 {
    height: 3000px;
  }

  #s9 {
    height: 48750px;
  }

  #s10 {
    height: 33000px;
  }

  #s11 {
    height: 108750px;
  }

  #s12 {
    height: 78000px;
  }

  #s13 {
    height: 23250px;
  }

  #s14 {
    height: 597000px;
  }

  #s15 {
    height: 150000px;
  }

  #s16 {
    height: 750000px;
  }

  #s17 {
    height: 1500000px;
  }
}

/* END extra */