@import url("https://fonts.googleapis.com/css2?family=Tomorrow:wght@100;200;300;400;500;600;700&display=swap");
.desktop {
  display: block;
}
@media screen and (max-width: 960px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .disappear {
    display: none;
  }
}

.grid-1 {
  width: calc(8.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-1 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-2 {
  width: calc(16.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-2 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-3 {
  width: calc(25% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-3 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-4 {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-4 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-5 {
  width: calc(41.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-5 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-6 {
  width: calc(50% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-6 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-7 {
  width: calc(58.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-7 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-8 {
  width: calc(66.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-8 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-9 {
  width: calc(75% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-9 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-10 {
  width: calc(83.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-10 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-11 {
  width: calc(91.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-11 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-12 {
  width: calc(100% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}
@media screen and (max-width: 960px) {
  .grid-12 {
    width: calc(100% - 24px);
    float: none;
  }
}

.grid-nobreak-1 {
  width: calc(8.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-2 {
  width: calc(16.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-3 {
  width: calc(25% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-4 {
  width: calc(33.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-5 {
  width: calc(41.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-6 {
  width: calc(50% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-7 {
  width: calc(58.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-8 {
  width: calc(66.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-9 {
  width: calc(75% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-10 {
  width: calc(83.3333333333% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-11 {
  width: calc(91.6666666667% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.grid-nobreak-12 {
  width: calc(100% - 24px);
  margin: 12px;
  padding: 16px 0px;
  float: left;
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 128px 24px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;*/
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 96px 16px;
  }
}

.container-xl {
  max-width: 1560px;
  margin: 0 auto;
  padding: 128px 24px;
  /*display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;*/
}
.container-xl::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 960px) {
  .container-xl {
    flex-direction: column;
    padding: 96px 16px;
  }
}

.hidden {
  overflow: hidden;
}

.zindex-1 {
  z-index: -1;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.h-100 {
  height: 100vh;
}

.h-100p {
  height: 100%;
}

.none {
  display: none;
}

.flex {
  display: flex;
}

.flex-start-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.flex-end-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.flex-start-column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

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

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

.flex-center-end {
  display: flex;
  justify-content: end;
  align-items: end;
}

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

.flex-space {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

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

.relative {
  position: relative;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-item-1 {
  flex: 1 1 360px;
}

.flex-item-2 {
  flex: 2 1 360px;
}

.flex-item-3 {
  flex: 3 1 360px;
}

.flex-item-4 {
  flex: 4 1 360px;
}

.flex-item-5 {
  flex: 5 1 360px;
}

.flex-auto {
  flex: 1 1 auto;
}

.w-auto {
  width: auto;
}

.h-auto {
  height: auto !important;
}

.w-100 {
  width: 100%;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.section-400 {
  height: 400vh;
}

.section-300 {
  height: 300vh;
}

.section-200 {
  height: 200vh;
}

.section-175 {
  height: 175vh;
}

.section-150 {
  height: 150vh;
}

.section-125 {
  height: 125vh;
}

.section-100 {
  height: 100vh;
}

.section-75 {
  height: 75vh;
}

.section-50 {
  height: 50vh;
}

.section-25 {
  height: 25vh;
}

/* Area principal de tela cheia.
  position: relative cria o contexto para posicionar canvas e rodape por cima.
  overflow: hidden evita qualquer sobra visual do canvas fora da hero. */
.hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

/* Canvas WebGL.
  Ele fica absoluto para preencher exatamente a hero.
  O Three.js tambem ajusta o tamanho interno do renderer pelo JavaScript;
  o CSS cuida do tamanho visual na tela. */
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.h0 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h0 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 120%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
  }
}
.h0 {
  letter-spacing: -2px;
}

.h0-title {
  letter-spacing: 18px;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h0-title {
    letter-spacing: 4px;
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 120%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .h0-title {
    letter-spacing: 1px;
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
  }
}

h1 {
  color: #FFFFFF;
  z-index: 5;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h1 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  h1 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
  }
}

.title-hero {
  color: #FFFFFF;
  z-index: 5;
  letter-spacing: 4px;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .title-hero {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .title-hero {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
  }
}

h2 {
  color: #FFFFFF;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 120%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
  }
}

h3 {
  color: #FFFFFF;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 120%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
  }
}

h4 {
  color: #FFFFFF;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
  }
}

h5 {
  color: #FFFFFF;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h5 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
  }
}

h6 {
  color: #FFFFFF;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  h6 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

.h7 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h7 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}

.h8 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h8 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
  }
}

p {
  letter-spacing: 0px;
  color: #9EA0A3;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  p {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
  }
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 2px;
}

.p1 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
  }
}
@media screen and (max-width: 340px) {
  .p1 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }
}

.p2 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p2 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p3 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p3 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

.p4 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p4 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p5 {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    font-weight: 200;
  }
}

.p-title {
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-title {
    font-size: 16px;
  }
}

.bold {
  font-weight: bold;
  color: #E0E3E5;
}

span {
  display: inline-block;
}

.letter-h1 {
  color: #f0f0f0;
  letter-spacing: 1px;
  text-transform: none;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 110%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .letter-h1 {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 110%;
    font-weight: 400;
  }
}

strong {
  color: #081218;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
  }
}

b {
  color: #353536;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.h-xl {
  color: #E0E3E5;
  font-size: 240px;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-size: 144px;
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 120%;
    font-weight: 400;
  }
}

.h-l {
  color: #E0E3E5;
  font-size: 144px;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  line-height: 120%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-size: 96px;
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 52px;
    line-height: 120%;
    font-weight: 400;
  }
}

.hbig {
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  line-height: 120%;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .hbig {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    line-height: 120%;
    font-weight: 300;
  }
}

.text-shadow {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
  transition: 0.7s ease;
}
.text-shadow:hover {
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.6);
}

.text-shadow-small {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.letter-spacing {
  letter-spacing: 0px;
  transition: 0.7s ease;
}
.letter-spacing:hover {
  letter-spacing: 1px;
}

.color-gray {
  color: #7C7C7D;
}

.color-red {
  color: #F03D3D;
}

.color-green {
  color: #0BB07B;
}

.color-yellow {
  color: #FFCE52;
}

.bg-red {
  background-color: #F03D3D;
}

.bg-green {
  background-color: #0BB07B;
}

.bg-yellow {
  background-color: #FFCE52;
}

.color-white {
  color: #FFFFFF;
}

.color-white-transparent {
  color: rgba(255, 255, 255, 0.7);
}

.color-primary {
  color: #094066;
}

.color-gradient {
  display: inline-block;
  background: linear-gradient(90deg, rgb(207, 218, 240) 8.12%, rgb(106, 113, 127) 92.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.color-gradient2 {
  display: inline-block;
  background: linear-gradient(90deg, rgb(207, 218, 240) 0.95%, rgb(106, 113, 127) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-animation {
  display: inline-block;
  background: linear-gradient(95deg, rgba(232, 240, 255, 0.99) 0%, rgba(106, 113, 127, 0) 50%, rgba(106, 113, 127, 0) 55%, rgba(232, 240, 255, 0.99) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  animation: text-gradient-animation 2s ease-in-out infinite alternate;
}

@keyframes text-gradient-animation {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.text-gradient-animation-reverse {
  display: inline-block;
  background: linear-gradient(90deg, rgba(189, 196, 208, 0) 2.7%, rgba(128, 138, 159, 0.99) 50.47%, rgba(178, 184, 197, 0) 98.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200%;
  background-repeat: no-repeat;
  animation: text-gradient-animation-reverse 2s ease-in-out infinite alternate;
}

@keyframes text-gradient-animation-reverse {
  0% {
    background-position: -100% 100%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.text-spacing-animation {
  display: inline-block;
  background: linear-gradient(90deg, rgba(189, 196, 208, 0.7) 2.7%, rgba(128, 138, 159, 0.99) 50.47%, rgba(178, 184, 197, 0.7) 98.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: text-spacing-animation 1s ease-in-out infinite alternate;
}

@keyframes text-spacing-animation {
  0% {
    letter-spacing: 0px;
  }
  100% {
    letter-spacing: 6px;
  }
}
.text-blink-animation {
  display: inline-block;
  color: rgba(128, 138, 159, 0.99);
  animation: text-blink-animation 2s ease-in-out infinite alternate;
}

@keyframes text-blink-animation {
  0%, 20% {
    color: rgba(128, 138, 159, 0);
    transform: scale(1) rotate(40deg) translate3d(0, 40px, 0);
  }
  50%, 100% {
    color: rgba(128, 138, 159, 0.9);
    transform: scale(1.8) rotate(-5deg) translate3d(0, 0, 0);
  }
}
.bg-gradient {
  background: linear-gradient(224.78deg, #002D4C 8.12%, #1141BD 92.21%);
}

.label-hero {
  display: inline-block;
  letter-spacing: 32px;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  padding: 24px;
  position: absolute;
  top: 20%;
  left: 50%;
  transition: 1.3s ease;
  transform: translate(-50%, -50%);
}
.label-hero:hover {
  letter-spacing: 10px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 960px) {
  .label-hero {
    letter-spacing: 4px;
  }
}

.icon {
  max-width: 64px;
  transition: 0.5s ease;
}
.icon:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon {
    max-width: 56px;
  }
}

.icon-s {
  max-width: 40px;
  transition: 0.5s ease;
}
.icon-s:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-s {
    max-width: 32px;
  }
}

.icon-xs {
  max-width: 24px;
  transition: 0.5s ease;
}
.icon-xs:hover {
  transform: translate(0, -4px, 0);
}
@media screen and (max-width: 960px) {
  .icon-xs {
    max-width: 24px;
  }
}

.icon-m {
  max-width: 96px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-m {
    max-width: 80px;
  }
}

.icon-l {
  max-width: 120px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-l {
    max-width: 96px;
  }
}

.icon-xl {
  max-width: 172px;
  transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
  .icon-xl {
    max-width: 144px;
  }
}

.bg-icon {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background-color: rgb(218, 218, 218);
  border: 3px solid rgb(245, 245, 245);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  transition: 0.7s ease;
}
.bg-icon:hover {
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.8));
  transform: translate3d(0, -4px, 0);
  border: 3px solid rgb(255, 255, 255);
}

header {
  width: 100%;
  height: auto;
  transition: 1s ease;
  position: fixed;
  top: 0;
  z-index: 900;
  opacity: 1;
}

nav {
  max-width: 1280px;
  margin: 4px auto;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 1s ease;
}

.menu {
  position: absolute;
  top: 64px;
  left: 0px;
  z-index: -1;
  transform: translate(-100%, 0);
  padding: 10px 4px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(53, 53, 53, 0.99);
  border-radius: 4px;
  backdrop-filter: blur(8px);
  min-width: 220px;
  transition: 0.8s ease;
  opacity: 0;
  pointer-events: none;
}

.active-menu {
  pointer-events: all;
  opacity: 1;
}

.menu-link {
  position: relative;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.menu-link::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.8s ease;
}
.menu-link:hover {
  letter-spacing: 4px;
}
.menu-link:hover::after {
  width: 104%;
}

.logo {
  max-width: 80px;
}
@media screen and (max-width: 960px) {
  .logo {
    max-width: 56px;
  }
}

.logo {
  width: 52px;
  height: 52px;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.97);
  border: 2px solid rgba(53, 53, 53, 0.99);
  border-radius: 2px;
}

.bx {
  width: 52px;
  height: 52px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.97);
  border: 2px solid rgba(53, 53, 53, 0.99);
  border-radius: 2px;
  position: relative;
  transition: 0.7s ease;
}
.bx::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  transform: translate(-50%, -50%);
  background-image: url("../svg/icon-bx.svg");
  background-size: cover;
  background-position: center center;
}

.bx-active {
  background-color: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(53, 53, 53, 0.7);
}
.bx-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transition: 1s ease;
  transform: translate(-50%, -50%) rotate(810deg);
  background-image: url("../svg/icon-bx.svg");
  background-size: cover;
  background-position: center center;
}

.s-0 {
  margin: 0;
  padding: 0;
}

.mt-110 {
  margin-top: 110px;
}
@media screen and (max-width: 960px) {
  .mt-110 {
    margin-top: 0px;
  }
}

.mt-80 {
  margin-top: 88px;
}
@media screen and (max-width: 960px) {
  .mt-80 {
    margin-top: 64px;
  }
}

.ml-40 {
  margin-left: 40px;
}
@media screen and (max-width: 960px) {
  .ml-40 {
    margin-left: 4px;
  }
}

.space-220 {
  padding: 220px 24px;
}
@media screen and (max-width: 960px) {
  .space-220 {
    padding: 96px 16px;
  }
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin: 48px !important;
}

.m-6 {
  margin: 64px !important;
}

.m-7 {
  margin: 72px !important;
}

.m-8 {
  margin: 96px !important;
}

.m-9 {
  margin: 128px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 8px !important;
}

.mt-2 {
  margin-top: 16px !important;
}

.mt-3 {
  margin-top: 24px !important;
}

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top: 48px !important;
}

.mt-6 {
  margin-top: 64px !important;
}

.mt-7 {
  margin-top: 72px !important;
}

.mt-8 {
  margin-top: 96px !important;
}

.mt-9 {
  margin-top: 128px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 8px !important;
}

.ml-2 {
  margin-left: 16px !important;
}

.ml-3 {
  margin-left: 24px !important;
}

.ml-4 {
  margin-left: 32px !important;
}

.ml-5 {
  margin-left: 48px !important;
}

.ml-6 {
  margin-left: 64px !important;
}

.ml-7 {
  margin-left: 72px !important;
}

.ml-8 {
  margin-left: 96px !important;
}

.ml-9 {
  margin-left: 128px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 8px !important;
}

.mr-2 {
  margin-right: 16px !important;
}

.mr-3 {
  margin-right: 24px !important;
}

.mr-4 {
  margin-right: 32px !important;
}

.mr-5 {
  margin-right: 48px !important;
}

.mr-6 {
  margin-right: 64px !important;
}

.mr-7 {
  margin-right: 72px !important;
}

.mr-8 {
  margin-right: 96px !important;
}

.mr-9 {
  margin-right: 128px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}

.mb-6 {
  margin-bottom: 64px !important;
}

.mb-7 {
  margin-bottom: 72px !important;
}

.mb-8 {
  margin-bottom: 96px !important;
}

.mb-9 {
  margin-bottom: 128px !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.mx-2 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.mx-3 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx-4 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.mx-6 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.mx-7 {
  margin-left: 72px !important;
  margin-right: 72px !important;
}

.mx-8 {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.mx-9 {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-6 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.my-7 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-8 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-9 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 8px !important;
}

.p-2 {
  padding: 16px !important;
}

.p-3 {
  padding: 24px !important;
}

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding: 48px !important;
}

.p-6 {
  padding: 64px !important;
}

.p-7 {
  padding: 72px !important;
}

.p-8 {
  padding: 96px !important;
}

.p-9 {
  padding: 128px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 8px !important;
}

.pt-2 {
  padding-top: 16px !important;
}

.pt-3 {
  padding-top: 24px !important;
}

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top: 48px !important;
}

.pt-6 {
  padding-top: 64px !important;
}

.pt-7 {
  padding-top: 72px !important;
}

.pt-8 {
  padding-top: 96px !important;
}

.pt-9 {
  padding-top: 128px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 8px !important;
}

.pl-2 {
  padding-left: 16px !important;
}

.pl-3 {
  padding-left: 24px !important;
}

.pl-4 {
  padding-left: 32px !important;
}

.pl-5 {
  padding-left: 48px !important;
}

.pl-6 {
  padding-left: 64px !important;
}

.pl-7 {
  padding-left: 72px !important;
}

.pl-8 {
  padding-left: 96px !important;
}

.pl-9 {
  padding-left: 128px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 8px !important;
}

.pr-2 {
  padding-right: 16px !important;
}

.pr-3 {
  padding-right: 24px !important;
}

.pr-4 {
  padding-right: 32px !important;
}

.pr-5 {
  padding-right: 48px !important;
}

.pr-6 {
  padding-right: 64px !important;
}

.pr-7 {
  padding-right: 72px !important;
}

.pr-8 {
  padding-right: 96px !important;
}

.pr-9 {
  padding-right: 128px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 8px !important;
}

.pb-2 {
  padding-bottom: 16px !important;
}

.pb-3 {
  padding-bottom: 24px !important;
}

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom: 48px !important;
}

.pb-6 {
  padding-bottom: 64px !important;
}

.pb-7 {
  padding-bottom: 72px !important;
}

.pb-8 {
  padding-bottom: 96px !important;
}

.pb-9 {
  padding-bottom: 128px !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px-2 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-3 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px-4 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.px-6 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.px-7 {
  padding-left: 72px !important;
  padding-right: 72px !important;
}

.px-8 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}

.px-9 {
  padding-left: 128px !important;
  padding-right: 128px !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.py-6 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.py-7 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.py-8 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}

.py-9 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.btn {
  display: inline-block;
  color: #242D32;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  transition: 0.6s ease;
  padding: 22px 40px 22px 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.99);
  border: 1px solid rgba(230, 230, 230, 0.99);
  border-radius: 2px;
  box-shadow: 0 0px 32px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.7s ease;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .btn {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 92%;
  width: 56px;
  height: 56px;
  transform: translate(0%, -50%);
  background-color: rgb(0, 0, 0);
  border: 2px solid rgba(53, 53, 53, 0.99);
  border-radius: 2px;
  backdrop-filter: blur(8px);
  filter: drop-shadow(0 0px 24px rgba(0, 0, 0, 0.4));
  background-image: url("../svg/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  transition: 0.7s ease;
}
.btn:hover::before {
  transform: translate(0%, -50%) translate3d(32px, 0, 0);
  top: 50%;
  left: 88%;
  background-color: rgba(0, 0, 0, 0.85);
  border: 2px solid rgba(53, 53, 53, 0.85);
}
.btn:hover {
  letter-spacing: 2px;
  box-shadow: 0 0px 80px 0 rgba(0, 0, 0, 0.7);
}

a {
  text-decoration: none;
  color: #FFFFFF;
  transition: 0.5s ease;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
a:hover {
  opacity: 0.95;
}

input {
  accent-color: #094066;
}

/*
input[type=text]{
  padding: 8px 12px;
  background-color: $black-light;
  border: 0;
  border-radius: 4px;
  color: $white-light;

  @include typeface-2(p3, desktop);
}
*/
input, select, option, textarea {
  padding: 16px 16px;
  background-color: #242D32;
  border: 2px solid rgba(43, 57, 133, 0.7);
  border-radius: 12px;
  color: #FFFFFF;
  width: 100%;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
input:focus, select:focus, option:focus, textarea:focus {
  border: 2px solid rgba(24, 80, 225, 0.9);
}

.label-error {
  color: #F03D3D;
  text-align: right;
  display: none;
}

.label-active {
  display: block;
}

.border-error {
  background-color: #242D32;
  border: 2px solid #F03D3D;
}

.border-success {
  background-color: #242D32;
  border: 2px solid #0BB07B;
}

input[type=date], select, option {
  height: 44px;
}

.box-form {
  min-width: 420px;
}
@media screen and (max-width: 960px) {
  .box-form {
    max-width: 420px;
    min-width: 300px;
  }
}

/*
select{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*/
.screen-loading {
  width: 100%;
  height: 100dvh;
  background-color: rgba(163, 165, 165, 0.2);
  backdrop-filter: blur(12px);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}

.logo-animated {
  transform-origin: center center;
  transform-box: fill-box;
  animation: logo-animated 5s ease forwards;
}

@keyframes logo-animated {
  0%, 10% {
    transform: rotate(0deg);
  }
  90%, 100% {
    transform: rotate(1710deg);
  }
}
.bar-loader {
  width: 96px;
  height: 2px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
}
.bar-loader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  animation: bar-loader 6s ease forwards;
}

@keyframes bar-loader {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.loader-scroll {
  position: relative;
  width: 3px;
  height: 28px;
  overflow: hidden;
}
.loader-scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #FFF 50%, rgba(255, 255, 255, 0) 80%);
  animation: loader-scroll 2s ease infinite;
}

@keyframes loader-scroll {
  0% {
    opacity: 0;
    top: -90%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 90%;
  }
}
.accordion-button {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  position: relative;
  padding: 24px 36px 24px 40px;
  border-bottom: 2px solid #242D32;
  transition: 0.7s ease;
  color: #f0f0f0;
  font-family: "Tomorrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .accordion-button {
    font-family: "Tomorrow", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }
}
.accordion-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 32px;
  transform: translate(0, -50%);
  transition: 1s ease;
  background-image: url("../svg/icon-check3.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 24px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  transition: 0.5s ease;
  background-image: url("../svg/icon-plus.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.accordion-button:hover {
  padding-left: 48px;
}

.accordion-button-active {
  position: relative;
}
.accordion-button-active::before {
  transform: rotate(315deg);
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.accordion-content:target {
  overflow: auto;
  max-height: 300px;
}

.bg-hero {
  width: 100%;
  height: 100lvh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}
.bg-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: linear-gradient(0deg, rgb(0, 46, 72) 0%, rgba(19, 19, 21, 0) 100%);
}

.bg-hero2 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
  z-index: -1;
}

.hero {
  height: 100vh;
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (max-width: 960px) {
  .hero {
    height: 100vh;
  }
}

.svg-bg-hero {
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .svg-bg-hero {
    transform: translate3d(0, 260px, 0) rotate(-90deg) scale(2);
  }
}

.bg-video {
  width: 100%;
  height: 100lvh;
  position: relative;
  transition: 1s ease;
}
.bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s ease;
}
.bg-video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-video video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.div-video-background {
  position: relative;
  overflow: hidden;
  height: auto;
}
.div-video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(2, 2, 9, 0.99) 0%, rgba(2, 2, 9, 0) 100%);
}
.div-video-background::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(2, 2, 9, 0.99) 0%, rgba(2, 2, 9, 0) 100%);
}
.div-video-background video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100%;
  z-index: -1;
}

.video-background {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-background video {
  height: 100% !important;
}
.video-background {
  /*
  @include responsive(xl){
    video{
      object-fit: cover;
      width: 100%;
      //height: 100% !important;
    }
  }

  @include responsive(s){
    video{
      object-fit: cover;
      height: 100% !important;
      transform: rotate(90deg) translate3d(0,400px,0) scaleX(1.5);
    }
  }*/
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #DEDEE0;
}
body::-webkit-scrollbar {
  padding-right: 4px;
  width: 16px;
  background: transparent;
}
body::-webkit-scrollbar-track {
  background: transparent; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #E0E3E5;
  border: 6px solid #161F25;
}

.border {
  border: 2px solid red;
}

.border-radius {
  border-radius: 8px;
}

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

svg, img {
  width: 100%;
}

.bb-white {
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.bt-white {
  border-top: 3px solid rgba(255, 255, 255, 0.1);
}

.bl-white {
  border-left: 3px solid rgba(255, 255, 255, 0.1);
}

.br-white {
  border-right: 3px solid rgba(255, 255, 255, 0.1);
}

.bb-gray {
  border-bottom: 3px solid rgba(128, 128, 128, 0.3);
}

.bt-gray {
  border-top: 3px solid rgba(128, 128, 128, 0.3);
}

.bl-gray {
  border-left: 3px solid rgba(128, 128, 128, 0.3);
}

.br-gray {
  border-right: 3px solid rgba(128, 128, 128, 0.3);
}

.bb-black {
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.bt-black {
  border-top: 3px solid rgba(0, 0, 0, 0.3);
}

.bl-black {
  border-left: 3px solid rgba(0, 0, 0, 0.3);
}

.br-black {
  border-right: 3px solid rgba(0, 0, 0, 0.3);
}/*# sourceMappingURL=style.css.map */