:root {
  --tr-brand-ink: #0b192f;
  --tr-brand-footer: #0b192f;
  --tr-brand-signal: #41c7f2;
  --tr-brand-pulse: #5a30ec;
  --tr-brand-mist: #eaf9fd;
  --tr-brand-line: #d8e0e7;
  --tr-brand-muted: #637186;
}

.tr-header {
  background: rgba(255, 255, 255, 0.96);
}

/* LayerSlider loads its Google font inside the page body, which can cause the
   topbar slogan to alternate between serif and sans-serif fallback fonts. */
.tr-topbar-slider .ls-text-layer,
.tr-topbar-slider .ls-text-layer * {
  font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.tr-brand-logo {
  display: block;
  height: auto;
  width: 248px;
}

.tr-brand-logo--footer {
  width: min(270px, 100%);
}

.tr-brand-footer {
  background: var(--tr-brand-footer);
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none !important;
  width: 100vw;
}

.tr-brand-footer__inner {
  box-sizing: border-box;
  display: grid;
  gap: 52px;
  grid-template-columns: minmax(230px, 1fr) minmax(280px, 1.2fr) minmax(300px, 1fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 60px 28px 44px;
}

.tr-brand-footer__brand,
.tr-brand-footer__about,
.tr-brand-footer__links,
.tr-brand-footer__legal {
  min-width: 0;
}

.tr-brand-footer__tagline {
  color: var(--tr-brand-signal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 18px 0 22px;
  text-transform: uppercase;
}

.tr-brand-footer__phone {
  color: #fff !important;
  display: inline-block;
  font-size: 1.16rem;
  font-weight: 800;
  text-decoration: none;
}

.tr-brand-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.tr-brand-footer__social {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  color: #fff !important;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 700;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.tr-brand-footer__social svg {
  height: 18px;
  width: 18px;
}

.tr-brand-footer__social:hover,
.tr-brand-footer__social:focus {
  background: var(--tr-brand-signal);
  border-color: var(--tr-brand-signal);
  color: var(--tr-brand-ink) !important;
}

.tr-brand-footer__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 17px;
}

.tr-brand-footer__about-copy {
  color: rgba(255, 255, 255, .72);
  font-size: .94rem;
  line-height: 1.65;
  margin: 0;
  max-width: 440px;
}

.tr-brand-footer__links {
  justify-self: end;
  max-width: 340px;
  width: 100%;
}

.tr-brand-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.tr-brand-footer__nav a {
  color: rgba(255, 255, 255, .76) !important;
  font-size: .94rem;
  text-decoration: none;
  white-space: nowrap;
}

.tr-brand-footer__nav a:hover,
.tr-brand-footer__nav a:focus {
  color: var(--tr-brand-signal) !important;
}

.tr-brand-footer__legal {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .11);
  box-sizing: border-box;
  color: rgba(255, 255, 255, .58);
  display: flex;
  flex-wrap: wrap;
  font-size: .78rem;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 22px 28px 30px;
}

.tr-brand-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.tr-brand-footer__legal a {
  color: rgba(255, 255, 255, .72) !important;
  text-decoration: none;
}

@media (max-width: 860px) {
  .tr-brand-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .tr-brand-footer__about {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 600px) {
  .tr-brand-logo {
    width: 205px;
  }

  .tr-brand-logo--footer {
    width: 235px;
  }

  .tr-brand-footer__inner {
    gap: 34px;
    grid-template-columns: 1fr;
    padding: 46px 22px 34px;
  }

  .tr-brand-footer__about {
    grid-column: auto;
    grid-row: auto;
  }

  .tr-brand-footer__links {
    justify-self: start;
    min-width: 0;
    width: 100%;
  }

  .tr-brand-footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  .tr-brand-footer__nav a {
    white-space: nowrap;
  }

  .tr-brand-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 22px 28px;
  }
}
.tr-home-partner-promo {
    box-sizing: border-box;
    width: min(1080px, calc(100% - 40px));
    margin: 64px auto 72px;
    padding: 28px 34px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    color: #0b1f3a;
    background: #effaff;
    border: 1px solid #cfe4ef;
    border-radius: 18px;
}

.tr-home-partner-promo__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    color: #00c8ee;
    background: #0b1f3a;
    border-radius: 14px;
}

.tr-home-partner-promo__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tr-home-partner-promo__copy p {
    margin: 0 0 6px;
    color: #008eaa;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tr-home-partner-promo__copy h2 {
    margin: 0 0 6px;
    color: #0b1f3a;
    font-size: clamp(21px, 2vw, 27px);
    line-height: 1.2;
}

.tr-home-partner-promo__copy span {
    color: #60718c;
    line-height: 1.55;
}

.tr-home-partner-promo__button {
    box-sizing: border-box;
    min-width: 0;
    min-height: 54px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #071a32;
    background: #09c7eb;
    border-radius: 12px;
    font-weight: 750;
    text-decoration: none;
    white-space: nowrap;
}

.tr-home-partner-promo__button:hover,
.tr-home-partner-promo__button:focus-visible {
    color: #071a32;
    background: #31d4f1;
    transform: translateY(-1px);
}

@media (max-width: 760px) {
    .tr-home-partner-promo {
        max-width: calc(100% - 32px);
        margin: 42px auto 52px;
        padding: 24px;
        grid-template-columns: auto minmax(0, 1fr);
        width: calc(100% - 32px);
    }

    .tr-home-partner-promo__button {
        grid-column: 1 / -1;
        width: 100%;
    }
}
