.tp-website-page--team-building {
  background: #f6f3ee;
}

.tp-website-page--team-building .tp-website-main {
  min-height: 100vh;
}

.tpb2b {
  --tpb2b-midnight: #0b2239;
  --tpb2b-navy: #102d48;
  --tpb2b-steel: #315069;
  --tpb2b-cyan: #1bbaca;
  --tpb2b-cyan-soft: #9de2e8;
  --tpb2b-ivory: #f6f3ee;
  --tpb2b-paper: #fbfaf7;
  --tpb2b-line: #d8d8d1;
  --tpb2b-warm: #d9784b;
  background: var(--tpb2b-ivory);
  color: var(--tpb2b-midnight);
  font-family: var(--tp-font-body, "Inter", sans-serif);
  overflow: clip;
}

.tpb2b *,
.tpb2b *::before,
.tpb2b *::after {
  box-sizing: border-box;
}

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

.tpb2b button,
.tpb2b a,
.tpb2b summary {
  -webkit-tap-highlight-color: transparent;
}

.tpb2b :focus-visible {
  outline: 3px solid var(--tpb2b-cyan-soft);
  outline-offset: 4px;
}

.tpb2b-shell {
  width: min(100% - 32px, 1200px);
  margin-inline: auto;
}

.tpb2b-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid rgb(246 243 238 / 14%);
  background: rgb(11 34 57 / 96%);
  color: var(--tpb2b-ivory);
  backdrop-filter: blur(14px);
}

.tpb2b-header__inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
}

.tpb2b-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  color: var(--tpb2b-ivory);
}

.tpb2b-brand img {
  display: block;
  width: 80px;
  height: 46px;
  object-fit: contain;
}

.tpb2b-brand > span {
  display: block;
  width: 1px;
  height: 28px;
  background: rgb(246 243 238 / 34%);
}

.tpb2b-brand strong {
  font: 600 13px/1 var(--tp-font-body, "Inter", sans-serif);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tpb2b-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
}

.tpb2b-header__nav a,
.tpb2b-header__consumer {
  position: relative;
  padding-block: 10px;
  color: rgb(246 243 238 / 76%);
  font-size: 13px;
  font-weight: 600;
  transition: color 180ms ease;
}

.tpb2b-header__nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--tpb2b-cyan);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.tpb2b-header__nav a:hover,
.tpb2b-header__consumer:hover {
  color: #fff;
}

.tpb2b-header__nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.tpb2b-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tpb2b-header__consumer i {
  margin-left: 5px;
  font-size: 10px;
}

.tpb2b-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--tpb2b-cyan);
  border-radius: 5px;
  background: var(--tpb2b-cyan);
  color: var(--tpb2b-midnight) !important;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .01em;
  padding: 0 22px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.tpb2b-button:hover {
  border-color: var(--tpb2b-cyan-soft);
  background: var(--tpb2b-cyan-soft);
}

.tpb2b-button--small {
  min-height: 42px;
  padding-inline: 17px;
  font-size: 12.5px;
}

.tpb2b-menu {
  display: none;
}

.tpb2b-hero {
  position: relative;
  isolation: isolate;
  min-height: 670px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(90% 110% at 84% 5%, rgb(39 82 111 / 76%) 0%, transparent 52%),
    linear-gradient(126deg, #0b2239 0%, #0d2943 70%, #102f49 100%);
  color: var(--tpb2b-ivory);
}

.tpb2b-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgb(246 243 238 / 6%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(246 243 238 / 6%) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 40%, #000 100%);
}

.tpb2b-hero::after {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgb(157 226 232 / 18%);
  border-radius: 50%;
  box-shadow: 0 0 0 52px rgb(157 226 232 / 3%), 0 0 0 106px rgb(157 226 232 / 2%);
  content: "";
}

.tpb2b-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
  gap: clamp(58px, 9vw, 120px);
  align-items: center;
  padding-block: clamp(76px, 9vw, 118px);
}

.tpb2b-kicker,
.tpb2b-eyebrow {
  margin: 0;
  color: var(--tpb2b-cyan-soft);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tpb2b-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
}

.tpb2b-kicker > span {
  width: 28px;
  height: 2px;
  background: var(--tpb2b-warm);
}

.tpb2b-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--tpb2b-ivory);
  font: 750 clamp(42px, 5.9vw, 72px)/.99 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
  letter-spacing: -.045em;
}

.tpb2b-hero h1 em {
  display: block;
  color: var(--tpb2b-cyan-soft);
  font-family: inherit;
  font-style: normal;
  font-weight: inherit;
}

.tpb2b-hero__lead {
  max-width: 650px;
  margin: 28px 0 0;
  color: rgb(246 243 238 / 76%);
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.68;
}

.tpb2b-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.tpb2b-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid rgb(246 243 238 / 32%);
  color: var(--tpb2b-ivory) !important;
  font-size: 13px;
  font-weight: 700;
  padding-block: 8px;
  transition: border-color 180ms ease, color 180ms ease;
}

.tpb2b-text-link:hover {
  border-color: var(--tpb2b-cyan);
  color: var(--tpb2b-cyan-soft) !important;
}

.tpb2b-hero__note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 25px 0 0;
  color: rgb(246 243 238 / 56%);
  font-size: 12px;
}

.tpb2b-hero__note i {
  color: var(--tpb2b-cyan);
}

.tpb2b-hero__brief {
  position: relative;
  border-top: 3px solid var(--tpb2b-cyan);
  background: rgb(246 243 238 / 8%);
  box-shadow: 0 24px 70px rgb(0 0 0 / 16%);
  padding: clamp(28px, 4vw, 42px);
  backdrop-filter: blur(12px);
}

.tpb2b-hero__brief > p {
  max-width: 24ch;
  margin: 0 0 30px;
  color: var(--tpb2b-ivory);
  font: 650 18px/1.35 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-hero__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid rgb(246 243 238 / 15%);
  margin-bottom: 26px;
  padding-block: 24px;
}

.tpb2b-hero__metrics > div + div {
  border-left: 1px solid rgb(246 243 238 / 15%);
  padding-left: 24px;
}

.tpb2b-hero__metrics strong {
  display: block;
  margin-bottom: 5px;
  color: var(--tpb2b-cyan-soft);
  font: 700 clamp(25px, 3vw, 36px)/1 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-hero__metrics span {
  display: block;
  max-width: 13ch;
  color: rgb(246 243 238 / 58%);
  font-size: 11px;
  line-height: 1.4;
}

.tpb2b-hero__brief ul,
.tpb2b-assurance ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tpb2b-hero__brief li {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  color: rgb(246 243 238 / 72%);
  font-size: 12.5px;
  line-height: 1.45;
}

.tpb2b-hero__brief li i {
  color: var(--tpb2b-cyan);
  padding-top: 3px;
}

.tpb2b-proof {
  border-bottom: 1px solid var(--tpb2b-line);
  background: var(--tpb2b-paper);
}

.tpb2b-proof__inner {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center;
  gap: 30px;
  min-height: 126px;
  padding-block: 20px;
}

.tpb2b-proof__inner > p {
  margin: 0;
  color: #586978;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.tpb2b-proof__logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(80px, 1fr));
  gap: 12px;
}

.tpb2b-proof__logos span {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #e4e3dd;
  padding: 7px 14px;
}

.tpb2b-proof__logos img {
  width: auto;
  max-width: 100%;
  max-height: 31px;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.tpb2b-proof__logos span:hover img {
  filter: none;
  opacity: 1;
}

.tpb2b-proof__statement {
  border-left: 1px solid var(--tpb2b-line);
  color: #4c5e6d;
  font: 550 15px/1.6 var(--tp-font-body, "Inter", sans-serif);
  padding-left: 30px;
}

.tpb2b-section {
  padding-block: clamp(72px, 9vw, 120px);
}

.tpb2b-heading {
  display: grid;
  grid-template-columns: minmax(140px, .45fr) minmax(280px, .8fr) minmax(280px, .75fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  border-top: 1px solid #bdc1bd;
  margin-bottom: clamp(48px, 7vw, 78px);
  padding-top: 22px;
}

.tpb2b-heading > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tpb2b-heading > div > span {
  color: #89959c;
  font: 500 12px/1 var(--tp-font-body, "Inter", sans-serif);
}

.tpb2b-heading .tpb2b-eyebrow {
  color: #315069;
}

.tpb2b-heading h2,
.tpb2b-assurance h2,
.tpb2b-brief h2 {
  margin: 0;
  color: var(--tpb2b-midnight);
  font: 700 clamp(30px, 4vw, 48px)/1.08 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
  letter-spacing: -.035em;
}

.tpb2b-heading > p {
  margin: 0;
  color: #526575;
  font-size: 15px;
  line-height: 1.75;
}

.tpb2b-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-block: 1px solid var(--tpb2b-line);
}

.tpb2b-benefits article {
  min-height: 300px;
  padding: 34px 28px;
}

.tpb2b-benefits article + article {
  border-left: 1px solid var(--tpb2b-line);
}

.tpb2b-benefits i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #b9cdd2;
  color: #167f8b;
  font-size: 18px;
}

.tpb2b-benefits h3 {
  margin: 56px 0 12px;
  color: var(--tpb2b-midnight);
  font: 650 19px/1.25 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-benefits p {
  margin: 0;
  color: #5a6b79;
  font-size: 13.5px;
  line-height: 1.65;
}

.tpb2b-formats {
  background: var(--tpb2b-midnight);
  color: var(--tpb2b-ivory);
}

.tpb2b-heading--dark {
  border-color: rgb(246 243 238 / 18%);
}

.tpb2b-heading--dark .tpb2b-eyebrow,
.tpb2b-heading--dark > div > span {
  color: var(--tpb2b-cyan-soft);
}

.tpb2b-heading--dark h2 {
  color: var(--tpb2b-ivory);
}

.tpb2b-heading--dark > p {
  color: rgb(246 243 238 / 66%);
}

.tpb2b-formats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-block: 1px solid rgb(246 243 238 / 14%);
}

.tpb2b-formats__grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 27px 24px;
  transition: background-color 180ms ease;
}

.tpb2b-formats__grid article + article {
  border-left: 1px solid rgb(246 243 238 / 14%);
}

.tpb2b-formats__grid article:hover {
  background: rgb(246 243 238 / 5%);
}

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

.tpb2b-format__top span {
  color: rgb(246 243 238 / 38%);
  font-size: 11px;
}

.tpb2b-format__top i {
  color: var(--tpb2b-cyan-soft);
  font-size: 18px;
}

.tpb2b-formats__grid h3 {
  margin: 92px 0 13px;
  color: var(--tpb2b-ivory);
  font: 650 19px/1.3 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-formats__grid p {
  margin: 0 0 22px;
  color: rgb(246 243 238 / 62%);
  font-size: 13px;
  line-height: 1.6;
}

.tpb2b-formats__grid small {
  margin-top: auto;
  color: var(--tpb2b-cyan-soft);
  font-size: 11px;
  font-weight: 700;
}

.tpb2b-method {
  background: var(--tpb2b-paper);
}

.tpb2b-method__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  counter-reset: steps;
  list-style: none;
}

.tpb2b-method__list li {
  position: relative;
  min-height: 224px;
  border-top: 2px solid #b6c1c6;
  padding: 28px 22px 0 0;
}

.tpb2b-method__list li::before {
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid var(--tpb2b-paper);
  border-radius: 50%;
  background: var(--tpb2b-cyan);
  box-shadow: 0 0 0 1px var(--tpb2b-cyan);
  content: "";
}

.tpb2b-method__list li:last-child {
  border-color: var(--tpb2b-cyan);
}

.tpb2b-method__list span {
  color: #80909b;
  font-size: 10px;
  letter-spacing: .12em;
}

.tpb2b-method__list h3 {
  margin: 43px 0 10px;
  color: var(--tpb2b-midnight);
  font: 650 17px/1.3 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-method__list p {
  max-width: 20ch;
  margin: 0;
  color: #60717d;
  font-size: 12.5px;
  line-height: 1.6;
}

.tpb2b-assurance {
  border-block: 1px solid #cad0cc;
  background: #e9ece8;
  padding-block: clamp(56px, 7vw, 82px);
}

.tpb2b-assurance__inner {
  display: grid;
  grid-template-columns: 150px minmax(280px, 1fr) minmax(280px, .8fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}

.tpb2b-assurance__seal {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  border: 1px solid #9baeb3;
  border-radius: 50%;
  color: #275167;
  text-align: center;
}

.tpb2b-assurance__seal i {
  margin-bottom: 10px;
  color: #167f8b;
  font-size: 24px;
}

.tpb2b-assurance__seal span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tpb2b-assurance__copy .tpb2b-eyebrow {
  margin-bottom: 16px;
  color: #315069;
}

.tpb2b-assurance__copy > p:last-child {
  max-width: 58ch;
  margin: 21px 0 0;
  color: #536772;
  font-size: 14px;
  line-height: 1.7;
}

.tpb2b-assurance ul {
  grid-template-columns: 1fr 1fr;
  gap: 20px 26px;
}

.tpb2b-assurance li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 5px;
  align-items: start;
  color: #354f60;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.tpb2b-assurance li i {
  color: #14808b;
  padding-top: 2px;
}

.tpb2b-brief {
  scroll-margin-top: 76px;
  background: var(--tpb2b-midnight);
  color: var(--tpb2b-ivory);
  padding-block: clamp(74px, 10vw, 126px);
}

.tpb2b-brief__layout {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(480px, 1.25fr);
  gap: clamp(56px, 9vw, 120px);
  align-items: start;
}

.tpb2b-brief h2 {
  max-width: 11ch;
  color: var(--tpb2b-ivory);
  font-size: clamp(38px, 5vw, 60px);
}

.tpb2b-brief__copy > p:not(.tpb2b-kicker) {
  max-width: 48ch;
  margin: 25px 0 0;
  color: rgb(246 243 238 / 66%);
  font-size: 14.5px;
  line-height: 1.75;
}

.tpb2b-brief__promise {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-top: 1px solid rgb(246 243 238 / 16%);
  margin-top: 38px;
  padding-top: 25px;
  color: var(--tpb2b-cyan-soft);
}

.tpb2b-brief__promise i {
  padding-top: 3px;
}

.tpb2b-brief__promise span {
  display: grid;
  gap: 4px;
  color: rgb(246 243 238 / 54%);
  font-size: 11px;
}

.tpb2b-brief__promise strong {
  color: var(--tpb2b-ivory);
  font-size: 12px;
}

.tpb2b-brief__form {
  border-top: 3px solid var(--tpb2b-cyan);
  background: #f9f8f4;
  box-shadow: 0 30px 80px rgb(0 0 0 / 22%);
  padding: clamp(26px, 4vw, 42px);
}

.tpb2b-brief__form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #dcded9;
  margin-bottom: 26px;
  padding-bottom: 18px;
}

.tpb2b-brief__form-head span {
  color: var(--tpb2b-midnight);
  font: 650 20px/1.2 var(--tp-font-display, "Bricolage Grotesque", sans-serif);
}

.tpb2b-brief__form-head small {
  color: #6b7b86;
  font-size: 10px;
}

.tpb2b-brief .tp-managed-form {
  gap: 18px;
}

.tpb2b-brief .tp-managed-form__grid {
  gap: 16px;
}

.tpb2b-brief .tp-managed-form__field > label,
.tpb2b-brief .tp-managed-form__field legend {
  color: #233d51;
  font: 650 12px/1.4 var(--tp-font-body, "Inter", sans-serif);
}

.tpb2b-brief .tp-managed-form input,
.tpb2b-brief .tp-managed-form select,
.tpb2b-brief .tp-managed-form textarea {
  min-height: 50px;
  border: 1px solid #cfd6d6;
  border-radius: 4px;
  background: #fff;
  color: var(--tpb2b-midnight);
  font: 400 14px/1.5 var(--tp-font-body, "Inter", sans-serif);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tpb2b-brief .tp-managed-form textarea {
  min-height: 118px;
}

.tpb2b-brief .tp-managed-form input:focus-visible,
.tpb2b-brief .tp-managed-form select:focus-visible,
.tpb2b-brief .tp-managed-form textarea:focus-visible {
  border-color: var(--tpb2b-cyan);
  box-shadow: 0 0 0 3px rgb(27 186 202 / 15%);
  outline: 0;
}

.tpb2b-brief .tp-managed-form__choices span {
  border-color: #cfd6d6;
  border-radius: 4px;
  color: #3e5463;
}

.tpb2b-brief .tp-managed-form__choices input:checked + span {
  border-color: #148c99;
  background: #dff4f5;
  color: #0b5963;
}

.tpb2b-brief .tp-managed-form__status {
  color: #0d6872;
  font-size: 13px;
}

.tpb2b-brief .tp-managed-form__status.is-error {
  color: #a83224;
}

.tpb2b-brief .tp-managed-form__submit {
  min-height: 54px;
  border-radius: 4px;
  background: var(--tpb2b-cyan);
  color: var(--tpb2b-midnight);
  font: 750 14px/1 var(--tp-font-body, "Inter", sans-serif);
  transition: background-color 180ms ease;
}

.tpb2b-brief .tp-managed-form__submit:hover {
  background: var(--tpb2b-cyan-soft);
}

.tpb2b-brief__privacy {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 16px 0 0;
  color: #60717d;
  font-size: 10.5px;
  line-height: 1.55;
}

.tpb2b-brief__privacy i {
  color: #14808b;
  padding-top: 2px;
}

.tpb2b-brief__privacy a {
  color: #0b6872;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tpb2b-footer {
  border-top: 1px solid rgb(246 243 238 / 14%);
  background: #071a2c;
  color: var(--tpb2b-ivory);
}

.tpb2b-footer__inner {
  min-height: 126px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

.tpb2b-footer p {
  margin: 0;
  color: rgb(246 243 238 / 48%);
  font-size: 11px;
  line-height: 1.5;
}

.tpb2b-footer__inner > a:last-child {
  color: var(--tpb2b-cyan-soft);
  font-size: 12px;
  font-weight: 700;
}

.tpb2b-footer__inner > a:last-child i {
  margin-left: 7px;
}

@media (max-width: 1120px) {
  .tpb2b-header__consumer {
    display: none;
  }

  .tpb2b-header__inner {
    gap: 24px;
  }

  .tpb2b-hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 48px;
  }

  .tpb2b-heading {
    grid-template-columns: 140px 1fr 1fr;
    gap: 34px;
  }

  .tpb2b-benefits,
  .tpb2b-formats__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tpb2b-benefits article:nth-child(3),
  .tpb2b-formats__grid article:nth-child(3),
  .tpb2b-formats__grid article:nth-child(5) {
    border-left: 0;
  }

  .tpb2b-benefits article:nth-child(n + 3),
  .tpb2b-formats__grid article:nth-child(n + 3) {
    border-top: 1px solid var(--tpb2b-line);
  }

  .tpb2b-formats__grid article:nth-child(n + 3) {
    border-top-color: rgb(246 243 238 / 14%);
  }

  .tpb2b-formats__grid article:last-child {
    grid-column: 1 / -1;
    min-height: 240px;
  }

  .tpb2b-formats__grid article:last-child h3 {
    margin-top: 55px;
  }

  .tpb2b-assurance__inner {
    grid-template-columns: 120px 1fr 1fr;
    gap: 38px;
  }
}

@media (max-width: 900px) {
  .tpb2b-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .tpb2b-header__nav,
  .tpb2b-header__actions {
    display: none;
  }

  .tpb2b-menu {
    position: relative;
    display: block;
    grid-column: 3;
  }

  .tpb2b-menu summary {
    min-width: 88px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgb(246 243 238 / 25%);
    border-radius: 4px;
    color: var(--tpb2b-ivory);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
  }

  .tpb2b-menu summary::-webkit-details-marker {
    display: none;
  }

  .tpb2b-menu[open] summary i::before {
    content: "\f00d";
  }

  .tpb2b-menu nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(330px, calc(100vw - 32px));
    display: grid;
    border-top: 3px solid var(--tpb2b-cyan);
    background: #fff;
    box-shadow: 0 22px 50px rgb(0 0 0 / 24%);
    color: var(--tpb2b-midnight);
    padding: 10px 18px;
  }

  .tpb2b-menu nav a {
    border-bottom: 1px solid #e2e5e3;
    padding: 14px 4px;
    font-size: 13px;
    font-weight: 650;
  }

  .tpb2b-menu nav a:last-child {
    border-bottom: 0;
    color: #397080;
  }

  .tpb2b-hero {
    min-height: auto;
  }

  .tpb2b-hero__inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .tpb2b-hero__brief {
    width: min(100%, 620px);
  }

  .tpb2b-proof__logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .tpb2b-heading {
    grid-template-columns: 130px 1fr;
  }

  .tpb2b-heading > p {
    grid-column: 2;
  }

  .tpb2b-method__list {
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
  }

  .tpb2b-method__list li:last-child {
    grid-column: 1 / -1;
  }

  .tpb2b-assurance__inner {
    grid-template-columns: 120px 1fr;
  }

  .tpb2b-assurance ul {
    grid-column: 2;
  }

  .tpb2b-brief__layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .tpb2b-brief h2 {
    max-width: 14ch;
  }

  .tpb2b-footer__inner {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding-block: 25px;
  }

  .tpb2b-footer__inner > a:last-child {
    grid-column: 2;
  }
}

@media (max-width: 767px) {
  .tpb2b-shell {
    width: min(100% - 32px, 1200px);
  }

  .tpb2b-header__inner {
    min-height: 66px;
  }

  .tpb2b-brand {
    gap: 8px;
  }

  .tpb2b-brand img {
    width: 65px;
    height: 39px;
  }

  .tpb2b-brand > span {
    height: 23px;
  }

  .tpb2b-brand strong {
    font-size: 10px;
    letter-spacing: .11em;
  }

  .tpb2b-menu summary {
    min-width: 44px;
    width: 44px;
    padding: 0;
  }

  .tpb2b-menu summary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .tpb2b-hero__grid {
    background-size: 58px 58px;
  }

  .tpb2b-hero__inner {
    gap: 44px;
    padding-block: 60px 64px;
  }

  .tpb2b-hero h1 {
    font-size: clamp(38px, 12.2vw, 54px);
    letter-spacing: -.04em;
  }

  .tpb2b-hero__lead {
    margin-top: 22px;
    font-size: 15px;
  }

  .tpb2b-hero__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    margin-top: 28px;
  }

  .tpb2b-hero__actions .tpb2b-button {
    width: 100%;
  }

  .tpb2b-text-link {
    align-self: flex-start;
  }

  .tpb2b-hero__note {
    align-items: flex-start;
    line-height: 1.5;
  }

  .tpb2b-hero__brief {
    padding: 26px 22px;
  }

  .tpb2b-hero__metrics > div + div {
    padding-left: 16px;
  }

  .tpb2b-proof__inner {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-block: 28px;
  }

  .tpb2b-proof__logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .tpb2b-proof__logos span {
    border: 1px solid #e4e3dd;
  }

  .tpb2b-proof__statement {
    padding-left: 20px;
  }

  .tpb2b-section {
    padding-block: 66px;
  }

  .tpb2b-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 42px;
  }

  .tpb2b-heading > div {
    justify-content: flex-start;
  }

  .tpb2b-heading > div > span {
    margin-left: auto;
  }

  .tpb2b-heading > p {
    grid-column: auto;
  }

  .tpb2b-heading h2,
  .tpb2b-assurance h2 {
    font-size: 31px;
  }

  .tpb2b-benefits,
  .tpb2b-formats__grid {
    grid-template-columns: 1fr;
  }

  .tpb2b-benefits article,
  .tpb2b-formats__grid article,
  .tpb2b-formats__grid article:last-child {
    min-height: 230px;
    grid-column: auto;
    border-left: 0;
    border-top: 1px solid var(--tpb2b-line);
    padding: 26px 20px;
  }

  .tpb2b-benefits article:first-child,
  .tpb2b-formats__grid article:first-child {
    border-top: 0;
  }

  .tpb2b-benefits h3 {
    margin-top: 36px;
  }

  .tpb2b-formats__grid article {
    border-top-color: rgb(246 243 238 / 14%);
  }

  .tpb2b-formats__grid h3,
  .tpb2b-formats__grid article:last-child h3 {
    margin-top: 44px;
  }

  .tpb2b-method__list {
    grid-template-columns: 1fr;
  }

  .tpb2b-method__list li,
  .tpb2b-method__list li:last-child {
    min-height: 170px;
    grid-column: auto;
  }

  .tpb2b-method__list h3 {
    margin-top: 30px;
  }

  .tpb2b-method__list p {
    max-width: 34ch;
  }

  .tpb2b-assurance__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .tpb2b-assurance__seal {
    width: 112px;
  }

  .tpb2b-assurance ul {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .tpb2b-brief {
    padding-block: 66px;
  }

  .tpb2b-brief h2 {
    font-size: 40px;
  }

  .tpb2b-brief__form {
    margin-inline: -8px;
    padding: 25px 18px;
  }

  .tpb2b-brief__form-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .tpb2b-brief .tp-managed-form__field {
    flex-basis: 100%;
  }

  .tpb2b-footer__inner {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-block: 32px;
  }

  .tpb2b-footer__inner > a:last-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpb2b *,
  .tpb2b *::before,
  .tpb2b *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
