/* INSTITUTIONAL TENDERS PAGE ONLY */
:root {
  --it-green: #2f8737;
  --it-green-2: #4f9847;
  --it-green-dark: #0d5b31;
  --it-soft: #ecf8e7;
  --it-text: #152019;
  --it-muted: #59675f;
  --it-border: rgba(59, 102, 61, .14);
}

.it-page {
  width: 100%;
  padding: 18px 22px 70px;
  overflow: hidden;
  background: #fff;
  color: var(--it-text);
  font-family: "DM Sans", sans-serif
}

.it-hero {
  position: relative;
  width: min(1420px, 100%);
  min-height: 680px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: radial-gradient(circle at 11% 25%, rgba(194, 231, 182, .34), transparent 35%), linear-gradient(120deg, #f9fcf7 0%, #fff 48%, #edf8e9 100%)
}

.it-hero__copy {
  padding: 100px 42px 42px 56px;
  position: relative;
  z-index: 4
}

.it-kicker {
  color: #2f8137;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.25px;
  text-transform: uppercase
}

.it-hero h1 {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--it-text);
  font-size: 59px;
  line-height: .98;
  letter-spacing: -2.3px;
  font-weight: 700
}

.it-hero h1 span {
  display: block;
  color: var(--it-green)
}

.it-hero h3 {
  margin: 20px 0 0;
  color: #27422e;
  font-size: 14px;
  font-weight: 700
}

.it-line {
  width: 48px;
  height: 2px;
  margin: 18px 0 0;
  background: var(--it-green-2)
}

.it-hero__copy>p {
  max-width: 520px;
  margin: 15px 0 0;
  color: var(--it-muted);
  font-size: 12px;
  line-height: 1.72
}

.it-hero__trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px
}

.it-hero__trust article {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 8px;
  border-right: 1px solid rgba(65, 108, 66, .13);
  text-align: center
}

.it-hero__trust article:last-child {
  border-right: 0
}

.it-hero__trust i {
  color: var(--it-green-dark);
  font-size: 24px
}

.it-hero__trust strong {
  font-size: 12px;
  line-height: 1.3
}

.it-hero__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden
}

.it-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #f7fbf5 0%, rgba(247, 251, 245, .14) 14%, transparent 42%)
}

.it-hero__visual>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.7;
}

.it-hero__products {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 34px;
  width: 67%
}

.it-hero__products img {
  width: 100%;
  display: block
}

.it-hero__badge {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 80px;
  width: 295px;
  min-height: 145px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 19px;
  background: linear-gradient(145deg, #0e5b2e, #2f8b3b);
  color: #fff;
  box-shadow: 0 17px 35px rgba(10, 74, 31, .18)
}

.it-hero__badge>i {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 15px;
  font-size: 23px
}

.it-hero__badge strong {
  display: block;
  font-size: 15px;
  line-height: 1.35
}

.it-hero__badge span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.5
}

.it-section {
  width: min(1320px, calc(100% - 44px));
  margin: 28px auto 0
}

.it-section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 23px
}

.it-section-title>span {
  width: 70px;
  height: 1px;
  background: #bad5b4
}

.it-section-title h2 {
  margin: 0;
  color: #26342c;
  font-size: 26px;
  font-weight: 700;
  text-align: center
}

.it-access {
  display: grid;
  grid-template-columns: .9fr 1.6fr;
  gap: 28px;
  padding: 24px;
  border: 1px solid var(--it-border);
  border-radius: 22px;
  background: radial-gradient(circle at 5% 50%, rgba(185, 230, 169, .16), transparent 30%), #fff;
  box-shadow: 0 10px 30px rgba(44, 79, 45, .045)
}

.it-access__copy {
  padding: 6px 4px 6px 6px
}

.it-access__copy h2 {
  margin: 0;
  color: #26342c;
  font-size: 29px;
  line-height: 1.06
}

.it-access__copy h2 span {
  display: block;
  color: var(--it-green)
}

.it-short-line {
  width: 40px;
  height: 2px;
  margin: 14px 0 0;
  background: #4f9847
}

.it-access__copy p {
  margin: 17px 0 0;
  color: #5b6962;
  font-size: 12px;
  line-height: 1.65
}

.it-access__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.it-access__cards article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--it-border);
  border-radius: 17px;
  background: #fff
}

.it-card-icon {
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 14px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #176b34, #0b4f2a);
  color: #fff;
  font-size: 19px
}

.it-access__cards img {
  width: 100%;
  height: 160px;
  object-fit: cover
}

.it-access__card-copy {
  padding: 14px
}

.it-access__card-copy h3 {
  margin: 0;
  color: #2b5a34;
  font-size: 13px
}

.it-access__card-copy p {
  margin: 8px 0 0;
  color: #5b6962;
  font-size: 12px;
  line-height: 1.5
}

.it-trust-banner {
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  background: radial-gradient(circle at 8% 50%, rgba(163, 214, 106, .15), transparent 28%), linear-gradient(100deg, #0c5a2e, #176b35);
  color: #fff
}

.it-trust-banner article {
  min-height: 100px;
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255, 255, 255, .14)
}

.it-trust-banner article:last-child {
  border-right: 0
}

.it-trust-banner i {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: var(--it-green-dark);
  font-size: 22px
}

.it-trust-banner p,
.it-trust-banner span,
.it-trust-banner strong {
  font-size: 12px;
  line-height: 1.5
}

.it-trust-banner span,
.it-trust-banner strong {
  display: block
}

.it-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px
}

.it-why-card {
  overflow: hidden;
  padding: 18px 18px 0;
  border: 1px solid var(--it-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(45, 80, 46, .04)
}

.it-why-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #176a33, #0a4f29);
  color: #fff;
  font-size: 22px
}

.it-why-card h3 {
  margin: 13px 0 0;
  color: #2c5b34;
  font-size: 14px;
  line-height: 1.25
}

.it-why-card p {
  margin: 9px 0 0;
  min-height: 65px;
  color: #5b6962;
  font-size: 12px;
  line-height: 1.55
}

.it-why-card img {
  width: calc(100% + 36px);
  height: 130px;
  margin: 16px -18px 0;
  object-fit: cover
}

.it-process {
  padding: 24px 22px;
  border: 1px solid var(--it-border);
  border-radius: 22px;
  background: #fff
}

.it-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px
}

.it-process__grid::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 40px;
  height: 1px;
  background: #bad9b4
}

.it-process-step {
  position: relative;
  z-index: 2;
  text-align: center
}

.it-process-step>span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border: 1px solid #cee2ca;
  border-radius: 50%;
  background: #fff;
  color: #2d8537;
  font-size: 24px;
  box-shadow: 0 7px 18px rgba(43, 77, 45, .05)
}

.it-step-num {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  margin: -7px auto 0;
  border-radius: 50%;
  background: #176830;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.it-process-step h3 {
  max-width: 130px;
  margin: 10px auto 0;
  color: #34443a;
  font-size: 12px;
  line-height: 1.4
}

.it-final {
  min-height: 165px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  overflow: hidden;
  border-radius: 22px
}

.it-final__left {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  gap: 18px;
  padding: 24px 30px;
  background: radial-gradient(circle at 12% 50%, rgba(154, 211, 100, .14), transparent 27%), linear-gradient(105deg, #075b32, #0c6937);
  color: #fff
}

.it-final__icon {
  width: 75px;
  height: 75px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 50%;
  color: #b4dc80;
  font-size: 28px
}

.it-final__left h2 {
  margin: 0;
  font-size: 25px
}

.it-final__left p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.55
}

.it-final__contact {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 26px;
  border: 1px solid var(--it-border);
  border-left: 0;
  background: #fff
}

.it-final__contact h3 {
  margin: 0;
  color: #2c5b34;
  font-size: 18px
}

.it-final__contact p {
  margin: 8px 0 10px;
  color: #5b6962;
  font-size: 12px
}

.it-contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: #405047;
  font-size: 12px
}

.it-contact-line i {
  color: var(--it-green)
}

.it-final__contact>a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border-radius: 11px;
  background: #2e8737;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none
}

.it-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease
}

.it-reveal.it-visible {
  opacity: 1;
  transform: none
}

@media(max-width:1100px) {
  .it-hero h1 {
    font-size: 52px
  }
}

@media(max-width:900px) {
  .it-page {
    padding: 12px 12px 55px
  }

  .it-hero {
    grid-template-columns: 1fr
  }

  .it-hero__copy {
    text-align: center;
    padding: 85px 26px 30px
  }

  .it-line {
    margin-left: auto;
    margin-right: auto
  }

  .it-hero__visual {
    min-height: 500px
  }

  .it-section {
    width: 100%
  }

  .it-access {
    grid-template-columns: 1fr
  }

  .it-access__copy {
    text-align: center
  }

  .it-short-line {
    margin-left: auto;
    margin-right: auto
  }

  .it-trust-banner {
    grid-template-columns: 1fr
  }

  .it-trust-banner article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .it-trust-banner article:last-child {
    border-bottom: 0
  }

  .it-why__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .it-process__grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .it-process__grid::before {
    display: none
  }

  .it-final {
    grid-template-columns: 1fr
  }

  .it-final__contact {
    border-left: 1px solid var(--it-border);
    border-top: 0
  }
}

@media(max-width:620px) {
  .it-page {
    padding: 8px 8px 45px
  }

  .it-hero {
    border-radius: 20px
  }

  .it-hero h1 {
    font-size: 40px;
    letter-spacing: -1.3px
  }

  .it-hero__trust {
    grid-template-columns: repeat(2, 1fr)
  }

  .it-hero__visual {
    min-height: 400px
  }

  .it-hero__products {
    width: 82%
  }

  .it-hero__badge {
    width: calc(100% - 20px);
    right: 10px;
    bottom: 22px
  }

  .it-access__cards {
    grid-template-columns: 1fr
  }

  .it-access__cards img {
    height: 210px
  }

  .it-why__grid {
    grid-template-columns: 1fr
  }

  .it-process__grid {
    grid-template-columns: 1fr 1fr
  }

  .it-final__left {
    grid-template-columns: 1fr;
    text-align: center
  }

  .it-final__icon {
    margin: auto
  }

  .it-final__contact {
    grid-template-columns: 1fr;
    text-align: center
  }

  .it-contact-line {
    justify-content: center
  }

  .it-final__contact>a {
    justify-self: center
  }
}

@media(prefers-reduced-motion:reduce) {
  .it-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }
}