.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #05010d;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 20px;
}

.section_button {
  z-index: 1;
  align-items: center;
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
}

.section_button.sticky {
  background-color: #05010d;
  position: sticky;
}

.button-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 920px;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.label {
  z-index: 5;
  position: relative;
}

.button_item {
  background-color: #1e1a25;
  border: 1px #62779140;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg {
  z-index: 3;
  background-color: #01030e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #05021ca6;
}

.button-1_bg:active {
  background-color: #05021c66;
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, #7300ffd6, #e815ffd9);
  top: -30%;
  left: 8%;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, #07fc, #ad15ffe0);
  top: -30%;
  left: 29%;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #3913b659;
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  margin-top: 0;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 0 34px #000dff3d;
}

.button-3:hover {
  box-shadow: none;
}

.button-3:active {
  box-shadow: 0 8px 30px #006aff33;
}

.button-3_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-3_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button-3_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button-3_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button-3_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3-bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 56px;
  transition: background-color .35s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-3-bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.button-3_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.button-3_color-wrap.blur {
  filter: blur(5px);
  display: block;
  overflow: hidden;
}

.button-2_color-1 {
  mix-blend-mode: normal;
  background-image: linear-gradient(100deg, #e1a408, #49401400);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: 10%;
}

.button-2_color-2 {
  mix-blend-mode: normal;
  background-image: linear-gradient(153deg, #8e18d1, #0000);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 12%;
  right: -7%;
}

.button-2_color-3 {
  mix-blend-mode: normal;
  background-image: linear-gradient(222deg, #ce0bbb, #260d2000);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40%;
  right: 33%;
}

.button-2_color-4 {
  mix-blend-mode: normal;
  background-image: linear-gradient(95deg, #0d88d8, #11222d00);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -28%;
  right: 28%;
}

.button-2_color-5 {
  mix-blend-mode: normal;
  background-image: linear-gradient(281deg, #6110cb 27%, #0e144300);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -39%;
  left: -4%;
}

.button-4 {
  z-index: 1;
  cursor: pointer;
  background-color: #8315f159;
  border: 2px solid #8315f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  text-shadow: 0 2px 8px #8205ff;
  font-weight: 600;
}

.button-4:active {
  text-shadow: none;
  background-color: #8315f130;
}

.button-2 {
  cursor: pointer;
  border: 1px solid #9fa0ff4d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 64px;
  transition: background-color .2s ease-in-out;
  display: flex;
  position: relative;
}

.button-2:active {
  background-color: #ffffff12;
  border-color: #9fa0ff00;
}

.button-2_bg {
  z-index: 1;
  grid-column-gap: 10px;
  background-image: radial-gradient(circle, #133e9b47, #133e9b00 85%);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 48px;
  padding-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon_play {
  width: 18px;
  height: 18px;
}

.button-2_mask {
  z-index: -1;
  opacity: .86;
  border-radius: 55px;
  width: 164px;
  height: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  overflow: hidden;
}

.button-4_wave-1, .button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #8315f1cc;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.button-5 {
  z-index: 1;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-5:active {
  box-shadow: 0 10px 29px -6px #990cae91;
}

.button-5-gradient {
  z-index: 4;
  opacity: 1;
  filter: contrast(140%);
  background-image: linear-gradient(255deg, #7423ff80, #ba5ce282);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 93%;
  transition: all .4s ease-in-out;
  display: flex;
  position: absolute;
  top: 4.5%;
  left: 1.5%;
}

.button-5-gradient:hover {
  filter: contrast(110%);
  background-image: linear-gradient(255deg, #5e23ff6b, #9c41f46b 53%, #bf5bea6b);
}

.button-5-gradient:active {
  filter: contrast(160%);
  background-image: linear-gradient(255deg, #5e23ff96, #9c41f49c 53%, #bf5bea8f);
}

.button-5_border-color {
  z-index: -2;
  filter: contrast(130%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.border_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.border_color.color-1 {
  filter: blur(12px);
  background-image: linear-gradient(112deg, #ff950b, #ff4400eb);
  width: 40px;
  height: 40px;
  top: -30%;
  left: -5%;
}

.border_color.color-3 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #fab300, #fff200);
  width: 40px;
  height: 40px;
  top: -41%;
  left: 8%;
}

.border_color.color-2 {
  filter: blur(12px);
  background-image: linear-gradient(251deg, #ff2596, #f709ff);
  width: 40px;
  height: 40px;
  top: -45%;
  left: 29%;
}

.button-6 {
  z-index: 1;
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
}

.button-6_bg {
  z-index: 3;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #0000001f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-6_bg:active {
  background-color: #0000005c;
}

.button-6_colors {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-6_color-1 {
  background-image: linear-gradient(#e387ff, #a913ff);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  left: 0;
}

.button-6_color-2 {
  background-image: linear-gradient(257deg, #87ffc7, #13ffa9);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: -3px;
}

.button-6_color-3 {
  background-image: linear-gradient(174deg, #fff987, #ffbc13);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 5px;
  left: 47px;
}

.button-6_color-4 {
  background-image: linear-gradient(257deg, #87e9ff, #13acff);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 17px;
  left: 77px;
}

.button-6_color-5 {
  background-image: linear-gradient(257deg, #87c5ff, #133eff);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: -2px;
  left: 5px;
}

.button-6_color-6 {
  background-image: linear-gradient(257deg, #ff87f7, #ff1385);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
  bottom: -8px;
  right: 29px;
}

.button-7 {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  display: flex;
  position: relative;
}

.button-7:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.button-7_bg {
  z-index: 1;
  background-color: #ddb111;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-8 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.button-8_color-1 {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #00000063;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 96%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-8_color-1:active {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #00000026;
}

.button-8_color-2 {
  z-index: 1;
  opacity: 1;
  background-image: linear-gradient(#8820ff, #3c32ff);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(33deg);
}

.button-8_color-3 {
  z-index: -1;
  opacity: .75;
  background-image: linear-gradient(#20cfff, #1164ff);
  border-radius: 22px;
  width: 105%;
  height: 105%;
  margin: auto;
  position: absolute;
  inset: 0%;
  transform: rotate(-18deg);
}

.icon_mic {
  z-index: 5;
  width: 32px;
  height: 32px;
  position: relative;
}

.button-8_color-4 {
  z-index: -2;
  opacity: .24;
  background-image: linear-gradient(#ff20ff, #3273ff);
  border-radius: 24px;
  width: 115%;
  height: 115%;
  margin: auto;
  position: absolute;
  inset: 0% 0% 0% -8%;
  transform: rotate(72deg);
}

.slide-1_glow {
  z-index: -3;
  filter: blur(100px);
  background-color: #2b236a;
  border-radius: 50%;
  width: 300px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 21% 23% auto auto;
}

.slide-2_glow {
  z-index: -1;
  opacity: .61;
  filter: blur(120px);
  background-image: linear-gradient(123deg, #170b57, #441546);
  border-radius: 50%;
  width: 630px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slide-3_glow {
  z-index: -1;
  opacity: .2;
  filter: blur(120px);
  background-image: linear-gradient(123deg, #4a3aa1, #1c55a5);
  border-radius: 50%;
  width: 630px;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: auto;
}

.line_vertical-2 {
  z-index: -1;
  border: 1px #000;
  border-right: 1px dashed #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.line_vertical-4 {
  border-right: 1px solid #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.slide-5_glow {
  z-index: -1;
  opacity: .61;
  filter: blur(120px);
  background-image: radial-gradient(circle, #552908, #1b1681);
  border-radius: 50%;
  width: 660px;
  height: 440px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-9-wrap {
  z-index: 2;
  cursor: pointer;
  background-color: #0000;
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border: 1px solid #ffec1b26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 45px;
  margin-right: .3px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 11px #c0a61200, 0 1px 20px #f800;
}

.button-9-wrap:hover {
  background-image: radial-gradient(circle, #e0c110, #d69b08 81%);
  border-color: #ffec1b00;
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9-wrap:active {
  box-shadow: 4px 0 15px #c0a612ab, 0 10px 36px -6px #ff8800e0;
}

.label_size-s {
  z-index: 8;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em;
  position: absolute;
}

.button-9_glow {
  z-index: 7;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 15px 2px #e6b113c2, inset 0 -6px 7px -3px #ffe432cf;
}

.button-9_mask {
  z-index: 6;
  filter: blur(5px);
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: inset 0 3px 12px 1px #f0b00e75;
}

.button-9_border-color {
  z-index: 1;
  filter: contrast(130%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: hidden;
}

.gradient_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient_color.gradient_color-3 {
  z-index: 1;
  filter: blur(8px);
  background-color: #e9ad15b0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -40px auto auto 0;
}

.gradient_color.gradient_color-7 {
  filter: blur(10px);
  background-color: #f1b419ad;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 4px auto auto 4px;
}

.gradient_color.gradient_color-10 {
  filter: blur(14px);
  background-color: #de3afff0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 12px;
}

.gradient_color.gradient_color-5 {
  filter: blur(8px);
  background-color: #ea911c8f;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 16px auto auto 64px;
}

.gradient_color.gradient_color-1 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #c4d40edb 75%, #d814eed1);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: -12px;
}

.gradient_color.gradient_color-6 {
  filter: blur(8px);
  background-color: #ff2b00bf;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 28px auto auto 8px;
}

.gradient_color.gradient_color-11 {
  filter: blur(14px);
  background-color: #f3b10999;
  background-image: none;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -1px auto auto 7px;
}

.gradient_color.gradient_color-2 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #701deed4 56%, #f315ebe8 92%);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 80px;
}

.gradient_color.gradient_color-8 {
  filter: blur(10px);
  background-image: radial-gradient(circle, #540ad4bf 39%, #ec21cac9);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -4px auto auto 28px;
}

.gradient_color.gradient_color-9 {
  filter: blur(10px);
  background-color: #d90c5aba;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: 8px auto auto 92px;
}

.gradient_color.gradient_color-4 {
  filter: blur(8px);
  background-image: radial-gradient(circle, #4d0bbccc 55%, #ef078ff7);
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  inset: -12px auto auto 20px;
}

.button-9 {
  z-index: 0;
  cursor: pointer;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  padding-left: 0;
  padding-right: 0;
  transition: box-shadow .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(1.2);
  box-shadow: 0 0 14px #c0a61200, 0 1px 20px #f800;
}

.button-9:hover {
  box-shadow: 4px 0 15px #c0a61224, 0 10px 36px -6px #ff88004d;
}

.button-9:active {
  box-shadow: 4px 0 15px #c0a612e0, 0 10px 36px -6px #ff8800ab;
}

.button-9.position {
  top: 0;
}

.line_vertical-3 {
  border-right: 1px #ffffff1f;
  width: 1px;
  height: 100%;
  display: block;
  position: relative;
}

.line_vertical-5, .line_vertical {
  border-right: 1px solid #ffffff1a;
  width: 1px;
  height: 100%;
  position: relative;
}

.logo-wrap {
  z-index: 3;
  width: 240px;
  height: 250px;
  position: relative;
  transform: scale(1.1);
}

.logo_color {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.logo_color.logo_color-1 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(to right, #0e7aff, #00ffe5);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 0;
}

.logo_color.logo_color-2 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #1500ff, #07f);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 20%;
  left: 39%;
}

.logo_color.logo_color-3 {
  filter: blur(20px);
  background-image: linear-gradient(78deg, #a100ff, #ff00c3);
  width: 140px;
  height: 140px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 4%;
}

.logo_color.logo_color-4 {
  filter: blur(20px);
  background-color: #0000;
  background-image: linear-gradient(to right, #ff0eff, #ff008c);
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: 46%;
  left: 48%;
}

.embed {
  z-index: 300;
}

.line-wrap {
  z-index: -2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20vh;
  padding-right: 20vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slide_8-bg {
  z-index: -2;
  opacity: .54;
  width: 570px;
  height: 600px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-9_glow {
  z-index: -1;
  opacity: .44;
  filter: blur(120px);
  background-image: radial-gradient(circle, #c80fa9, #0d6dd4);
  border-radius: 50%;
  width: 650px;
  height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.slide-9_glow-2 {
  z-index: -1;
  opacity: .36;
  filter: blur(40px);
  background-image: radial-gradient(circle, #fad716, #6e0204 65%);
  border-radius: 50%;
  width: 300px;
  height: 170px;
  margin: auto;
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
}

.slide-1_glow-2 {
  z-index: -3;
  opacity: .5;
  filter: blur(100px);
  background-color: #2b236a;
  border-radius: 50%;
  width: 360px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 35% 48% auto auto;
}

.section_1 {
  background-color: #131215;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.section_2 {
  background-color: #0d0c15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.section_3 {
  grid-column-gap: 40px;
  background-color: #05010d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_4 {
  grid-column-gap: 48px;
  background-color: #05010d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_5, .section_6, .section_7 {
  background-color: #05010d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_8 {
  grid-column-gap: 30px;
  background-color: #05010d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_9 {
  background-color: #141119;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_10 {
  background-color: #131215;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.wrapper {
  z-index: 5;
  width: 100%;
  position: relative;
}

.button-wrap {
  width: 100%;
}

.button-list-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 200px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.logo_mask {
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.scroll {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 70px;
}

.icon_arrow {
  height: 20px;
}

.icon-wrap {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.rt-component-section-2 {
  color: #6d6d6d;
  background-color: #0000;
  width: 100%;
  max-width: 1000px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.why-section.section {
  background-color: #fff;
  background-image: none;
  padding-bottom: 60px;
}

.heading-4 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ecefff;
  font-size: 130px;
  font-weight: 300;
  line-height: 100%;
  position: absolute;
  inset: 0% auto auto 5%;
}

.copyright {
  color: #12110e;
  margin-top: 20px;
  font-size: .9em;
  position: absolute;
}

.brand {
  justify-content: center;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.body-paragraph {
  color: #ecefff;
  text-align: center;
  width: 80%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  font-weight: 300;
  line-height: 145%;
}

.div-block {
  justify-content: space-between;
  width: 100%;
  height: 510px;
  margin-top: 20px;
  display: flex;
}

.grid-title {
  color: #ecefff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-7 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.services {
  flex-flow: column;
}

.container.why {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.container.services-copy {
  flex-flow: column;
}

.container.footer {
  background-image: url('../images/Group-19-6.svg');
  background-position: 50% 130%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}

.grid-text {
  color: #8d96a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 140%;
  display: block;
}

.grid-cell {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #090f1347;
  border: .3px solid #6d6d6d94;
  border-radius: 10px;
  padding: 40px;
}

.link-block {
  margin-bottom: 20px;
}

.logos {
  object-fit: contain;
  width: 150px;
  max-width: 200px;
  min-height: 70px;
  margin-left: 40px;
  margin-right: 40px;
}

.form {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  margin-bottom: 20px;
}

.section {
  width: 100%;
  padding: 60px 8vw;
  overflow: hidden;
}

.section.hero-banner {
  background-color: #04090c;
  background-image: url('../images/BG-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
}

.contact.section {
  background-color: #04090c;
  background-image: url('../images/BG.png'), url('../images/BG-1.png');
  background-position: 100% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image {
  width: 150px;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block-5 {
  width: 50%;
  height: 100%;
  margin-top: 20px;
  margin-left: auto;
}

.paragraph-2 {
  color: #ecefff;
  font-size: .9em;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-2.grey {
  color: #ecefff;
}

.button {
  color: #ecefff;
  letter-spacing: 2px;
  background-color: #1b2229;
  border-bottom: 1px solid #1c2228;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: .9em;
  transition: all .2s;
}

.button:hover {
  box-shadow: none;
  background-color: #1b2229;
  border-bottom: 1px solid #126ef5;
}

.button.hide {
  display: none;
}

.button.full {
  background-color: #1b2229;
  width: 100%;
}

.button.full:hover {
  background-image: none;
}

.footer-heading {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 140%;
}

.footer-heading.light {
  color: #04090c;
  font-size: 1em;
  font-weight: 400;
}

.rt-partners-block {
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
}

.title-block {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title-block.center {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-2 {
  background-color: #052b80;
  border-radius: 10px;
  height: 28%;
  padding: 20px 40px 20px 20px;
}

.div-block-2.mobile {
  display: none;
}

.rt-partners-marquee-main-wrap {
  background-color: #0000;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.form-block {
  margin-top: 20px;
}

.rt-partners-marquee-box {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.text-span-4 {
  color: #04090c;
}

.image-2 {
  margin-right: 20px;
}

.div-block-6 {
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 40px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  width: 46%;
  margin-right: auto;
  display: flex;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.div-block-13 {
  width: 100%;
  height: 100%;
}

.text-span-3 {
  color: #126ef5;
}

.footer-text {
  color: #ecefff;
  padding-right: 60px;
}

.heading-3 {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 140%;
}

.heading-3.light {
  color: #ecefff;
  font-size: 1.5em;
  font-weight: 400;
}

.caption {
  color: #ecefff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: .75em;
  font-weight: 400;
  line-height: 100%;
}

.caption.dark {
  color: #04090c;
}

.image-3 {
  border-radius: 10px;
  width: auto;
  margin-bottom: 0;
}

.cards.section {
  background-color: #fff;
  padding-top: 60px;
}

.navbar {
  background-color: #0000;
}

.navbar.section {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #04090c;
  height: 10vh;
  padding: 20px 3vw;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.text-block-2 {
  color: #6d6d6d;
}

.title-heading {
  color: #ecefff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3em;
  font-weight: 300;
  line-height: 110%;
}

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

.title-heading.left.small {
  text-transform: capitalize;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 140%;
}

.title-heading.left.small.dark {
  font-weight: 400;
}

.title-heading.dark {
  color: #12110e;
  text-transform: capitalize;
}

.div-block-3 {
  background-color: #00173a;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 70%;
  margin-top: auto;
  padding: 20px 40px 20px 20px;
  display: flex;
  position: relative;
}

.card {
  background-image: linear-gradient(135deg, #000, #0b47ff);
  border-radius: 10px;
  width: 32%;
}

.card._1 {
  background-color: #252525;
  background-image: url('../images/BG-2.png'), linear-gradient(181deg, #0051c7, #000000c9);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  padding: 40px 40px 20px 20px;
  display: flex;
  position: relative;
}

.card._3 {
  background-color: #0000;
  background-image: url('../images/BG-2.png'), linear-gradient(45deg, #12110e, #126ef5);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  padding: 40px 40px 20px 20px;
  display: flex;
  position: relative;
}

.card._2 {
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-section.section {
  background-color: #126ef5;
  height: 450px;
  padding-bottom: 0;
  position: relative;
}

.text-span-2 {
  color: #04090c;
  font-size: 1.2em;
}

.navlink {
  color: #ecefff;
  display: none;
}

.text-field {
  color: #ecefff;
  background-color: #181818a3;
  border-top: 1px #0711168f;
  border-bottom: .5px #126ef5;
  border-left: 1px solid #126ef5;
  border-right: 1px solid #0711168f;
  border-radius: 10px;
  width: 49%;
  min-height: 50px;
}

.text-field.area {
  background-color: #181818a3;
  border-bottom-width: .5px;
  border-bottom-color: #126ef5;
  width: 100%;
  min-height: 100px;
  margin-bottom: 20px;
}

.services.section {
  background-color: #04090c;
  background-image: url('../images/BG-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}

.div-block-8 {
  width: 35%;
  margin-right: auto;
}

.body {
  font-family: Funnel Sans, sans-serif;
  line-height: 140%;
}

@media screen and (min-width: 1280px) {
  .footer-section.section {
    height: 430px;
  }

  .div-block-8 {
    width: 30%;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 1.1em;
  }

  .section_button {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .button-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 1200px;
  }

  .label {
    z-index: 5;
  }

  .label.width {
    font-size: 14px;
  }

  .button_item {
    height: 320px;
  }

  .button-1, .button-3 {
    transform: scale(1.15);
  }

  .button-2_color-1 {
    border-radius: 50%;
  }

  .button-4 {
    transform: scale(1.2);
  }

  .button-2, .button-5 {
    transform: scale(1.15);
  }

  .button-6 {
    transform: scale(1.2);
  }

  .button-6_bg:active {
    background-color: #00000073;
  }

  .button-7 {
    z-index: 1;
    transform: scale(1.2);
  }

  .button-7_bg:active {
    width: 90%;
    height: 90%;
  }

  .button-8 {
    transform: scale(1.2);
  }

  .icon_mic {
    z-index: 3;
  }

  .slide-1_glow {
    z-index: -4;
    width: 400px;
    height: 260px;
    top: 25%;
  }

  .slide-2_glow {
    height: 480px;
    transform: scale(1.2);
  }

  .slide-3_glow {
    width: 680px;
    height: 520px;
  }

  .slide-5_glow {
    width: 700px;
    height: 470px;
  }

  .button-9 {
    transform: scale(1.4);
  }

  .logo-wrap {
    transform: scale(1.5);
  }

  .line-wrap {
    padding-left: 25vh;
    padding-right: 25vh;
  }

  .slide_8-bg {
    position: absolute;
  }

  .slide-9_glow {
    opacity: .41;
    width: 780px;
    height: 500px;
  }

  .slide-9_glow-2 {
    background-image: radial-gradient(circle, #eaa40c, #5a1e05a8 80%);
    width: 350px;
    height: 200px;
  }

  .slide-1_glow-2 {
    z-index: -2;
    width: 440px;
    height: 320px;
    top: 39%;
    right: 48%;
  }

  .section_1 {
    margin-bottom: 300px;
  }

  .section_3, .section_4, .section_8 {
    grid-column-gap: 60px;
  }

  .wrapper {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .button-wrap {
    width: 100%;
  }

  .button-list-wrap {
    grid-row-gap: 300px;
    width: 100vw;
    position: relative;
  }

  .scroll {
    transform: scale(1.2);
  }

  .copyright {
    margin-top: 0;
  }

  .body-paragraph {
    width: 90%;
    margin-top: 20px;
  }

  .div-block {
    margin-top: 20px;
  }

  .section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .title-block {
    margin-bottom: 10px;
  }

  .title-block.center {
    margin-bottom: 0;
  }

  .div-block-9 {
    width: auto;
  }

  .caption {
    font-weight: 300;
  }

  .caption.dark {
    font-weight: 400;
  }

  .title-heading {
    font-size: 3em;
    font-weight: 300;
  }

  .footer-section.section {
    height: 450px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.2em;
  }

  .button-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 1500px;
  }

  .button_item {
    height: 380px;
  }

  .button-1, .button-3, .button-4, .button-2, .button-5, .button-6, .button-7, .button-8 {
    transform: scale(1.4);
  }

  .slide-1_glow {
    opacity: .4;
    width: 560px;
    height: 410px;
  }

  .slide-2_glow {
    transform: scale(1.5);
  }

  .slide-3_glow {
    width: 860px;
    height: 570px;
  }

  .slide-5_glow {
    filter: blur(130px);
    width: 960px;
    height: 750px;
  }

  .button-9 {
    transform: scale(1.8);
  }

  .button-9.position {
    transform: scale(1.7);
  }

  .logo-wrap {
    transform: scale(1.8);
  }

  .logo_color.logo_color-1 {
    height: 200px;
  }

  .slide_8-bg {
    width: 800px;
    height: 840px;
  }

  .slide-9_glow {
    z-index: -2;
    opacity: .33;
    filter: blur(130px);
    width: 980px;
    height: 780px;
    top: 19%;
  }

  .slide-9_glow-2 {
    width: 400px;
    height: 190px;
  }

  .slide-1_glow-2 {
    opacity: .38;
    width: 620px;
    height: 470px;
  }

  .section_3 {
    grid-column-gap: 110px;
  }

  .section_4 {
    grid-column-gap: 120px;
  }

  .section_8 {
    grid-column-gap: 110px;
  }

  .scroll {
    bottom: 90px;
    transform: scale(1.5);
  }

  .rt-component-section-2 {
    max-width: 1300px;
  }

  .div-block {
    height: 650px;
  }

  .container.footer {
    background-position: 50% 120%;
  }

  .section.hero-banner {
    height: 800px;
  }

  .contact.section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button.full {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-heading.light {
    color: #04090c;
  }

  .title-block.center {
    margin-bottom: 10px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-span-4 {
    color: #04090c;
  }

  .div-block-9 {
    width: auto;
  }

  .navbar.section {
    height: 100px;
    display: flex;
  }

  .footer-section.section {
    background-position: 50% 120%;
    background-size: 80%;
    height: 500px;
  }

  .text-field {
    min-height: 70px;
    font-size: 1em;
  }

  .text-field.area {
    min-height: 140px;
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .9em;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
    width: 690px;
  }

  .button_item {
    height: 270px;
  }

  .why-section.section {
    padding-bottom: 0;
  }

  .heading-4 {
    font-size: 90px;
  }

  .copyright {
    margin-top: 0;
  }

  .div-block {
    height: 440px;
    margin-top: 20px;
  }

  .grid-title {
    font-size: 1.5em;
  }

  .container {
    max-width: 728px;
  }

  .container.hero {
    width: 100%;
  }

  .container.services-copy {
    max-width: none;
  }

  .container.footer {
    background-position: 50% 110%;
    max-width: none;
    height: 100%;
  }

  .form {
    width: 90%;
  }

  .section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-heading.light {
    color: #ecefff;
  }

  .div-block-2 {
    height: 33%;
    padding-right: 10px;
  }

  .heading-3.light {
    font-size: 1.4em;
  }

  .image-3 {
    width: auto;
  }

  .cards.section {
    padding-top: 0;
  }

  .title-heading, .title-heading.dark {
    font-size: 3em;
  }

  .div-block-3 {
    height: 65%;
    padding-right: 10px;
  }

  .card._1, .card._3 {
    width: 33%;
    padding-right: 10px;
  }

  .card._2 {
    width: 33%;
  }

  .footer-section.section {
    background-image: none;
    height: 370px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .text-field.area {
    min-height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .section_button {
    height: auto;
    min-height: 100vh;
    padding-top: 60px;
  }

  .button-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-left: 36px;
    margin-right: 36px;
  }

  .button_item {
    justify-content: center;
    height: 230px;
  }

  .slide-2_glow, .slide-3_glow, .slide-5_glow {
    width: 100%;
  }

  .line-wrap {
    padding-left: 10vh;
    padding-right: 10vh;
  }

  .slide-9_glow {
    width: 100%;
  }

  .grid-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .form {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button-grid {
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }

  .button_item {
    height: 250px;
  }

  .line_vertical-2, .line_vertical-4 {
    display: none;
  }

  .rt-component-section-2 {
    margin-top: 20px;
  }

  .why-section.section {
    padding-bottom: 40px;
  }

  .body-paragraph {
    width: 90%;
    font-size: 1em;
  }

  .div-block {
    flex-flow: column wrap;
    height: auto;
  }

  .grid-title {
    font-size: 1.5em;
  }

  .div-block-7 {
    margin-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .container.why {
    flex-flow: column;
  }

  .container.hero {
    width: 100%;
  }

  .container.footer {
    background-position: 50% 105%;
  }

  .logos {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form {
    width: 100%;
  }

  .section {
    padding: 40px 4vw;
  }

  .section.hero-banner {
    height: 85vh;
  }

  .contact.section {
    padding-top: 40px;
  }

  .div-block-5 {
    width: 100%;
  }

  .paragraph-2.grey.sm-card {
    margin-top: auto;
    font-size: 1.7em;
    line-height: 130%;
  }

  .footer-heading.light {
    color: #04090c;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: none;
  }

  .div-block-2.mobile {
    height: 85vh;
    margin-top: 10px;
    display: flex;
    position: sticky;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-9 {
    width: auto;
  }

  .div-block-4 {
    width: 100%;
  }

  .footer-text {
    padding-right: 0;
  }

  .heading-3.light.sma {
    font-size: 3.1em;
    line-height: 120%;
  }

  .caption {
    font-size: .8em;
  }

  .image-3 {
    width: auto;
  }

  .cards.section {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: visible;
  }

  .title-heading {
    color: #ecefff;
    font-size: 2.7em;
    font-weight: 300;
  }

  .title-heading.dark {
    font-size: 2.5em;
    line-height: 120%;
  }

  .div-block-3 {
    height: 300px;
    margin-bottom: 20px;
    position: static;
  }

  .card._1 {
    width: 100%;
    height: 350px;
    margin-bottom: 10px;
    position: sticky;
    top: 5vh;
  }

  .card._3 {
    width: 100%;
    height: 350px;
    position: sticky;
    top: 35vh;
  }

  .card._2 {
    width: 100%;
    position: sticky;
    top: 20vh;
  }

  .footer-section.section {
    background-position: 50% 100%;
    height: 330px;
    padding-bottom: 0;
  }

  .text-field {
    border-style: none none none solid;
  }

  .services.section {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
  }

  .div-block-8 {
    width: 55%;
  }
}


