@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/montserrat-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("../fonts/source-serif-4-latin.woff2") format("woff2");
}

:root {
  --wine: #630c11;
  --gray: #d2d2d2;
  --text: #7a7a7a;
  --heading: #3b3b3b;
  --cyan: #49c6ec;
  --white: #ffffff;
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--text);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.topbar {
  height: 43px;
  background: var(--wine);
}

.topbar__inner {
  width: min(var(--container), calc(100% - 36px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 17px;
  padding-right: 52px;
}

.topbar a,
.footer-social a {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.topbar svg,
.footer-social svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.nav-wrap {
  background: #fff;
  height: 91px;
}

.nav-inner {
  width: min(var(--container), calc(100% - 36px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  width: 329px;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-right: 2px;
}

.main-nav a {
  position: relative;
  padding: 36px 0 34px;
  color: var(--wine);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 24px;
  width: 0;
  height: 4px;
  background: var(--cyan);
  transform: translateX(-50%);
  transition: width .2s ease;
}

.main-nav a.active::after,
.main-nav a:hover::after {
  width: 39px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 38px;
  border: 0;
  background: transparent;
  padding: 7px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--wine);
}

.hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  background: url("../img/agiordano-01.jpg") top center / cover no-repeat;
}

.hero__label {
  width: min(1035px, calc(100% - 260px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .67);
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.programas-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/agiordano-03.jpg") top center / cover no-repeat;
}

.programas-hero__label {
  width: min(1035px, calc(100% - 260px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .67);
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.headline-band {
  background: var(--wine);
  padding: 35px 15px 36px;
  text-align: center;
}

.headline-band h1 {
  margin: 0;
  color: var(--gray);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.programas-band {
  background: var(--wine);
  padding: 59px 15px 40px;
  text-align: center;
}

.programas-band h1 {
  margin: 0;
  color: var(--gray);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.programas-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 94px 40px;
  padding: 64px 78px 67px;
  background: #bfbfbf;
}

.program-card {
  min-height: 258px;
  padding: 30px 20px 25px;
  border-radius: 28px;
  background: #fff;
}

.program-card h2 {
  margin: 0 0 24px;
  color: var(--wine);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.15;
  text-align: center;
}

.program-card p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}

.recursos-hero {
  min-height: 400px;
  background: url("../img/agiordano-05.jpg") center center / cover no-repeat;
}

.recursos-band {
  background: var(--wine);
  padding: 59px 20px 40px;
  text-align: center;
}

.recursos-band h1 {
  margin: 0;
  color: var(--gray);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.recursos-list {
  width: min(1140px, 80%);
  margin: 0 auto;
  padding: 80px 0 140px;
}

.resource-row {
  min-height: 64px;
  display: grid;
  grid-template-columns: 1fr 145px;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid var(--wine);
  color: #8b3233;
  transition: color .2s ease, background-color .2s ease;
}

.resource-row:hover {
  background: rgba(99, 12, 17, .04);
  color: var(--wine);
}

.resource-row span {
  padding: 9px 10px 9px 150px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.pdf-icon {
  width: 30px;
  height: 40px;
  justify-self: center;
  fill: var(--wine);
}

.contacto-hero {
  min-height: 400px;
  background: url("../img/agiordano-06.jpg") center center / cover no-repeat;
}

.contacto-band {
  background: var(--wine);
  padding: 59px 20px 40px;
  text-align: center;
}

.contacto-band h1 {
  margin: 0;
  color: var(--gray);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.contacto-content {
  width: min(1320px, calc(100% - 190px));
  margin: 0 auto;
  padding: 58px 0 127px;
}

.contacto-content h2 {
  margin: 0 auto 94px;
  color: #111;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-bottom: 18px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  color: #475569;
  font: 400 16px/24px "Montserrat", Arial, sans-serif;
}

.contact-form input {
  height: 49px;
  padding: 12px 20px;
}

.contact-form textarea {
  min-height: 209px;
  padding: 15px 20px;
  resize: vertical;
}

.form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #8a8a8a;
  outline: none;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  color: #4b4b4b;
  font-size: 15px;
}

.captcha-row label {
  font-weight: 500;
}

.captcha-row input[type="number"] {
  width: 92px;
  height: 42px;
  padding: 8px 12px;
}

.contact-form button {
  min-width: 105px;
  height: 50px;
  margin-top: 28px;
  border: 0;
  border-radius: 4px;
  background: #8a8a8a;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.contact-form button:hover {
  background: #7b7b7b;
}

.contact-form__status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--wine);
  font-size: 14px;
}

.trayectoria-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 0;
  background: url("../img/agiordano-04.jpg") top center / cover no-repeat;
}

.trayectoria-hero__label {
  width: min(1250px, calc(100% - 260px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .67);
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.trayectoria-band,
.trayectoria-title {
  background: var(--wine);
  padding: 30px 20px;
  text-align: center;
}

.trayectoria-band h1 {
  margin: 0;
  color: var(--gray);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.trayectoria-profile {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1140px;
  margin: 0 auto;
}

.trayectoria-photo {
  background: #858584;
  padding: 35px 0 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trayectoria-photo img {
  width: 376px;
}

.trayectoria-actions {
  display: flex;
  gap: 7px;
  margin-top: 20px;
}

.trayectoria-actions a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #fff;
  color: #000;
}

.trayectoria-actions svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.trayectoria-copy {
  padding: 44px 20px 0 43px;
}

.trayectoria-copy p,
.career-text p {
  margin: 0 0 31px;
  color: #7a7a7a;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.65;
}

.trayectoria-title h2 {
  margin: 0;
  color: var(--gray);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.career-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin: 30px 2px;
  padding: 40px 0;
  background: var(--gray);
}

.career-callout {
  margin: 0 50px;
  padding: 30px 10px;
  background: var(--wine);
  color: var(--gray);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}

.career-text {
  padding: 0 58px 0 16px;
}

.career-row--reverse .career-text {
  padding: 0 16px 0 100px;
}

.subheadline {
  background: var(--gray);
  padding: 25px 15px;
  text-align: center;
}

.subheadline p {
  margin: 0;
  color: var(--wine);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: uppercase;
}

.section {
  width: min(var(--container), calc(100% - 72px));
  margin: 0 auto;
}

.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 34px 0 64px;
}

.intro__image {
  width: 520px;
  margin: 0 auto;
}

.intro__image img {
  width: 100%;
}

.intro__text {
  padding: 1px 20px 0 45px;
}

h2 {
  margin: 0;
  color: var(--heading);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.intro__text p {
  margin: 39px 0 0;
  font-size: 17px;
  line-height: 1.62;
}

.intro__text p + p {
  margin-top: 27px;
}

.stats {
  background: var(--wine);
  padding: 44px;
}

.stats__inner {
  width: min(var(--container), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.stats strong {
  display: block;
  color: var(--gray);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
}

.stats span {
  display: block;
  margin-top: 8px;
  color: var(--gray);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.phrase {
  background: var(--gray);
  padding: 41px 70px 45px;
  text-align: center;
}

.phrase p {
  max-width: 1095px;
  margin: 0 auto;
  color: var(--heading);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  line-height: 1.55;
}

.programs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 63px 0 53px;
}

.programs__copy {
  padding-left: 0;
}

.programs h2 {
  max-width: 590px;
}

.programs ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.programs li {
  position: relative;
  margin: 0 0 18px;
  padding-left: 34px;
  color: #343434;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.programs li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border: 2px solid #4b4b4b;
  color: #343434;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.programs__image img {
  width: 76%;
  margin: 0 auto;
}

.recommendations {
  background: var(--gray);
  padding: 45px 0 43px;
  text-align: center;
}

.recommendations h2,
.organizations h2 {
  color: var(--wine);
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.2;
}

.title-rule {
  display: block;
  width: 58px;
  height: 5px;
  margin: 3px auto 0;
  background: var(--cyan);
}

.testimonial-carousel {
  width: min(var(--container), calc(100% - 150px));
  margin: 84px auto 0;
  overflow: hidden;
}

.testimonial-track {
  --visible: 3;
  --gap: 21px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--gap) * (var(--visible) - 1))) / var(--visible));
  column-gap: var(--gap);
  transition: transform .55s ease;
  will-change: transform;
}

.testimonial-card {
  min-height: 378px;
  text-align: left;
}

.testimonial-card p {
  min-height: 289px;
  margin: 0 0 18px;
  padding: 18px 18px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, .54);
  color: #595959;
  font-size: 19px;
  line-height: 1.48;
}

.testimonial-card img {
  width: 74px;
  height: 74px;
  margin-left: 20px;
}

.testimonial-card h3 {
  margin: 4px 0 0 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.testimonial-card span {
  display: block;
  margin-left: 20px;
  color: #424242;
  font-size: 16px;
  line-height: 1.35;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 57px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #fff;
  opacity: .95;
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: #91a7a1;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 251px;
  height: 38px;
  margin-top: 61px;
  border: 1px solid var(--text);
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.organizations {
  padding: 52px 0 60px;
  background: #fff;
  text-align: center;
}

.logo-carousel {
  width: min(var(--container), calc(100% - 120px));
  margin: 54px auto 0;
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 14px;
}

.logo-window {
  overflow: hidden;
}

.logo-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(100% / 6);
  align-items: center;
  transition: transform .55s ease;
  will-change: transform;
}

.logo-track img {
  max-width: 122px;
  max-height: 54px;
  margin: 0 auto;
  filter: grayscale(1);
  opacity: .72;
}

.logo-arrow {
  border: 0;
  background: transparent;
  color: #e4e4e4;
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.site-footer {
  min-height: 189px;
  background: var(--wine);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 37px 15px 22px;
}

.site-footer img {
  width: 374px;
}

.footer-social {
  display: flex;
  gap: 23px;
  margin-top: 33px;
}

.footer-social a {
  width: 24px;
  height: 24px;
}

.footer-social svg {
  width: 22px;
  height: 22px;
}

.scroll-top {
  position: fixed;
  right: 28px;
  bottom: 26px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: #0575d4;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1024px) {
  .brand {
    width: clamp(230px, 30vw, 280px);
  }

  .main-nav {
    gap: clamp(14px, 2vw, 22px);
  }

  .main-nav a {
    font-size: 14px;
  }

  .hero__label {
    width: calc(100% - 130px);
  }

  .programas-hero__label {
    width: calc(100% - 130px);
  }

  .trayectoria-hero__label {
    width: calc(100% - 80px);
  }

  .resource-row {
    grid-template-columns: 1fr 100px;
  }

  .resource-row span {
    padding-left: 70px;
  }

  .contacto-content {
    width: calc(100% - 80px);
  }

  .contacto-content h2 {
    font-size: 23px;
  }

  .intro__image {
    width: min(520px, 88%);
  }

  .testimonial-carousel {
    width: min(var(--container), calc(100% - 70px));
  }
}

@media (max-width: 767px) {
  .topbar {
    height: 34px;
  }

  .topbar__inner {
    justify-content: center;
    padding-right: 0;
  }

  .nav-wrap {
    height: auto;
  }

  .nav-inner {
    width: calc(100% - 30px);
    min-height: 78px;
    flex-wrap: wrap;
  }

  .brand {
    width: min(250px, calc(100% - 58px));
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 0 18px;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 0;
    text-align: center;
  }

  .main-nav a::after {
    bottom: 5px;
  }

  .hero {
    min-height: 355px;
    padding: 70px 0;
  }

  .programas-hero {
    min-height: 355px;
  }

  .hero__label,
  .programas-hero__label {
    width: calc(100% - 30px);
    padding: 27px;
    font-size: 17px;
    line-height: 1.4;
  }

  .programas-band {
    padding: 32px 15px 26px;
  }

  .programas-band h1 {
    font-size: 21px;
  }

  .programas-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 25px 22px 34px;
  }

  .program-card {
    min-height: 0;
  }

  .program-card h2 {
    font-size: 29px;
  }

  .recursos-hero {
    min-height: 300px;
  }

  .recursos-band {
    padding: 34px 15px 28px;
  }

  .recursos-band h1 {
    font-size: 21px;
  }

  .recursos-list {
    width: calc(100% - 30px);
    padding: 42px 0 72px;
  }

  .resource-row {
    min-height: 62px;
    grid-template-columns: 1fr 48px;
    margin-bottom: 20px;
  }

  .resource-row span {
    padding: 10px 8px 10px 16px;
    font-size: 15px;
    line-height: 1.32;
  }

  .pdf-icon {
    width: 23px;
    height: 31px;
  }

  .contacto-hero {
    min-height: 300px;
    background-position: center center;
  }

  .contacto-band {
    padding: 34px 15px 28px;
  }

  .contacto-band h1 {
    font-size: 21px;
  }

  .contacto-content {
    width: calc(100% - 30px);
    padding: 38px 0 70px;
  }

  .contacto-content h2 {
    margin-bottom: 48px;
    font-size: 20px;
  }

  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form textarea {
    min-height: 180px;
  }

  .captcha-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .trayectoria-hero {
    min-height: 355px;
    padding: 70px 0;
    background-position: center left;
  }

  .trayectoria-hero__label {
    width: calc(100% - 20px);
    padding: 24px 18px;
    font-size: 15px;
    line-height: 1.35;
  }

  .trayectoria-band h1 {
    font-size: 21px;
  }

  .trayectoria-profile,
  .career-row {
    grid-template-columns: 1fr;
  }

  .trayectoria-photo img {
    width: min(376px, 82%);
  }

  .trayectoria-copy,
  .career-text,
  .career-row--reverse .career-text {
    padding: 28px 24px 0;
  }

  .trayectoria-title h2 {
    font-size: 29px;
  }

  .career-row {
    margin: 20px 0 0;
    padding: 24px 12px;
  }

  .career-row--reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .career-callout {
    margin: 0;
    font-size: 21px;
    line-height: 1.5;
  }

  .headline-band {
    padding: 25px 15px;
  }

  .headline-band h1 {
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: 1.6px;
  }

  .subheadline p {
    font-size: 17px;
  }

  .section {
    width: calc(100% - 30px);
  }

  .intro,
  .programs {
    grid-template-columns: 1fr;
  }

  .intro {
    padding: 34px 0 45px;
  }

  .intro__image {
    width: min(430px, 100%);
  }

  .intro__text {
    padding: 32px 0 0;
    text-align: center;
  }

  h2,
  .recommendations h2,
  .organizations h2 {
    font-size: 30px;
  }

  .intro__text p {
    margin-top: 25px;
    text-align: left;
  }

  .stats {
    padding: 20px 0;
  }

  .stats__inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .phrase {
    padding: 20px 15px;
  }

  .phrase p {
    font-size: 20px;
  }

  .programs {
    padding: 45px 0 35px;
  }

  .programs__copy {
    text-align: center;
  }

  .programs li {
    text-align: left;
  }

  .programs__image {
    margin-top: 28px;
  }

  .programs__image img {
    width: min(420px, 100%);
  }

  .recommendations {
    padding-top: 40px;
  }

  .testimonial-carousel {
    width: calc(100% - 30px);
    margin-top: 46px;
  }

  .testimonial-track {
    --visible: 1;
  }

  .testimonial-card {
    min-height: 0;
  }

  .testimonial-card p {
    min-height: 0;
  }

  .outline-btn {
    margin-top: 45px;
  }

  .logo-carousel {
    width: calc(100% - 30px);
    grid-template-columns: 20px 1fr 20px;
    gap: 6px;
  }

  .logo-track {
    grid-auto-columns: 50%;
  }

  .site-footer img {
    width: min(70%, 374px);
  }

  .scroll-top {
    right: 14px;
    bottom: 14px;
  }
}
