@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.color-white {
  color: #EBEEF2;
}

.color-primary {
  color: #E42B2F;
}

.color-gradient {
  display: inline-block;
  background: linear-gradient(224.78deg, #E42B2F 8.12%, #1141BD 92.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.label {
  background: linear-gradient(224.78deg, #E42B2F 8.12%, #1141BD 92.21%);
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  color: #040C1B;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  max-width: 1268px;
  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;
  }
}

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

.hidden {
  overflow: hidden;
}

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

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

.h-100 {
  height: 100vh;
}

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

.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-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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%;
}

.bb-black {
  border-bottom: 1px solid #111929;
}

.bt-black {
  border-top: 1px solid #111929;
}

.bl-black {
  border-left: 1px solid #111929;
}

.br-black {
  border-right: 1px solid #111929;
}

.bg-gray {
  background-color: #0B1425;
}

.bb-gray {
  border-bottom: 2px solid #0B1425;
}

.bt-gray {
  border-top: 2px solid #0B1425;
}

.bl-gray {
  border-left: 2px solid #0B1425;
}

.br-gray {
  border-right: 2px solid #0B1425;
}

.bg-slider {
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
.bg-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #040C1B 7.81%, rgba(4, 12, 27, 0.7) 35.42%, #040C1B 89.06%);
}
.bg-slider img {
  position: absolute;
}

.img-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  transform: translate(-50%, -50%);
  transition: 0.7s ease;
}

.screen-loading {
  width: 100%;
  height: 100vh;
  background-color: #040C1B;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.loader-spider {
  position: relative;
}
.loader-spider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  width: 100%;
  height: 300%;
  background: linear-gradient(180deg, rgba(4, 12, 27, 0) 0%, #040C1B 60%);
  animation: loader-spider 3s ease forwards;
}

@keyframes loader-spider {
  0% {
    top: -150%;
    left: 0;
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }
  100% {
    top: 0%;
    left: 0%;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
.hero {
  max-width: 1280px;
  height: 100vh;
  margin: 0 auto;
  padding: 24px 16px;
}

.text-spider {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .text-spider {
    top: 21%;
    left: 50%;
  }
}

.text-spider-hero {
  white-space: nowrap;
}
@media screen and (max-width: 1050px) and (min-width: 961px) {
  .text-spider-hero {
    font-size: 140px !important;
  }
}

.div-spider {
  position: absolute;
  top: 16%;
  left: 0%;
}
@media screen and (max-width: 960px) {
  .div-spider {
    top: 18%;
    left: 0%;
  }
}

.spider-hero {
  display: block;
  transform: scale(1.4);
  transition: 1s ease;
}
@media screen and (max-width: 960px) {
  .spider-hero {
    transform: scale(2.3);
  }
}

.nav-link {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.3s ease;
}
.nav-link:hover {
  opacity: 0.4;
}

.cta {
  position: absolute;
  left: 20%;
  top: 60%;
  z-index: 150;
}
@media screen and (max-width: 960px) {
  .cta {
    display: flex;
    transform: translate(-50%, -50%) !important;
    left: 50%;
    top: 80%;
  }
}
@media screen and (max-width: 1268px) and (min-width: 620px) {
  .cta {
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%) !important;
  }
}

.div-play {
  position: absolute;
  top: 50%;
  right: 30%;
  z-index: 150;
}
@media screen and (max-width: 960px) {
  .div-play {
    right: 40%;
  }
}

.cta-play {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(17, 25, 41, 0.5);
  border: 2px solid #111929;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: relative;
  transition: 0.7s ease;
}
.cta-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  background-image: url("../../svg/icon-play.svg");
  background-size: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.cta-play:hover {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transform: scale(1.2);
}
.cta-play h6 {
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 140%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .cta-play h6 {
    left: 175%;
  }
}
@media screen and (max-width: 960px) {
  .cta-play {
    width: 80px;
    height: 80px;
  }
}

.slider-points {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 960px) {
  .slider-points {
    display: flex;
    left: 50%;
    top: 61%;
    width: 28%;
  }
}

.space-point {
  padding: 12px;
  margin: 24px 0;
  cursor: pointer;
}

.point {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  z-index: 150;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.7s ease;
}

.active-point {
  background-color: rgba(255, 255, 255, 0.9);
  transform: scale(2) !important;
  transition: 0.7s ease;
}

.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;
}

.h0 {
  text-transform: uppercase;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  text-shadow: 0px 6px 32px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 960px) {
  .h0 {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  .h0 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}

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

h2 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 64px;
  line-height: 110%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  h2 {
    font-family: "Cabin", sans-serif;
    font-size: 40px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  h2 {
    font-family: "Cabin", sans-serif;
    font-size: 36px;
    line-height: 120%;
    font-weight: 100;
  }
}

h3 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 48px;
  line-height: 120%;
  font-weight: 100;
}
@media screen and (max-width: 960px) {
  h3 {
    font-family: "Cabin", sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 100;
  }
}
@media screen and (max-width: 340px) {
  h3 {
    font-family: "Cabin", sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 100;
  }
}

h4 {
  color: #DCE1E8;
  font-family: "Cabin", sans-serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  h4 {
    font-family: "Cabin", sans-serif;
    font-size: 28px;
    line-height: 130%;
    font-weight: 200;
  }
}
@media screen and (max-width: 340px) {
  h4 {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 200;
  }
}

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

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

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

p {
  letter-spacing: 0px;
  color: #7C7C7D;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  p {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}
@media screen and (max-width: 340px) {
  p {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 200;
  }
}

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

.p1 {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .p1 {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
  }
}
@media screen and (max-width: 340px) {
  .p1 {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }
}

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

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

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

.p5 {
  font-family: "Cabin", sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  .p5 {
    font-family: "Cabin", sans-serif;
    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: #DCE1E8;
}

span {
  display: inline-block;
}

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

strong {
  color: #040C1B;
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
}
@media screen and (max-width: 960px) {
  strong {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
}

b {
  color: #353536;
}

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

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

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

.h-xl {
  color: #EBEEF2;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  font-size: 240px;
}
@media screen and (max-width: 960px) {
  .h-xl {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
    font-size: 144px;
  }
}

.h-l {
  color: #EBEEF2;
  font-family: "Cabin", sans-serif;
  font-size: 180px;
  line-height: 120%;
  font-weight: 100;
  font-size: 144px;
}
@media screen and (max-width: 960px) {
  .h-l {
    font-family: "Cabin", sans-serif;
    font-size: 56px;
    line-height: 120%;
    font-weight: 100;
    font-size: 96px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  position: relative;
  background-color: #040C1B;
}
body::-webkit-scrollbar {
  padding-right: 2px;
  width: 12px;
  background: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #111929;
}

.border {
  border: 1px solid red;
}

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

.block {
  display: block;
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.pointer {
  cursor: pointer;
}

svg, img {
  width: 100%;
}

nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.nav-menu {
  list-style: none;
  display: flex;
}
.nav-menu li {
  margin: 8px 16px;
}
@media screen and (max-width: 960px) {
  .nav-menu {
    display: none;
  }
}

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

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

.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;
  }
}

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

.btn {
  display: inline-block;
  color: #F8FBFF;
  transition: 0.6s ease;
  padding: 16px 40px 16px 40px;
  text-align: center;
  border: 0;
  background: linear-gradient(189.8deg, #EA1D22 -4%, #640204 104%);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: skewX(-7deg);
  position: relative;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .btn {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 12px 28px 12px 28px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 50%;
  width: 3px;
  height: 0%;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(235, 238, 242, 0) 0%, #EBEEF2 100%);
  opacity: 0;
  transition: 0.7s ease;
}
.btn:hover {
  transform: skewX(-7deg) scale(1.05);
}
.btn:hover::after {
  top: -55%;
  opacity: 1;
  height: 70%;
}

.btn-secondary {
  display: inline-block;
  color: #F8FBFF;
  transition: 0.6s ease;
  padding: 12px 32px;
  text-align: center;
  background: transparent;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transform: skewX(-6deg);
  transition: 0.4s ease;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .btn-secondary {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 12px 28px;
  }
}

a {
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
  text-decoration: none;
  color: #F8FBFF;
  transition: 0.5s ease;
}
a:hover {
  opacity: 0.9;
}

input {
  accent-color: #E42B2F;
}

input, select, option, textarea {
  padding: 10px 12px;
  background-color: #111929;
  border: 0;
  border-radius: 4px;
  color: #F8FBFF;
  width: 100%;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 200;
}

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

/*
select{
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
*//*# sourceMappingURL=style.css.map */