.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  opacity: 0.8;
}

video,
.video-container img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.video-container img {
  display: none;
}

header {
  width: 100%;
  height: 44px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-bottom: solid 1px rgba(151, 151, 151, 0.22);
  background-color: rgba(25, 25, 25, 0.8);
  position: sticky;
  top: 0;
  z-index: 1;
  height: 48px;
}

.find-out-more-container {
  margin-top: 60px !important;
  margin-bottom: 90px !important;
}

.divider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}

.rocket-icon {
  margin-inline-end: 10px;
}

.find-out-more img,
.back-to-top img {
  margin: 0 10px;
}
.find-out-more,
.back-to-top {
  color: #d8d8d8 !important;
}
.find-out-more svg,
.back-to-top svg {
  margin-inline-end: 15px;
  fill: #d8d8d8 !important;
}
.find-out-more path,
.back-to-top path {
  fill: #d8d8d8 !important;
}
.find-out-more:hover path,
.back-to-top:hover path {
  fill: #fff !important;
}
.find-out-more:hover,
.back-to-top:hover {
  color: #fff !important;
  filter: drop-shadow(0px 0px 24px #fff);
}

body {
  font-family: 'Inter';
  color: #fff;
  background-color: #212121;
}

.darker-bg {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  padding-top: 96pt;
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.5);
}

.h-100 {
  height: 100%;
}

.boxes-holder {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 30px;
  max-width: 365px;
}

.boxes-holder > .box:nth-child(1) {
  position: absolute;
  height: 120px;
  width: calc(100% - 240px);
  top: -31px;
  opacity: 0.2;
}

.boxes-holder > .box:nth-child(2) {
  position: absolute;
  height: 120px;
  width: calc(100% - 160px);
  top: -22px;
  opacity: 0.4;
}

.boxes-holder > .box:nth-child(3) {
  position: absolute;
  height: 120px;
  width: calc(100% - 80px);
  top: -12px;
  opacity: 0.6;
}

.box {
  position: relative;
  padding: 39px 32px;
  margin: 5px;
  width: 100%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) rotate(0deg);
}

.box::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 10px;
  /* control the border thickness */
  background: linear-gradient(45deg, red, blue);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.box.grey::before {
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0.2));
  padding: 1px;
}

.box.grey-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 32px;
}

.box.red::before {
  background: linear-gradient(
    135deg,
    #00feff,
    #003fba,
    rgba(0, 0, 0, 0.5),
    #ff0000,
    #ffe500
  );
  padding: 1px;
  padding: 1px;
}

.box.red-bg {
  padding: 0;
  overflow: hidden;
  border-radius: 31px;
  background-color: rgba(18, 18, 18, 0.879);
}

.box.red-bg::before {
  border-radius: 31px;
}
.box-red-holder {
  position: relative;
  border-radius: 10px;
}
.box-red-holder::after {
  content: '';
  position: absolute;
  inset: 0;
  transform: translate3d(0, 0, -1px);
  background: conic-gradient(
    from 90deg at 40% -25%,
    #ffd700,
    #f79d03,
    #ee6907,
    #e6390a,
    #de0d0d,
    #d61039,
    #013aa9,
    #013aa9,
    #013aa9,
    #d61039,
    #de0d0d,
    #ee6907,
    #f79d03,
    #ffd700,
    #ffd700,
    #ffd700
  );
  filter: blur(25px);
  clip-path: polygon(
    -100vmax -100vmax,
    100vmax -100vmax,
    100vmax 100vmax,
    -100vmax 100vmax,
    -100vmax -100vmax,
    0 0,
    0 100%,
    100% 100%,
    100% 0,
    0 0
  );
  top: 16px;
  left: 15px;
  z-index: -1;
  height: calc(100% - 35px);
  width: calc(100% - 17px);
  opacity: 0.4;
}

.box-body {
  padding: 30px 85px;
  text-align: center;
}

.box.red-bg img {
  padding: 0;
  position: relative;
  top: 1px;
  width: calc(100% - 2px);
  display: block;
  margin: 0 auto;
}

.logo {
  font-family: Inter;
  font-size: 24px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.ar {
  font-family: 'Readex Pro';
}

.localisation {
  display: flex;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d8d8d8;
  align-items: center;
}
.localisation:hover {
  color: #fff;
}
.localisation:hover path {
  fill: #fff;
}

.mw-772 {
  max-width: 772px;
}

.seq-card-frame {
  background-image: url(/assets/carframe.png);
  background-size: 100% 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 50px;
  width: 100%;
  overflow: hidden;
}

.content {
  margin-top: 113px;
}

.landing-title {
  font-family: Inter;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.landing-text {
  margin: 24px 0 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.landing-text-mid {
  margin: 24px 0 0;
  font-family: Inter;
  font-size: 20px !important;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -0.6px !important;
  max-width: 491px;
  color: #d8d8d8;
  line-height: 28px !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}

.landing-text-bottom {
  max-width: 371px;
  color: #d8d8d8;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19.6px;
}

footer {
  background-color: #000;
  text-align: center;
  padding: 35px;
}

.copyrights {
  opacity: 0.5;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d8d8d8;
}

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

.get-notified {
  padding: 0 10px;
  height: 100%;
}

.get-notified h3 {
  margin: 0 !important;
}

.landing .row {
  align-items: center;
}

.p-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.seq-card-f-3 {
  width: calc(100% - 80px);
  top: -12px;
  opacity: 0.8;
}

.seq-card-f-2 {
  width: calc(100% - 160px);
  top: -22px;
  opacity: 0.6;
}

.seq-card-f-1 {
  width: calc(100% - 240px);
  top: -31px;
  opacity: 0.4;
}

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

.cards-holder {
  position: relative;
  width: 100%;
  min-height: 105px;
  display: flex;
  justify-content: center;
}

.cards-holder > div {
  position: absolute;
  height: 100%;
}

.notification-form {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.notification-form p {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d8d8d8;
}

.notification-form h3 {
  font-family: Inter;
  font-size: 24px;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-top: 50px;
}

.get-notified-text {
  font-weight: bold !important;
  font-size: 16px !important;
}

.relative {
  position: relative;
}

.notification-form > div {
  width: 100%;
}

.notification-form form {
  width: 100%;
  margin: 21px auto 0;
}

.notification-form input[type='email'] {
  height: 36px;
  padding: 2px 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border: none;
  width: 100%;
  padding-right: 120px;
  font-size: 12px;
}

.welcome-card {
  background-image: url(assets/welcome.png);
  background-size: 100% 100%;
  background-color: transparent !important;
  padding: 46px;
}

.orange-card {
  /* background-image: url(assets/orange.png); */
  background-color: transparent !important;
  background-size: cover;
  background-position: center center;
  background: radial-gradient(
    50.39% 143.91% at 52.91% 50%,
    #ffa800 0%,
    rgba(189, 0, 0, 0.5) 38.14%,
    rgba(131, 0, 0, 0.01) 100%
  );
}

.notified-card {
  background-image: url(assets/black.png);
  background-size: 100% 100%;
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 20px 0;
}

.sm-card {
  border: 1px solid rgba(216, 216, 216, 0.23);
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.purple-card {
  /* background-image: url(assets/purple.png); */
  background-size: 100% 100%;
  background-color: transparent !important;
  background: radial-gradient(
      215.99% 112.76% at 47.9% 0%,
      rgba(235, 0, 255, 0.4) 0%,
      rgba(255, 77, 0, 0) 88.1%
    ),
    rgba(21, 21, 21, 0.5) !important;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-24 {
  margin-bottom: 24px;
}

.join .seq-card-body {
  padding: 30px 75px;
}

.blue-card {
  /* background-image: url(assets/blue.png); */
  background-size: 100% 100%;
  background-color: transparent !important;
  padding-top: 50px;
  background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 72.29%,
      rgba(255, 0, 0, 0.3) 115.48%
    ),
    linear-gradient(
      154deg,
      #00e6ff -26.96%,
      rgba(0, 54, 255, 0.3) 46.78%,
      rgba(0, 54, 255, 0) 100%
    ),
    rgba(0, 0, 0, 0.9) !important;
}

.minimal-logo {
  filter: drop-shadow(0px 0px 3px #fff);
}

.welcome-card .seq-card-bg {
  border-radius: 27px 27px 0 0;
  width: calc(100% - 10px);
  margin: 0 auto;
}

.seq-card-decreaser {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 45px;
}

.notification-form input[type='submit'] {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 110px;
  height: 32px;
  border-radius: 10px;
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mt-0 form {
  margin-top: 0;
}

.p-0 {
  padding: 0;
}

.find-out-more,
.back-to-top {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  margin-top: 56px;
}

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

.purple-card h3 {
  font-size: 32px;
  font-weight: 700;
}

.seq-card {
  border-radius: 32px;
  background-color: rgba(216, 216, 216, 0.1);
  overflow: hidden;
  max-width: 1028px;
  margin: 0 auto;
}

.seq-card-body {
  padding: 30px 60px;
  text-align: center;
}

.seq-card-body h5 {
  font-family: Inter;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #d8d8d8;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.welcome-header {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.welcome-header + p {
  color: #d8d8d8;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px; /* 160% */
}

.seq-card-body p {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d8d8d8;
}

footer,
.welcome,
.mission,
.join,
.road,
.why,
.notified,
.follow,
.mt-65 {
  margin-top: 64pt;
}

.mw-928 {
  max-width: 954px;
}

.welcome {
  margin-top: 0px;
}

.h-204-px {
  height: 204px;
}

.p-w-165 {
  padding-right: 94px;
  padding-left: 94px;
}

.seq-card-bg {
  background-size: cover;
  background-position: center;
}

.text-start * {
  text-align: start !important;
}

.mt-25 {
  margin-top: 25px;
}

.mb-50 {
  margin-bottom: 50px;
}

.capital {
  font-family: Inter;
  font-size: 24px !important;
  font-weight: 300 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1.4 !important;
  letter-spacing: -0.51px !important;
  color: #d8d8d8 !important;
}

.mt-50 {
  margin-top: 50px;
}

.sm a {
  text-decoration: none;
  margin-inline-start: 20px;
}

.sm svg {
  width: 24px;
  height: auto;
}
.sm svg path {
  fill: #d8d8d8;
}
.sm a:hover svg path {
  fill: #fff;
}
.sm a:hover svg {
  filter: drop-shadow(0px 0px 24px #fff);
}

.follow strong {
  font-family: Inter;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d8d8d8;
}

.follow .seq-card-body {
  padding: 60px 60px;
}

.blue-btn {
  background-color: #0085ff !important;
}

.green-btn {
  background-color: #13cf8b !important;
}

.red-btn {
  background-color: #cf3513 !important;
}

.grey-btn {
  background-color: #a2a2a2 !important;
}

.blue-border {
  border: 2px solid #0085ff !important;
}

.green-border {
  border: 2px solid #13cf8b !important;
}

.red-border {
  border: 2px solid #cf3513 !important;
}

.grey-border {
  border: 2px solid #a2a2a2 !important;
}

.rotate {
  transform: rotate(-180deg);
}

.footer-get-notified {
  padding: 45px 65px !important;
}

.purple-card .seq-card-body {
  padding: 30px 32px;
}

.follow strong img {
  margin-inline-end: 32pt;
}

.header-sm {
  display: flex;
}
.header-sm svg {
  width: 16px;
  height: auto;
  margin-inline-end: 24px;
}
.header-sm path {
  fill: #d8d8d8;
}
.header-sm a:hover svg {
  filter: drop-shadow(0px 0px 24px #fff);
  fill: #fff;
}

.notified-container span {
  max-width: 208px;
  flex-shrink: 0;
  color: #d8d8d8;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.join-p {
  max-width: 356px;
  flex-shrink: 0;
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px; /* 160% */
  letter-spacing: -0.3px;
}

.why .why-capital {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.why .seq-card-body p.mid-blue {
  max-width: 768px !important;
  color: #fff !important;
  text-align: center !important;
  font-family: Inter !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 33.6px !important; /* 140% */
  letter-spacing: -0.514px !important;
}

.mobile {
  display: none !important;
}

@media only screen and (min-width: 993px) {
  .boxes-holder:hover > .box:nth-child(1) {
    transform: rotate(-30deg) translate(20px, -20px);
    background-blend-mode: screen, normal;
    opacity: 1;
    background: linear-gradient(
        270deg,
        rgba(0, 44, 109, 0.1) 0%,
        rgba(0, 178, 255, 0.9) 89.86%,
        rgba(0, 178, 255, 1) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 91.82%
      );
    background-blend-mode: screen;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px);
  }
  .boxes-holder:hover > .box:nth-child(2) {
    transform: rotate(-20deg) translate(10px, -10px);
    opacity: 1;
    background: linear-gradient(
        270deg,
        rgba(44, 69, 206, 0) 0%,
        rgba(0, 255, 128, 0.7) 89.86%,
        rgba(0, 255, 100, 0.8) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 91.82%
      );
    background-blend-mode: screen;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px);
  }
  .boxes-holder:hover > .box:nth-child(3) {
    transform: rotate(-10deg) translate(0, 0px);
    opacity: 0.9;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 0, 0) 0%,
        rgba(255, 0, 0, 0.9) 89.86%,
        rgba(255, 0, 0, 1) 100%
      ),
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 91.82%
      );
    background-blend-mode: screen;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px);
  }

  .boxes-holder:hover > .box:nth-child(4) {
    transform: translateY(20px);
    background: rgba(0, 0, 0, 0.8);
  }
  .sm {
    text-align: right;
  }
}

@media only screen and (max-width: 992px) {
  .boxes-holder {
    max-width: 100%;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }

  /* .video-container video {
        display: none;
    }
    .video-container img {
        display: block;
    }
     */
  .align-center {
    align-items: center;
  }

  .landing-text-container {
    text-shadow: 0px 0px 3px #000, 0px 0px 13px #000;
  }

  .sm a {
    display: inline-block;
    margin-top: 20px;
  }

  .p-w-165 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .seq-card-body {
    padding: 30px 30px;
  }

  .landing-title {
    font-size: 32px;
    font-weight: 700;
  }

  .landing-text-mid {
    font-size: 20px;
    font-weight: 300;
  }

  .landing-text {
    font-size: 14px;
    margin-top: 32px !important;
  }

  p {
    font-size: 14px;
  }

  .follow strong {
    font-size: 24px;
    text-align: start;
  }

  .sm {
    text-align: start;
  }

  .sm a {
    text-decoration: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-inline-end: 15px;
  }

  .notified-container {
    margin-bottom: 50px;
    text-align: center !important;
    display: block !important;
  }

  .welcome-card .seq-card-bg {
    width: calc(100% + 22px) !important;
    margin: 0 -11px !important;
    position: relative !important;
    top: 4px !important;
  }

  .seq-card-bg {
    height: 200px !important;
  }

  .landing-text-container {
    margin-bottom: 120px;
  }

  .landing-text-container + .col-lg-6 {
    margin-bottom: 60px;
  }

  .footer-get-notified,
  .join .seq-card-body,
  .box-body {
    padding: 30px !important;
  }
}

@media only screen and (max-width: 744px) {
  .mobile-column-reverse {
    flex-direction: column-reverse;
  }
  .content {
    margin-top: 25px;
  }
  .landing-title,
  .landing-text-mid,
  .landing-text-bottom,
  .header-sm {
    margin-bottom: 0 !important;
    margin-top: 24px !important;
  }
  .landing-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 38.4px;
  }
  .landing-text-mid {
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
  }
  .landing-text-bottom {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
  }
  .boxes-holder {
    margin-top: 40px;
    position: relative;
    left: -90px;
    margin-bottom: 64px;
    max-width: unset;
    width: calc(100% + 90px);
  }
  .notification-form input[type='submit'] {
    position: static;
    margin-top: 12px;
    width: 100% !important;
  }
  .get-notified {
    padding: 0 10px;
    height: 100%;
    padding-inline-start: 60px;
  }
  .get-notified form input {
    text-align: center;
    padding: 2px 20px !important;
  }
  .notification-form h3 {
    text-align: start;
  }
  .landing-text-container {
    margin-bottom: 32px;
  }
  .header-sm svg {
    width: 21px;
  }
  .darker-bg {
    margin-top: 0;
    padding: 0;
  }
  footer,
  .welcome,
  .mission,
  .join,
  .road,
  .why,
  .notified,
  .follow,
  .mt-65 {
    margin-top: 0;
  }
  footer .container,
  .welcome .container,
  .mission .container,
  .join .container,
  .road .container,
  .why .container,
  .notified .container,
  .follow .container {
    padding: 0;
  }
  .seq-card,
  .box.red-bg,
  .box-red-holder,
  .notified .box.grey-bg,
  .notified .box::before,
  .notified .box::after {
    border-radius: 0;
  }
  .box.red-bg::before,
  .box.red-bg::after,
  .notified .box::before,
  .notified .box::after {
    background: transparent !important;
  }
  .box {
    margin: 0;
  }
  .box.red-bg img {
    width: 100%;
  }
  .box.red-bg {
    overflow: initial;
  }
  .mt-50 {
    margin-top: 32px;
  }
  .seq-card {
    padding-top: 0;
  }
  .black-mobile {
    background-color: #000 !important;
  }
  strong.col-lg-5.d-flex.notified-container {
    display: flex !important;
    flex-direction: column;
  }
  strong.col-lg-5.d-flex.notified-container img,
  .follow strong.col-lg-7 img {
    max-width: 48px;
    margin-bottom: 32px;
  }
  .notified-container span {
    text-align: start;
  }
  .follow strong.col-lg-7 {
    display: flex;
    flex-direction: column;
  }
  .sm-card {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: none;
  }
  .welcome-header,
  .seq-card-body h5,
  .why .why-capital {
    font-size: 20px;
    font-weight: 700;
  }

  .welcome-header + p,
  .seq-card-body p,
  .why .seq-card-body p.mid-blue {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px; /* 160% */
  }

  .follow .seq-card-body {
    padding: 60px 32px !important;
  }
  .box-body *,
  .why .seq-card-body p.mid-blue,
  .why .seq-card-body h5,
  .seq-card-body p,
  .why .seq-card-body {
    text-align: start !important;
  }
}
