/*
Theme Name: New York Center For Living
Version: 1.0
Description: New York Center For Living
Author: Alphamark
Author URI: https://alphamark.design
 */

/* Lenis */
html.lenis,
html.lenis body {
  height: auto;
}
.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}
.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}
/* Lenis */
html {
  -webkit-font-smoothing: antialiased;
}
:root {
  /* Color Palette */
  --black: #000000;
  --deep_black: #1b1b1b;
  --steady_ground: #2c2c2c;
  --grey: #666;
  --grey--lighter: #999999;
  --grey--lightest: #d0d0d0;
  --white: #ffffff;
  --dove: #fbf9f7;
  --morning_light: #f4f1ee;
  --oyster: #eae3dc;
  --cream: #fbf5e1;
  --orange: #ff8200;
  --strength_within: #f0a50e;
  --hopeful_glow: #f5d77a;
  --outline_color: #fbf5e1b2;

  /* Font Sizes */
  --font_family: "Instrument Sans", sans-serif;
  --bfs: 1.1111111111111111111112vw;
  --h1: 3.75em;
  --h2: 3em;
  --h3: 2.25em;
  --h4: 1.375em;
  --fs28: 1.75em;
  --fs22: 1.375em;
  --fs20: 1.25em;
  --fs18: 1.125em;
  --fs16: 1em;
  --fs14: 0.875em;
  --fs12: 0.75em;
  --fs10: 0.625em;

  /* Font Weights */
  --bold: 700;
  --semi: 600;
  --med: 500;
  --reg: 400;

  /* Spacings */
  --site_padding: 7.5em;
  --section_spacing: 8.75em;
  --site_padding-smaller: 2.5em; /* Used for headers mainly */
  --nav_space: 15em; /* Hero from Navigation margin / spacing */
  --cmw: 1600px; /* Container max width */
}

@media (min-width: 1441px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    flex: 0 0 auto !important;
  }
  .col-xxl-1 {
    width: 8.33333333% !important;
  }
  .col-xxl-2 {
    width: 16.66666667% !important;
  }
  .col-xxl-3 {
    width: 25% !important;
  }
  .col-xxl-4 {
    width: 33.33333333% !important;
  }
  .col-xxl-5 {
    width: 41.66666667% !important;
  }
  .col-xxl-6 {
    width: 50% !important;
  }
  .col-xxl-7 {
    width: 58.33333333% !important;
  }
  .col-xxl-8 {
    width: 66.66666667% !important;
  }
  .col-xxl-9 {
    width: 75% !important;
  }
  .col-xxl-10 {
    width: 83.33333333% !important;
  }
  .col-xxl-11 {
    width: 91.66666667% !important;
  }
  .col-xxl-12 {
    width: 100% !important;
  }
}

@media (max-width: 1365px) {
  :root {
    --bfs: 1.1vw;
  }
}

@media (min-width: 1441px) {
  :root {
    --bfs: 1vw;
    --fs12: max(12px, 0.75em);
    --fs14: max(14px, 0.875em);
  }
}
@media (min-width: 1921px) {
  :root {
    --bfs: 0.8vw;
  }
}
@media (max-width: 992px) {
  :root {
    --bfs: 16px;
  }
}

html {
  overscroll-behavior: none;
}
*:not(ul, ol) {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: var(--bfs);
  font-family: var(--font_family);
  margin: 0;
  color: var(--steady_ground);
  background-color: var(--dove);
}

*:has(> img) {
  z-index: 2;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: -1;
}
.lazyload {
  filter: blur(0.5em);
  transition: filter 0.35s ease;
}
.lazyload.loaded {
  filter: blur(0em);
}
li {
  font-size: var(--fs16);
}
p {
  font-size: var(--fs16);
}
a {
  color: currentColor;
}
.main_breadcrumb:hover {
  opacity: 0.6;
}
.main_breadcrumb {
  text-decoration: none;
  transition: opacity 0.35s ease;
}
h1 {
  font-size: var(--h1);
  font-weight: var(--med);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

h2 {
  font-size: var(--h2);
  font-weight: var(--med);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: var(--h3);
  font-weight: var(--med);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h4 {
  font-size: var(--h4);
  font-weight: var(--med);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.h1 {
  font-size: var(--h1);
  font-weight: var(--med);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.h2 {
  font-size: var(--h2);
  font-weight: var(--med);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.h3 {
  font-size: var(--h3);
  font-weight: var(--med);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.h4 {
  font-size: var(--h4);
  font-weight: var(--med);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.fs28 {
  font-size: var(--fs28);
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.fs22 {
  font-size: var(--fs22);
  line-height: 1.3;
  letter-spacing: normal;
}
.fs20 {
  font-size: var(--fs20);
  line-height: 1.2;
  letter-spacing: normal;
}
.fs18 {
  font-size: var(--fs18);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
.fs16 {
  font-size: var(--fs16);
  line-height: 1.4;
  letter-spacing: normal;
}
.fs14 {
  font-size: var(--fs14);
  line-height: 1.4;
  letter-spacing: normal;
}
.fs12 {
  font-size: var(--fs12);
  line-height: 1.4;
  letter-spacing: normal;
}
.fs10 {
  font-size: var(--fs10);
  line-height: 1.4;
  letter-spacing: normal;
}

.m_auto {
  margin: 0 auto;
}
.mr_auto {
  margin-right: auto;
}

.mb_20 {
  margin-bottom: 1.25em;
}
.mb_100 {
  margin-bottom: 6.25em;
}

.t_center {
  text-align: center;
}

.bold {
  font-weight: var(--bold) !important;
}
.semi {
  font-weight: var(--semi) !important;
}
.med {
  font-weight: var(--med) !important;
}
.reg {
  font-weight: var(--reg) !important;
}

.o40 {
  opacity: 0.4;
}
.o50 {
  opacity: 0.5;
}
.o60 {
  opacity: 0.6;
}
.o80 {
  opacity: 0.8;
}

.orange {
  color: var(--orange) !important;
}
.steady_ground {
  color: var(--steady_ground) !important;
}
.grey {
  color: var(--grey) !important;
}
.light_grey {
  color: var(--grey--lighter) !important;
}
.deep_black {
  color: var(--deep_black) !important;
}
.glow {
  color: var(--hopeful_glow) !important;
}

.row.featured_article--row {
  row-gap: 2em;
}
.row.centered {
  align-items: center;
}
.row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.row > * {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.container-fluid {
  padding: 0 1em !important;
  max-width: var(--cmw);
  margin: 0 auto;
}

.insurance_tab {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25em;
  padding: 0.625em var(--site_padding-smaller);
  background-color: var(--steady_ground);
  color: var(--white);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header.dark .nav_links > .nav_link--wrap > a,
header.dark .nav_links > .nav_link--wrap > .nav_link-dd {
  color: var(--steady_ground);
}
header.light .dark_logo {
  display: none;
}
header.dark .light_logo {
  display: none;
}
header.dark .nav {
  color: var(--steady_ground);
  background-color: var(--dove);
}
@media (min-width: 992px) {
  header.dark .contact_tab .btn {
    background-color: var(--deep_black);
    color: var(--white);
  }
}
section.bg_white {
  background-color: var(--white);
}
section.bg_morning {
  background-color: var(--morning_light);
}
section.bg_db {
  background-color: var(--deep_black);
  color: var(--white) !important;
}
section.bg_sg {
  background-color: var(--steady_ground);
  color: var(--white) !important;
}
section.bg_dove {
  background-color: var(--dove);
}

.nav {
  display: flex;
  align-items: center;
  gap: 2.5em;
  width: 100%;
  padding: 1.25em var(--site_padding-smaller);
  color: var(--white);
}

.nav .contact_tab {
  margin-left: auto;
  float: right;
}

.logo {
  width: auto;
  height: 2.5em;
  display: flex;
}

.logo img {
  height: 100%;
  width: 14em;
  object-position: 0%;
  object-fit: contain;
}

.nav_links {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.child_links * {
  color: var(--black);
}

.nav_link-dd::before {
  content: none;
  background-color: transparent;
  width: 100%;
  height: 1em;
  bottom: -1em;
  left: 0;
  position: absolute;
}
.child_links {
  position: absolute;
  top: calc(100% + 1em);
  left: -2em;
  color: var(--black);
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  background-color: var(--white);
  min-width: 25em;
  border-radius: 0.375em;
}

.child_links > *:not(:first-child) {
  border-top: 0.0625em solid var(--morning_light);
}
.child_links > * {
  padding: 1.25em 1em;
}
.inner_child_links {
  display: flex;
  flex-direction: column;
  background-color: #fbf9f7;
  max-height: 0;
  width: calc(100% + 2em);
  margin-left: -1em;
  margin-top: 0.625em;
}
.nav_link-dd.inner:has(.inner_child_links[data-open="true"]) {
  background-color: var(--oyster) !important;
}
.inner_child_links::-webkit-scrollbar {
  width: 0.5em;
}
.inner_child_links::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.inner_child_links::-webkit-scrollbar-thumb {
  background: var(--grey);
}
.cats_dropdown::-webkit-scrollbar {
  width: 0.5em;
}
.cats_dropdown::-webkit-scrollbar-track {
  background: #f7f7f7;
}
.cats_dropdown::-webkit-scrollbar-thumb {
  background: var(--grey);
}
.inner_child_links > * {
  padding: 0.75em 1em;
}

.nav_link-dd.inner {
  padding-bottom: 0;
}
.nav_link--wrap a,
.nav_link-dd {
  font-weight: var(--med);
  color: var(--white);
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  cursor: pointer;
}

.nav_link-dd:not(.inner) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
}
.nav_link--wrap {
  position: relative;
}
@media (min-width: 992px) {
  .nav_link--wrap {
    opacity: 1 !important;
    translate: 0 !important;
  }
}
.nlt_text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.125em;
  transition: opacity 0.35s ease;
}
.nlt_text::after {
  content: "";
  width: 0%;
  height: 0.0625em;
  background-color: currentColor;
  transition: width 0.35s ease;
}

.nav_link-dd:not(.inner) > .nav_link--title .nlt_icon {
  width: 0.5em;
  height: 0.25em;
}
.nav_link-dd:not(.inner) > .nav_link--title {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.nav_link--title {
  font-size: var(--fs16);
  line-height: 1;
  letter-spacing: -0.02em;
  font-weight: var(--med);
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_link--icon {
  width: 0.5em;
  height: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  transform-origin: center;
  rotate: 0deg;
}

.nav_link--desc {
  font-size: var(--fs14);
  font-weight: var(--reg);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--grey);
}
.child_links > .nav_link-dd,
.child_links > * {
  transition: background-color 0.35s ease;
}

.inner_child_links a {
  transition: background-color 0.35s ease;
}

.btn {
  padding: 1em 1.5em;
  background-color: var(--white);
  color: var(--deep_black);
  border-radius: 0.25em;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375em;
  transition: all 0.35s ease;
  text-align: center;
}

.btn.dark {
  background-color: var(--deep_black);
  color: var(--white);
}
.btn.transparent {
  background-color: transparent;
  border: 0.0625em solid transparent;
}
.btn.transparent.dark {
  color: var(--deep_black);
  border-color: var(--deep_black);
}

.btn.transparent.white {
  color: var(--white);
  border-color: var(--white);
}

.contact_tab {
  display: flex;
  align-items: center;
  gap: 1em;
}
.btn_text {
  font-size: var(--fs16);
  font-weight: var(--semi);
}
.btn svg,
.link svg {
  width: 0.75em;
  height: 0.75em;
  display: flex;
}
svg {
  display: block !important;
}
.link_icon {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--strength_within);
  border-radius: 0.25em;
  transition: translate 0.35s ease;
}

.link {
  display: flex;
  align-items: center;
  gap: 0.375em;
  text-decoration: none;
  font-weight: var(--semi);
  width: fit-content;
}

.footer_links .link {
  transition: opacity 0.35s ease;
}

.footer_links .link {
  font-weight: var(--reg);
}

.link_text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.0625em;
  line-height: 1;
}
.link_dots {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: -0.25em;
}
.link_dots--inner {
  display: block;
  width: 100%;
  flex-shrink: 0;
  border-bottom: 0.1875em dotted currentColor;
  animation: linkDotsMarquee linear infinite;
  animation-play-state: paused;
}
.link_dots--inner:nth-child(2) {
  margin-left: 0.1875em;
}
@keyframes linkDotsMarquee {
  from {
    translate: 0% 0%;
  }
  to {
    translate: calc(-100% + -0.1875em) 0%;
  }
}
.footer_links .link_dots--inner {
  border-bottom: 0.1875em dotted currentColor;
  animation: footerLinkDotsMarquee linear infinite;
  animation-play-state: paused;
}
.footer_links .link_dots--inner:nth-child(2) {
  margin-left: 0.1875em;
}
@keyframes footerLinkDotsMarquee {
  from {
    translate: 0% 0%;
  }
  to {
    translate: calc(-100% + -0.1875em) 0%;
  }
}

.link.inline {
  display: inline-flex;
  font-size: 1em !important;
}
/* Heros */
.page_head {
  position: relative;
}
.page_head.hbg {
  display: flex;
  align-items: flex-end;
  padding: 0;
  color: var(--white);
  position: relative;
  padding-bottom: 56.25%;
  max-height: 100vh;
  overflow: hidden;
}
.page_head.basic {
  padding: 7.5em;
  padding-top: var(--nav_space);
  display: flex;
  flex-direction: column;
}
.head_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}

.head_bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.head_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
}
.page_head strong {
  font-weight: var(--semi);
}
.page_head.bg_db {
  background-color: var(--deep_black);
}
.page_head.bg_dove {
  background-color: var(--dove);
}
.page_head.bg_white {
  background-color: var(--white);
}
.page_head.bg_morning {
  background-color: var(--morning_light);
}
.page_head--content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1em;
  max-width: var(--cmw);
  margin: 0 auto;
}
.page_head.hbg .page_head--content {
  align-items: end;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--site_padding-smaller) var(--site_padding) !important;
  height: 100%;
  max-height: 100vh;
}
.basic_head--sub_headline {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.headline_highlight {
  position: relative;
  z-index: 2;
  --clipPath: inset(0% 100% 0% 0%);
}
.headline_highlight::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 246 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2084 31.8198L2.41723 1.84419L1.81306 1.81983H1.2084L1.2084 31.8198ZM46.1084 33.6305L44.8996 63.6061L46.1546 63.6568L47.4094 63.6023L46.1084 33.6305ZM91.1084 31.6772L92.3883 1.70448L91.0978 1.64938L89.8074 1.70539L91.1084 31.6772ZM136.108 33.5988L134.828 63.5715L136.666 63.6499L138.499 63.5034L136.108 33.5988ZM181.108 30.0013L181.142 0.0013294L179.928 -3.81684e-05L178.718 0.0967178L181.108 30.0013ZM226.108 30.052L229.396 0.232691L227.774 0.0538273L226.142 0.0519886L226.108 30.052ZM1.1084 31.8198L1.1084 61.8198H1.2084L1.2084 31.8198L1.2084 1.81983H1.1084L1.1084 31.8198ZM1.2084 31.8198L-0.00043522 61.7955L44.8996 63.6061L46.1084 33.6305L47.3172 3.65488L2.41723 1.84419L1.2084 31.8198ZM46.1084 33.6305L47.4094 63.6023L92.4094 61.6489L91.1084 31.6772L89.8074 1.70539L44.8074 3.65874L46.1084 33.6305ZM91.1084 31.6772L89.8285 61.6498L134.828 63.5715L136.108 33.5988L137.388 3.62612L92.3883 1.70448L91.1084 31.6772ZM136.108 33.5988L138.499 63.5034L183.499 59.9059L181.108 30.0013L178.718 0.0967178L133.718 3.69421L136.108 33.5988ZM181.108 30.0013L181.075 60.0013L226.075 60.0519L226.108 30.052L226.142 0.0519886L181.142 0.0013294L181.108 30.0013ZM226.108 30.052L222.82 59.8712L238.854 61.6391L242.142 31.8198L245.43 2.00055L229.396 0.232691L226.108 30.052Z" fill="%23F5D77A"/></svg>');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0% 0% 0% 0%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: var(--clipPath);
}
.bg_db .headline_highlight {
  color: var(--hopeful_glow);
}
.bg_db .headline_highlight::after {
  background: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 246 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2084 31.8198L2.41723 1.84419L1.81306 1.81983H1.2084L1.2084 31.8198ZM46.1084 33.6305L44.8996 63.6061L46.1546 63.6568L47.4094 63.6023L46.1084 33.6305ZM91.1084 31.6772L92.3883 1.70448L91.0978 1.64938L89.8074 1.70539L91.1084 31.6772ZM136.108 33.5988L134.828 63.5715L136.666 63.6499L138.499 63.5034L136.108 33.5988ZM181.108 30.0013L181.142 0.0013294L179.928 -3.81684e-05L178.718 0.0967178L181.108 30.0013ZM226.108 30.052L229.396 0.232691L227.774 0.0538273L226.142 0.0519886L226.108 30.052ZM1.1084 31.8198L1.1084 61.8198H1.2084L1.2084 31.8198L1.2084 1.81983H1.1084L1.1084 31.8198ZM1.2084 31.8198L-0.00043522 61.7955L44.8996 63.6061L46.1084 33.6305L47.3172 3.65488L2.41723 1.84419L1.2084 31.8198ZM46.1084 33.6305L47.4094 63.6023L92.4094 61.6489L91.1084 31.6772L89.8074 1.70539L44.8074 3.65874L46.1084 33.6305ZM91.1084 31.6772L89.8285 61.6498L134.828 63.5715L136.108 33.5988L137.388 3.62612L92.3883 1.70448L91.1084 31.6772ZM136.108 33.5988L138.499 63.5034L183.499 59.9059L181.108 30.0013L178.718 0.0967178L133.718 3.69421L136.108 33.5988ZM181.108 30.0013L181.075 60.0013L226.075 60.0519L226.108 30.052L226.142 0.0519886L181.142 0.0013294L181.108 30.0013ZM226.108 30.052L222.82 59.8712L238.854 61.6391L242.142 31.8198L245.43 2.00055L229.396 0.232691L226.108 30.052Z" fill="%232C2C2C"/></svg>');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg_sg .headline_highlight {
  color: var(--hopeful_glow);
}
.bg_sg .headline_highlight::after {
  background: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 246 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2084 31.8198L2.41723 1.84419L1.81306 1.81983H1.2084L1.2084 31.8198ZM46.1084 33.6305L44.8996 63.6061L46.1546 63.6568L47.4094 63.6023L46.1084 33.6305ZM91.1084 31.6772L92.3883 1.70448L91.0978 1.64938L89.8074 1.70539L91.1084 31.6772ZM136.108 33.5988L134.828 63.5715L136.666 63.6499L138.499 63.5034L136.108 33.5988ZM181.108 30.0013L181.142 0.0013294L179.928 -3.81684e-05L178.718 0.0967178L181.108 30.0013ZM226.108 30.052L229.396 0.232691L227.774 0.0538273L226.142 0.0519886L226.108 30.052ZM1.1084 31.8198L1.1084 61.8198H1.2084L1.2084 31.8198L1.2084 1.81983H1.1084L1.1084 31.8198ZM1.2084 31.8198L-0.00043522 61.7955L44.8996 63.6061L46.1084 33.6305L47.3172 3.65488L2.41723 1.84419L1.2084 31.8198ZM46.1084 33.6305L47.4094 63.6023L92.4094 61.6489L91.1084 31.6772L89.8074 1.70539L44.8074 3.65874L46.1084 33.6305ZM91.1084 31.6772L89.8285 61.6498L134.828 63.5715L136.108 33.5988L137.388 3.62612L92.3883 1.70448L91.1084 31.6772ZM136.108 33.5988L138.499 63.5034L183.499 59.9059L181.108 30.0013L178.718 0.0967178L133.718 3.69421L136.108 33.5988ZM181.108 30.0013L181.075 60.0013L226.075 60.0519L226.108 30.052L226.142 0.0519886L181.142 0.0013294L181.108 30.0013ZM226.108 30.052L222.82 59.8712L238.854 61.6391L242.142 31.8198L245.43 2.00055L229.396 0.232691L226.108 30.052Z" fill="%231B1B1B"/></svg>');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer .headline_highlight {
  color: var(--hopeful_glow);
}
footer .headline_highlight::after {
  background: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 246 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.2084 31.8198L2.41723 1.84419L1.81306 1.81983H1.2084L1.2084 31.8198ZM46.1084 33.6305L44.8996 63.6061L46.1546 63.6568L47.4094 63.6023L46.1084 33.6305ZM91.1084 31.6772L92.3883 1.70448L91.0978 1.64938L89.8074 1.70539L91.1084 31.6772ZM136.108 33.5988L134.828 63.5715L136.666 63.6499L138.499 63.5034L136.108 33.5988ZM181.108 30.0013L181.142 0.0013294L179.928 -3.81684e-05L178.718 0.0967178L181.108 30.0013ZM226.108 30.052L229.396 0.232691L227.774 0.0538273L226.142 0.0519886L226.108 30.052ZM1.1084 31.8198L1.1084 61.8198H1.2084L1.2084 31.8198L1.2084 1.81983H1.1084L1.1084 31.8198ZM1.2084 31.8198L-0.00043522 61.7955L44.8996 63.6061L46.1084 33.6305L47.3172 3.65488L2.41723 1.84419L1.2084 31.8198ZM46.1084 33.6305L47.4094 63.6023L92.4094 61.6489L91.1084 31.6772L89.8074 1.70539L44.8074 3.65874L46.1084 33.6305ZM91.1084 31.6772L89.8285 61.6498L134.828 63.5715L136.108 33.5988L137.388 3.62612L92.3883 1.70448L91.1084 31.6772ZM136.108 33.5988L138.499 63.5034L183.499 59.9059L181.108 30.0013L178.718 0.0967178L133.718 3.69421L136.108 33.5988ZM181.108 30.0013L181.075 60.0013L226.075 60.0519L226.108 30.052L226.142 0.0519886L181.142 0.0013294L181.108 30.0013ZM226.108 30.052L222.82 59.8712L238.854 61.6391L242.142 31.8198L245.43 2.00055L229.396 0.232691L226.108 30.052Z" fill="%232C2C2C"/></svg>');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1366px) {
  .basic_head--sub_headline {
    max-width: 75%;
  }
}
.sp_header .phc_basic {
  grid-column: 2/12;
}
.phc_basic {
  grid-column: 3/11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2em;
}
.phc_basic.admissions {
  grid-column: 2/12;
}
.phc_left {
  grid-column: 1/8;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.phc_right {
  grid-column: 8/13;
}

.hbg_buttons {
  display: flex;
  align-items: stretch;
  gap: 1.25em;
}

.area_locations--wrap {
  display: flex;
  flex-direction: column;
  gap: 5em;
  margin-top: 2.5em;
  max-width: 80%;
}

.area_wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  width: 100%;
}

.areas_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625em;
  justify-content: center;
}

.area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  background-color: var(--oyster);
  border-radius: 0.25em;
  font-weight: var(--semi);
  text-decoration: none;
  transition: background-color 0.35s ease;
}

.lh1 {
  line-height: 1 !important;
}

.brow_image {
  width: 6.25em;
  height: auto;
  display: flex;
}
.brow_image.tst {
  width: 3.125em;
}

.admissions--wrap {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  margin-top: 5em;
}
.admission {
  padding: 1.5em;
  background-color: var(--dove);
  display: flex;
  flex-direction: column;
  gap: 7.5em;
  align-items: flex-start;
}

.adm_icon {
  width: 2.5em;
  height: 2.5em;
}

.adm_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.hc--left {
  display: flex;
  flex-direction: column;
  gap: 5em;
}
/* Heros */

.hc_left--content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}

.hc_left--image {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  max-width: 80%;
}

.image_wrap {
  display: flex;
  position: relative;
  width: 100%;
  border: 1em solid var(--outline_color);
  overflow: hidden;
}

.adress_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
section {
  padding: var(--section_spacing) var(--site_padding);
}
.lottie_player {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fd_icon {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}

.fd_rep {
  display: flex;
  gap: 3.125em;
}

.fd_content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.fd_title__desc {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.fd_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625em;
  margin: 0.5em 0;
}

.fd_rep:not(:last-child) {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 0.0625em solid var(--oyster);
}
.small_cta--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2em;
  align-items: center;
}
.small_cta--grid .s_cta--image {
  grid-column: 2/6;
}
.s_cta {
  padding: 5em var(--site_padding);
}
.s_cta--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
}
.small_cta--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25em;
  grid-column: 6/12;
}

.page_wrap .post_content--section li {
  margin-bottom: 0.25em;
}
.page_wrap > :not(.post_content--section) ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 0;
  margin: 0;
}
.page_wrap > :not(.post_content--section) ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 0;
  margin: 0;
}
.page_wrap > :not(.post_content--section) li::before {
  content: "";
  background: url('data:image/svg+xml,<svg width="1.5em" height="1.5em" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="24" height="24" rx="12" fill="%23F5D77A"/><path d="M18.6663 7L9.49967 16.1667L5.33301 12" stroke="%232C2C2C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1.5em;
  display: block;
  width: 1.5em;
  flex-shrink: 0;
  position: absolute;
  left: 0;
}
.page_wrap > :not(.post_content--section) ol > li {
  padding-left: 1.5em;
}
.page_wrap > :not(.post_content--section) ol > li::before {
  background: none;
  width: 0.25em;
  height: 0.25em;
  display: block;
  background-color: currentColor;
  position: absolute;
  left: 0.75em;
  top: 0.625em;
}
.img_grid {
  padding: 5em var(--site_padding);
}
.page_wrap li h5 {
  font-size: var(--fs16);
  line-height: 1.4;
  letter-spacing: normal;
}
.page_wrap > :not(.post_content--section) li {
  position: relative;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625em;
}

.fw_video:has(img) .fw_video--caption {
  position: absolute;
  bottom: 1em;
  right: 1em;
  mix-blend-mode: difference;
  color: var(--white);
  padding-right: 0;
  z-index: 5;
}

.fw_video--caption {
  padding-right: 1em;
}
.fw_video {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
  position: relative;
}
.fw_video--contained .fw_video--caption {
  padding-right: 0;
}
.fw_video--contained {
  position: relative;
  width: 100%;
  padding: 5em var(--site_padding);
  max-width: var(--cmw);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
}
.fw_video--wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.fw_video--wrap video {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.fw_video--wrap img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.play_video--wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.play_video--wrap {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 0;
  left: 0;
}

.play_btn svg {
  width: 1.25em;
  height: 1.25em;
}
.play_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  background-color: var(--white);
  color: var(--deep_black);
  border-radius: 0.25em;
  backdrop-filter: blur(0.5em);
  transition: all 0.35s ease;
}
.gallery_wrap {
  display: flex;
  gap: 1.25em;
  align-items: center;
  max-width: var(--cmw);
  margin: 0 auto;
}
.gallery_wrap.grid_2 img {
  object-fit: cover;
}
.gallery_wrap.grid_2 {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
.img_caption--wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .75em;
}

.gallery_wrap.grid_2 .image_wrap {
  flex-grow: 1;
}
.blog_posts--section {
  padding-top: 0;
}

.gallery_image {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1em solid var(--outline_color);
}

.gallery_image img {
  object-fit: cover;
  height: 100%;
}

.gallery_image:first-child {
  width: 65%;
}
.gallery_image:nth-child(2) {
  width: 75%;
}
.gallery_image:nth-last-child(2) {
  width: 75%;
}
.gallery_image:last-child {
  width: 65%;
}
.faq_heading {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.faq_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.faq_icon--line {
  position: absolute;
  width: 100%;
  height: 0.09375em;
  background-color: currentColor;
}
.faq_icon--line.vertical {
  height: 100%;
  width: 0.09375em;
}
.faq_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  padding: 2em 0;
  border-top: 0.0625em solid #0000001a;
  cursor: pointer;
  transition: border-color 0.35s ease;
}

.bg_db .faq_title {
  border-color: #ffffff1a;
}
.bg_sg .faq_title {
  border-color: #ffffff1a;
}
.faq_space {
  height: 2em;
}
.faq_content {
  height: 0;
  overflow: hidden;
}
section.uhc {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.uhc_ls {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 7.5em 10em;
  gap: 1.5em;
  background-color: var(--steady_ground);
  color: var(--white);
}

.uhc_rs {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  justify-content: center;
  padding: 7.5em 10em;
  background-color: var(--morning_light);
  text-align: center;
}
.uhc_rs.tst .btn {
  margin-top: 2em;
}

section.featured_article {
  background-color: var(--oyster);
  padding-bottom: 5em;
}
.featured_article .post_thumbnail {
  margin-top: 3em;
}

.post_thumbnail {
  position: relative;
  width: 100%;
  display: flex;
  padding-bottom: 56.25%;
}

.post_thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_title {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.article_content {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.ccta_content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.call_cta {
  padding: 1.5em 1.25em;
  background-color: var(--white);
  border: 0.0625em solid var(--morning_light);
  border-radius: 0.25em;
  display: flex;
  flex-direction: column;
  gap: 0.875em;
}

.call_button {
  display: flex;
  align-items: center;
  gap: 0.625em;
  padding: 0.625em;
  background-color: var(--deep_black);
  color: var(--white);
  text-decoration: none;
  border-radius: 0.25em;
}

.cbt_icon {
  width: 2.125em;
  height: 2.125em;
  color: var(--deep_black);
  background-color: var(--strength_within);
  padding: 0.625em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25em;
}

.ccta_content .call_cta {
  max-width: 80%;
}

.ccta_contact--info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.ccta_assessment {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.75em 4em;
  background-color: var(--morning_light);
}
.ccta_assessment--icon {
  width: 30%;
}
.ccta_assessment > p {
  max-width: 80%;
}
footer {
  padding: 8.125em 7.5em;
  background-color: var(--deep_black);
  color: var(--white);
}
.footer_content {
  display: flex;
  flex-direction: column;
  gap: 5em;
  max-width: var(--cmw);
  margin: 0 auto;
}
.mid_part {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625em;
}

.ic_block {
  padding: 2em;
  background-color: #ffffff0d;
  display: flex;
  align-items: flex-start;
  gap: 1em;
}

.icb_icon {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icb_content {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.bottom_part {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1em;
}

.footer_links--wrap {
  grid-column: 3/6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}

.footer_info {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.footer_logo {
  width: 12.5em;
}

.footer_links {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}

.fl_social {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5em;
  transition: all 0.35s ease;
}
.fl_social p {
  display: flex;
  flex-direction: column;
  position: relative;
}
.fl_social p::after {
  content: "";
  width: 0%;
  height: 0.0625em;
  background-color: currentColor;
  transition: all 0.35s ease;
  position: absolute;
  bottom: -0.0625em;
}

.fls_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125em;
  height: 1.125em;
}
.partner_logos {
  display: flex;
  gap: 0.625em;
  align-items: center;
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.partner_logos > * {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pl_wrap img {
  height: 100%;
  width: auto;
  max-height: 1.625em;
}
.bcta_content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
  justify-content: center;
  padding: 7.5em;
  background-color: var(--morning_light);
}

.tm_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  row-gap: 5em;
  margin: 5em 0;
}

.ots_heading {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

.tm_image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.tm_image {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  position: relative;
  padding-bottom: 100%;
}

.tm_block {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-decoration: none;
}

.tm_image img {
  transition: all 0.35s ease;
  object-fit: cover;
}
.tm_content p {
  line-height: 1;
}
.tm_content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.team_button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.clts_content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.h__ic--content {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
.h__ic--heading {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
  margin-bottom: 5em;
}
.tm_head {
  padding-top: 15em;
}
.thc_left {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.tm_head--sub_headline {
  margin-top: 1em;
}
.fw_image--section {
  padding: 2em var(--site_padding);
}
.phc_basic.single {
  align-items: flex-start;
  text-align: left;
  gap: 2em;
  grid-column: 1/7;
}

.page_head .img__caption--wrap {
  grid-column: 8/13;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1em;
}

.sph_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.sph_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page_head.single .page_head--content {
  align-items: flex-start;
}
.page_head.single {
  padding-top: var(--nav_space);
}
.treatment_block:not(:last-child) {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 0.0625em solid var(--oyster);
}
strong {
  font-weight: var(--semi) !important;
}
.post_content--section strong {
  font-weight: var(--bold) !important;
}
.post_content--section .rich p {
  margin-bottom: 1rem;
}
.page_wrap > :not(.post_content--section) .rich {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.rich a:not(.link) {
  display: inline;
  font-weight: var(--semi);
  text-decoration: underline;
}

.rich ul h4 {
  font-weight: var(--semi);
}
.rich ul {
  margin: 0.75em 0;
}
.bttr_field {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 0.0625em solid var(--oyster);
  border-radius: 0.25em;
  transition: border-color 0.35s ease !important;
  background-color: var(--white);
}

.bttr_dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  padding: 1.25em;
  cursor: pointer;
}

.bttr_dd--icon {
  width: 0.5em;
  height: 0.25em;
}

.bttr_select {
  padding: 0 1.25em;
  height: auto;
  overflow: hidden;
  height: 0;
}

.bttr_days {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5em;
  row-gap: 1em;
  padding-top: 1.5em;
  border-top: 0.0625em solid var(--oyster);
  margin-bottom: 2em;
}

.bttr_time {
  display: flex;
  align-items: center;
  gap: 0.625em;
  margin-bottom: 1.5em;
  cursor: pointer;
  width: fit-content;
}

.bttr_checkbox {
  display: flex;
  gap: 0.25em;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.bttr_check::after {
  content: "";
  display: block;
  width: 0.375em;
  height: 0.375em;
  background-color: var(--steady_ground);
  scale: 0;
  border-radius: 0.0625em;
  transition: all 0.35s ease;
}
.bttr_check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.125em;
  border: 0.0625em solid var(--grey--lighter);
}
.bttr_checkbox.active .bttr_check::after {
  scale: 1;
}
.bttr_time--check {
  width: 1.5em;
  height: 0.75em;
  background-color: var(--steady_ground);
  border-radius: 0.25em;
  display: flex;
  align-items: center;
  padding: 0.1875em;
  position: relative;
}

.bttr_time--check::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.375em;
  height: 0.375em;
  left: 0.1875em;
  background-color: var(--oyster);
  border-radius: 0.0625em;
  transition: all 0.35s ease;
}

.bttr_time.evenings .bttr_time--check::after {
  translate: 200% 0;
}
.bttr_time.mornings .bttr_time--check::after {
  translate: 0% 0;
}
.central_heading {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.cards_wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1em;
  row-gap: 3em;
  margin-top: 5em;
}

.c_card {
  display: flex;
  flex-direction: column;
  gap: 7.5em;
  padding: 1.875em;
  background-color: var(--dove);
  border-radius: 0.25em;
}
.bg_dove .c_card {
  background-color: var(--morning_light);
}
input,
textarea,
select {
  padding: 1.25em !important;
  line-height: 1 !important;
  font-size: 1em !important;
  font-weight: var(--med) !important;
  border: 0.0625em solid var(--grey--lightest) !important;
  outline: none !important;
  box-shadow: none !important;
  transition: border-color 0.35s ease !important;
  background-color: var(--white) !important;
}
input,
select {
  height: auto !important;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--grey) !important;
}
.gform-footer {
  margin-top: 2.5em !important;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
.bttr_field:hover,
.bttr_field:focus {
  border-color: var(--grey) !important;
}
form .datepicker {
  width: 100% !important;
  flex-shrink: 0 !important;
  padding-right: 2em !important;
}
textarea {
  max-height: 10em !important;
  min-height: 5em !important;
}
input[aria-invalid="true"] {
  border-color: #ff383c !important;
}
textarea[aria-invalid="true"] {
  border-color: #ff383c !important;
}
select[aria-invalid="true"] {
  border-color: #ff383c !important;
}
.gform-theme--framework
  .gfield_validation_message:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  color: #ff383c !important;
  font-size: 0.875em !important;
  margin-top: 0.5em !important;
}
.gform_validation_errors {
  background-color: transparent !important;
  border: 0.0625em solid #ff383c !important;
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 2em !important;
}
.gform_validation_errors * {
  color: #ff383c !important;
}
.gform-icon--circle-error {
  display: none !important;
}
.sucess_state {
  padding: 3em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  text-align: center;
  background-color: var(--morning_light);
  border-radius: 0.25em;
}

.ss_icon {
  z-index: 2;
  width: 3em;
  height: 3em;
  margin: 0 auto;
}

.gform_fields {
  row-gap: 1.25em !important;
}

form .button {
  padding: 1em 1.5em !important;
  background-color: var(--deep_black) !important;
  color: var(--white) !important;
  border-radius: 0.25em !important;
  font-size: var(--fs16) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.375em !important;
  border: none !important;
  transition: background-color 0.35s ease !important;
}

.cards_wrap.two_col .c_card {
  gap: 3.75em;
}

.cards_wrap.two_col {
  grid-template-columns: repeat(2, auto);
}

.c_card .fd_content {
  flex-grow: 1;
}

.c_card .fd_title__desc {
  gap: 1.5em;
}
.c_card .fd_link {
  margin-top: auto;
}

.heading_wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
  align-items: flex-start;
}
.circ_list--wrap {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.circ_list--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.75em;
  height: 0.75em;
  flex-shrink: 0;
}

.bg_db .circ_list--icon {
  color: var(--hopeful_glow);
}
.bg_sg .circ_list--icon {
  color: var(--hopeful_glow);
}

.circ_list {
  display: flex;
  gap: 1em;
  align-items: baseline;
}

.circ_list:not(:last-child) {
  padding-bottom: 1.25em;
  border-bottom: 0.0625em solid #0000001a;
}

.bg_db .circ_list:not(:last-child) {
  border-color: #ffffff1a;
}
.bg_sg .circ_list:not(:last-child) {
  border-color: #ffffff1a;
}
.cards_wrap.column {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-top: 3.75em;
}

.cards_wrap.column .c_card {
  gap: 2.5em;
}
.categores_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
  margin-bottom: 2em;
  z-index: 99;
  position: relative;
}

.cat_link {
  padding: 0.625em;
  font-size: var(--fs16);
  font-weight: var(--semi);
  text-decoration: none;
  position: relative;
  transition: background-color 0.35s ease;
  border-radius: 0.25em;
}
.cat_link.active {
  background-color: var(--oyster);
}
.fa_cats a:not(:last-child)::after {
  content: ",";
}
.fa_cats p:not(:last-child)::after {
  content: ",";
}
.cat--date {
  display: flex;
  align-items: center;
  gap: 0.25em;
  flex-wrap: wrap;
}

.fa_cats {
  display: flex;
  gap: 0.25em;
}

.article_link {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 3.75em;
  align-items: center;
  text-decoration: none;
  padding: 1.5em;
  background-color: var(--white);
  transition: background-color 0.35s ease;
}
.post_thum--img {
  transition: all 0.35s ease;
}

.article_link.vertical {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
.article_link.vertical .fa_thumb {
  width: 100%;
}
.article_link.vertical:has(.fa_thumb) .fa_content {
  flex-grow: 1;
}
.article_link.vertical .fa_content {
  width: 100%;
  gap: 2em;
}
.article_link.vertical .fa_excerpt--link {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin-top: auto;
}
.article_link.vertical .fa_date--title {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.fa_thumb {
  grid-column: 1/6;
  overflow: hidden;
  display: flex;
  position: relative;
  padding-bottom: 56.25%;
}
.fa_thumb > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fa_content {
  grid-column: 6/11;
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.posts_query {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin-top: 1em;
}
.more--cats .cl_text {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.more--cats .cl_text--icon {
  width: 0.5em;
  height: 0.25em;
}

.more_cats {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: background-color 0.35s ease;
  border-radius: 0.25em;
}
@media (min-width: 992px) {
  .more_cats:has(.cat_link.active) {
    background-color: var(--oyster);
  }
}

.more--cats {
  cursor: pointer;
}
.cats_dropdown {
  position: absolute;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  padding: 0 0.625em;
  background-color: var(--white);
  border-radius: 0.25em;
  box-shadow: 0.375em 0.375em 1.25em 0em #0000001a;
  overflow: hidden;
  min-width: 10em;
  width: max-content;
  max-height: 0;
}

.cats_dropdown .cat_link:first-child {
  margin-top: 0.625em;
}

.cats_dropdown .cat_link:last-child {
  margin-bottom: 0.625em;
}

.cats_dropdown .cat_link.active {
  background-color: var(--oyster);
  pointer-events: none;
}

.cats_dropdown .cat_link {
  border-radius: 0.25em;
}
.page_wrap:has(.ccta:first-child) .ccta {
  padding-top: var(--nav_space);
}
.wb_mrv--wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5em;
}
.wb_mrv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.limit_3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.cnm_modul {
  padding: 1.25em;
  box-shadow: 0px 4px 20px 0px #0000001a;
  background-color: var(--white);
  border-radius: 0.25em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: fixed;
  bottom: var(--site_padding-smaller);
  right: var(--site_padding-smaller);
  z-index: 99999;
  translate: 0 1em;
  opacity: 0;
  pointer-events: none;
}

.cnm_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 3.75em;
}

.cnm_close {
  width: 2em;
  height: 2em;
  padding: 0.5em;
  background-color: transparent;
  border-radius: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 0.35s ease;
  color: var(--deep_black);
}

.call_link {
  padding: 0.625em;
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: var(--deep_black);
  color: var(--white);
  gap: 0.625em;
  transition: background-color 0.35s ease;
  border-radius: 0.25em;
}

.cl__icon {
  width: 2.125em;
  height: 2.125em;
  padding: 0.625em;
  background-color: var(--steady_ground);
  border-radius: 0.125em;
  transition: background-color 0.35s ease;
}

.cl__text {
  font-size: var(--fs16);
  font-weight: var(--semi);
}
.uhc_ls p,
.uhc_rs p {
  padding: 0 2em;
}
.scd {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: fit-content;
  cursor: pointer;
  position: absolute;
  bottom: 3.75em;
  left: 50%;
  translate: -50% 0;
  gap: 0.125em;
}

.scd_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.75em;
  height: 0.5em;
  transition: 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes scDown {
  0% {
    opacity: 1;
    transform: translateY(0em);
  }
  100% {
    opacity: 0.3;
    transform: translateY(-0.25em);
  }
}
.scd_icon {
  animation: scDown 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite alternate;
}
.scd_icon:nth-child(2) {
  animation-delay: 0.15s;
}
.post_content--section {
  padding: 2.5em var(--site_padding);
}
.c_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
}

.cp_content {
  display: flex;
  flex-direction: column;
  background-color: var(--morning_light);
  padding: 5em;
  overflow: auto;
  height: 100%;
  grid-column: 2/2;
  z-index: 2;
}

.cp__title {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: space-between;
  margin-bottom: 5em;
}

.close_cp {
  cursor: pointer;
  width: 2em;
  height: 2em;
  display: flex;
  padding: 0.5em;
  background-color: var(--white);
  border-radius: 0.25em;
  flex-shrink: 0;
  transition: background-color 0.35s ease;
}

.cp__headline {
  margin-bottom: 3.75em;
}

.cpf_block {
  display: flex;
  align-items: center;
  gap: 0.75em;
}

.cpf_icon {
  width: 2em;
  height: 2em;
  background-color: var(--white);
  padding: 0.625em;
  border-radius: 0.25em;
}

.cp__footer {
  display: flex;
  align-items: flex-start;
  gap: 1.5em;
  margin-top: 5em;
  flex-direction: column;
}
.cp_overlay {
  background-color: #171717cc;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.icb_content a {
  transition: all 0.35s ease;
}
.c_popup .sucess_state {
  background-color: var(--white);
}
.faq_item.active .faq_title {
  border-color: var(--deep_black) !important;
}
@media (max-width: 1440px) {
  .uhc_rs {
    padding: 7.5em 5em;
  }
}
.hbg .phc_right {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 992px) {
  .footer_links .link:hover {
    opacity: 0.6;
  }
  .hbg .phc_left {
    margin-left: -5em;
    width: calc(100% + 5em);
  }
  .hbg .phc_right {
    padding-left: 6.25em;
    width: calc(100% + 5em);
  }
  .mobile_only {
    display: none !important;
  }
  header.dark .contact_tab .btn:hover {
    background-color: var(--steady_ground);
  }
  .nav_link-dd:hover::before {
    content: "";
  }
  .nav_link--wrap:hover .nlt_text::after {
    width: 100%;
  }
  .child_links > .nav_link-dd:hover,
  .child_links > *:hover {
    background-color: var(--strength_within) !important;
  }
  .inner_child_links a:hover {
    background-color: var(--strength_within);
  }
  .btn:hover {
    background-color: var(--deep_black);
    color: var(--white);
  }
  .contact_tab .link {
    transition: opacity 0.35s ease;
  }
  .contact_tab .link:hover {
    opacity: 0.6;
  }
  .btn.dark:hover {
    background-color: var(--steady_ground);
  }
  .btn.transparent.dark:hover {
    color: var(--white);
    background-color: var(--deep_black);
    border-color: var(--deep_black);
  }
  .btn.transparent.white:hover {
    color: var(--deep_black);
    border-color: var(--white);
    background-color: var(--white);
  }
  .link:hover .link_icon {
    translate: 0.25em 0;
  }
  .article_link:hover .link .link_icon {
    translate: 0.25em 0;
  }
  .article_link:hover .link .link_dots--inner {
    animation-play-state: running;
  }
  .link:hover .link_dots--inner {
    animation-play-state: running;
  }
  .area:hover {
    background-color: var(--strength_within);
  }
  .faq_item:hover .faq_title {
    border-color: var(--deep_black);
  }
  .fl_social:hover {
    opacity: 0.6;
  }
  .fl_social:hover p::after {
    width: 100%;
  }
  .tm_block:hover .tm_image img {
    scale: 1.05;
  }
  .rich a:not(.link):hover {
    text-decoration: none;
  }
  form .button:hover {
    background-color: var(--steady_ground) !important;
  }
  .article_link:hover .post_thum--img {
    scale: 1.05;
  }
  .article_link:hover {
    background-color: var(--oyster);
  }
  .more_cats:hover,
  .cat_link:hover {
    background-color: var(--oyster);
  }
  .cats_dropdown .cat_link:hover {
    background-color: #f0a50e;
  }
  .cnm_close:hover {
    background-color: var(--oyster);
  }
  .call_link:hover .cl__icon {
    background-color: var(--deep_black);
  }
  .call_link:hover {
    background-color: var(--steady_ground);
  }
  .scd:hover .scd_icon {
    animation-play-state: paused;
  }
  .close_cp:hover {
    background-color: var(--oyster);
  }
  .icb_content a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .play_video--wrap:hover .play_btn {
    background-color: #ffffff33;
    color: var(--white);
  }
}

@media (max-width: 992px) {
  .page_wrap:has(.ccta:first-child) .ccta {
    margin-top: 6.25em;
  }
  header.light .nav_links > .nav_link--wrap > a,
  header.light .nav_links > .nav_link--wrap > .nav_link-dd {
    color: var(--steady_ground);
  }
  .light_logo {
    display: none !important;
  }
  .dark_logo {
    display: block !important;
  }
  header.light .nav {
    color: var(--steady_ground);
    background-color: var(--morning_light);
  }
  .contact_tab.mobile_only {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    float: none;
    padding: 0 1.25em;
    margin-top: 1.25em;
  }
  .page_head.hbg .page_head--content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 2em;
    padding: 2em 1.25em;
    align-items: flex-start;
  }
  .page_wrap {
    width: 100%;
  }
  .site_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .head_bg {
    position: relative;
    display: flex;
    overflow: hidden;
  }
  .page_head.hbg {
    min-height: auto;
    max-height: none;
    display: flex;
    padding: 0;
    flex-direction: column;
    color: var(--deep_black);
  }
  .page_head {
    margin-top: 6.25em;
  }
  .hbg_buttons .btn:not(.transparent) {
    background-color: var(--deep_black);
    color: var(--white);
  }
  .hbg_buttons .btn.transparent {
    border-color: var(--deep_black);
    color: var(--deep_black);
  }
  :root {
    --site_padding: 1.25em;
    --section_spacing: 5em;
    --nav_space: 5em;
    --h1: 2.25em;
    --h2: 1.875em;
    --h3: 1.875em;
    --h4: 1.25em;
    --fs18: 1em;
    --fs20: 1.125em;
    --fs22: 1.25em;
    --fs28: 1.375em;
  }
  .container-fluid {
    padding: 0 !important;
  }
  h1 {
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  .fd_rep {
    flex-direction: column;
  }
  .s_cta--image {
    margin-bottom: 2.5em;
  }
  .faq_acc {
    margin-top: 5em;
  }
  .img_grid {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.uhc {
    display: flex;
    flex-direction: column;
  }
  .uhc_ls {
    padding: 6.25em 3.75em;
  }
  .uhc_rs {
    padding: 6.25em 3.75em;
  }
  .col-lg-3:not(:has(*)) {
    display: none;
  }
  .featured_article .post_thumbnail {
    width: calc(100% + 2.5em);
    margin-left: -1.25em;
  }
  section.featured_article {
    padding-bottom: 0;
  }
  .ccta_content {
    margin-bottom: 5em;
  }
  footer {
    padding: 6.25em var(--site_padding);
  }
  .mid_part {
    display: flex;
    flex-direction: column;
  }
  .bottom_part {
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  .footer_links--wrap > * {
    width: 50%;
  }
  .footer_links--wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 2em;
  }
  .copyrights {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 2em;
  }
  .hc_left--image {
    max-width: none;
  }
  .h__ic--content {
    margin-top: 2.5em;
  }

  .contact_tab {
    display: none;
  }
  .gallery_image {
    border-width: 0.875em;
  }
  .gallery_wrap:not(.grid_2) {
    gap: 0.625em;
  }
  .img_grid {
    width: 250%;
    max-width: none;
    margin-left: -75%;
  }
  .img_grid:has(.grid_2) {
    width: 100%;
    margin: 0;
    padding: 0 1.25em;
  }
  .gallery_wrap.grid_2 {
    gap: 0.625em;
  }
  .image_wrap {
    border-width: 0.875em;
  }
  .c_popup {
    display: flex;
    overflow: hidden;
  }
  .cp_content {
    padding: 5em 1.25em;
  }
  .desktop_only {
    display: none !important;
  }
  .head_bg::after {
    content: none;
  }
  .nav {
    padding: 1em 1.25em;
    justify-content: space-between;
  }
  .logo {
    height: 2.25em;
  }
  .btn {
    padding: 1em;
  }
  .hbg_buttons {
    gap: 1em;
  }
  .hbg_buttons * {
    width: 100%;
  }
  .fd_rep {
    gap: 2.5em;
  }
  .page_head.basic {
    padding: 5em 1.25em;
    padding-bottom: 7.5em;
  }
  .uhc_ls p,
  .uhc_rs p {
    padding: 0;
  }
  .bcta_content {
    padding: 5em 1.25em;
  }
  .scd {
    bottom: 3.125em;
  }
  .page_head--content.basic {
    display: flex;
    flex-direction: column;
  }

  .cards_wrap.two_col {
    display: flex;
    flex-direction: column;
  }

  .menu .fd_rep:first-child {
    border-top: 0.0625em solid var(--oyster);
    padding-top: 2.5em;
  }

  .ots_heading {
    max-width: none;
  }

  .tm_wrap {
    display: flex;
    flex-direction: column;
  }
  .menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    overflow: hidden;
    background-color: var(--white);
    height: calc(100vh - 6.25em);
    max-height: 0vh;
  }
  .nav_links {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
  }
  .nav_link--wrap {
    width: 100%;
  }
  .nav_link-dd {
    padding: 1.25em;
    border-bottom: 0.0625em solid var(--oyster);
  }
  .nav_link--wrap:last-child .nav_link-dd {
    border-bottom: none;
  }
  .nlt_icon {
    rotate: -90deg !important;
  }
}

.idi_line {
  position: absolute;
  background-color: currentColor;
  width: 100%;
  height: 0.0625em;
}

.idi_line.vertical {
  height: 100%;
  width: 0.0625em;
}
@media (min-width: 1920px) {
  .hbg .phc_left {
    grid-column: 1/6;
  }
  .hbg .phc_right {
    padding-left: 5em;
  }
}
.breadcrumbs {
  display: flex;
  gap: 0.25em;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.rich > h2 {
  font-size: var(--h3);
  margin-bottom: 0.875rem;
}
.rich > h3 {
  font-size: 1.75em;
  margin-bottom: 0.875rem;
}
.rich > h4 {
  font-size: 1.25em;
  margin-bottom: 0.875rem;
}
.wp-block-image {
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .rich > h2 {
    font-size: 1.75em;
  }
  .rich > h3 {
    font-size: 1.5em;
  }
  .rich > h4 {
    font-size: 1.125em;
  }
}
.rich > h2,
.rich > h3,
.rich > h4 {
  margin-top: 2rem;
}
blockquote {
  padding: 1em;
  border-left: 0.125em solid var(--steady_ground);
}
.circ_list--content p {
  display: inline;
}
.child_links--mobile {
  display: none;
}
@media (max-width: 992px) {
  .child_links--mobile {
    display: block;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: var(--white);
    z-index: 2;
    translate: 110% 0%;
  }
  .inner_child_links {
    margin-left: -1.25em;
    width: calc(100% + 2.5em);
  }
  .child_links--mobile > * {
    display: flex;
    padding: 1.25em;
    border-bottom: 0.0625em solid var(--oyster);
    text-decoration: none;
    color: var(--steady_ground);
    overflow: hidden;
  }
  .child_links--mobile > *:last-child {
    border-bottom: none;
  }
  .nav_link--title.main {
    opacity: 1 !important;
  }
  .nlt_icon {
    transform: rotate(0deg) !important;
  }
  .inner_child_links > * {
    padding: 1.25em 2.5em;
    text-decoration: none;
  }
  .back_to--main {
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    background-color: var(--white);
  }

  .back_to--main svg {
    position: absolute;
    left: 1.25em;
  }
  .menu_btn {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375em;
    flex-direction: column;
  }

  .menu_line {
    width: 100%;
    height: 0.125em;
    background-color: var(--deep_black);
  }
  .cnm_modul {
    left: 1.25em;
    bottom: 1.25em;
    right: auto;
    width: calc(100% - 2.5em);
    padding: 1em;
    box-shadow: 0px 4px 20px 0px #0000001a;
  }

  .cnm_close {
    width: 1.75em;
    height: 1.75em;
  }
  .row.row_mobile {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .row.row_mobile > * {
    width: 100%;
    flex-shrink: 1;
  }
  .page_head.single .scd {
    display: none;
  }
  .phc_basic.single {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .page_head--content.single {
    display: flex;
    flex-direction: column;
    gap: 5em;
  }
  .hc--right {
    margin-top: 5em;
  }
  .h__ic--heading {
    margin-bottom: 3.75em;
  }
  .ccta_assessment {
    padding: 3.75em 1.25em;
  }
  .mb_100 {
    margin-bottom: 3.75em;
  }
  .cards_wrap {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .c_card,
  .cards_wrap.column .c_card {
    gap: 3.75em;
    padding: 1.5em;
  }
  .categories_list.mobile_only {
    z-index: 99;
    position: relative;
  }

  .cats_dropdown {
    width: 100%;
  }
  .filter_icon {
    width: 2.5em;
    height: 2.5em;
    padding: 0.5em;
    background-color: var(--white);
  }
  .more--cats .cl_text {
    gap: 0.625em;
  }
  .more--cats {
    padding: 0.625em 0;
  }
  .article_link {
    display: flex;
    flex-direction: column;
    gap: 2.5em;
    padding: 1.25em;
  }
  .article_link .fa_thumb {
    width: 100%;
  }
  .article_link .fa_content {
    width: 100%;
    gap: 2em;
    flex-grow: 1;
  }
  .article_link .fa_excerpt--link {
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin-top: auto;
  }
  .article_link .fa_date--title {
    display: flex;
    flex-direction: column;
    gap: 1em;
  }
  .posts_query {
    display: flex;
    flex-direction: column;
  }
  .fw_video--contained {
    padding: 5em 1.25em;
  }
  .small_cta--grid {
    display: flex;
    flex-direction: column;
  }
  .posts_query.related {
    margin-top: 5em;
  }
  .cp__title .dark_logo {
    height: 2.25em;
    width: auto;
  }
  .cp_content {
    padding: 0;
    padding-bottom: 3.75em;
  }
  .close_cp {
    background-color: transparent;
  }
  .cp__title {
    position: sticky;
    top: 0;
    background-color: var(--morning_light);
    padding: 1.25em;
  }
  .cp__headline,
  .cp__form,
  .cp__footer {
    padding: 0 1.25em;
  }
  .sucess_state {
    padding: 3em 1.25em;
  }
  .child_links {
    display: none;
  }
}
.pagination {
  margin-top: 5em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
}

.pagination > * {
  width: 2em;
  height: 2em;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  transition: background-color 0.35s ease;
  font-size: var(--fs16);
  font-weight: var(--semi);
}
.pagination > *:hover {
  background-color: var(--strength_within);
}
.pagination > *[aria-current="page"] {
  background-color: var(--oyster) !important;
  pointer-events: none;
}
.page--icon {
  width: 0.75em;
  height: 1em;
}
.s_cta--image {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 1em;
  align-items: flex-end;
}
figcaption {
  font-size: var(--fs12);
  color: var(--grey);
  text-align: right;
}
.cr_text {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}
.wp-block-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@keyframes typeBlink {
  50% {
    opacity: 0;
  }
}
.typing {
  color: var(--hopeful_glow);
  animation: typeBlink 0.5s step-end infinite alternate;
  display: none;
}
.loading_wrap {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--oyster);
  text-align: center;
  overflow: hidden;
  padding: 0 1.25em;
}
.loading_text {
  overflow: hidden;
}
.page-numbers.dots {
  pointer-events: none;
}
header.logged_in {
  top: 32px;
}
@media (max-width: 992px) {
  header.logged_in {
    top: 46px;
  }
}
.ccta_caption {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
