html,
body {
  font-family: var(--wp--preset--font-family--gibson);
}

a:hover {
  text-decoration: underline;
}

.external-link-arrow {
  display: block;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}
.external-link-arrow::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="6" viewBox="0 0 20 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6508 2.31454L16.6308 0.154296C16.0836 -0.237068 15.3273 0.161455 15.3273 0.840035V2.16128H0.826947C0.370282 2.16128 0 2.53693 0 3.00034C0 3.46374 0.370282 3.83933 0.826947 3.83933H15.3272V5.16052C15.3272 5.84358 16.0875 6.23466 16.6306 5.84626L19.6506 3.68602C20.1118 3.35635 20.1211 2.65171 19.6508 2.31454Z" fill="black"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.external-link-arrow:hover::after {
  transform: translateX(4px);
}
.external-link-arrow a {
  outline: none;
}

.fade-in-children > * {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-children > *.animate {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-children > *.animate:nth-child(1) {
  transition-delay: 0s;
}
.fade-in-children > *.animate:nth-child(2) {
  transition-delay: 0.2s;
}
.fade-in-children > *.animate:nth-child(3) {
  transition-delay: 0.4s;
}
.fade-in-children > *.animate:nth-child(4) {
  transition-delay: 0.6s;
}
.fade-in-children > *.animate:nth-child(5) {
  transition-delay: 0.8s;
}

.dx-editor-wrapper .fade-in-children > * {
  opacity: 1 !important;
  transform: none !important;
}

.header {
  padding: 0;
  width: initial;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
.header__logo-container {
  height: 113px;
  background: #072c47;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.header__logo img.custom-logo {
  width: 260px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.header__menu-toggle-container {
  width: 113px;
  height: 113px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.header__menu-toggle-wrapper {
  margin: 0;
  width: 100%;
  height: 100%;
}
.header__menu-toggle-wrapper .wp-block-button {
  margin: 0;
  width: 100%;
  height: 100%;
}
.header__menu-toggle {
  width: 100%;
  height: 100%;
}
.header__menu-toggle .wp-block-button__link {
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.header__menu-toggle-bar {
  width: 29px;
  height: 2px;
  background-color: #072c47;
  transition: all 0.3s ease;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}
.header__menu-toggle-bar:nth-child(1) {
  transform: translateY(-5px);
}
.header__menu-toggle-bar:nth-child(2) {
  transform: translateY(5px);
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}
.header-nav.is-open {
  pointer-events: auto;
}
.header-nav.is-open .header-nav__panel {
  transform: translateX(0);
}
.header-nav__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  background-color: #072c47;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.header-nav__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
}
.header-nav__logo {
  width: 200px;
}
.header-nav__logo img.custom-logo {
  width: 100%;
  height: auto;
}
.header-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #ffffff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
  outline: none;
}
.header-nav__close svg {
  width: 50px;
  height: 50px;
}
.header-nav__menu {
  padding: 84px;
}
.header-nav__menu.wp-block-navigation {
  gap: 36px;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation__container {
  gap: 36px;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item {
  margin: 0;
  position: relative;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.25em;
  padding: 0;
  padding-left: 1.5rem;
  position: relative;
  display: block;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: #21c3e7;
  transition: height 0.3s ease;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item a:hover {
  color: #ffffff;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item a:hover::before {
  height: 100%;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation-item a:focus {
  outline: 2px solid #21c3e7;
  outline-offset: 4px;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation__submenu-container {
  padding: 0.75rem 0 0 1.5rem;
  gap: 0.5rem;
}
.header-nav__menu.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .header__logo-container {
    height: 90px;
  }
  .header__logo img.custom-logo {
    width: 180px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .header__menu-toggle-container {
    width: 90px;
    height: 90px;
  }
  .header-nav__panel {
    max-width: 100%;
  }
  .header-nav__header {
    padding: 1rem;
  }
  .header-nav__menu {
    padding: 6rem 2rem 2rem 2rem;
  }
  .header-nav__menu.wp-block-navigation .wp-block-navigation-item a {
    font-size: 1.875rem;
  }
}
.social-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-link {
  color: #ffffff;
  transition: color 0.2s ease, transform 0.2s ease;
}
.social-link:hover {
  color: #115685;
  transform: all 0.2s ease;
}
.social-link svg {
  display: block;
  width: 24px;
  height: 24px;
}

.wp-site-blocks .footer {
  border-top: 1px solid #d7d9df;
}
.wp-site-blocks .footer__contact {
  padding: 3rem 1.5rem;
}
.wp-site-blocks .footer__contact-heading {
  font-size: 1.875rem;
  font-weight: 400;
}
.wp-site-blocks .footer__description,
.wp-site-blocks .footer .gform_wrapper {
  max-width: none;
  width: 100%;
}
.wp-site-blocks .footer__description, .wp-site-blocks .footer__required {
  font-size: 1rem;
  color: #4c4c4c;
}
.wp-site-blocks .footer input[type=submit] {
  background-color: #072c47;
  color: #ffffff;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wp-site-blocks .footer input[type=submit]:hover {
  background-color: #115685;
}
.wp-site-blocks .footer .gfield {
  line-height: 0.75rem;
}
.wp-site-blocks .footer .gfield_label {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 0.25rem;
  color: #4c4c4c;
}
.wp-site-blocks .footer .ginput_container {
  line-height: 0;
}
.wp-site-blocks .footer .ginput_container input,
.wp-site-blocks .footer .ginput_container textarea,
.wp-site-blocks .footer .ginput_container select {
  border-color: #d7d9df;
  border-width: 1px;
  border-style: solid;
  font-family: canada-type-gibson, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
}
.wp-site-blocks .footer .ginput_container input::-moz-placeholder, .wp-site-blocks .footer .ginput_container textarea::-moz-placeholder, .wp-site-blocks .footer .ginput_container select::-moz-placeholder {
  color: #d7d9df;
}
.wp-site-blocks .footer .ginput_container input::placeholder,
.wp-site-blocks .footer .ginput_container textarea::placeholder,
.wp-site-blocks .footer .ginput_container select::placeholder {
  color: #d7d9df;
}
.wp-site-blocks .footer .ginput_container select option {
  color: #000000;
}
.wp-site-blocks .footer .ginput_container select option[value=""] {
  color: #d7d9df;
}
.wp-site-blocks .footer .gform_title,
.wp-site-blocks .footer .gform_required_legend {
  display: none;
}
.wp-site-blocks .footer__lower {
  background: #072c47;
  color: #ffffff;
  padding: 3rem 5rem;
}
.wp-site-blocks .footer__lower-content {
  grid-template-columns: 1fr 1fr 1fr 2fr;
  display: grid;
  max-width: 1314px;
  width: 100%;
  margin: 0 auto;
}
.wp-site-blocks .footer__lower-content :not(:last-child) {
  margin-left: 0 !important;
}
.wp-site-blocks .footer__lower-content :last-child {
  margin-right: 0 !important;
}
.wp-site-blocks .footer__logo {
  width: 65px;
}
.wp-site-blocks .footer__column-label {
  font-size: 0.875rem;
  font-weight: 400;
}
.wp-site-blocks .footer__column-content {
  font-size: 1.25rem;
}
.wp-site-blocks .footer__column-content a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
.wp-site-blocks .footer__column-content a:hover {
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .wp-site-blocks .footer__lower {
    padding: 3rem 2rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .wp-site-blocks .footer__lower-content {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 2rem;
    max-width: 600px;
  }
  .wp-site-blocks .footer__lower-content > :nth-child(4) {
    grid-column: 1/-1;
    text-align: center;
    width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .footer__lower-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .wp-site-blocks .footer__lower-content > * {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  .wp-site-blocks .footer .gform_wrapper.gravity-theme .gfield input.medium {
    width: 100%;
  }
}

.community-page__hero {
  position: relative;
}
.community-page__hero-img {
  height: 815px;
  margin-bottom: 0;
}
.community-page__hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.community-page__hero-btn {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 550px;
  width: 100%;
  padding: 1.125rem 4rem;
  border-top: 14px solid #115685;
}
.community-page__hero-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  outline: none;
}
.community-page__hero-btn a:focus {
  outline: none;
}
.community-page__hero-btn a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.36929 6.3457L0.349347 4.18546C-0.120989 3.84829 -0.111672 3.14365 0.349513 2.81398L3.36946 0.653736C3.91256 0.265338 4.67285 0.656421 4.67285 1.33948L4.67285 2.66067L4.67274 4L4.67274 4.33872L4.67274 5.65997C4.67274 6.33854 3.91647 6.73707 3.36929 6.3457Z" fill="%232A2A2A"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.community-page__header {
  padding: 1.125rem 4rem;
  position: relative;
}
.community-page__header:after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 4rem;
  width: 2px;
  height: 60px;
  background-color: #21c3e7;
}
.community-page__location {
  color: #2a2a2a;
  font-size: 0.875rem;
  max-width: none;
}
.community-page__title {
  margin: 0 !important;
  font-weight: 500;
  font-size: 2.5rem;
}
.community-page__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  max-width: 1314px;
  margin: 5rem auto 7.5rem;
  padding: 0 4rem;
}
.community-page__item {
  flex: 0 0 250px;
  width: 250px;
  font-size: 1.125rem;
  margin: 0 !important;
  opacity: 0;
  transition: opacity 0.2s ease;
  font-weight: 400;
}
.community-page__item.js-processed {
  opacity: 1;
}
.community-page__item-heading {
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
}
.community-page__involvement {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.community-page__involvement-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.community-page__involvement-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 30px;
  height: 31px;
  color: #4c4c4c;
}
.community-page__involvement-icon svg {
  width: 100%;
  height: 100%;
}
.community-page__involvement-text {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .community-page__items {
    max-width: calc(1200px + 3 * 2rem);
  }
}
@media (max-width: 1024px) {
  .community-page__items {
    gap: 3rem;
    margin: 7.5rem 1.5rem 6rem;
    padding: 0;
    max-width: none;
  }
  .community-page__item {
    flex: 0 0 200px;
    width: 200px;
  }
  .community-page__hero-btn {
    padding: 1.125rem 1.5rem;
  }
  .community-page__header {
    padding: 0;
    margin: 1.125rem 1.5rem;
  }
  .community-page__header:after {
    left: 0;
    bottom: -5rem;
  }
}
@media (max-width: 768px) {
  .community-page__items {
    gap: 1.5rem;
  }
  .community-page__item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .community-page__items {
    gap: 1rem;
  }
  .community-page__item {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
.region-page__hero {
  position: relative;
}
.region-page__hero-img {
  height: 815px;
  margin-bottom: 0;
}
.region-page__hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.region-page__hero-btn {
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 550px;
  width: 100%;
  padding: 1.125rem 4rem;
  border-top: 14px solid #115685;
}
.region-page__hero-btn a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  outline: none;
}
.region-page__hero-btn a:focus {
  outline: none;
}
.region-page__hero-btn a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.36929 6.3457L0.349347 4.18546C-0.120989 3.84829 -0.111672 3.14365 0.349513 2.81398L3.36946 0.653736C3.91256 0.265338 4.67285 0.656421 4.67285 1.33948L4.67285 2.66067L4.67274 4L4.67274 4.33872L4.67274 5.65997C4.67274 6.33854 3.91647 6.73707 3.36929 6.3457Z" fill="%232A2A2A"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.region-page__header {
  padding: 1.125rem 4rem;
  position: relative;
}
.region-page__header:after {
  content: "";
  position: absolute;
  bottom: -4rem;
  left: 4rem;
  width: 2px;
  height: 60px;
  background-color: #21c3e7;
}
.region-page__location {
  color: #2a2a2a;
  font-size: 0.875rem;
  max-width: none;
}
.region-page__title {
  margin: 0 !important;
  font-weight: 500;
  font-size: 2.5rem;
}
.region-page__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  max-width: 1314px;
  margin: 5rem auto 7.5rem;
  padding: 0 4rem;
}
.region-page__item {
  flex: 0 0 250px;
  width: 250px;
  font-size: 1.125rem;
  margin: 0 !important;
  transition: opacity 0.2s ease;
  font-weight: 400;
}
.region-page__item-heading {
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
}

@media (min-width: 1200px) {
  .region-page__items {
    max-width: calc(1200px + 3 * 2rem);
  }
}
@media (max-width: 1024px) {
  .region-page__items {
    gap: 3rem;
    margin: 7.5rem 1.5rem 6rem;
    padding: 0;
    max-width: none;
  }
  .region-page__item {
    flex: 0 0 200px;
    width: 200px;
  }
  .region-page__hero-btn {
    padding: 1.125rem 1.5rem;
  }
  .region-page__header {
    padding: 0;
    margin: 1.125rem 1.5rem;
  }
  .region-page__header:after {
    left: 0;
    bottom: -5rem;
  }
}
@media (max-width: 768px) {
  .region-page__items {
    gap: 1.5rem;
  }
  .region-page__item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
@media (max-width: 480px) {
  .region-page__items {
    gap: 1rem;
  }
  .region-page__item {
    flex: 0 0 calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
.team-member-page__hero {
  position: relative;
}
.team-member-page__hero-img {
  height: 350px;
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
.team-member-page__hero-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.team-member-page__hero-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.team-member-page__hero-headshot {
  display: none;
}
.team-member-page__hero-text {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1314px;
  width: 100%;
  padding: 0 1.5rem;
  z-index: 2;
}
.team-member-page__hero-text > * {
  margin-left: 0;
  margin-right: auto;
}
.team-member-page__hero-title {
  color: #ffffff;
  font-size: 4rem;
  font-weight: 500;
  margin: 0 0 0.5rem 0 !important;
  line-height: 1.2;
}
.team-member-page__hero-subtitle {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  text-align: left;
}
.team-member-page__hero-btn {
  background-color: #ffffff;
  width: 100%;
  max-width: 1314px;
  margin-inline: auto;
  padding: 1.125rem 1.5rem;
}
.team-member-page__hero-btn p {
  margin: 0 !important;
  padding: 0;
}
.team-member-page__hero-btn a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  outline: none;
}
.team-member-page__hero-btn a:focus {
  outline: none;
}
.team-member-page__hero-btn a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.36929 6.3457L0.349347 4.18546C-0.120989 3.84829 -0.111672 3.14365 0.349513 2.81398L3.36946 0.653736C3.91256 0.265338 4.67285 0.656421 4.67285 1.33948L4.67285 2.66067L4.67274 4L4.67274 4.33872L4.67274 5.65997C4.67274 6.33854 3.91647 6.73707 3.36929 6.3457Z" fill="%232A2A2A"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.team-member-page__content {
  margin-inline: auto;
  padding: 0 1.5rem;
  gap: 4rem;
  margin-top: 2rem;
  max-width: 1314px;
}
.team-member-page__content-text p {
  font-size: 1rem;
}
.team-member-page__content-text :is(h1, h2, h3, h4, h5, h6) {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
}
.team-member-page__content-text :is(h1, h2, h3, h4, h5, h6):first-of-type {
  margin-top: 0;
}
.team-member-page__content-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.team-member-page__headshot {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 3/4;
  overflow: hidden;
  margin-bottom: 0;
}
.team-member-page__headshot img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.team-member-page__sidebar-name {
  margin: 0 !important;
  font-weight: 500;
  font-size: 1.25rem;
}
.team-member-page__sidebar-info {
  margin: 0;
}
.team-member-page__sidebar-label {
  font-size: 1rem;
  font-weight: 300;
  color: #2a2a2a;
  margin: 0 0 0.5rem 0;
}

@media (max-width: 1024px) {
  .team-member-page__hero-btn {
    padding: 1.125rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .team-member-page__hero-headshot {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
  .team-member-page__hero-headshot img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .team-member-page__content {
    gap: 2rem;
    flex-direction: column;
  }
  .team-member-page__content .wp-block-column {
    flex-basis: 100% !important;
  }
  .team-member-page__content-sidebar {
    display: none;
  }
}
@media (max-width: 480px) {
  .team-member-page__content {
    gap: 1.5rem;
  }
  .team-member-page__hero-text {
    bottom: 2rem;
  }
  .team-member-page__hero-title {
    font-size: 1.875rem;
  }
  .team-member-page__hero-subtitle {
    font-size: 0.875rem;
  }
}
.wp-site-blocks .hero-pattern,
.dx-editor-wrapper .hero-pattern {
  height: 640px;
  width: 100vw;
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: 4rem;
  padding-inline: 0;
}
.wp-site-blocks .hero-pattern .wp-block-embed__wrapper,
.dx-editor-wrapper .hero-pattern .wp-block-embed__wrapper {
  height: 100%;
}
.wp-site-blocks .hero-pattern__video,
.dx-editor-wrapper .hero-pattern__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none !important;
  overflow: hidden;
}
.wp-site-blocks .hero-pattern__video .wp-block-embed__wrapper,
.dx-editor-wrapper .hero-pattern__video .wp-block-embed__wrapper {
  background: transparent;
}
.wp-site-blocks .hero-pattern__video .wp-block-embed__wrapper:before,
.dx-editor-wrapper .hero-pattern__video .wp-block-embed__wrapper:before {
  background: transparent;
}
.wp-site-blocks .hero-pattern__video iframe,
.dx-editor-wrapper .hero-pattern__video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.wp-site-blocks .hero-pattern__video iframe.loaded,
.dx-editor-wrapper .hero-pattern__video iframe.loaded {
  opacity: 1;
}
.wp-site-blocks .hero-pattern__video:after,
.dx-editor-wrapper .hero-pattern__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.wp-site-blocks .hero-pattern__content,
.dx-editor-wrapper .hero-pattern__content {
  position: relative;
  color: #ffffff;
  z-index: 2;
  max-width: 1314px;
  width: 100%;
  padding: 0 1.5rem;
}
.wp-site-blocks .hero-pattern__heading,
.dx-editor-wrapper .hero-pattern__heading {
  max-width: 700px;
  font-size: 4rem;
  line-height: 72px;
  font-weight: 500;
  text-wrap: balance;
}
@media (max-width: 1400px) {
  .wp-site-blocks .hero-pattern__content,
  .dx-editor-wrapper .hero-pattern__content {
    padding: 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .hero-pattern,
  .dx-editor-wrapper .hero-pattern {
    height: 100vh;
  }
  .wp-site-blocks .hero-pattern__heading,
  .dx-editor-wrapper .hero-pattern__heading {
    font-size: 1.875rem;
    line-height: 40px;
  }
}

.wp-site-blocks .three-col-info-pattern,
.dx-editor-wrapper .three-col-info-pattern {
  align-items: flex-start;
  padding: 6rem 1.5rem;
  max-width: 1120px;
  gap: 6rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}
.wp-site-blocks .three-col-info-pattern p,
.dx-editor-wrapper .three-col-info-pattern p {
  font-weight: 300;
  font-size: 1rem;
}
.wp-site-blocks .three-col-info-pattern__first-col,
.dx-editor-wrapper .three-col-info-pattern__first-col {
  color: #4c4c4c;
  max-width: 565px;
}
.wp-site-blocks .three-col-info-pattern__heading,
.dx-editor-wrapper .three-col-info-pattern__heading {
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .wp-site-blocks .three-col-info-pattern,
  .dx-editor-wrapper .three-col-info-pattern {
    padding: 3rem 1.5rem;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .three-col-info-pattern,
  .dx-editor-wrapper .three-col-info-pattern {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
}

.wp-site-blocks .heading-3-cols-pattern,
.dx-editor-wrapper .heading-3-cols-pattern {
  padding: 6rem 1.5rem;
  background-color: #f5f5f5;
}
.wp-site-blocks .heading-3-cols-pattern__inner,
.dx-editor-wrapper .heading-3-cols-pattern__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.wp-site-blocks .heading-3-cols-pattern__columns,
.dx-editor-wrapper .heading-3-cols-pattern__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
  align-items: flex-start;
  max-width: none;
}
.wp-site-blocks .heading-3-cols-pattern__heading,
.dx-editor-wrapper .heading-3-cols-pattern__heading {
  margin-bottom: 1.5rem;
  max-width: none;
}
.wp-site-blocks .heading-3-cols-pattern__heading, .wp-site-blocks .heading-3-cols-pattern__col-heading,
.dx-editor-wrapper .heading-3-cols-pattern__heading,
.dx-editor-wrapper .heading-3-cols-pattern__col-heading {
  font-weight: 400;
}
.wp-site-blocks .heading-3-cols-pattern p,
.dx-editor-wrapper .heading-3-cols-pattern p {
  font-size: 1rem;
}
.wp-site-blocks .heading-3-cols-pattern ul,
.dx-editor-wrapper .heading-3-cols-pattern ul {
  padding-inline-start: 1rem;
}
.wp-site-blocks .heading-3-cols-pattern li,
.dx-editor-wrapper .heading-3-cols-pattern li {
  font-size: 1rem;
  font-weight: 400;
  color: #4c4c4c;
  margin: 0.25rem;
}
@media (max-width: 768px) {
  .wp-site-blocks .heading-3-cols-pattern,
  .dx-editor-wrapper .heading-3-cols-pattern {
    padding: 2rem;
  }
  .wp-site-blocks .heading-3-cols-pattern__columns,
  .dx-editor-wrapper .heading-3-cols-pattern__columns {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .wp-site-blocks .heading-3-cols-pattern__heading,
  .dx-editor-wrapper .heading-3-cols-pattern__heading {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}

.wp-site-blocks .page-intro-pattern,
.dx-editor-wrapper .page-intro-pattern {
  max-width: 1120px;
  padding: 6rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-site-blocks .page-intro-pattern__text,
.dx-editor-wrapper .page-intro-pattern__text {
  max-width: 600px;
  color: #4c4c4c;
  font-weight: 300;
  font-size: 1rem;
}

.wp-site-blocks .quote-pattern,
.dx-editor-wrapper .quote-pattern {
  background-color: #f5f5f5;
  color: #4c4c4c;
}
.wp-site-blocks .quote-pattern__container,
.dx-editor-wrapper .quote-pattern__container {
  position: relative;
  padding: 6rem 4rem;
  max-width: 1314px;
  margin: 0 auto;
}
.wp-site-blocks .quote-pattern__quote::before,
.dx-editor-wrapper .quote-pattern__quote::before {
  content: "";
  display: block;
  width: 24px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.51064 0H10.383L7.91489 19H0L4.51064 0ZM18.1277 0H24L21.5319 19H13.617L18.1277 0Z' fill='%2321C3E7'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
.wp-site-blocks .quote-pattern__quote > p,
.dx-editor-wrapper .quote-pattern__quote > p {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.25em;
}
.wp-site-blocks .quote-pattern__quote > p:nth-of-type(2),
.dx-editor-wrapper .quote-pattern__quote > p:nth-of-type(2) {
  color: #072c47;
}
.wp-site-blocks .quote-pattern__citation,
.dx-editor-wrapper .quote-pattern__citation {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .wp-site-blocks .quote-pattern__quote > p,
  .dx-editor-wrapper .quote-pattern__quote > p {
    font-size: 1.875rem;
    text-wrap: balance;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .quote-pattern,
  .dx-editor-wrapper .quote-pattern {
    padding: 3rem 1.5rem;
  }
  .wp-site-blocks .quote-pattern__container,
  .dx-editor-wrapper .quote-pattern__container {
    padding: 0;
  }
  .wp-site-blocks .quote-pattern__quote > p,
  .dx-editor-wrapper .quote-pattern__quote > p {
    font-size: 1.5rem;
    line-height: 1em;
    text-wrap: balance;
  }
}

.wp-site-blocks .text-img-grid-pattern,
.dx-editor-wrapper .text-img-grid-pattern {
  max-width: none;
  width: 100vw;
  padding: 6rem 2rem;
  color: #4c4c4c;
}
.wp-site-blocks .text-img-grid-pattern p,
.wp-site-blocks .text-img-grid-pattern li,
.dx-editor-wrapper .text-img-grid-pattern p,
.dx-editor-wrapper .text-img-grid-pattern li {
  font-size: 1rem;
  font-weight: 300;
}
.wp-site-blocks .text-img-grid-pattern ul,
.dx-editor-wrapper .text-img-grid-pattern ul {
  margin-bottom: 0;
  padding-inline-start: 1rem;
}
.wp-site-blocks .text-img-grid-pattern__row,
.dx-editor-wrapper .text-img-grid-pattern__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 0;
  max-width: 1314px;
}
.wp-site-blocks .text-img-grid-pattern__row:nth-of-type(odd) .text-img-grid-pattern__text,
.dx-editor-wrapper .text-img-grid-pattern__row:nth-of-type(odd) .text-img-grid-pattern__text {
  padding-left: 0;
}
.wp-site-blocks .text-img-grid-pattern__row:last-child,
.dx-editor-wrapper .text-img-grid-pattern__row:last-child {
  margin-bottom: 0;
}
.wp-site-blocks .text-img-grid-pattern__text,
.dx-editor-wrapper .text-img-grid-pattern__text {
  padding-left: 3rem;
  padding-right: 1rem;
  max-width: 600px;
}
.wp-site-blocks .text-img-grid-pattern__text .wp-block-heading,
.dx-editor-wrapper .text-img-grid-pattern__text .wp-block-heading {
  font-size: 1.875rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1.5rem;
}
.wp-site-blocks .text-img-grid-pattern__img,
.dx-editor-wrapper .text-img-grid-pattern__img {
  width: 100%;
}
.wp-site-blocks .text-img-grid-pattern__img img,
.dx-editor-wrapper .text-img-grid-pattern__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-site-blocks .text-img-grid-pattern__img, .wp-site-blocks .text-img-grid-pattern__text,
.dx-editor-wrapper .text-img-grid-pattern__img,
.dx-editor-wrapper .text-img-grid-pattern__text {
  flex: 1;
}
@media (max-width: 1024px) {
  .wp-site-blocks .text-img-grid-pattern,
  .dx-editor-wrapper .text-img-grid-pattern {
    padding: 0 1.5rem 3rem;
  }
  .wp-site-blocks .text-img-grid-pattern__row,
  .dx-editor-wrapper .text-img-grid-pattern__row {
    grid-template-columns: 1fr;
  }
  .wp-site-blocks .text-img-grid-pattern__row .wp-block-image,
  .dx-editor-wrapper .text-img-grid-pattern__row .wp-block-image {
    order: 1;
  }
  .wp-site-blocks .text-img-grid-pattern__text,
  .dx-editor-wrapper .text-img-grid-pattern__text {
    padding: 0;
    margin: 2rem 0;
  }
  .wp-site-blocks .text-img-grid-pattern__text .wp-block-heading,
  .dx-editor-wrapper .text-img-grid-pattern__text .wp-block-heading {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

.wp-site-blocks .text-img-full-pattern,
.dx-editor-wrapper .text-img-full-pattern {
  width: 100vw;
  max-width: 1314px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  padding: 6rem 0 4rem 5rem;
  margin-bottom: 0;
}
.wp-site-blocks .text-img-full-pattern__heading,
.dx-editor-wrapper .text-img-full-pattern__heading {
  font-size: 1.875rem;
  font-weight: 400;
}
.wp-site-blocks .text-img-full-pattern__text p:not(:last-child),
.dx-editor-wrapper .text-img-full-pattern__text p:not(:last-child) {
  font-size: 1rem;
  color: #4c4c4c;
}
.wp-site-blocks .text-img-full-pattern__contact-link,
.dx-editor-wrapper .text-img-full-pattern__contact-link {
  display: block;
  font-size: 1rem;
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
}
.wp-site-blocks .text-img-full-pattern__contact-link::after,
.dx-editor-wrapper .text-img-full-pattern__contact-link::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 6px;
  margin-left: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="6" viewBox="0 0 20 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6508 2.31454L16.6308 0.154296C16.0836 -0.237068 15.3273 0.161455 15.3273 0.840035V2.16128H0.826947C0.370282 2.16128 0 2.53693 0 3.00034C0 3.46374 0.370282 3.83933 0.826947 3.83933H15.3272V5.16052C15.3272 5.84358 16.0875 6.23466 16.6306 5.84626L19.6506 3.68602C20.1118 3.35635 20.1211 2.65171 19.6508 2.31454Z" fill="black"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: transform 0.2s ease;
}
.wp-site-blocks .text-img-full-pattern__contact-link:hover::after,
.dx-editor-wrapper .text-img-full-pattern__contact-link:hover::after {
  transform: translateX(4px);
}
.wp-site-blocks .text-img-full-pattern__img,
.dx-editor-wrapper .text-img-full-pattern__img {
  margin-bottom: 0;
}
.wp-site-blocks .text-img-full-pattern__img > img,
.dx-editor-wrapper .text-img-full-pattern__img > img {
  height: 542px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1400px) {
  .wp-site-blocks .text-img-full-pattern,
  .dx-editor-wrapper .text-img-full-pattern {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding: 0;
  }
  .wp-site-blocks .text-img-full-pattern__text,
  .dx-editor-wrapper .text-img-full-pattern__text {
    box-sizing: border-box;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .text-img-full-pattern__heading,
  .dx-editor-wrapper .text-img-full-pattern__heading {
    font-size: 1.5rem;
  }
}

.wp-site-blocks .text-img-narrow-pattern,
.dx-editor-wrapper .text-img-narrow-pattern {
  padding: 6rem 4rem;
  width: 100vw;
  max-width: none;
}
.wp-site-blocks .text-img-narrow-pattern--flipped .text-img-narrow-pattern__inner,
.dx-editor-wrapper .text-img-narrow-pattern--flipped .text-img-narrow-pattern__inner {
  flex-direction: row-reverse;
}
.wp-site-blocks .text-img-narrow-pattern--gray,
.dx-editor-wrapper .text-img-narrow-pattern--gray {
  background-color: #d7d9df;
}
.wp-site-blocks .text-img-narrow-pattern--gray-light,
.dx-editor-wrapper .text-img-narrow-pattern--gray-light {
  background-color: #f5f5f5;
}
.wp-site-blocks .text-img-narrow-pattern__inner,
.dx-editor-wrapper .text-img-narrow-pattern__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  gap: 10%;
}
.wp-site-blocks .text-img-narrow-pattern__text,
.dx-editor-wrapper .text-img-narrow-pattern__text {
  flex: 0 0 40%;
}
.wp-site-blocks .text-img-narrow-pattern__text p,
.dx-editor-wrapper .text-img-narrow-pattern__text p {
  font-size: 1rem;
  color: #4c4c4c;
}
.wp-site-blocks .text-img-narrow-pattern__heading,
.dx-editor-wrapper .text-img-narrow-pattern__heading {
  font-size: 1.875rem;
  font-weight: 400;
}
.wp-site-blocks .text-img-narrow-pattern__img,
.dx-editor-wrapper .text-img-narrow-pattern__img {
  flex: 1 1 auto;
}
.wp-site-blocks .text-img-narrow-pattern__img > img,
.dx-editor-wrapper .text-img-narrow-pattern__img > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .wp-site-blocks .text-img-narrow-pattern,
  .dx-editor-wrapper .text-img-narrow-pattern {
    padding: 3rem 1.5rem;
  }
  .wp-site-blocks .text-img-narrow-pattern--flipped .text-img-narrow-pattern__inner,
  .dx-editor-wrapper .text-img-narrow-pattern--flipped .text-img-narrow-pattern__inner {
    flex-direction: column-reverse;
  }
  .wp-site-blocks .text-img-narrow-pattern__inner,
  .dx-editor-wrapper .text-img-narrow-pattern__inner {
    padding: 0;
    flex-direction: column;
    gap: 2rem;
  }
  .wp-site-blocks .text-img-narrow-pattern__text,
  .dx-editor-wrapper .text-img-narrow-pattern__text {
    padding: 0;
    max-width: none;
  }
  .wp-site-blocks .text-img-narrow-pattern__heading,
  .dx-editor-wrapper .text-img-narrow-pattern__heading {
    font-size: 1.875rem;
  }
  .wp-site-blocks .text-img-narrow-pattern__img,
  .dx-editor-wrapper .text-img-narrow-pattern__img {
    max-width: none;
    height: auto;
  }
  .wp-site-blocks .text-img-narrow-pattern__img > img,
  .dx-editor-wrapper .text-img-narrow-pattern__img > img {
    width: 100%;
  }
}

.wp-site-blocks .video-gallery-pattern {
  width: 100vw;
  max-width: 1314px;
  padding: 5rem 0;
}
.wp-site-blocks .video-gallery-pattern__header {
  max-width: none;
  padding: 0 4rem;
  margin-bottom: 2rem;
}
.wp-site-blocks .video-gallery-pattern__header > * {
  max-width: none;
}
.wp-site-blocks .video-gallery-pattern__header p {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.wp-site-blocks .video-gallery-pattern__header .wp-block-heading {
  font-size: 1.875rem;
  font-weight: 400;
  text-wrap: balance;
}
.wp-site-blocks .video-gallery-pattern__gallery {
  max-width: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1rem;
}
.wp-site-blocks .video-gallery-pattern__videos {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
}
.wp-site-blocks .video-gallery-pattern__thumbnails {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wp-site-blocks .video-gallery-pattern__item {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  gap: 1rem;
  flex: 1;
  width: 100%;
  cursor: pointer;
}
.wp-site-blocks .video-gallery-pattern__item:not(:last-child) {
  margin-bottom: 1rem;
}
.wp-site-blocks .video-gallery-pattern__item.active {
  background: #d7d9df;
}
.wp-site-blocks .video-gallery-pattern__now-playing {
  display: none;
  z-index: 1;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}
.wp-site-blocks .video-gallery-pattern__item-title {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  padding-right: 1rem;
}
.wp-site-blocks .video-gallery-pattern__vid {
  width: 100% !important;
  max-width: none;
  margin-bottom: 0;
  background: black;
}
.wp-site-blocks .video-gallery-pattern__thumbnail {
  min-width: 100px;
  max-width: 20%;
  width: 100%;
  aspect-ratio: 5/3;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
.wp-site-blocks .video-gallery-pattern__thumbnail figure {
  margin: 0;
  width: 100%;
  height: 100%;
}
.wp-site-blocks .video-gallery-pattern__thumbnail figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.wp-site-blocks .video-gallery-pattern__item.active figure::after {
  display: block;
}
.wp-site-blocks .video-gallery-pattern__item.active .video-gallery-pattern__now-playing {
  display: block;
}
.wp-site-blocks .video-gallery-pattern__item.active .video-gallery-pattern__item-title {
  color: #115685;
}
.wp-site-blocks .video-gallery-pattern__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .wp-site-blocks .video-gallery-pattern {
    padding: 2.5rem 0;
  }
  .wp-site-blocks .video-gallery-pattern__header {
    padding: 0 2rem;
  }
  .wp-site-blocks .video-gallery-pattern__header .wp-block-heading {
    font-size: 1.5rem;
  }
  .wp-site-blocks .video-gallery-pattern__gallery {
    grid-template-columns: 1fr;
  }
  .wp-site-blocks .video-gallery-pattern__thumbnails {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .wp-site-blocks .video-gallery-pattern__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 768px) {
  .wp-site-blocks .video-gallery-pattern .video-gallery-pattern__item-title, .wp-site-blocks .video-gallery-pattern .video-gallery-pattern__now-playing {
    font-size: 0.875rem;
  }
}

.dx-editor-wrapper .video-gallery-pattern__videos, .dx-editor-wrapper .video-gallery-pattern__thumbnails {
  display: flex;
}
.dx-editor-wrapper .video-gallery-pattern figure {
  width: 200px;
  max-width: 200px;
}

.dx-modal__container {
  /* Add container-specific styles here if needed */
}
.dx-modal__content {
  /* Add content wrapper styles here if needed */
}
