h1,
.h1 {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -1.33px;
  font-size: clamp(2.5rem, -1.472rem + 6.356vw, 4.375rem);
}
@media (max-height: 920px) and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}

h2,
.h2 {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.8px;
  font-size: clamp(1.875rem, -2.097rem + 6.356vw, 3.75rem);
}
@media (max-height: 920px) and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  }
}

h3,
.h3 {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.5px;
  font-size: clamp(1.75rem, -1.163rem + 4.661vw, 3.125rem);
}
@media (max-height: 920px) and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: clamp(1.75rem, 0.161rem + 2.542vw, 2.5rem);
  }
}

h4,
.h4 {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
  font-size: clamp(1.5rem, -0.619rem + 3.39vw, 2.5rem);
}
@media (max-height: 920px) and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: clamp(1.5rem, 0.706rem + 1.271vw, 1.875rem);
  }
}

h5,
.h5 {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02px;
  font-size: clamp(1.125rem, 0.86rem + 0.424vw, 1.25rem);
}

p,
ul {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

p a {
  color: #0C2A4A;
  display: inline-block;
}
p a:hover, p a:focus {
  color: #0C2A4A;
}

.body-1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.16px;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
}

.body-2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.154px;
  font-size: 0.875rem;
}

.eyebrow-1 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0.72px;
  font-size: clamp(1rem, 0.735rem + 0.424vw, 1.125rem);
  text-transform: uppercase;
}

.eyebrow-2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.56px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.content > * + * {
  margin-top: 1.5em;
}
.content > * + :is(h2, .h2, h3, .h3, h4, .h4) {
  margin-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
.content > :is(h2, .h2, h3, .h3, h4, .h4) + * {
  margin-top: clamp(0.9375rem, 0.275rem + 1.059vw, 1.25rem);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0 solid;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #000000;
  background-color: #FFFCF7;
  overflow-x: clip;
  position: relative;
}

html.js-no-scroll {
  overflow-y: hidden;
}

body.js-no-scroll {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

ol,
ul,
menu {
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto;
}

.canvas-wrapper {
  position: relative;
  min-height: auto;
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

p {
  line-height: inherit;
}
p:last-child {
  margin-bottom: 0;
}

main {
  position: relative;
  overflow-x: clip;
  min-height: calc(100dvh - 12.5rem - 100px);
}

.container {
  max-width: 99.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (max-width: 640px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.skip-main {
  left: auto;
  position: absolute;
  top: -60px;
  width: 1px;
  height: 50px;
  overflow: hidden;
  z-index: -999;
  color: #fff;
  background-color: white;
  font-size: 1.2em;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid white;
  text-align: center;
  width: 30%;
  z-index: 999;
  color: white;
  left: auto;
  overflow: auto;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (max-width: 900px) {
  .skip-main {
    margin: 10px 20%;
    width: 60%;
  }
}
.skip-main:focus, .skip-main:active {
  top: 0;
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}
.wp-caption.alignleft, .wp-caption.alignright {
  display: table;
}
.wp-caption.alignleft figcaption, .wp-caption.alignright figcaption {
  display: table-caption;
  caption-side: bottom;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  margin: 0;
  margin-right: 2rem;
}

.alignright {
  float: right;
  margin: 0;
  margin-left: 2rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 100;
  visibility: visible;
}
@media (max-width: 1024px) {
  .site-header {
    height: 5rem;
  }
}
.site-header .logo svg {
  width: auto;
  height: 3.875rem;
}
@media (max-width: 1024px) {
  .site-header .logo svg {
    height: 2.5rem;
  }
}
.site-header .menu {
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .site-header .menu {
    display: none;
  }
}
.site-header .menu .menu-item a {
  padding: 0.625rem 0;
  border-bottom: 4px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.site-header .menu .menu-item.current-menu-item a, .site-header .menu .menu-item:hover a {
  border-bottom-color: #DF735E;
}
.site-header .header-contact {
  height: 6.25rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .site-header .header-contact {
    display: none;
  }
}
.site-header .header-contact:hover, .site-header .header-contact--active {
  background-color: #0C2A4A;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  body.js-no-scroll .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  body.js-no-scroll .canvas-wrapper {
    padding-top: 5rem;
  }
}
[data-dgtakeover-toggle] {
  display: none;
  position: relative;
  cursor: pointer;
  z-index: 101;
  gap: 0.625rem;
}
[data-dgtakeover-toggle] span {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  [data-dgtakeover-toggle] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
[data-dgtakeover-toggle] svg path {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
[data-dgtakeover-toggle].takeover__opening svg path {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

[data-dgtakeover-toggle] {
  width: 3rem;
  height: 3rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: 101;
  margin-right: -0.875rem;
}
[data-dgtakeover-toggle] span {
  position: absolute;
  width: 1.25rem;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
  background-color: black;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
[data-dgtakeover-toggle]:before, [data-dgtakeover-toggle]:after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 2px;
  top: calc(50% - 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 1px;
  background-color: black;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: background-color 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, background-color 0.4s;
  transition: transform 0.4s, background-color 0.4s, -webkit-transform 0.4s;
}
[data-dgtakeover-toggle]:after {
  top: calc(50% + 6px);
}
[data-dgtakeover-toggle].takeover__opening span {
  opacity: 0;
}
[data-dgtakeover-toggle].takeover__opening:before {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}
[data-dgtakeover-toggle].takeover__opening:after {
  -webkit-transform: translate(-50%, -6px);
          transform: translate(-50%, -6px);
}
[data-dgtakeover-toggle].takeover__open:before {
  -webkit-transform: translate(-50%, 8px) rotate(45deg);
          transform: translate(-50%, 8px) rotate(45deg);
}
[data-dgtakeover-toggle].takeover__open:after {
  -webkit-transform: translate(-50%, -6px) rotate(-45deg);
          transform: translate(-50%, -6px) rotate(-45deg);
}

[data-dgtakeover-menu] {
  height: 0;
  background-color: #FFFCF7;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
[data-dgtakeover-menu].takeover__opening {
  height: calc(100vh - 6.25rem);
  height: calc(100dvh - 6.25rem);
}
@media (max-width: 1024px) {
  [data-dgtakeover-menu].takeover__opening {
    height: calc(100vh - 5rem);
    height: calc(100dvh - 5rem);
  }
}
[data-dgtakeover-menu].takeover__open .takeover-content {
  opacity: 1;
}
[data-dgtakeover-menu].takeover__open .mobile-menu__item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
[data-dgtakeover-menu] .takeover-content {
  height: 100%;
  opacity: 0;
  padding: 2.5rem 1.875rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  [data-dgtakeover-menu] .takeover-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
[data-dgtakeover-menu] .mobile-menu__item {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  border-bottom: 1px solid rgba(12, 42, 74, 0.12);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
[data-dgtakeover-menu] .mobile-menu__item:first-child {
  border-top: 1px solid rgba(12, 42, 74, 0.12);
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
[data-dgtakeover-menu] .mobile-menu__item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
[data-dgtakeover-menu] .mobile-menu__link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.24px;
  padding: clamp(1rem, -0.059rem + 1.695vw, 1.5rem) 0;
  -webkit-transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}
@media (hover: hover) {
  [data-dgtakeover-menu] .mobile-menu__link:hover {
    color: #DF735E;
    padding-left: 0.75rem;
  }
}
[data-dgtakeover-menu] .mobile-menu__link--active {
  color: #DF735E;
}
[data-dgtakeover-menu] .mobile-menu__cta {
  margin-top: 2.5rem;
  padding: 1.125rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
[data-dgtakeover-menu] .mobile-menu__cta--active {
  background-color: #0C2A4A;
  color: #FFFFFF;
}
@media (hover: hover) {
  [data-dgtakeover-menu] .mobile-menu__cta:hover {
    background-color: #0C2A4A;
    color: #FFFFFF;
  }
}

.site-footer {
  position: relative;
  z-index: 1;
  background-color: #FFFCF7;
  overflow: hidden;
}
.site-footer .footer-inner {
  padding-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  padding-bottom: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  padding-right: clamp(180px, 19vw, 336px);
  min-height: calc(calc(clamp(180px, 19vw, 336px) * 1.0267) + clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem));
}
@media (max-width: 900px) {
  .site-footer .footer-inner {
    padding-right: 160px;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-inner {
    padding-right: 120px;
    padding-bottom: 40px;
  }
}
.site-footer .footer-links {
  gap: clamp(2rem, -7.004rem + 14.407vw, 6.25rem);
  row-gap: clamp(2.5rem, 1.176rem + 2.119vw, 3.125rem);
  padding-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
.site-footer .footer-inner::before {
  content: "";
  position: absolute;
  top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  left: max(1.875rem, (100% - 95.75rem) * 0.5);
  right: clamp(180px, 19vw, 336px);
  border-top: 1px solid rgba(12, 42, 74, 0.12);
}
.site-footer .footer-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: clamp(2rem, -7.004rem + 14.407vw, 6.25rem);
}
.site-footer .footer-nav ul {
  gap: 20px;
}
.site-footer .footer-nav a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.342px;
  font-size: 1.125rem;
  color: #0C2A4A;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-footer .footer-nav a:hover, .site-footer .footer-nav a:focus {
  color: #DF735E;
}
.site-footer .footer-nav li.current-menu-item a {
  color: #DF735E;
}
.site-footer .footer-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  gap: 40px;
}
@media (max-width: 900px) {
  .site-footer .footer-inner {
    border-top: 1px solid rgba(12, 42, 74, 0.12);
  }
  .site-footer .footer-inner::before {
    content: none;
  }
  .site-footer .footer-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.site-footer .footer-meta {
  gap: clamp(1.5rem, -8.564rem + 16.102vw, 6.25rem);
  row-gap: 20px;
}
.site-footer .footer-meta > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}
.site-footer .footer-meta address {
  font-style: normal;
}
.site-footer .footer-meta .footer-email {
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-footer .footer-meta .footer-email:hover, .site-footer .footer-meta .footer-email:focus {
  color: #DF735E;
}
.site-footer .footer-legal {
  gap: 40px;
  row-gap: 20px;
}
.site-footer .footer-legal a {
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-footer .footer-legal a:hover, .site-footer .footer-legal a:focus {
  color: #DF735E;
}
.site-footer .footer-legal .footer-social {
  display: block;
  color: #0C2A4A;
}
.site-footer .footer-legal .footer-social svg {
  width: 24px;
  height: 24px;
}
.site-footer .footer-legal .footer-social:hover, .site-footer .footer-legal .footer-social:focus {
  color: #DF735E;
}
@media (max-width: 640px) {
  .site-footer .footer-legal > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .site-footer .footer-legal .footer-legal__social {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.site-footer .footer-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(180px, 19vw, 336px);
}
.site-footer .footer-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .site-footer .footer-logo {
    width: 160px;
  }
}
@media (max-width: 640px) {
  .site-footer .footer-logo {
    width: 120px;
    bottom: 40px;
  }
}

.contact-form .gform_wrapper {
  color: #212427;
  background-color: #ECE3D1;
  border: 0.5px solid #f6f6f4;
  padding: clamp(2.5rem, -5.445rem + 12.712vw, 6.25rem);
}
.contact-form .gform_wrapper .gform_title {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  font-size: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  color: #0C2A4A;
  margin-bottom: clamp(3.125rem, -3.496rem + 10.593vw, 6.25rem);
}
.contact-form .gform_wrapper .gform_description,
.contact-form .gform_wrapper .gform_required_legend {
  display: none;
}
.contact-form .gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
}
.contact-form .gform_wrapper .gfield_label {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.72px;
  font-size: clamp(1rem, 0.735rem + 0.424vw, 1.125rem);
  text-transform: uppercase;
  color: #212427;
  margin-bottom: 1rem;
}
.contact-form .gform_wrapper .ginput_container {
  margin-top: 0;
}
.contact-form .gform_wrapper input[type=text],
.contact-form .gform_wrapper input[type=email],
.contact-form .gform_wrapper input[type=tel],
.contact-form .gform_wrapper input[type=url],
.contact-form .gform_wrapper input[type=number],
.contact-form .gform_wrapper textarea,
.contact-form .gform_wrapper select:not(.ts-hidden-accessible) {
  width: 100%;
  padding: 0 0 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.16px;
  color: #212427;
  background: none !important;
  border: none;
  border-bottom: 0.5px solid #212427;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.contact-form .gform_wrapper input[type=text]:focus,
.contact-form .gform_wrapper input[type=email]:focus,
.contact-form .gform_wrapper input[type=tel]:focus,
.contact-form .gform_wrapper input[type=url]:focus,
.contact-form .gform_wrapper input[type=number]:focus,
.contact-form .gform_wrapper textarea:focus,
.contact-form .gform_wrapper select:not(.ts-hidden-accessible):focus {
  outline: none;
  border-bottom-color: #0C2A4A;
  -webkit-box-shadow: 0 0.5px 0 0 #0C2A4A;
          box-shadow: 0 0.5px 0 0 #0C2A4A;
}
.contact-form .gform_wrapper input[type=text]::-webkit-input-placeholder, .contact-form .gform_wrapper input[type=email]::-webkit-input-placeholder, .contact-form .gform_wrapper input[type=tel]::-webkit-input-placeholder, .contact-form .gform_wrapper input[type=url]::-webkit-input-placeholder, .contact-form .gform_wrapper input[type=number]::-webkit-input-placeholder, .contact-form .gform_wrapper textarea::-webkit-input-placeholder, .contact-form .gform_wrapper select:not(.ts-hidden-accessible)::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.contact-form .gform_wrapper input[type=text]::-moz-placeholder, .contact-form .gform_wrapper input[type=email]::-moz-placeholder, .contact-form .gform_wrapper input[type=tel]::-moz-placeholder, .contact-form .gform_wrapper input[type=url]::-moz-placeholder, .contact-form .gform_wrapper input[type=number]::-moz-placeholder, .contact-form .gform_wrapper textarea::-moz-placeholder, .contact-form .gform_wrapper select:not(.ts-hidden-accessible)::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.contact-form .gform_wrapper input[type=text]:-ms-input-placeholder, .contact-form .gform_wrapper input[type=email]:-ms-input-placeholder, .contact-form .gform_wrapper input[type=tel]:-ms-input-placeholder, .contact-form .gform_wrapper input[type=url]:-ms-input-placeholder, .contact-form .gform_wrapper input[type=number]:-ms-input-placeholder, .contact-form .gform_wrapper textarea:-ms-input-placeholder, .contact-form .gform_wrapper select:not(.ts-hidden-accessible):-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.contact-form .gform_wrapper input[type=text]::-ms-input-placeholder, .contact-form .gform_wrapper input[type=email]::-ms-input-placeholder, .contact-form .gform_wrapper input[type=tel]::-ms-input-placeholder, .contact-form .gform_wrapper input[type=url]::-ms-input-placeholder, .contact-form .gform_wrapper input[type=number]::-ms-input-placeholder, .contact-form .gform_wrapper textarea::-ms-input-placeholder, .contact-form .gform_wrapper select:not(.ts-hidden-accessible)::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.contact-form .gform_wrapper input[type=text]::placeholder,
.contact-form .gform_wrapper input[type=email]::placeholder,
.contact-form .gform_wrapper input[type=tel]::placeholder,
.contact-form .gform_wrapper input[type=url]::placeholder,
.contact-form .gform_wrapper input[type=number]::placeholder,
.contact-form .gform_wrapper textarea::placeholder,
.contact-form .gform_wrapper select:not(.ts-hidden-accessible)::placeholder {
  color: #707070;
  opacity: 1;
}
.contact-form .gform_wrapper textarea {
  height: 12.6875rem;
  resize: none;
}
@supports (field-sizing: content) {
  @media (min-width: 641px) {
    .contact-form .gform_wrapper .ginput_container:has(> textarea) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      height: 12.6875rem;
    }
    .contact-form .gform_wrapper textarea {
      field-sizing: content;
      height: auto;
      max-height: 100%;
    }
  }
}
.contact-form .gform_wrapper .gform_validation_errors {
  margin-bottom: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
.contact-form .gform_wrapper .gform_validation_errors ol {
  margin: 0.75rem 0 0;
  padding-left: 1.125rem;
}
.contact-form .gform_wrapper .gform_validation_errors li {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 1.5;
  color: #E3203D;
}
.contact-form .gform_wrapper .gform_validation_errors a {
  color: inherit;
  text-decoration: underline;
}
.contact-form .gform_wrapper .gform_submission_error {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 0.735rem + 0.424vw, 1.125rem);
  line-height: 1.4;
  letter-spacing: normal;
  color: #E3203D;
}
.contact-form .gform_wrapper .gfield_validation_message,
.contact-form .gform_wrapper .validation_message {
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  line-height: 1.5;
  letter-spacing: normal;
  color: #E3203D;
}
.contact-form .gform_wrapper .gfield_error .ginput_container > input,
.contact-form .gform_wrapper .gfield_error .ginput_container > textarea,
.contact-form .gform_wrapper .gfield_error .ginput_container > select {
  border-bottom-color: #E3203D;
}
.contact-form .gform_wrapper .gfield_error .ginput_container > input:focus,
.contact-form .gform_wrapper .gfield_error .ginput_container > textarea:focus,
.contact-form .gform_wrapper .gfield_error .ginput_container > select:focus {
  border-bottom-color: #E3203D;
  -webkit-box-shadow: 0 0.5px 0 0 #E3203D;
          box-shadow: 0 0.5px 0 0 #E3203D;
}
.contact-form .gform_wrapper .gfield_error .ts-wrapper.focus .ts-control {
  border-bottom-color: #E3203D;
  -webkit-box-shadow: 0 0.5px 0 0 #E3203D;
          box-shadow: 0 0.5px 0 0 #E3203D;
}
.contact-form .gform_wrapper .gfield_error .ts-control {
  border-bottom-color: #E3203D;
}
.contact-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: clamp(3.125rem, -3.496rem + 10.593vw, 6.25rem) 0 0;
}
.contact-form .gform_wrapper .gform_footer .gform_button {
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.contact-form .gform_confirmation_wrapper {
  background-color: #ECE3D1;
  border: 0.5px solid #f6f6f4;
  padding: clamp(2.5rem, -5.445rem + 12.712vw, 6.25rem);
  scroll-margin-top: 8.75rem;
}
@media (max-width: 1024px) {
  .contact-form .gform_confirmation_wrapper {
    scroll-margin-top: 7.5rem;
  }
}
.contact-form .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "Ovo", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1.8px;
  font-size: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  color: #0C2A4A;
}
.contact-form .gform_confirmation_wrapper .gform_confirmation_message p {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
}
.contact-form .gform_confirmation_wrapper .gform_confirmation_message p + p {
  margin-top: 1.875rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

@media (max-width: 900px) {
  .show-for-md {
    display: none;
  }
}

.invisible {
  visibility: hidden;
}

@media (max-width: 1600px) {
  .xxl\:hide {
    display: none;
  }
}

@media (max-width: 1440px) {
  .xl\:hide {
    display: none;
  }
}

@media (max-width: 1280px) {
  .lg\:hide {
    display: none;
  }
}

@media (max-width: 900px) {
  .md\:hide {
    display: none;
  }
}

@media (max-width: 640px) {
  .sm\:hide {
    display: none;
  }
}

@media (max-width: 420px) {
  .xs\:hide {
    display: none;
  }
}

@media (max-width: 360px) {
  .xxs\:hide {
    display: none;
  }
}

@media (max-width: 1600px) {
  .xxl\:block {
    display: block;
  }
}

@media (max-width: 1440px) {
  .xl\:block {
    display: block;
  }
}

@media (max-width: 1280px) {
  .lg\:block {
    display: block;
  }
}

@media (max-width: 900px) {
  .md\:block {
    display: block;
  }
}

@media (max-width: 640px) {
  .sm\:block {
    display: block;
  }
}

@media (max-width: 420px) {
  .xs\:block {
    display: block;
  }
}

@media (max-width: 360px) {
  .xxs\:block {
    display: block;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.z-0 {
  z-index: 0;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: clip;
}

.overflow-clip {
  overflow: clip;
}

.overflow-auto {
  overflow: auto;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect-square {
  aspect-ratio: 1;
}

.w-full,
.w-100 {
  width: 100%;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto {
  width: auto;
}

.h-full,
.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-100vh {
  height: 100vh;
}

.pt-100 {
  padding-top: clamp(5rem, 2.352rem + 4.237vw, 6.25rem);
}

.pb-100 {
  padding-bottom: clamp(5rem, 2.352rem + 4.237vw, 6.25rem);
}

.pb-150 {
  padding-bottom: clamp(5rem, -4.269rem + 14.831vw, 9.375rem);
}

.pt-200 {
  padding-top: clamp(6.25rem, -6.992rem + 21.186vw, 12.5rem);
}

.pb-200 {
  padding-bottom: clamp(6.25rem, -6.992rem + 21.186vw, 12.5rem);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: clamp(0.625rem, -0.699rem + 2.119vw, 1.25rem);
}

.mt-30 {
  margin-top: clamp(0.9375rem, -1.049rem + 3.178vw, 1.875rem);
}

.mt-40 {
  margin-top: clamp(1.25rem, -1.398rem + 4.237vw, 2.5rem);
}

.mt-50 {
  margin-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}

.mt-60 {
  margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
}

.mt-100 {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
}

.mt-120 {
  margin-top: clamp(5rem, -0.297rem + 8.475vw, 7.5rem);
}

@media (max-width: 900px) {
  .md\:mt-5 {
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  .md\:mt-10 {
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .md\:mt-20 {
    margin-top: clamp(0.625rem, -0.699rem + 2.119vw, 1.25rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-30 {
    margin-top: clamp(0.9375rem, -1.049rem + 3.178vw, 1.875rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-40 {
    margin-top: clamp(1.25rem, -1.398rem + 4.237vw, 2.5rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-50 {
    margin-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-60 {
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-100 {
    margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  }
}

@media (max-width: 900px) {
  .md\:mt-120 {
    margin-top: clamp(5rem, -0.297rem + 8.475vw, 7.5rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-5 {
    margin-top: 5px;
  }
}

@media (max-width: 640px) {
  .sm\:mt-10 {
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .sm\:mt-20 {
    margin-top: clamp(0.625rem, -0.699rem + 2.119vw, 1.25rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-30 {
    margin-top: clamp(0.9375rem, -1.049rem + 3.178vw, 1.875rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-40 {
    margin-top: clamp(1.25rem, -1.398rem + 4.237vw, 2.5rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-50 {
    margin-top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-60 {
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-100 {
    margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  }
}

@media (max-width: 640px) {
  .sm\:mt-120 {
    margin-top: clamp(5rem, -0.297rem + 8.475vw, 7.5rem);
  }
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-60 {
  gap: 60px;
}

.gap-70 {
  gap: 70px;
}

.gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.gap-y-60 {
  row-gap: 60px;
}

.font-sans {
  font-family: "Ovo", serif;
}

.font-alt {
  font-family: "Inter", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.leading-none {
  line-height: 1;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media (max-width: 1600px) {
  .xxl\:text-center {
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .xl\:text-center {
    text-align: center;
  }
}

@media (max-width: 1280px) {
  .lg\:text-center {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .md\:text-center {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .sm\:text-center {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .xs\:text-center {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .xxs\:text-center {
    text-align: center;
  }
}

@media (max-width: 1600px) {
  .xxl\:text-left {
    text-align: left;
  }
}

@media (max-width: 1440px) {
  .xl\:text-left {
    text-align: left;
  }
}

@media (max-width: 1280px) {
  .lg\:text-left {
    text-align: left;
  }
}

@media (max-width: 900px) {
  .md\:text-left {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .sm\:text-left {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .xs\:text-left {
    text-align: left;
  }
}

@media (max-width: 360px) {
  .xxs\:text-left {
    text-align: left;
  }
}

@media (max-width: 1600px) {
  .xxl\:text-right {
    text-align: right;
  }
}

@media (max-width: 1440px) {
  .xl\:text-right {
    text-align: right;
  }
}

@media (max-width: 1280px) {
  .lg\:text-right {
    text-align: right;
  }
}

@media (max-width: 900px) {
  .md\:text-right {
    text-align: right;
  }
}

@media (max-width: 640px) {
  .sm\:text-right {
    text-align: right;
  }
}

@media (max-width: 420px) {
  .xs\:text-right {
    text-align: right;
  }
}

@media (max-width: 360px) {
  .xxs\:text-right {
    text-align: right;
  }
}

.bg-tide {
  background-color: #0C2A4A;
}

.bg-swell {
  background-color: #A7DBDA;
}

.bg-stone {
  background-color: #ECE3D1;
}

.bg-fip-red {
  background-color: #E3203D;
}

.bg-sandstone {
  background-color: #DF735E;
}

.bg-hillside {
  background-color: #1E433C;
}

.bg-narrows {
  background-color: #FFFCF7;
}

.text-primary {
  color: #212427;
}

.text-secondary {
  color: #707070;
}

.text-headline {
  color: #0C2A4A;
}

.text-inverse-color {
  color: #FFFFFF;
}

.text-inverse-secondary-color {
  color: #BBBBBB;
}

.tide-color {
  color: #0C2A4A;
}

.swell-color {
  color: #A7DBDA;
}

.stone-color {
  color: #ECE3D1;
}

.fip-red-color {
  color: #E3203D;
}

.sandstone-color {
  color: #DF735E;
}

.hillside-color {
  color: #1E433C;
}

.narrows-color {
  color: #FFFCF7;
}

.pointer {
  cursor: pointer;
}

.cta {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  color: #212427;
}
.cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 1px;
  background-color: #DF735E;
  -webkit-transition: bottom 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out, height 0.3s ease-in-out;
}
.cta:hover::after {
  bottom: 0;
  height: 4px;
}

.cta-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  letter-spacing: -0.176px;
  color: #707070;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.cta-mark:hover {
  color: #212427;
}
.cta-mark:hover::before {
  clip-path: polygon(100% 100%, 96.09% 93.53%, 88.59% 84.9%, 76.45% 76.42%, 58.77% 70.43%, 34.62% 69.23%, 24.02% 71.01%, 15.25% 74.32%, 8.32% 78.57%, 3.24% 83.18%, 0% 87.56%, 0% 0%, 100% 0%);
}
.cta-mark::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #0C2A4A;
  clip-path: polygon(100% 100%, 96.09% 100%, 88.59% 100%, 76.45% 100%, 58.77% 100%, 34.62% 100%, 24.02% 100%, 15.25% 100%, 8.32% 100%, 3.24% 100%, 0% 100%, 0% 0%, 100% 0%);
  -webkit-transition: clip-path 0.3s ease-in-out;
  transition: clip-path 0.3s ease-in-out;
}

.block-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.2px;
  font-size: clamp(1.125rem, 0.86rem + 0.424vw, 1.25rem);
}

.card-title {
  line-height: 1.5;
  letter-spacing: -0.24px;
  font-size: clamp(1.25rem, 0.72rem + 0.847vw, 1.5rem);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.draw-underline {
  position: relative;
  display: inline-block;
}
.draw-underline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 277.346/31.377;
  margin-top: -0.15em;
  background-color: var(--underline-color, #DF735E);
  -webkit-mask: url(../images/underline.svg) no-repeat;
  mask: url(../images/underline.svg) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media (max-width: 1024px) {
  .interior-hero {
    padding-top: 1.875rem;
  }
}

.ts-field .ts-hidden-accessible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}
.ts-field .ts-wrapper {
  position: relative;
}
.ts-field .ts-wrapper .ts-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 0 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.16px;
  color: #212427;
  border-bottom: 0.5px solid #212427;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.ts-field .ts-wrapper .ts-control .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ts-field .ts-wrapper .ts-control input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: auto;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: inherit;
}
.ts-field .ts-wrapper .ts-control input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ts-field .ts-wrapper .ts-control input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.ts-field .ts-wrapper .ts-control input::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.ts-field .ts-wrapper .ts-control input:-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.ts-field .ts-wrapper .ts-control input::-ms-input-placeholder {
  color: #707070;
  opacity: 1;
}
.ts-field .ts-wrapper .ts-control input::placeholder {
  color: #707070;
  opacity: 1;
}
.ts-field .ts-wrapper.focus .ts-control {
  border-bottom-color: #0C2A4A;
  -webkit-box-shadow: 0 0.5px 0 0 #0C2A4A;
          box-shadow: 0 0.5px 0 0 #0C2A4A;
}
.ts-field .ts-wrapper.input-hidden .ts-control input {
  position: absolute;
  left: -10000px;
  opacity: 0;
}
.ts-field .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
  background-color: #FFFCF7;
  border: 0.5px solid #212427;
  border-top: none;
}
.ts-field .ts-dropdown .ts-dropdown-content {
  max-height: 15rem;
  overflow-y: auto;
}
.ts-field .ts-dropdown .option {
  padding: 0.625rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.16px;
  color: #212427;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.ts-field .ts-dropdown .option.active, .ts-field .ts-dropdown .option.selected {
  background-color: #ECE3D1;
}
.ts-field .ts-dropdown .no-results {
  padding: 0.625rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.6;
  color: #707070;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.video-embed iframe,
.video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-modal {
  --pad: clamp(1.25rem, -4.047rem + 8.475vw, 3.75rem);
  position: fixed;
  inset: 0;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--pad);
  background-color: rgba(0, 0, 0, 0.92);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.video-modal.is-open {
  opacity: 1;
}
.video-modal__frame {
  --video-w: 16;
  --video-h: 9;
  width: 100%;
  max-width: calc((100dvh - var(--pad) * 2) * var(--video-w) / var(--video-h));
  aspect-ratio: var(--video-w)/var(--video-h);
}
.video-modal__frame iframe,
.video-modal__frame video {
  -o-object-fit: contain;
     object-fit: contain;
}
.video-modal__close {
  position: absolute;
  top: var(--pad);
  right: var(--pad);
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.75rem;
  height: 2px;
  background-color: #FFFCF7;
}
.video-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.video-modal__close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 640px) {
  .video-modal__close {
    top: 0.625rem;
    right: 0.625rem;
  }
}

@media (scripting: enabled) {
  [data-countup] {
    opacity: 0;
  }
  .h1:not(.split) {
    visibility: hidden;
  }
  .fade-text,
  .fade-text-group > * {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .fade-frame {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
  .fade-frame img,
  .fade-frame picture,
  .fade-frame svg,
  .fade-frame video {
    opacity: 0;
    -webkit-transition: none;
    transition: none;
  }
}
.m-hero {
  padding-top: 12.5rem;
}
.m-hero .hero .hero-heading {
  color: #0C2A4A;
}

.default-content .wp-block-image {
  margin: 40px 0;
  position: relative;
}
.default-content .wp-block-columns {
  margin: 30px 0;
}
.default-content .wp-block-columns .wp-block-image {
  margin: 0;
}
.default-content .wp-block-quote {
  background-color: #0C2A4A;
  border: none;
  padding: 40px;
  margin: 40px 0;
}
.default-content .wp-block-quote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.default-content .wp-block-quote cite {
  color: #FFFFFF;
  margin-top: 10px;
}

.home-hero__block {
  aspect-ratio: 1411/773;
  padding: 0 clamp(2.5rem, -0.678rem + 5.085vw, 4rem) clamp(2.5rem, -1.472rem + 6.356vw, 4.375rem);
  max-height: max(27.5rem, 100svh - 12.5rem - 3.75rem);
}
@media (max-width: 1024px) {
  .home-hero__block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-height: max(27.5rem, 100svh - 5rem - 3.75rem);
  }
}
@media (max-width: 900px) {
  .home-hero__block {
    aspect-ratio: auto;
    max-height: none;
    padding: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
.home-hero__navy {
  top: 0;
  right: 0;
  width: 30%;
}
.home-hero__inner {
  max-width: 64%;
}
@media (max-width: 900px) {
  .home-hero__inner {
    max-width: none;
  }
}
.home-hero__copy {
  max-width: 35.125rem;
  margin-top: clamp(1.875rem, 0.551rem + 2.119vw, 2.5rem);
}
@media (max-width: 900px) {
  .home-hero__copy {
    max-width: none;
  }
}

.home-principles__grid {
  min-width: 0;
}
.home-principles__grid:hover .home-principles__card:not(:hover) {
  --principle-bg: #ECE3D1;
  --principle-title: #212427;
  --principle-copy: #707070;
  opacity: 0.5;
}
.home-principles__card {
  --principle-bg: #ECE3D1;
  --principle-title: #212427;
  --principle-copy: #707070;
  min-width: 0;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  padding: clamp(1.875rem, 0.551rem + 2.119vw, 2.5rem);
  background-color: var(--principle-bg);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.home-principles__card.is-active, .home-principles__card:hover {
  --principle-bg: #0C2A4A;
  --principle-title: #FFFFFF;
  --principle-copy: #FFFFFF;
  opacity: 1;
}
@media (max-width: 900px) {
  .home-principles__card {
    aspect-ratio: auto;
    gap: clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
  }
}
.home-principles__title {
  color: var(--principle-title);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.home-principles__copy {
  color: var(--principle-copy);
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 900px) {
  .home-intro__heading {
    margin-left: 0;
  }
}
.home-intro__list {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  gap: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
@media (max-width: 900px) {
  .home-intro__list {
    margin-left: 0;
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
.home-intro__item {
  gap: clamp(2.5rem, -8.49rem + 17.585vw, 7.6875rem);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home-intro__item.is-active {
  opacity: 1;
}
@media (max-width: 640px) {
  .home-intro__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
}
.home-intro__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.75rem;
          flex: 0 0 8.75rem;
}
@media (max-width: 640px) {
  .home-intro__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.home-intro__label span {
  --mark-thickness: 0.78em;
  background-image: url(../images/highlight-mark.svg);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 0% var(--mark-thickness);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.home-intro__item.is-active .home-intro__label span {
  background-size: 100% var(--mark-thickness);
}

.home-partner .home-great__img {
  width: 50%;
}
@media (max-width: 900px) {
  .home-partner .home-great__img {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .home-partner .home-great__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
.home-partner .home-great__intro {
  max-width: 35.9375rem;
}
@media (max-width: 900px) {
  .home-partner .home-great__intro {
    max-width: none;
  }
}
.home-partner .home-values__tile {
  padding: clamp(1.875rem, -0.906rem + 4.449vw, 3.1875rem);
}
@media (max-width: 900px) {
  .home-partner .home-values__tile {
    padding: clamp(1.875rem, 0.551rem + 2.119vw, 2.5rem);
  }
}
.home-partner .home-values__tile, .home-partner .home-values__photo {
  aspect-ratio: 1;
}
@media (max-width: 1280px) {
  .home-partner .home-values__tile:nth-child(even), .home-partner .home-values__photo:nth-child(even) {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .home-partner .home-values__tile, .home-partner .home-values__photo {
    margin-left: 0;
  }
  .home-partner .home-values__tile {
    aspect-ratio: auto;
  }
}
@media (max-width: 900px) {
  .home-partner .home-testimonial {
    padding-bottom: 0;
  }
}
.home-partner .home-testimonial__arrow {
  z-index: 2;
  top: clamp(10.9375rem, -3.628rem + 23.305vw, 17.8125rem);
  left: 27%;
  width: clamp(12.5rem, -2.595rem + 24.153vw, 19.625rem);
  aspect-ratio: 300.029/126.037;
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
  --draw-in: 108%;
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)) no-repeat;
  -webkit-mask: linear-gradient(to right, #000 var(--draw-in), transparent calc(var(--draw-in) + 8%)) no-repeat;
  mask: -webkit-gradient(linear, left top, right top, from(#000), to(transparent)) no-repeat;
  mask: linear-gradient(to right, #000 var(--draw-in), transparent calc(var(--draw-in) + 8%)) no-repeat;
}
.home-partner .home-testimonial__arrow.is-drawing {
  -webkit-animation: home-arrow-draw 0.95s cubic-bezier(0.45, 0.05, 0.25, 1) both;
          animation: home-arrow-draw 0.95s cubic-bezier(0.45, 0.05, 0.25, 1) both;
}
@media (scripting: enabled) and (prefers-reduced-motion: no-preference) {
  .home-partner .home-testimonial__panel.is-ready .home-testimonial__arrow {
    --draw-in: -8%;
  }
}
.home-partner .home-testimonial__frac {
  z-index: 2;
  top: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  right: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
}
.home-partner .home-testimonial__slide {
  min-height: clamp(32.5rem, -1.928rem + 55.085vw, 48.75rem);
  padding-bottom: clamp(3.125rem, -2.172rem + 8.475vw, 5.625rem);
}
@media (max-width: 900px) {
  .home-partner .home-testimonial__slide {
    min-height: 0;
    padding-bottom: 0;
  }
}
.home-partner .home-testimonial__slide.is-entering .home-testimonial__photo img {
  -webkit-animation: home-testimonial-photo-in 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
          animation: home-testimonial-photo-in 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s both;
}
.home-partner .home-testimonial__slide.is-entering .home-testimonial__content > * {
  -webkit-animation: home-testimonial-content-in 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.22s both;
          animation: home-testimonial-content-in 0.9s cubic-bezier(0.33, 1, 0.68, 1) 0.22s both;
}
.home-partner .home-testimonial__slide.is-entering .home-testimonial__content > *:nth-child(2) {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.home-partner .home-testimonial__slide.is-entering .home-testimonial__content > *:nth-child(3) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.home-partner .home-testimonial__photo {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 900px) {
  .home-partner .home-testimonial__photo {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    aspect-ratio: 16/10;
  }
}
.home-partner .home-testimonial__content {
  margin-top: clamp(3.75rem, -2.076rem + 9.322vw, 6.5rem);
}
@media (max-width: 900px) {
  .home-partner .home-testimonial__content {
    margin-top: 0;
    margin-left: 0;
    padding: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
@media (max-width: 640px) {
  .home-partner .home-testimonial__meta {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-partner .home-testimonial__nav {
  margin-left: auto;
  gap: 1.0625rem;
}
.home-partner .home-testimonial__nav-btn {
  background: none;
  border: none;
  line-height: 0;
  padding: 0.625rem 0;
  color: #ECE3D1;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
}
.home-partner .home-testimonial__nav-btn:hover, .home-partner .home-testimonial__nav-btn:focus-visible {
  color: #FFFFFF;
  opacity: 1;
}
.home-partner .home-testimonial__nav-btn svg {
  pointer-events: none;
}

@property --draw-in {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 108%;
}
@-webkit-keyframes home-arrow-draw {
  from {
    --draw-in: -8%;
  }
  to {
    --draw-in: 108%;
  }
}
@keyframes home-arrow-draw {
  from {
    --draw-in: -8%;
  }
  to {
    --draw-in: 108%;
  }
}
@-webkit-keyframes home-testimonial-photo-in {
  from {
    opacity: 0.55;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes home-testimonial-photo-in {
  from {
    opacity: 0.55;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes home-testimonial-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.125rem);
            transform: translateY(1.125rem);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes home-testimonial-content-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.125rem);
            transform: translateY(1.125rem);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 900px) {
  .home-news__list {
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
.home-news__card:hover .card-title {
  color: #0C2A4A;
}

.about-hero {
  --stat-num-size: min(clamp(5rem, -5.593rem + 16.949vw, 10rem), calc(140cqi / var(--stat-len, 9)));
}
.about-hero__lead {
  max-width: 22.6875rem;
}
@media (max-width: 900px) {
  .about-hero__lead {
    max-width: none;
  }
}
.about-hero__stat {
  container-type: inline-size;
}
@media (max-width: 900px) {
  .about-hero__stat {
    aspect-ratio: auto;
    margin-left: 0;
  }
}
.about-hero__stat-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 900px) {
  .about-hero__stat-inner {
    position: static;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    margin-inline: auto;
    padding: clamp(3.125rem, 0.477rem + 4.237vw, 4.375rem) clamp(1.25rem, -1.398rem + 4.237vw, 2.5rem);
  }
}
.about-hero__stat-mark {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.about-hero__stat-num {
  letter-spacing: -0.019em;
  font-size: clamp(5rem, -5.593rem + 16.949vw, 10rem);
  white-space: nowrap;
}
@media (max-width: 900px) {
  .about-hero__stat-num {
    font-size: var(--stat-num-size);
  }
}
.about-hero__stat-underline {
  width: 0;
  min-width: 90%;
  margin-top: clamp(-1.5625rem, -0.198rem + -1.483vw, -1.125rem);
}
@media (max-width: 900px) {
  .about-hero__stat-underline {
    height: min(1.625rem, 7cqi);
    margin-top: -1.5cqi;
  }
}
@media (min-width: 901px) and (max-width: 1279px) {
  .about-hero__stat-underline {
    height: auto;
    aspect-ratio: 5;
  }
}
.about-hero__stat-label {
  font-size: clamp(1.125rem, 0.86rem + 0.424vw, 1.25rem);
}
.about-hero__stats {
  container-type: inline-size;
}
.about-hero .about-stats__box {
  min-height: clamp(26.25rem, -0.895rem + 43.432vw, 39.0625rem);
  padding: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  gap: clamp(2.5rem, -12.066rem + 23.305vw, 9.375rem);
}
@media (max-width: 900px) {
  .about-hero .about-stats__box {
    gap: clamp(1.875rem, -2.097rem + 6.356vw, 3.75rem);
  }
}
.about-hero .about-stat__num {
  letter-spacing: -2.85px;
  font-size: clamp(5.625rem, -2.32rem + 12.712vw, 9.375rem);
}
@media (max-width: 900px) {
  .about-hero .about-stat__num {
    letter-spacing: -0.019em;
    font-size: var(--stat-num-size);
  }
}
@media (max-width: 900px) {
  .about-hero .about-stats__copy {
    margin-left: 0;
  }
}

.about-video__sub {
  max-width: 39.0625rem;
}
.about-video__media {
  padding: clamp(2.5rem, -0.943rem + 5.508vw, 4.125rem) clamp(1.875rem, -2.097rem + 6.356vw, 3.75rem);
}
.about-video__poster {
  aspect-ratio: 1160/653;
}
.about-video__play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(4rem, 0.822rem + 5.085vw, 5.5rem);
  border: none;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.about-video__play::before {
  content: "";
  display: block;
  margin-left: clamp(0.125rem, -0.007rem + 0.212vw, 0.1875rem);
  border-style: solid;
  border-width: clamp(0.5rem, 0.103rem + 0.636vw, 0.6875rem) 0 clamp(0.5rem, 0.103rem + 0.636vw, 0.6875rem) clamp(0.8125rem, 0.15rem + 1.059vw, 1.125rem);
  border-color: transparent transparent transparent #0C2A4A;
}
.about-video__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.about-values__row {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.about-values__row.is-active {
  opacity: 1;
}
@media (max-width: 640px) {
  .about-values__row {
    row-gap: 1rem;
  }
}
.about-values__title span {
  --mark-thickness: 0.66em;
  background-image: url(../images/highlight-mark.svg);
  background-repeat: no-repeat;
  background-position: 0 85%;
  background-size: 0% var(--mark-thickness);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.about-values__row.is-active .about-values__title span {
  background-size: 100% var(--mark-thickness);
}

.about-cta {
  --underline-color: #E3203D;
}
.about-cta .about-name__box {
  padding: clamp(5rem, -10.89rem + 25.424vw, 12.5rem) clamp(2.5rem, -5.445rem + 12.712vw, 6.25rem) clamp(5rem, -10.89rem + 25.424vw, 12.5rem) clamp(2.5rem, -9.55rem + 19.28vw, 8.1875rem);
}
.about-cta .about-name__copy {
  max-width: 47rem;
}
.about-cta__intro {
  margin-top: clamp(5rem, -7.579rem + 20.127vw, 10.9375rem);
}
@media (max-width: 900px) {
  .about-cta__intro {
    margin-top: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}

.how-hero {
  --underline-color: #A7DBDA;
}
.how-hero__lead {
  max-width: 30.8125rem;
}
@media (max-width: 900px) {
  .how-hero__lead {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .how-hero__box {
    margin-left: 0;
  }
}
.how-hero__box-img {
  width: 52%;
}
@media (max-width: 900px) {
  .how-hero__box-img {
    width: 70%;
  }
}

.how-approach__grid {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
}
.how-approach__box {
  padding: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
  min-height: 0;
}
@media (max-width: 1024px) {
  .how-approach__box {
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .how-approach__box {
    aspect-ratio: auto;
  }
}

.how-criteria__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.75rem clamp(2.5rem, -8.49rem + 17.585vw, 7.6875rem) 1fr;
  grid-template-columns: 8.75rem 1fr;
  -webkit-column-gap: clamp(2.5rem, -8.49rem + 17.585vw, 7.6875rem);
     -moz-column-gap: clamp(2.5rem, -8.49rem + 17.585vw, 7.6875rem);
          column-gap: clamp(2.5rem, -8.49rem + 17.585vw, 7.6875rem);
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.how-criteria__row.is-active {
  opacity: 1;
}
@media (max-width: 640px) {
  .how-criteria__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
  }
}
.how-criteria__label span {
  --mark-thickness: 0.78em;
  background-image: url(../images/highlight-mark.svg);
  background-repeat: no-repeat;
  background-position: 0 90%;
  background-size: 0% var(--mark-thickness);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-transition: background-size 0.5s ease-in-out;
  transition: background-size 0.5s ease-in-out;
}
.how-criteria__row.is-active .how-criteria__label span {
  background-size: 100% var(--mark-thickness);
}

.how-sectors__grid {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  min-width: 0;
}
.how-sectors__card {
  min-width: 0;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
  padding: clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
@media (hover: hover) {
  .how-sectors__card:hover .how-sectors__chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .how-sectors__card:hover .how-sectors__services {
    opacity: 1;
  }
}
.how-sectors__card.is-open .how-sectors__chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.how-sectors__card.is-open .how-sectors__services {
  opacity: 1;
}
.how-sectors__head {
  padding: 0;
  background: none;
  border: none;
  text-align: inherit;
  font: inherit;
  color: inherit;
}
.how-sectors__chevron {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.how-sectors__media {
  width: 60.73%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.how-sectors__services {
  padding: 1.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.how-sectors__services ul,
.how-sectors__services ol {
  padding-left: 1.5rem;
}
.how-sectors__services ul {
  list-style: disc;
}
.how-sectors__services ol {
  list-style: decimal;
}

.how-value__item {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}
.how-value__head .card-title {
  line-height: 1.2;
}

.team-hero__grid {
  -ms-grid-columns: (1fr)[24];
  grid-template-columns: repeat(24, 1fr);
}
.team-hero__intro {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/11;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-row-align: center;
      align-self: center;
}
.team-hero__square--navy {
  -ms-grid-column: 18;
  -ms-grid-column-span: 5;
  grid-column: 18/23;
  -ms-grid-row: 1;
  grid-row: 1;
}
.team-hero__square--photo {
  -ms-grid-column: 13;
  -ms-grid-column-span: 5;
  grid-column: 13/18;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media (max-width: 900px) {
  .team-hero__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .team-hero__intro, .team-hero__square--photo {
    grid-column: 1/-1;
    grid-row: auto;
  }
}

@media (hover: hover) and (min-width: 1025px) {
  .team-grid .team-card:hover .team-card__photo img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .team-grid .team-card:hover .team-card__overlay, .team-grid .team-card:focus-visible .team-card__overlay {
    opacity: 1;
  }
}
@media (max-width: 1024px), (hover: none) {
  .team-grid .team-card .team-card__overlay {
    inset: auto 0 0 0;
    padding: clamp(0.875rem, 0.345rem + 0.847vw, 1.125rem);
    background-color: rgba(236, 227, 209, 0.72);
    backdrop-filter: blur(6px);
    opacity: 1;
  }
  .team-grid .team-card .team-card__arrow {
    display: none;
  }
}
@media (max-width: 640px) {
  .team-grid .team-card .team-card__overlay {
    padding: 0.75rem;
  }
  .team-grid .team-card .team-card__name {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    letter-spacing: -0.5px;
  }
  .team-grid .team-card .eyebrow-2 {
    font-size: 0.6875rem;
    letter-spacing: 0.44px;
  }
}
.team-grid .team-card__photo img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.team-grid .team-card__overlay {
  inset: 0;
  padding: clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.team-grid .team-card__arrow {
  top: clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
  right: clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
  width: 18.5%;
  aspect-ratio: 69.9088/26.8365;
}

@media (max-width: 900px) {
  .member-hero__photo {
    margin-left: 0;
  }
}

.member-background__belief {
  padding: clamp(3.125rem, -3.496rem + 10.593vw, 6.25rem);
}
@media (max-width: 900px) {
  .member-background__belief {
    aspect-ratio: auto;
    padding: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}
@media (max-width: 900px) {
  .member-background__main {
    margin-left: 0;
  }
}
.member-background__content p {
  margin-top: 1.875rem;
}
.member-background__content > :first-child {
  margin-top: 0;
}

.portfolio-hero__lead {
  max-width: 30.8125rem;
}
@media (max-width: 900px) {
  .portfolio-hero__lead {
    max-width: none;
  }
}
@media (max-width: 900px) {
  .portfolio-hero__stats {
    margin-top: 3.75rem;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc(100% + 3.75rem);
    margin-inline: -1.875rem;
  }
}
@media (max-width: 640px) {
  .portfolio-hero__stats {
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
  }
}
.portfolio-hero__stat, .portfolio-hero__sectors {
  min-width: 0;
}
.portfolio-hero__stat {
  container-type: inline-size;
}
.portfolio-hero__stat-num {
  letter-spacing: -2.85px;
  font-size: min(clamp(5.625rem, -2.32rem + 12.712vw, 9.375rem), 125cqi / var(--stat-len, 2));
}
.portfolio-hero__sectors {
  container-type: inline-size;
  padding-inline: 10%;
}
.portfolio-hero__sector {
  font-size: min(1rem, 205cqi / var(--sector-len, 23));
}
.portfolio-hero__sectors-list {
  gap: 0.3125rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.portfolio-hero__sectors-list::-webkit-scrollbar {
  display: none;
}
.portfolio-hero__sectors-list > li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.portfolio-hero__sector {
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.portfolio-hero__sector.is-active, .portfolio-hero__sector:hover {
  color: #FFFFFF;
}

.portfolio-card:hover .portfolio-card__name {
  text-decoration-color: #E3203D;
}
.portfolio-card__box {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
}
.portfolio-card__text {
  margin-top: auto;
}
.portfolio-card__name {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15em;
  -webkit-transition: text-decoration-color 0.3s ease-in-out;
  transition: text-decoration-color 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .portfolio-card__name {
    font-size: 2rem;
  }
}

.company-hero__link-arrow {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.company-hero__box-img {
  width: 52%;
}
.company-hero__arrow {
  right: 28%;
  bottom: clamp(-8.75rem, -0.953rem + -8.475vw, -6.25rem);
  width: clamp(11.25rem, -4.077rem + 24.524vw, 18.4845rem);
  aspect-ratio: 295.752/194.626;
  -webkit-transform: scaleX(-1) rotate(10deg);
          transform: scaleX(-1) rotate(10deg);
}

@media (max-width: 900px) {
  .company-background {
    padding-bottom: 0;
  }
}
.company-background__box {
  padding: clamp(6.25rem, -6.992rem + 21.186vw, 12.5rem) clamp(2.5rem, -5.445rem + 12.712vw, 6.25rem);
}
@media (max-width: 900px) {
  .company-background__box {
    padding: clamp(2.5rem, -0.148rem + 4.237vw, 3.75rem);
  }
}

.company-why__media {
  padding: clamp(2.5rem, -0.943rem + 5.508vw, 4.125rem) clamp(1.875rem, -2.097rem + 6.356vw, 3.75rem);
}
.company-why__poster {
  aspect-ratio: 1160/653;
}
.company-why__play {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(4rem, 0.822rem + 5.085vw, 5.5rem);
  border: none;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.company-why__play::before {
  content: "";
  display: block;
  margin-left: clamp(0.125rem, -0.007rem + 0.212vw, 0.1875rem);
  border-style: solid;
  border-width: clamp(0.5rem, 0.103rem + 0.636vw, 0.6875rem) 0 clamp(0.5rem, 0.103rem + 0.636vw, 0.6875rem) clamp(0.8125rem, 0.15rem + 1.059vw, 1.125rem);
  border-color: transparent transparent transparent #0C2A4A;
}
.company-why__play:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.06);
          transform: translate(-50%, -50%) scale(1.06);
}

.company-milestones__slider {
  overflow: visible;
}
.company-milestones__item {
  width: 25%;
}
@media (max-width: 1280px) {
  .company-milestones__item {
    width: 33.333%;
  }
}
@media (max-width: 900px) {
  .company-milestones__item {
    width: 60%;
  }
}
@media (max-width: 640px) {
  .company-milestones__item {
    width: 80%;
  }
}
.company-milestones__tile {
  width: clamp(4.5rem, 1.852rem + 4.237vw, 5.75rem);
  aspect-ratio: 1;
  padding: clamp(0.75rem, 0.22rem + 0.847vw, 1rem);
}
.company-milestones__logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.post-detail__head {
  padding: clamp(5rem, -11.684rem + 26.695vw, 12.875rem) clamp(1.875rem, -7.526rem + 15.042vw, 6.3125rem) clamp(1.875rem, -0.773rem + 4.237vw, 3.125rem);
}
@media (max-width: 900px) {
  .post-detail__head {
    padding: clamp(3.125rem, -0.847rem + 6.356vw, 5rem) 1.5rem;
  }
}
.post-detail__title {
  max-width: 65.375rem;
}
@media (max-width: 640px) {
  .post-detail__title {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
.post-detail__summary {
  max-width: 30.875rem;
}
.post-detail__content {
  margin-left: clamp(1.875rem, -7.526rem + 15.042vw, 6.3125rem);
}
@media (max-width: 900px) {
  .post-detail__content {
    margin-left: 0;
  }
}
.post-detail__content p {
  max-width: 39rem;
  margin-top: 1.875rem;
}
.post-detail__content h2,
.post-detail__content h3,
.post-detail__content h4 {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
}
.post-detail__content > :first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  .news-hero {
    overflow: visible;
  }
}
.news-hero__grid {
  -ms-grid-columns: (1fr)[24];
  grid-template-columns: repeat(24, 1fr);
}
@media (max-width: 900px) {
  .news-hero__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news-hero__intro {
  -ms-grid-column: 1;
  -ms-grid-column-span: 10;
  grid-column: 1/11;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 900px) {
  .news-hero__intro {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
.news-hero__square {
  -ms-grid-column: 15;
  -ms-grid-column-span: 8;
  grid-column: 15/23;
  -ms-grid-row: 1;
  grid-row: 1;
}
.news-hero .news-filter {
  -ms-grid-column: 1;
  -ms-grid-column-span: 14;
  grid-column: 1/15;
  -ms-grid-row: 2;
  grid-row: 2;
  padding: 0 clamp(1.25rem, -0.074rem + 2.119vw, 1.875rem);
  min-height: 6.25rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .news-hero .news-filter {
    grid-column: 1/-1;
    grid-row: auto;
    margin-top: 2.5rem;
  }
}
@media (max-width: 640px) {
  .news-hero .news-filter__list {
    display: none;
  }
}
.news-hero .news-filter__link {
  padding: 0.625rem 1.25rem;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.news-hero .news-filter__link--active, .news-hero .news-filter__link:hover {
  background-color: #DF735E;
  color: #0C2A4A;
}
.news-hero .news-filter__field {
  display: none;
  padding: 1.25rem 0;
}
@media (max-width: 640px) {
  .news-hero .news-filter__field {
    display: block;
  }
}
.news-hero .news-filter__field-label {
  margin-bottom: 1rem;
}
.news-hero .news-filter select.news-filter__select {
  width: 100%;
  padding: 0 0 0.75rem;
  font-family: "Inter", sans-serif;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.6;
  letter-spacing: -0.16px;
  color: #212427;
  background: none;
  border: none;
  border-bottom: 0.5px solid #212427;
  border-radius: 0;
}

.news-grid__cards .alm-listing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr clamp(3.75rem, -9.889rem + 21.822vw, 10.1875rem) 1fr clamp(3.75rem, -9.889rem + 21.822vw, 10.1875rem) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(3.75rem, -9.889rem + 21.822vw, 10.1875rem);
     -moz-column-gap: clamp(3.75rem, -9.889rem + 21.822vw, 10.1875rem);
          column-gap: clamp(3.75rem, -9.889rem + 21.822vw, 10.1875rem);
  row-gap: clamp(3.125rem, -3.496rem + 10.593vw, 6.25rem);
}
@media (max-width: 900px) {
  .news-grid__cards .alm-listing {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .news-grid__cards .alm-listing {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news-grid__cards .alm-btn-wrap {
  margin-top: clamp(3.75rem, -1.547rem + 8.475vw, 6.25rem);
  text-align: center;
}
.news-grid__cards .alm-btn-wrap .alm-load-more-btn {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border: none;
  cursor: pointer;
  background-color: #DF735E;
  color: #0C2A4A;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  border-radius: 0;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.news-grid__cards .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #DF735E;
  color: #0C2A4A;
}
.news-grid__cards .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.news-grid .news-card:hover .card-title {
  color: #0C2A4A;
}

.contact-hero__lead {
  max-width: 30.8125rem;
}
@media (max-width: 900px) {
  .contact-hero__lead {
    max-width: none;
  }
}
.contact-hero__box {
  margin-right: 8.333%;
}
@media (max-width: 900px) {
  .contact-hero__box {
    margin-right: 0;
  }
}
.contact-hero__box-img {
  width: 52%;
}
@media (max-width: 900px) {
  .contact-hero__box-img {
    width: 70%;
  }
}

.contact-form__hq {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: clamp(3.75rem, 0.44rem + 5.297vw, 5.3125rem);
  margin-right: 8.333%;
  row-gap: 2.5rem;
}
@media (max-width: 900px) {
  .contact-form__hq {
    margin-top: 3.75rem;
    margin-right: 0;
  }
}
.contact-form__hq-location {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.9375rem);
          flex: 1 1 calc(50% - 0.9375rem);
  min-width: 0;
}
@media (max-width: 1280px) {
  .contact-form__hq-location {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.contact-form__hq-address {
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.contact-form__hq-address:hover, .contact-form__hq-address:focus {
  color: #DF735E;
}

.error-hero__lead {
  max-width: 30.8125rem;
}
@media (max-width: 900px) {
  .error-hero__lead {
    max-width: none;
  }
}
.error-hero__box {
  margin-right: 8.333%;
}
@media (max-width: 900px) {
  .error-hero__box {
    margin-right: 0;
  }
}
.error-hero__code {
  font-size: clamp(6.875rem, -7.691rem + 23.305vw, 13.75rem);
}

.page-content__body > :first-child {
  margin-top: 0;
}
.page-content__body p {
  margin-top: 1.875rem;
}
.page-content__body h2,
.page-content__body h3,
.page-content__body h4 {
  margin-top: clamp(3.125rem, -0.847rem + 6.356vw, 5rem);
}