:root {
  --_main---text: #4c545f;
  --_main---title: #082e5f;
  --_main---subtitle: #1757a8;
  --_main---main: #367ed9;
  --_main---border: #a1c6f6;
}

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

body {
  color: var(--_main---text);
  padding-top: 8.8rem;
  font-family: Inter, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  color: var(--_main---title);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--_main---title);
  text-align: center;
  margin-top: 0;
  margin-bottom: .8rem;
  font-size: 2.2rem;
  font-weight: 700;
}

h4 {
  color: var(--_main---subtitle);
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
}

a {
  color: #fff;
  text-decoration: underline;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 11.2rem 6.4rem;
  text-decoration: none;
  display: flex;
}

.container.hidden {
  overflow: hidden;
}

.agtech_logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 152.113px;
  height: 56px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: var(--_main---main);
  border-radius: .8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  text-decoration: none;
  display: flex;
}

.button:where(.w-variant-97e1b3ca-5773-ef55-e575-984a5f04eadc), .button.white {
  background-color: #fff;
}

.header {
  z-index: 9;
  border-bottom: 1px solid var(--_main---border);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8.8rem;
  display: flex;
  position: fixed;
  top: 0;
}

.header__nav {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button__text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 0;
}

.button__text:where(.w-variant-97e1b3ca-5773-ef55-e575-984a5f04eadc), .button__text.white {
  color: var(--_main---main);
  font-weight: 700;
}

.header__buttons {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  background-image: linear-gradient(90deg, #0000004d 42%, #0000), url('../images/hero_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: clamp(300px, 74vh, 90rem);
  display: flex;
}

.hero__copy-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 51%;
  padding-top: 10dvh;
  padding-bottom: 10dvh;
  display: flex;
}

.hero__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(3.2rem, 5cqw + 1rem, 7.2rem);
  font-weight: 700;
  line-height: normal;
}

.hero__subtitle {
  color: #fff;
  font-size: clamp(1.8rem, 1cqw + 1rem, 2.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.code-embed {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.section__subtitle {
  text-align: center;
  margin-bottom: 0;
}

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

.card__img {
  border-radius: .8rem;
  width: 100%;
  height: 100%;
  margin-bottom: 3.2rem;
}

.card__description {
  text-align: center;
}

.card__wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8rem;
  margin-bottom: 8rem;
  display: flex;
}

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

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

.banner {
  background-image: url('../images/banner_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48rem;
  padding: 8.8rem 6.4rem;
  display: flex;
}

.banner__title {
  color: #fff;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}

.banner__text-wrapper {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.innovate {
  background-image: linear-gradient(#f5f7fa, #f5f7fa00);
}

.exporters {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: center;
  margin-top: 4.8rem;
  display: grid;
}

.footer {
  background-color: var(--_main---main);
  margin-top: 6.4rem;
}

.footer__container {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 11.2rem 6.4rem;
  text-decoration: none;
  display: flex;
}

.footer__logo {
  color: #fff;
  width: 10rem;
  margin-bottom: 1.6rem;
}

.card-innovative {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  display: flex;
}

.card__svg {
  border-radius: .8rem;
  margin-bottom: 3.2rem;
}

.footer__text-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer__contact {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.paragraph {
  text-align: right;
}

.title {
  color: var(--_main---title);
}

.privacy__subtiitle {
  text-align: left;
}

.privacy__section, .section {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.link {
  color: var(--_main---main);
}

.title--rainbow {
  background-image: linear-gradient(90deg, var(--_main---title), var(--_main---main) 80%);
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 8rem;
  font-size: clamp(3.2rem, 5cqw + 1rem, 6.4rem);
  line-height: 1.2;
}

.title--rainbow.mb-0 {
  text-align: left;
  font-size: clamp(3.2rem, 10cqw + 1rem, 6.4rem);
}

.tabs {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_main---border);
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  container-type: inline-size;
}

.tab {
  color: #7a7a7a;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 4px solid #0000;
  justify-content: center;
  align-items: center;
  height: 7.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-size: clamp(1.1rem, 1.21cqw, 1.3rem);
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.tab.w--current {
  border-style: none none solid;
  border-width: 3px 3px 4px;
  border-color: var(--_main---main);
  color: var(--_main---subtitle);
  background-color: #0000;
}

.tabs__wrapper {
  z-index: 9;
  background-color: #f5f7fa;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 8.8rem;
}

.gradient {
  background-image: linear-gradient(#f5f7fa, #f5f7fa00);
}

.tab__content {
  grid-column-gap: 9.2rem;
  grid-row-gap: 9.2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab__content--wrapper {
  grid-row-gap: 2.4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  container-type: inline-size;
}

.content-__title {
  color: var(--_main---title);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 5cqw + 1rem, 3.6rem);
  font-weight: 700;
  line-height: normal;
}

.box {
  grid-row-gap: 13.1349px;
  border: 1px solid var(--_main---border);
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  min-height: 64rem;
  padding: 7.2rem 4.8rem;
  text-decoration: none;
  display: flex;
}

.box.box--swiper {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.box.box--logistic {
  background-image: url('../images/map.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 340px;
  position: relative;
}

.tabs__container {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11.2rem;
  padding-left: 6.4rem;
  padding-right: 6.4rem;
  text-decoration: none;
  display: flex;
  container-type: inline-size;
}

.steps__wrapper {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 9.6rem);
  display: flex;
  position: absolute;
  top: 7.2rem;
}

.steps__step {
  z-index: 1;
  background-color: #fff;
  border: 4px solid #d9d9d9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  transition: all .27s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.steps__step.steps__step--active {
  border-color: var(--_main---main);
  background-color: var(--_main---main);
  color: #fff;
}

.steps__step-number {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}

.steps__bar {
  z-index: 0;
  background-color: #d9d9d9;
  width: 100%;
  height: .4rem;
  position: absolute;
}

.steps__progress-bar {
  z-index: 0;
  background-color: var(--_main---main);
  width: 0%;
  height: .4rem;
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
}

.swiper.steps-swiper {
  width: 100%;
}

.banner__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.box--video {
  grid-row-gap: 13.1349px;
  border: 1px solid var(--_main---border);
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 610px;
  min-height: 64rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slide__text {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 25.2px;
}

.tracking {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.tracking__spot {
  z-index: 2;
  border: 2px solid var(--_main---main);
  background-color: #fff;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  position: relative;
}

.tracking__spot.tracking__spot--active {
  background-color: var(--_main---main);
}

.tracking__line {
  z-index: 1;
  background-color: var(--_main---main);
  width: .8rem;
  height: 0%;
  position: absolute;
}

.tracking__track {
  z-index: 0;
  background-color: var(--_main---border);
  width: .8rem;
  height: 85%;
  display: block;
  position: absolute;
  left: .8rem;
  transform: rotate(180deg);
}

.tracking__wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.tracking__text {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.logistic__panama {
  flex: 1;
  position: relative;
}

.escrow__wrapper {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: relative;
}

.escrow__svg-wrapper {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.escrow__importer {
  margin-left: 2.4rem;
}

.escrow__exporter {
  margin-right: 2.4rem;
}

.ai__wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.ai__chat {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.text--rainbow {
  background-image: linear-gradient(90deg, var(--_main---title), var(--_main---main) 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.text--rainbow.ai__chat-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 33.6px;
}

.ai__chat-text {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

.ai__chat-text--right {
  color: var(--_main---title);
  text-align: right;
  margin-bottom: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 33.6px;
}

.ai__chat--right {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.ai__graph {
  width: 100%;
}

.ai__response {
  color: var(--_main---subtitle);
  flex: 1;
  align-self: stretch;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.ai__response-wrapper {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.background-video {
  z-index: 1;
  flex: 1;
  align-self: stretch;
}

.logistic__text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25.2px;
}

.logistic__text.logistic__text--one {
  z-index: 1;
  position: absolute;
}

.logistic__text.logistic__text--two {
  opacity: 0;
  display: block;
}

.tracking__ship {
  z-index: 9;
  width: 62px;
  height: 54px;
  position: absolute;
  bottom: 123px;
  right: 35px;
}

.tracking__path {
  position: absolute;
  bottom: 140px;
  right: 9%;
}

.logistic__philadelphia {
  flex: 1;
  position: relative;
}

.hero__home {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__img {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: inline-block;
}

.hero__about {
  background-image: url('../images/hero-about-us_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial__wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 11.2rem;
  padding-bottom: 11.2rem;
  display: flex;
  container-type: inline-size;
}

.testimonial {
  max-width: 966px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.8rem, 2cqw + 1rem, 3.2rem);
  font-weight: 600;
  line-height: 1;
}

.title--small {
  color: var(--_main---main);
  text-transform: uppercase;
  align-self: auto;
  margin-bottom: 0;
  font-weight: 700;
}

.testimonial__img {
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
}

.testimonial__img-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial__profession {
  color: var(--_main---text);
  font-weight: 500;
}

.testimonial__name {
  color: var(--_main---subtitle);
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
}

.box--empty {
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 610px;
  min-height: 53rem;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.box--empty.box--left {
  grid-row-gap: 0px;
}

.challenge__img {
  position: absolute;
  inset: -32% -10% auto auto;
}

.mb-0 {
  margin-bottom: 0;
}

.high-bold {
  color: var(--_main---subtitle);
  font-weight: 700;
}

.exporters__wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.solution__img {
  mix-blend-mode: multiply;
}

.list {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list__item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list__item-text {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

.container--solution {
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 22.4rem 6.4rem 11.2rem;
  text-decoration: none;
  display: flex;
}

.banner__quote {
  background-image: url('../images/img__quote_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48rem;
  padding: 8.8rem 6.4rem;
  display: flex;
}

.banner__text-quote {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px #000;
  align-self: auto;
  margin-bottom: 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.whatsapp__mobile {
  width: 8rem;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button--about {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: .8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 4.8rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  text-decoration: none;
  display: flex;
}

.button--about:where(.w-variant-97e1b3ca-5773-ef55-e575-984a5f04eadc) {
  background-color: #fff;
}

.hero__img-wrapper {
  width: 50%;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.2rem;
    line-height: 1;
  }

  h3 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .container {
    padding: 8rem 3.2rem;
  }

  .agtech_logo {
    width: 100%;
    height: auto;
  }

  .button.white {
    display: none;
  }

  .hero {
    background-image: linear-gradient(90deg, #000000b3 50%, #0000), url('../images/hero_1.avif');
    background-position: 0 0, 60%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    height: auto;
  }

  .hero__copy-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    container-type: inline-size;
  }

  .card__wrapper {
    grid-row-gap: 6.4rem;
    margin-bottom: 1.6rem;
  }

  .banner {
    background-image: linear-gradient(90deg, #00000073 62%, #0000), url('../images/banner_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: auto;
    padding: 5.6rem 4rem;
  }

  .banner__title {
    font-size: 4rem;
  }

  .banner__text-wrapper {
    width: 75%;
  }

  .exporters__logo {
    width: 70%;
  }

  .title--rainbow {
    margin-bottom: 0;
  }

  .tabs__wrapper {
    display: none;
  }

  .tab__content {
    flex-flow: column;
  }

  .box, .box.box--swiper, .box.box--left {
    min-height: 46rem;
  }

  .box.box--logistic {
    background-image: url('../images/map.avif');
    background-position: 100% 0;
    background-size: 340px;
    min-height: 64rem;
  }

  .tabs__container {
    padding: 8rem 3.2rem;
    display: none;
  }

  .box--video {
    min-height: 46rem;
  }

  .box--video.box--left {
    order: 1;
    min-height: 46rem;
  }

  .box--left {
    order: 1;
  }

  .hero__about {
    background-position: 60% 0;
    background-size: 1980px;
  }

  .box--empty {
    min-height: auto;
  }

  .box--empty.box--left {
    order: 1;
    min-height: 46rem;
  }

  .challenge__img {
    width: 50%;
    position: relative;
    top: -30%;
    right: 0%;
  }

  .solution__img {
    width: 30%;
  }

  .container--solution {
    padding: 8rem 3.2rem;
  }

  .banner__quote {
    height: auto;
    padding: 5.6rem 4rem;
  }

  .banner__text-quote {
    font-size: 2.2rem;
  }

  .whatsapp__mobile {
    z-index: 99;
    display: block;
    bottom: 1.6rem;
    right: 1.6rem;
  }

  .button--about {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .button__text.white.h-mobile {
    display: none;
  }

  .hero__copy-wrapper {
    width: 100%;
  }

  .exporters {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer__container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .footer__contact {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph {
    text-align: left;
  }

  .exporters__logo {
    width: 20%;
  }

  .header__logo-wrapper {
    width: 12.4rem;
  }

  .title--rainbow {
    font-size: 4.8rem;
  }

  .tabs__wrapper {
    display: none;
  }

  .box.box--logistic {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tabs__container {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .escrow__importer {
    margin-left: -2.4rem;
  }

  .escrow__exporter {
    margin-right: -2.4rem;
  }

  .tracking__ship, .tracking__path {
    display: none;
  }

  .testimonial__img {
    width: 4rem;
    height: 4rem;
  }

  .challenge__img {
    width: 60%;
  }

  .solution__img {
    width: 50%;
  }

  .hero__img-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    margin-bottom: .8rem;
  }

  .container.v_align {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button:where(.w-variant-97e1b3ca-5773-ef55-e575-984a5f04eadc) {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .button.h-mobile {
    display: none;
  }

  .button__text:where(.w-variant-97e1b3ca-5773-ef55-e575-984a5f04eadc), .button__text.white, .button__text.white.h-mobile {
    font-size: 1.6rem;
  }

  .hero {
    width: 100%;
  }

  .banner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .banner__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .banner__text-wrapper {
    width: 100%;
  }

  .exporters__logo {
    width: 50%;
  }

  .h-mobile {
    display: none;
  }

  .title--rainbow.mb-0 {
    font-size: 3.2rem;
  }

  .tab__content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tab__content--wrapper {
    container-type: inline-size;
  }

  .box {
    padding: 2.4rem 1.6rem;
  }

  .box.box--left {
    min-height: 32rem;
  }

  .box.box--logistic {
    min-height: 52rem;
  }

  .steps__wrapper {
    width: calc(100% - 3.2rem);
    top: 1.6rem;
  }

  .steps__step {
    width: 3.2rem;
    height: 3.2rem;
  }

  .steps__step-number {
    font-size: 1.2rem;
  }

  .box--video, .box--video.box--left {
    min-height: 32rem;
  }

  .escrow__svg-wrapper {
    transform: scale(.5)translate(-100%, -100%);
  }

  .escrow__importer {
    width: 33px;
    margin-left: 0;
  }

  .escrow__exporter {
    width: 33px;
    margin-right: 0;
  }

  .text--rainbow.ai__chat-text, .ai__chat-text--right {
    font-size: 1.6rem;
    line-height: 1;
  }

  .image {
    width: 2.4rem;
  }

  .image-2 {
    width: 3.2rem;
  }

  .hero__about {
    width: 100%;
    height: auto;
  }

  .testimonial {
    text-wrap: pretty;
    line-height: 1.2;
  }

  .box--empty {
    min-height: auto;
  }

  .box--empty.box--left {
    min-height: 32rem;
  }

  .banner__quote {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .button--about {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}


