.home {
  position: relative;
  background-color: var(--usat-dark);
  color: var(--usat-white);
}

.home section {
  height: 100vh;
}

@media only screen and (max-width : 991.98px) {
  .home section {
    min-height: unset;
  }
}

/* .hero section */
.home section.hero {
  height: 100svh;
}

.home section.hero .bg {
  background-color: var(--usat-black);
}

.home section.hero .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  overflow: hidden;
}

.home section.hero .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width : 991.98px) {
  .home section.hero .video-container video {
    object-fit: contain;
    object-position: center 78%;
  }
}

.home section.hero .container {
  padding-top: clamp(130px, 15.4vh, 140px);
  height: calc(100% - clamp(130px, 15.4vh, 140px));
  opacity: 0;
}

@media only screen and (max-width : 991.98px) {
  .home section.hero .container {
    padding-top: clamp(106.65px, 15vh, 130px);
    height: calc(100% - clamp(106.65px, 15vh, 130px));
  }
}

.home section.hero .content h1 {
  width: 824.05px;
  max-width: 100%;
}

@media only screen and (max-width : 991.98px) {
  .home section.hero .content h1 {
    width: 350px;
  }
}

.home section.hero .content p {
  width: 816px;
  max-width: 100%;
}

@media only screen and (max-width : 991.98px) {
  .home section.hero .content p {
    width: 371px;
  }
}

.home section.hero .btn-group {
  margin-top: 4px;
}

/* .made-in-america section */
.home section.made-in-america {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home section.made-in-america .bg {
  background-color: var(--usat-black);
}

.home section.made-in-america .video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.home section.made-in-america .video-container::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 437.7px;
  width: 100%;
  background: linear-gradient(180deg, #222224 14.09%, rgba(34, 34, 36, 0) 66.92%);
  content: '';
}

.home section.made-in-america .video-container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 518px;
  width: 100%;
  background: linear-gradient(180deg, #222224 12.9%, rgba(34, 34, 36, 0) 99.02%);
  transform: rotate(180deg);
  content: '';
}

.home section.made-in-america .video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home section.made-in-america .container {
  justify-content: center;
}

.home section.made-in-america .content {
  width: 837px;
  max-width: 100%;
}

@media only screen and (max-width : 991.98px) {
  .home section.made-in-america .content {
    width: 310px;
  }
}

@media only screen and (max-width : 991.98px) {
  .home section.made-in-america .content h2 {
    font-size: 55px;
    line-height: 1.09;
  }
}

.home section.made-in-america .btn-arrow {
  height: auto;
}

/* .feature-1 section */
.home section.feature-1 .bg {
  background-color: var(--usat-black);
}

.home section.feature-1 .container {
  padding-top: clamp(130px, 16vh, 140px);
  height: calc(100% - clamp(130px, 16vh, 140px));
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-1 .container {
    padding-top: clamp(106.65px, 15vh, 130px);
    height: calc(100% - clamp(106.65px, 15vh, 130px));
  }
}

.home section.feature-1 .content {
  width: 790px;
  max-width: 100%;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-1 .content {
    width: 371px;
  }
}

.home section.feature-1 .content h2 {
  width: 843px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-1 .content h2 {
    width: 320px;
  }
}

.home section.feature-1 .content p {
  width: 784px;
  max-width: 100%;
}

.home section.feature-1 .feature__items {
  width: 1035px;
  max-width: 100%;
}

/* .feature-2 section */
.home section.feature-2 .bg {
  background-color: var(--usat-black);
}

.home section.feature-2 .container {
  padding-top: clamp(130px, 16vh, 140px);
  height: calc(100% - clamp(130px, 16vh, 140px));
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-2 .container {
    padding-top: clamp(106.65px, 15vh, 130px);
    height: calc(100% - clamp(106.65px, 15vh, 130px));
  }
}

.home section.feature-2 .content {
  width: 847px;
  max-width: 100%;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-2 .content {
    width: 371px;
  }
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-2 .content h2 {
    width: 320px;
  }
}

.home section.feature-2 .content p {
  width: 800px;
  max-width: 100%;
}

.home section.feature-2 .feature__items {
  width: 100%;
}

.home section.feature-2 .feature__items .feature__item-title h3 {
  white-space: nowrap;
}

.home section.feature-2 .btn-arrow {
  animation: bounceTop 3s infinite;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature-2 .btn-arrow {
    bottom: 32px;
  }
}

/* .feature section */
@media only screen and (max-width : 991.98px) {
  .home section.feature {
    height: unset;
  }
}

.home section.feature .feature__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  gap: 24px;
}

@media (max-height: 900px) {
  .home section.feature .feature__items {
    margin-top: 30px;
  }
}

@media (max-height: 800px) {
  .home section.hero .video-container video {
    height: 103%;
  }

  .home section.feature .feature__items {
    margin-top: 15px;
  }
}

@media (max-height: 730px) {
  .home section.feature .feature__items {
    margin-top: 0;
  }
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__items {
    flex-direction: column;
    margin-top: 48px;
    padding-bottom: 110px;
  }
}

.home section.feature .feature__item {
  width: 265px;
  height: 100%;
}

@media only screen and (max-width : 1279.98px) {
  .home section.feature .feature__item {
    transform: scale(0.8);
  }
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item {
    transform: scale(1);
    width: 324px;
  }
}

.home section.feature .feature__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 144px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item-icon {
    height: auto;
  }
}

.home section.feature .feature__item.one-to-one .feature__item-icon img {
  width: 213px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.one-to-one .feature__item-icon img {
    width: 183px;
  }
}

.home section.feature .feature__item.internet-speed .feature__item-icon img {
  width: 96px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.internet-speed .feature__item-icon img {
    width: 98px;
  }
}

.home section.feature .feature__item.no-middlemen .feature__item-icon img {
  width: 120px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.no-middlemen .feature__item-icon img {
    width: 86px;
  }
}

.home section.feature .feature__item.spend-freely .feature__item-icon img {
  width: 112.35px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.spend-freely .feature__item-icon img {
    width: 86px;
  }
}

.home section.feature .feature__item.paid-faster .feature__item-icon img {
  width: 120.83px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.paid-faster .feature__item-icon img {
    width: 82px;
  }
}

.home section.feature .feature__item.send-money-home .feature__item-icon img {
  width: 196.83px;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item.send-money-home .feature__item-icon img {
    width: 166px;
  }
}

.home section.feature .feature__item.power-your-vision .feature__item-icon img {
  width: 134.4px;
}

.home section.feature .feature__item-title {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item-title {
    margin-top: 12px;
  }
}

.home section.feature .feature__item-title h3 {
  font-weight: 700;
  font-size: min(3vh, 28px);
  line-height: 1.143;
  margin: 0;
  text-align: center;
}

.home section.feature .feature__item-description {
  position: relative;
  padding-top: min(1.8vh, 16px);
  margin-top: min(1.8vh, 16px);
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item-description {
    padding-top: 12px;
    margin-top: 12px;
  }
}

.home section.feature .feature__item-description::before {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 241px;
  height: 1px;
  background-color: #727272;
  content: '';
}

.home section.feature .feature__item-description p {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 2.4px;
  margin: 0;
  text-align: center;
}

@media only screen and (max-width : 991.98px) {
  .home section.feature .feature__item-description p {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 2.2px;
  }
}

/* .ecosystem section */
.home section.ecosystem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}

.home section.ecosystem .bg {
  background-color: #222224;
}

.home section.ecosystem .container {
  position: relative;
  padding-top: 170px;
}

.home section.ecosystem .ecosystem__header {
  margin-bottom: 88px;
}


.home section.ecosystem .ecosystem__partners {
  position: relative;
  margin-bottom: 96px;
  max-width: 100%;
  overflow: hidden;
}

.home section.ecosystem .ecosystem__partners .marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.home section.ecosystem .ecosystem__partners .marquee .logos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home section.ecosystem .ecosystem__partners .marquee .logos img {
  margin-right: 65px;
}

.home section.ecosystem .ecosystem__partners::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(34, 34, 36, 1) 0%,
    rgba(34, 34, 36, 0) 83%,
    rgba(34, 34, 36, 0) 100%
  );
  content: '';
  z-index: 1;
  pointer-events: none;
}

.home section.ecosystem .ecosystem__partners::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(34, 34, 36, 1) 0%,
    rgba(34, 34, 36, 0) 83%,
    rgba(34, 34, 36, 0) 100%
  );
  content: '';
  z-index: 1;
  pointer-events: none;
}

.home section.ecosystem .ecosystem__partners img {
  max-width: 230px;
}

@media only screen and (max-width : 991.98px) {
  .home section.ecosystem .ecosystem__partners img {
    max-width: 170px;
  }
}

/* Small responsive tweak for the main arrow */
.home .btn-arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 3;
}

.index .disclaimer {
  padding-bottom: 40px;
}

.index .disclaimer .btn-arrow {
  display: block;
}

@media only screen and (max-width : 991.98px) {
  .home .btn-arrow {
    bottom: 20px;
  }
}