.video-banner-section {
  height: auto;
  overflow: hidden;
  padding: 9px 8px 8px;
}

@media (min-width: 1024px) {
  .video-banner-section {
    height: 100dvh;
    padding: 16px;
  }
}

.video-banner-section .video-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .video-banner-section .video-wrapper {
    height: 100%;
  }
}

.video-banner-section .video-wrapper video,
.video-banner-section .video-wrapper iframe,
.video-banner-section .video-wrapper .video-banner {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .video-banner-section .video-wrapper video {
    aspect-ratio: 414 / 606;
  }
}

@media screen and (min-width: 768px) {
  .video-banner-section .video-wrapper video {
    height: 100%;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container {
    top: -4px;
    height: 100dvh;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg {
  display: none;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg {
    display: block;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
  display: block;
  height: 100%;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
    display: none;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg,
.video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
  width: 100%;
}

@media (min-width: 768px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg,
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg-mobile {
    height: 100%;
  }
}

.video-banner-section .video-wrapper .masks-svgs-container .mask-svg rect,
.video-banner-section
  .video-wrapper
  .masks-svgs-container
  .mask-svg-mobile
  rect {
  transform-origin: center;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .masks-svgs-container .mask-svg rect,
  .video-banner-section
    .video-wrapper
    .masks-svgs-container
    .mask-svg-mobile
    rect {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.video-banner-section .video-wrapper .bottom-left-text,
.video-banner-section .video-wrapper .bottom-right-text {
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: rgb(255 0 0);
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .bottom-left-text,
  .video-banner-section .video-wrapper .bottom-right-text {
    font-size: 42px;
    line-height: 53px;
  }
}

.video-banner-section .video-wrapper .bottom-left-text {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.video-banner-section .video-wrapper .bottom-right-text {
  position: absolute;
  right: 16px;
  bottom: 8px;
}

@media (min-width: 1024px) {
  .video-banner-section .video-wrapper .bottom-left-text {
    bottom: 19px;
    left: 40px;
  }

  .video-banner-section .video-wrapper .bottom-right-text {
    right: 40px;
    bottom: 19px;
  }
}

.video-section {
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .video-section {
    aspect-ratio: 16 / 9;
  }
}

.video-section .video-section__container {
  height: 100%;
  width: 100%;
}

.video-section .video-section__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.video-section .video-section__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-section .video-section__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.information-section {
  position: relative;
  z-index: 10;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  padding-top: 57px;
  padding-bottom: 73px;
}

@media (min-width: 1024px) {
  .information-section {
    padding-top: 151px;
    padding-bottom: 120px;
  }
}

.information-section .information-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .information-section .information-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.information-section .information-section__heading {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .information-section .information-section__heading {
    margin-bottom: 80px;
  }
}

.information-section .information-section__heading h2 {
  text-wrap: balance;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .information-section .information-section__heading h2 {
    font-size: 72px;
    line-height: 60px;
  }
}

@media (min-width: 2100px) {
  .information-section .information-section__heading h2 {
    font-size: 120px;
    line-height: 130px;
  }
}

.information-section .information-section__content {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .information-section .information-section__content {
    width: 70%;
  }
}

.information-section .information-section__content p {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .information-section .information-section__content p {
    max-width: 70%;
    padding-right: 130px;
    font-size: 20px;
    line-height: 27px;
  }
}

.closing-section {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-top: 57px;
  padding-bottom: 136px;
}

@media (min-width: 1024px) {
  .closing-section {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

.closing-section .closing-section__container {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.closing-section .closing-section__heading {
  margin-bottom: 56px;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__heading h2 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__heading h2 {
    font-size: 160px;
    line-height: 166px;
  }
}

.closing-section .closing-section__content {
  margin-left: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__content {
    width: 70%;
  }
}

.closing-section .closing-section__items {
  margin-bottom: 58px;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items {
    margin-bottom: 80px;
  }
}

.closing-section .closing-section__items h3 {
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.closing-section .closing-section__items li {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 49px;
  padding-bottom: 49px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__items li {
    font-size: 20px;
    line-height: 24px;
  }
}

.closing-section .closing-section__learn-more {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more {
    align-items: flex-start;
  }
}

.closing-section .closing-section__learn-more h3 {
  margin-bottom: 54px;
  min-width: 100%;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more h3 {
    margin-bottom: 0px;
    text-align: start;
    font-size: 42px;
    line-height: 53px;
  }
}

.closing-section .closing-section__learn-more .closing-section__buttons {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
}

@media (min-width: 640px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .closing-section .closing-section__learn-more .closing-section__buttons {
    margin-top: 40px;
    flex-direction: row;
    align-items: flex-start;
  }
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a) {
  width: 100%;
}

@media (min-width: 640px) {
  .closing-section
    .closing-section__learn-more
    .closing-section__buttons
    :is(button, a) {
    width: auto;
  }
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link
  span {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link
  path {
  stroke: #fafafa;
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link:hover
  span {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.closing-section
  .closing-section__learn-more
  .closing-section__buttons
  :is(button, a).external-link:hover
  path {
  stroke: #000000;
}
