body {
  font-family: "Gilroy", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero_ttma {
  position: relative;
  width: 100%;
  min-height: 564px;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 40px 40px;
  text-align: start;
}

.hero_ttma-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #65717b;
}

.hero_ttma-bg img,
.hero_ttma-bg video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.hero_ttma-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  z-index: 1;
}

.hero_ttma-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  margin-top: 174px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero_ttma-logos {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.logo_1 {
  width: 85.5px;
  height: 88px;
}

.logo_2 {
  width: 131px;
  height: 75px;
}

.hero_ttma-logos .divider {
  width: 4px;
  height: 72px;
  background: #ffffff;
}

.hero_ttma h1 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  text-align: start;
  color: #ffffff;
}

.hero_ttma-description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: start;
  color: #ffffff;
}

.hero_ttma-button {
  background: var(--hero-ttma-cta-bg, #4aaf5b);
  width: 298px;
  height: 48px;

  font-size: 20px;
  color: var(--hero-ttma-cta-color, #fff);
  border-radius: 33px;
  text-decoration: none;
  border: none;

  margin: 10px 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;

  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_ttma-button:hover,
.hero_ttma-button:focus {
  background: var(--hero-ttma-cta-hover, #20c93c);
  color: var(--hero-ttma-cta-color, #fff);
  outline: none;
}

.hero_ttma-social {
  position: absolute;
  top: 0;
  margin-top: 84px;
  left: auto;
  right: 2rem;
  display: flex;
  gap: 13px;
  z-index: 3;
}

.hero_ttma-social a {
  width: 36px;
  height: 36px;
  background: var(--hero-ttma-social-bg, #fff);
  border: 1px solid transparent;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hero_ttma-social a:hover,
.hero_ttma-social a:focus {
  background: var(--hero-ttma-social-hover, #f0f6ef);
  border-color: #66b078;
  outline: none;
}

.hero_ttma-social a:focus-visible {
  outline: 2px solid #66b078;
  outline-offset: 2px;
}

.hero_ttma-social img {
  width: 18px;
  height: 18px;
}

.hero_ttma-metrics {
  display: none;
}
@media (min-width: 768px) {
  .hero_ttma {
    min-height: 732px;
  }
  .logo_1 {
    width: 146px;
    height: 151px;
  }

  .logo_2 {
    width: 226px;
    height: 109px;
  }

  .hero_ttma-logos {
    gap: 35px;
  }

  .hero_ttma-logos .divider {
    width: 4.72px;
    height: 101px;
  }

  .hero_ttma-content {
    padding: 2rem;
    height: 100%;
    margin-top: 153px;
  }

  .hero_ttma-text {
    max-width: 600px;
  }

  .hero_ttma-button {
    min-width: 382px;
    min-height: 66px;
    font-size: 23px;
    line-height: 29px;
    margin-top: 40px;
  }

  .hero_ttma h1 {
    font-size: 47px;
    line-height: 59px;
    width: 500px;
  }

  .hero_ttma-description {
    font-size: 35px;
    line-height: 59px;
    margin: 0;
  }

  .hero_ttma-social {
    gap: 16px;
    margin-top: 74px;
  }

  .hero_ttma-social a {
    width: 46px;
    height: 46px;
  }

  .hero_ttma-social img {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 1024px) {
  .hero_ttma {
    min-height: 600px;
  }

  .logo_1 {
    width: 104px;
    height: 107px;
  }

  .logo_2 {
    width: 161px;
    height: 92px;
  }

  .hero_ttma-logos {
    gap: 25px;
  }

  .hero_ttma-logos .divider {
    width: 3.35px;
    height: 72px;
  }

  .hero_ttma-content {
    align-items: flex-start;
    text-align: left;
    padding: 2rem;
    max-width: 1200px;
    margin-top: 122px;
  }

  .hero_ttma-text {
    max-width: 600px;
  }

  .hero_ttma h1 {
    font-size: 40px;
    line-height: 50px;
    width: 500px;
  }

  .hero_ttma-description {
    font-size: 30px;
    line-height: 50px;
  }

  .hero_ttma-button {
    min-width: 326px;
    min-height: 57px;
    line-height: 25px;
    font-size: 20px;
  }

  .hero_ttma-social {
    top: 7rem;
    margin-top: 0;
    left: auto;
    right: 2rem;
    transform: translateY(-50%);
    flex-direction: column;
    gap: 10px;
  }

  .hero_ttma-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero_ttma-social img {
    width: 20px;
    height: 20px;
  }

  .hero_ttma-metrics {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    gap: 11px;
    z-index: 3;
  }

  .metric-card {
    background-color: #ffffff33;
    width: 147px;
    height: 107px;

    border-radius: 16px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 9px;
  }

  .metric-card strong {
    font-size: 32px;
    display: block;
    font-weight: 600;
  }

  .metric-card span {
    font-size: 12px;
    line-height: 14px;
    opacity: 0.9;
  }
}

@media (min-width: 1440px) {
  .hero_ttma {
    height: 622px;
  }

  .logo_1 {
    width: 125px;
    height: 128px;
  }

  .logo_2 {
    width: 193px;
    height: 110px;
  }

  .hero_ttma-button {
    margin-top: 37px;
  }

  .hero_ttma-content {
    padding: 0;
    justify-content: start;
    max-width: 100%;
    margin-left: 77px;
    margin-top: 105px;
  }

  .hero_ttma-logos .divider {
    width: 4px;
    height: 86px;
  }

  .hero_ttma h1 {
    font-size: 48px;
    line-height: 60px;
    width: 500px;
  }

  .hero_ttma-description {
    font-size: 36px;
    line-height: 60px;
  }

  .hero_ttma-metrics {
    gap: 14px;
    bottom: 0;
    right: 0;
    margin-right: 93px;
    margin-bottom: 57px;
  }

  .metric-card {
    width: 180px;
    height: 131px;
    border-radius: 20px;
    min-width: 180px;
    padding: 30px 18px;
  }

  .metric-card strong {
    font-size: 40px;
    display: block;
    font-weight: 650;
  }

  .metric-card span {
    font-size: 12px;
    opacity: 0.9;
    line-height: 17px;
  }
}
