/* Denton */
@font-face {
  font-family: "Denton";
  src: url("../fonts/Denton-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Denton";
  src: url("../fonts/Denton-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Systemia */
@font-face {
  font-family: "Systemia";
  src: url("../fonts/Systemia-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Systemia";
  src: url("../fonts/Systemia-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Systemia";
  src: url("../fonts/Systemia-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
* a {
  text-decoration: none;
}
* a:hover {
  text-decoration: none;
}
* a:focus {
  outline: none;
}

#hidden-site-url {
  display: none;
}

.page {
  margin: 0;
}

.custom-button {
  display: inline-flex;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  padding-left: 9px;
  font-family: "Systemia", system-ui, sans-serif;
}
@media (min-width: 992px) {
  .custom-button {
    padding-left: 19px;
  }
}
.custom-button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
@media (min-width: 992px) {
  .custom-button a {
    font-size: 23px;
    gap: 22px;
  }
}
.custom-button .label {
  white-space: nowrap;
}
.custom-button.yellow .right-side {
  background: #e4fa43;
}
.custom-button.teal .right-side {
  background: #73f1dd;
}
.custom-button.green .right-side {
  background: #124e31;
}
.custom-button .right-side {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px 13px 16px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 7px 10px;
}
@media (min-width: 992px) {
  .custom-button .right-side {
    padding: 12px 16px 13px 16px;
  }
}
.custom-button .right-side img {
  display: block;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
@media (min-width: 992px) {
  .custom-button .right-side img {
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
  }
}

.entry-content {
  margin: 0;
}

.wp-block-list {
  list-style: none;
}
.wp-block-list li {
  position: relative;
  padding-left: 20px;
}
.wp-block-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 11px;
  height: 11px;
  background-color: #000;
  transform: translateY(-50%);
}

ol.wp-block-list {
  padding-left: 0;
  margin: 40px;
}

#CookiebotWidget-btn-change {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

#CookiebotWidget-btn-withdraw {
  border-color: #000000 !important;
}

.CookiebotWidget-approved svg {
  fill: #000000 !important;
}

.CookiebotWidget-show-consent-details {
  color: #000000 !important;
}

body.home .site-header {
  background-color: #ffffff;
}
body.home .mobile-menu {
  background-color: #ffffff;
}

.site-header {
  display: none;
}
@media (min-width: 1320px) {
  .site-header {
    display: block;
  }
}
.site-header ul.sub-menu {
  display: block !important;
  background-color: #003b5c;
  padding: 15px !important;
  min-width: 270px;
}
.site-header ul.sub-menu li {
  list-style: none;
  display: block;
  width: 100%;
}
.site-header ul.sub-menu li:last-child a {
  margin-bottom: 0;
}
.site-header ul.sub-menu li a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.site-header .logo-area {
  padding: 18px 16px 18px 0;
  margin-right: 30px;
  margin-left: 15px;
}
@media (min-width: 1680px) {
  .site-header .logo-area {
    margin-right: 120px;
    margin-left: 35px;
  }
}
.site-header .header-logo {
  width: 218px;
}
.site-header .main-navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 26px;
}
@media (min-width: 1680px) {
  .site-header .main-navigation ul {
    gap: 42px;
  }
}
.site-header .main-navigation ul li {
  list-style: none;
  display: inline-block;
}
.site-header .main-navigation ul li:last-child a {
  margin-right: 0;
}
.site-header .main-navigation ul li a {
  text-transform: capitalize;
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  transition: color 0.5s ease;
  color: #000000;
  transition: color 0.5s ease, background-size 0.3s ease;
  text-decoration: none;
  background-image: linear-gradient(#e4fa43, #e4fa43);
  background-repeat: no-repeat;
  background-size: 0% 0.45em;
  background-position: 0 calc(100% - 0.18em);
  transition: background-size 0.25s ease;
}
.site-header .main-navigation ul li a:hover {
  background-size: 100% 0.45em;
}
.site-header .main-navigation ul.sub-menu a {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.site-header .right-side-nav > div {
  display: inline-block;
}
.site-header .right-side-nav .icon {
  max-width: 15px;
}
.site-header .right-side-nav .search-section {
  position: relative;
  cursor: pointer;
}
.site-header .right-side-nav .phone-section {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 1680px) {
  .site-header .right-side-nav .phone-section {
    margin-left: 48px;
    margin-right: 77px;
  }
}
.site-header .right-side-nav .search-section a,
.site-header .right-side-nav .phone-section a {
  color: #000000;
}
.site-header .right-side-nav span {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.site-header .right-side-nav .get-started-button {
  padding: 14px 12px;
  color: #000000;
  border: 2px solid #000000;
  background: transparent;
  border-radius: 6px;
  margin-right: 10px;
  transition: all 0.5s ease;
}
.site-header .right-side-nav .get-started-button:hover {
  background: #000000;
  color: #ffffff;
}
@media (min-width: 1440px) {
  .site-header .right-side-nav .get-started-button {
    margin-right: 35px;
    padding: 14px 22px;
  }
}
.site-header .right-side-nav .get-started-button span {
  position: relative;
  top: 2px;
}

.hidden-mobile-menu {
  display: none;
}

.mega-menu {
  position: fixed;
  top: 79px;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  width: 100%;
  height: 0;
  background-color: transparent;
  display: none;
}
.mega-menu .close-menu {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 15px;
  color: #72899b;
  font-size: 10px;
  font-weight: 600;
  transition: color 0.5s ease;
}
.mega-menu .close-menu:hover {
  cursor: pointer;
  color: #ffffff;
}
.mega-menu.open {
  padding-top: 60px;
  padding-bottom: 90px;
  display: block;
  opacity: 1;
  height: auto;
  visibility: visible;
  background-color: #000000;
}
.mega-menu.open .social-area {
  background-color: #000000;
}
.mega-menu .view-more-button {
  padding: 25px 25px 25px 0;
}
.mega-menu .view-more-button a {
  color: #ffffff;
  font-size: 12px;
}
.mega-menu .left-side {
  width: 75%;
}
.mega-menu ul {
  padding: 0;
  margin: 0;
}
.mega-menu ul.four {
  width: 25%;
}
.mega-menu ul li {
  list-style: none;
}
.mega-menu ul li.top-item {
  min-height: 75px;
}
.mega-menu ul li.top-item a {
  font-size: 16px;
  font-weight: 600;
}
.mega-menu ul li a {
  display: block;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
  transition: color 0.5s ease;
}
.mega-menu ul li a:hover {
  color: #e4fa43;
}
.mega-menu .social-area {
  width: 25%;
}
.mega-menu .menu-section {
  width: 100%;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.mega-menu .social-area {
  color: #ffffff;
  min-width: 320px;
  background-color: transparent;
  transition: all 0.5s ease;
}
@media (min-width: 1320px) {
  .mega-menu .social-area {
    min-width: 420px;
  }
}
.mega-menu .social-area p.heading {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
}
.mega-menu .social-area .featured-items {
  border-left: 1px solid #717171;
  padding-left: 35px;
}
.mega-menu .social-area .featured-items .item {
  transition: all 0.5s ease;
  background-color: transparent;
  padding: 5px 25px 5px 0;
}
.mega-menu .social-area .featured-items .item:hover p.default {
  color: #e4fa43;
}
.mega-menu .social-area .featured-items .item img {
  width: 100%;
  min-width: 115px;
  min-width: 115px;
  min-height: 80px;
  max-height: 80px;
  object-fit: cover;
  border-radius: 6px;
}
.mega-menu .social-area .featured-items .item p.default {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 23px;
  color: #ffffff;
  max-width: 250px;
  margin: 0 0 0 15px;
  line-height: 28px;
  transition: color 0.5s ease;
}
.mega-menu .social-area .featured-items .custom-button {
  margin-top: 22px;
}

.moby {
  background: #000000;
  z-index: 999999 !important;
  padding: 21px 28px 21px 28px;
  overflow-x: hidden;
}
.moby.right-side {
  width: 393px !important;
}
.moby .moby-close {
  display: none;
}
.moby .moby-middle {
  margin-top: 45px;
  display: flex;
  align-items: center;
  gap: 52px;
}
.moby .moby-middle a {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
}
.moby .moby-bottom {
  margin-top: 29px;
  display: flex;
  gap: 17px;
}
.moby .hidden-mobile-menu {
  display: block;
}
.moby .hidden-mobile-menu ul {
  padding: 0;
  margin: 0;
}
.moby .hidden-mobile-menu ul li {
  padding: 0;
  margin: 0;
}
.moby .hidden-mobile-menu ul li a {
  padding: 15px 30px 15px 15px;
  margin: 0;
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid #171717;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
  font-family: "Systemia", system-ui, sans-serif;
}
.moby .hidden-mobile-menu ul li a .moby-expand {
  color: #73f1dd;
}
.moby .hidden-mobile-menu ul.sub-menu li a {
  font-size: 24px;
  padding-left: 35px;
  border-bottom: none;
  padding-right: 0;
}
.moby .hidden-mobile-menu ul.sub-menu ul.sub-menu {
  background-color: #000910;
}

.mobile-menu {
  font-weight: 600;
  display: block;
}
@media (min-width: 1320px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .header-logo {
  width: 270px;
  margin-right: 60px;
  padding: 22px 16px 22px 16px;
}
.mobile-menu .right-side-nav > div {
  display: inline-block;
}
.mobile-menu .right-side-nav .icon {
  transition: opacity 0.5s ease;
  max-width: 35px;
  position: relative;
  bottom: 15px;
}
.mobile-menu .right-side-nav .search-section,
.mobile-menu .right-side-nav .phone-section,
.mobile-menu .right-side-nav .menu-section {
  width: 40px;
  min-height: 84px;
  text-align: center;
  height: 100%;
  position: relative;
}
.mobile-menu .right-side-nav .search-section:hover,
.mobile-menu .right-side-nav .phone-section:hover,
.mobile-menu .right-side-nav .menu-section:hover {
  cursor: pointer;
}
.mobile-menu .right-side-nav .search-section:hover .icon,
.mobile-menu .right-side-nav .phone-section:hover .icon,
.mobile-menu .right-side-nav .menu-section:hover .icon {
  opacity: 0.5;
}
@media (min-width: 380px) {
  .mobile-menu .right-side-nav .search-section,
  .mobile-menu .right-side-nav .phone-section,
  .mobile-menu .right-side-nav .menu-section {
    width: 60px;
  }
}
.mobile-menu .right-side-nav span {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin: 0 5px;
}

.overlay {
  position: fixed;
  top: 106px;
  z-index: 9;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  display: none;
}
.overlay.open {
  z-index: 9;
  visibility: visible;
  opacity: 1;
  display: block;
}

.sikich-vertical {
  position: absolute;
  top: 50px;
  right: -13px;
  z-index: -1;
  opacity: 0.9;
}

.moby-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moby-top a.login {
  color: #ffffff;
  font-size: 18px;
  text-decoration: underline;
}
.moby-top a.close-menu {
  color: #ffffff;
  font-size: 18px;
}
.moby-top a.close-menu span {
  padding-right: 5px;
}
.moby-top a.close-menu img {
  position: relative;
  bottom: 2px;
}

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

.moby-search {
  padding: 16px 0 12px;
}
.moby-search .moby-search__form {
  display: flex;
  align-items: stretch;
  gap: 0;
  isolation: isolate;
}
.moby-search .moby-search__form:focus-within {
  box-shadow: 0 0 0 3px rgba(34, 134, 255, 0.35);
  border-radius: 12px;
}
.moby-search .moby-search__input {
  flex: 1 1 auto;
  height: 56px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #dcdde1;
  border-right: none;
  border-radius: 12px 0 0 12px;
  font-size: 20px;
  line-height: 1;
  color: #1b1b1b;
}
.moby-search .moby-search__input::placeholder {
  color: #717171;
  font-weight: 500;
  font-size: 23px;
}
.moby-search .moby-search__input:focus {
  outline: none;
}
.moby-search .moby-search__input {
  -webkit-appearance: none;
}
.moby-search .moby-search__btn {
  flex: 0 0 auto;
  width: 64px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  border-left: none;
  border-radius: 0 12px 12px 0;
  cursor: pointer;
  color: #000;
}
.moby-search .moby-search__btn:hover {
  background: #eceef1;
}
.moby-search .moby-search__btn:active {
  background: #e6e8ec;
}
.moby-search .moby-search__btn:focus {
  outline: none;
}
.moby-search .moby-search__icon {
  display: block;
  width: 28px;
  height: 28px;
}

.moby-wrap .moby-search__form {
  background: transparent;
}

.moby-bottom-artifacts {
  position: absolute;
  bottom: 1px;
  right: 0;
  z-index: -1;
  opacity: 0.8;
}

footer {
  background-color: #000000;
  padding: 60px 0 0 0;
}
@media (min-width: 1200px) {
  footer {
    padding: 127px 0 0 0;
  }
}
footer .top-footer-wrapper {
  padding: 0 42px 0 42px;
  display: flex;
  flex-direction: column;
}
footer .top-footer-wrapper .copyright-mobile {
  display: block;
  order: 4;
  margin-top: 10px;
}
footer .top-footer-wrapper .copyright-mobile p {
  font-size: 16px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  footer .top-footer-wrapper .copyright-mobile {
    display: none;
  }
}
footer .top-footer-wrapper .footer-logo {
  order: 1;
  min-width: 263px;
  min-height: 52px;
}
footer .top-footer-wrapper .social-icons {
  order: 2;
  margin-top: 26px;
}
footer .top-footer-wrapper .social-icons img {
  min-width: 33px;
  min-height: 33px;
  width: 33px;
  height: 33px;
}
footer .top-footer-wrapper .footer-menu-wrapper {
  order: 3;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  footer .top-footer-wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 0 130px 0 42px;
  }
  footer .top-footer-wrapper .footer-logo {
    order: 1;
  }
  footer .top-footer-wrapper .footer-menu-wrapper {
    order: 2;
    margin-top: 0;
  }
  footer .top-footer-wrapper .social-icons {
    order: 3;
    margin-top: 0;
  }
}
footer .menu-footer-menu-container {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 400;
}
footer .menu-footer-menu-container ul {
  display: flex;
  row-gap: 5px;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1200px) {
  footer .menu-footer-menu-container ul {
    gap: 22px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  footer .menu-footer-menu-container ul {
    gap: 68px;
  }
}
footer .menu-footer-menu-container ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
footer .menu-footer-menu-container ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  footer .menu-footer-menu-container ul li:not(:last-child)::after {
    display: none;
  }
}
footer .menu-footer-menu-container ul li a {
  font-size: 18px;
  color: #ffffff;
  transition: color 0.5s ease;
}
@media (min-width: 1200px) {
  footer .menu-footer-menu-container ul li a {
    font-size: 24px;
  }
}
footer .menu-footer-menu-container ul li a:hover {
  color: #e4fa43;
}
footer .social-icons {
  margin-top: 26px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  footer .social-icons {
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer .social-icons img {
  min-width: 33px;
  min-height: 33px;
  width: 33px;
  height: 33px;
}
footer .footer-logo {
  min-width: 263px;
  min-height: 52px;
}
footer .bottom-footer-wrapper {
  margin-top: 126px;
  display: none;
}
@media (min-width: 1200px) {
  footer .bottom-footer-wrapper {
    display: block;
  }
}
footer .bottom-footer-wrapper p {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 18px;
  color: #d5d5d5;
  font-weight: 300;
  max-width: 1663px;
  line-height: 22px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1680px) {
  footer .bottom-footer-wrapper p {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .artifact-wrapper {
  display: flex;
  justify-content: end;
}
footer .artifact-wrapper .footer-artifact {
  max-width: 1150px;
}
@media (min-width: 1200px) {
  footer .artifact-wrapper .footer-artifact {
    max-height: none;
  }
}

.homepage-hero {
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .homepage-hero {
    padding: 200px 70px 250px;
  }
}
.homepage-hero h1 {
  font-family: "Denton", system-ui, sans-serif;
  font-weight: 300;
  font-size: 75px;
  line-height: 73px;
  margin: 0;
  display: inline-block;
  text-align: center;
  max-width: 1750px;
}
@media (min-width: 992px) {
  .homepage-hero h1 {
    font-size: 140px;
    line-height: 140px;
  }
}
.homepage-hero .h1-anchor {
  position: relative;
  display: inline-block;
  width: 0;
  height: 1em;
  vertical-align: text-top;
}
.homepage-hero .h1-anchor::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #124e31;
  left: -20px;
  top: -5px;
}
@media (min-width: 992px) {
  .homepage-hero .h1-anchor::before {
    width: 34px;
    height: 34px;
    left: -49px;
    top: -18px;
  }
}

body.home {
  overflow-x: hidden;
}

#bayer-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
#bayer-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1662px;
  margin-inline: auto;
  padding-inline: 0;
}

@media (max-width: 992px) {
  .insight-single .container {
    padding-inline: 20px;
  }
  .insight-single .insight-meta.container {
    padding-inline: 10px;
  }
  .insight-single .insight-hero {
    margin-inline: 0;
  }
  .insight-single .insight-content.container {
    padding-inline: 20px;
  }
  .insight-single {
    padding-inline: 0;
  }
  .insight-single .insight-meta {
    margin-inline: 0;
  }
}
.insight-hero {
  height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .insight-hero {
    height: 400px;
  }
}

.insight-meta {
  position: relative;
  margin-top: -188px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .insight-meta {
    margin-top: -350px;
  }
}
.insight-meta__inner {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 64px 92px;
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 100px;
}
@media (max-width: 992px) {
  .insight-meta__inner {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    gap: 22px;
  }
}
.insight-meta__left {
  border-right: 1px solid #717171;
  padding-right: 100px;
  color: #000000;
}
@media (max-width: 992px) {
  .insight-meta__left {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #717171;
  }
}
.insight-meta__left .insight-title {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 74px;
  line-height: 78px;
  margin: 0 0 36px;
  padding-top: 19px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .insight-meta__left .insight-title {
    font-size: 40px;
    line-height: 42px;
    margin: 0 0 22px;
    padding-top: 10px;
  }
}
.insight-meta__left .insight-title::before {
  content: "";
  inline-size: 25px;
  block-size: 25px;
  background: #124e31;
  flex: 0 0 25px;
  pointer-events: none;
  margin: -19px 26px 0 0;
}
@media (max-width: 992px) {
  .insight-meta__left .insight-title::before {
    inline-size: 13px;
    block-size: 13px;
    flex: 0 0 13px;
    margin: -10px 7px 0 -20px;
  }
}
@media (max-width: 768px) {
  .insight-meta__left .insight-title {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .insight-meta__left .insight-title {
    font-size: 38px;
  }
}
.insight-meta__left .insight-metas {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  gap: 97px;
}
@media (max-width: 992px) {
  .insight-meta__left .insight-metas {
    font-size: 14px;
    margin: 0 0 25px 0;
    gap: 50px;
  }
}
.insight-meta__left .insight-metas .tag {
  color: #ffffff;
  background-color: #124e31;
  font-size: 18px;
  padding: 5px 15px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .insight-meta__left .insight-metas .tag {
    display: none;
  }
}
.insight-meta__right {
  font-family: "Systemia", system-ui, sans-serif;
  color: #000000;
}
.insight-meta__right .eyebrow {
  font-size: 16px;
  margin: 0 0 16px;
}
@media (max-width: 768px) {
  .insight-meta__right .eyebrow {
    font-size: 14px;
  }
}
.insight-meta__right .author__row {
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 0 0 28px;
}
.insight-meta__right .author__avatar img {
  width: 66px;
  height: 66px;
  object-fit: cover;
  border-radius: 50%;
}
.insight-meta__right .author__name {
  font-size: 20px;
}
.insight-meta__right .insight-categories {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 992px) {
  .insight-meta__right .insight-categories {
    display: none;
  }
}
.insight-meta__right .insight-categories .insight-category,
.insight-meta__right .insight-categories .insight-tag {
  color: #000000;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.insight-meta__right .insight-categories .insight-category:hover, .insight-meta__right .insight-categories .insight-category:focus-visible,
.insight-meta__right .insight-categories .insight-tag:hover,
.insight-meta__right .insight-categories .insight-tag:focus-visible {
  color: #717171;
  outline: none;
}
.insight-meta__right .share__icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.insight-meta__right .share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}

.insight-content {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .insight-content {
    padding: 30px 0;
  }
}
.insight-content > *:first-child {
  margin-top: 0;
}
.insight-content.container {
  max-width: 1662px;
}

.insight-content__layout {
  display: grid;
  grid-template-columns: 347px 1195px;
  column-gap: 120px;
  align-items: start;
}
@media (max-width: 1662px) {
  .insight-content__layout {
    grid-template-columns: minmax(240px, 347px) minmax(0, 1fr);
    column-gap: clamp(24px, 6vw, 120px);
  }
}

:root {
  --anchor-offset: 30px;
}

.insight-body h2,
.insight-body h3 {
  scroll-margin-top: var(--anchor-offset);
}

.insight-toc {
  width: 347px;
}
@media (max-width: 992px) {
  .insight-toc {
    display: none;
  }
}
.insight-toc nav {
  font-family: "Systemia", system-ui, sans-serif;
}
.insight-toc .toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 20px;
}
.insight-toc .toc__link {
  text-decoration: none;
  color: #000000;
  line-height: 1.35;
}
.insight-toc .toc__link.is-active,
.insight-toc .toc__link[aria-current=true] {
  font-weight: 700;
}

.insight-content__layout.no-toc {
  grid-template-columns: 1fr;
  column-gap: 0;
}

.insight-content.no-toc.container {
  max-width: 1195px;
}

.insight-body {
  box-sizing: border-box;
  width: 1195px;
  max-width: 100%;
  font-family: "Systemia", system-ui, sans-serif;
  color: #000000;
  overflow-wrap: anywhere;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .insight-body {
    padding-right: 0;
  }
}
.insight-body > *:first-child {
  margin-top: 0;
}
.insight-body h2 {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 18px;
}
.insight-body p strong {
  font-weight: 300 !important;
}
.insight-body p,
.insight-body li {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
}
.insight-body li {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 18px;
}
.insight-body li:last-child {
  margin-bottom: 0;
}
.insight-body ul {
  list-style: none;
  padding: 0;
  margin: 40px;
}
@media (max-width: 992px) {
  .insight-body ul {
    margin: 20px 20px 20px 0;
  }
}
.insight-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .insight-body ul li {
    margin: 10px;
  }
}
.insight-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 11px;
  height: 11px;
  background-color: #000000;
  border-radius: 0;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .insight-body ul li::before {
    width: 10px;
    height: 10px;
    transform: translateY(-90%);
  }
}
.insight-body a {
  text-decoration: none;
  background-image: linear-gradient(#e4fa43, #e4fa43);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: 0 calc(100% - 0.1em);
  color: #000000;
  text-decoration: none;
}
.insight-body a:hover {
  text-decoration: underline;
  background-size: 0%;
}
.insight-body .insight-copyright-text p {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #5a5b5e;
}
.insight-body u,
.insight-body span[style*="text-decoration: underline"],
.insight-body span[style*="text-decoration:underline"] {
  text-decoration-line: underline;
  text-decoration-color: #e4fa43 !important;
  text-decoration-thickness: 0.25em !important;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
}

@media (max-width: 1320px) {
  .insight-content.container {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .insight-content__layout {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }
  .insight-toc,
  .insight-body {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .insight-body h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .insight-body p,
  .insight-body li {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}
.insight-author-bio {
  padding: 45px;
  background: #f8f8f8;
}
@media (max-width: 992px) {
  .insight-author-bio {
    display: none;
  }
}
.insight-author-bio .author-section-title {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 1.1;
  color: #000000;
}
.insight-author-bio .author-section-label {
  color: #ffffff;
  background-color: #124e31;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 66px;
}
.insight-author-bio__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.insight-author-bio__head .square {
  inline-size: 19px;
  block-size: 19px;
  background: #124e31;
  margin-bottom: 66px;
}
.insight-author-bio__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 130px;
  align-items: start;
}
.insight-author-bio__name {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 10px;
}
.insight-author-bio__title {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 42px;
  color: #000000;
  margin-bottom: 10px;
}
.insight-author-bio__text {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  margin-top: 22px;
  color: #000000;
}
.insight-author-bio__avatar {
  margin: 0 0 12px;
}
.insight-author-bio__avatar img {
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.insight-author-bio__email a {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 25px;
  color: #000000;
  text-decoration: underline;
}

.insight-signup {
  padding: 45px 105px 144px 45px;
  background: #171717;
}
@media (max-width: 992px) {
  .insight-signup {
    display: none;
  }
}
.insight-signup .signup-section-title {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 1.1;
  color: #ffffff;
}
.insight-signup .signup-section-label {
  color: #000000;
  background-color: #73f1dd;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 66px;
  display: inline-block;
}
.insight-signup__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.insight-signup__head .square {
  inline-size: 19px;
  block-size: 19px;
  background: #73f1dd;
  margin-bottom: 66px;
  pointer-events: none;
}
.insight-signup__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  overflow: hidden;
  align-items: start;
}
.insight-signup__text {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.6;
  margin-top: 22px;
  color: #ffffff;
}
.insight-signup .insight-signup-form__text {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin: 0 0 43px;
  color: #ffffff;
}
.insight-signup__form {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.insight-signup__form .mktoForm {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  overflow: hidden;
}
.insight-signup__form .mktoFormRow,
.insight-signup__form .mktoFormCol,
.insight-signup__form .mktoFieldWrap,
.insight-signup__form fieldset {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
}
.insight-signup__form .mktoButtonRow {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.insight-signup__form .mktoButtonWrap {
  margin: 0 !important;
  display: inline-block !important;
}
.insight-signup__form label#LblEmail {
  display: none;
}
.insight-signup__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-family: "Systemia", system-ui, sans-serif !important;
  font-size: 23px !important;
  line-height: 28px !important;
  font-weight: 500;
  padding: 7px 60px 7px 16px !important;
  box-shadow: none !important;
  background-image: none !important;
}
.insight-signup__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  display: grid;
  place-items: center;
  background: #73f1dd;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("/wp-content/themes/sikich-v2/images/button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.insight-signup__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.insight-signup__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus-visible,
.insight-signup__form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.insight-signup__form .mktoForm input.mktoField:focus, .insight-signup__form .mktoForm input.mktoField:focus-visible,
.insight-signup__form .mktoForm select.mktoField:focus,
.insight-signup__form .mktoForm select.mktoField:focus-visible,
.insight-signup__form .mktoForm textarea.mktoField:focus,
.insight-signup__form .mktoForm textarea.mktoField:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.insight-signup__form .mktoForm .mktoError .mktoErrorMsg {
  background-color: #73f1dd !important;
  font-family: "Systemia", system-ui, sans-serif !important;
  font-size: 16px !important;
  color: #000000 !important;
}
.insight-signup__form .mktoForm .mktoError .mktoErrorArrow {
  background-color: #73f1dd !important;
}

.related-insights {
  padding: 45px;
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .related-insights {
    display: none;
  }
}
.related-insights__artifact {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1150px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.related-insights__inner {
  position: relative;
  z-index: 1;
  padding: 45px;
}
.related-insights .related-insight__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.related-insights .related-insight__head .square {
  inline-size: 19px;
  block-size: 19px;
  background: #124e31;
  margin-bottom: 66px;
  pointer-events: none;
  z-index: 2;
}
.related-insights .related-insight__head .related-insights-section-label {
  color: #ffffff;
  background-color: #124e31;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 47px;
  display: inline-block;
  font-family: "Systemia", system-ui, sans-serif;
  z-index: 2;
}
.related-insights .related-insight__head .related-insights-section-title {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 74px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 35px;
}

.related-insights__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1320px) {
  .related-insights__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .related-insights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .related-insights__grid {
    grid-template-columns: 1fr;
  }
}

.insight-card {
  overflow: hidden;
  color: #000000;
  font-family: "Systemia", system-ui, sans-serif;
}
.insight-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.insight-card__media {
  margin: 0;
  aspect-ratio: 16/9;
}
.insight-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.insight-card__title {
  font-size: 41px;
  font-weight: 500;
  line-height: 42px;
  margin: 19px 0px 20px;
  color: #000000;
}
.insight-card__excerpt {
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin: 19px 0px 20px;
  color: #000000;
}

.insight-breadcrumb {
  color: #000000;
  padding: 15px 0;
  margin-top: 50px;
}
.insight-breadcrumb__nav {
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.insight-breadcrumb__nav a {
  color: #000000;
}
.insight-breadcrumb__link {
  text-decoration: none;
  color: #000000;
}
.insight-breadcrumb__link:hover, .insight-breadcrumb__link:focus-visible {
  text-decoration: underline;
  outline: none;
}
.insight-breadcrumb__sep {
  opacity: 0.55;
  padding-inline: 2px;
}
@media (max-width: 992px) {
  .insight-breadcrumb {
    display: none;
  }
}

.insight-card__title-text {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #000000;
  transition: color 1s ease, background-size 1s ease;
  text-decoration: none;
  background-image: linear-gradient(#e4fa43, #e4fa43);
  background-repeat: no-repeat;
  background-size: 0% 0.3em;
  background-position: 0 calc(100% - 0.05em);
  transition: background-size 0.25s ease;
}
.insight-card__title-text:hover {
  background-size: 100% 0.3em;
}

.insight-card__link:hover .insight-card__title-text {
  background-size: 100% 0.3em;
}

figure.wp-block-image {
  margin-left: -90px;
  margin-right: -90px;
  width: calc(100% + 180px);
}
figure.wp-block-image img {
  width: 100%;
}

.insights-archive {
  width: 100%;
  margin: 0;
  padding: 0 35px 35px 35px;
}
@media (max-width: 992px) {
  .insights-archive {
    padding: 20px;
  }
}
.insights-archive__artifact {
  position: absolute;
  top: 0;
  right: -35px;
  max-width: 1150px;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 992px) {
  .insights-archive__artifact {
    display: none;
  }
}
.insights-archive__top {
  position: relative;
  overflow-x: visible;
}
.insights-archive__top .insights-archive-section-featured-title {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 41px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .insights-archive__top .insights-archive-section-featured-title {
    font-size: 26px;
  }
}
.insights-archive__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .insights-archive__head {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.insights-archive__head .square {
  inline-size: 19px;
  block-size: 19px;
  background: #124e31;
  margin-bottom: 66px;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .insights-archive__head .square {
    margin-bottom: 20px;
    inline-size: 11px;
    block-size: 11px;
  }
}
.insights-archive__head .insights-archive-section-label {
  color: #ffffff;
  background-color: #124e31;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 47px;
  display: inline-block;
  font-family: "Systemia", system-ui, sans-serif;
  z-index: 2;
}
@media (max-width: 992px) {
  .insights-archive__head .insights-archive-section-label {
    display: none;
  }
}
.insights-archive__head .insights-archive-section-title {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20.2px;
}
@media (max-width: 992px) {
  .insights-archive__head .insights-archive-section-title {
    font-size: 40px;
    line-height: 40px;
  }
}
.insights-archive__head .insights-archive-section-subtitle {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  color: #000000;
  width: 670px;
}
@media (max-width: 992px) {
  .insights-archive__head .insights-archive-section-subtitle {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}
.insights-archive__divider {
  border: 0;
  border-top: 1px solid #cacaca;
  margin: 30px 0;
}
.insights-archive__latest {
  padding: 24px 0 64px;
}
@media (max-width: 992px) {
  .insights-archive__latest {
    padding: 0px;
  }
}
.insights-archive__latest .insights-archive-section-latest-title {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 41px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .insights-archive__latest .insights-archive-section-latest-title {
    font-size: 26px;
  }
}
.insights-archive__cta {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
@media (max-width: 992px) {
  .insights-archive__cta {
    margin: 30px 0;
  }
}

/* Featured grid (4-up by default) */
.insights-featured__grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1320px) {
  .insights-featured__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .insights-featured__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Latest grid (4 cols) */
.insights-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1320px) {
  .insights-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .insights-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .insights-grid {
    grid-template-columns: 1fr;
  }
}

/* Card */
.insight-card {
  background: transparent;
  overflow: hidden;
  color: #000000;
}
.insight-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.insight-card__media {
  margin: 0;
  background: #f2f2f2;
  border-radius: 6px;
}
.insight-card__media img {
  width: 100%;
  height: 293px;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.insight-card__placeholder {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.insight-card__title {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 41px;
  line-height: 42px;
  font-weight: 400;
  margin: 19px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .insight-card__title {
    font-size: 26px;
    line-height: 30px;
  }
}
.insight-card__excerpt {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  margin: 19px 0 20px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .insight-card__excerpt {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Outlined button */
.btn-load-more {
  appearance: none;
  border: 1px solid #000000;
  background: transparent;
  color: #000000;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 16px;
  padding: 10px 30px;
  border-radius: 6px;
  cursor: pointer;
}
.btn-load-more:hover {
  background: #f2f2f2;
  border: 1px solid #000000;
}

.btn-load-more.is-disabled {
  opacity: 0.5;
  cursor: default;
}

.insight-card__title-text {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #000000;
  transition: color 1s ease, background-size 1s ease;
  text-decoration: none;
  background-image: linear-gradient(#e4fa43, #e4fa43);
  background-repeat: no-repeat;
  background-size: 0% 0.3em;
  background-position: 0 calc(100% - 0.05em);
  transition: background-size 0.25s ease;
}
.insight-card__title-text:hover {
  background-size: 100% 0.3em;
}

.insight-card__link:hover .insight-card__title-text {
  background-size: 100% 0.3em;
}

.insights-slider {
  margin: 0 auto;
  background-color: #ffffff;
  background-image: url("../images/insights-dither.svg");
  background-position: top right;
  background-repeat: no-repeat;
}
.insights-slider__inner {
  max-width: 1819px;
  margin: 0 auto;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .insights-slider__inner {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1819px) {
  .insights-slider__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.insights-slider__head {
  margin-bottom: 36px;
}
.insights-slider__artifact {
  width: 19px;
  height: 19px;
  background-color: #124e31;
}
.insights-slider__label {
  border-radius: 6px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  padding: 5px 10px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #124e31;
}
@media (min-width: 992px) {
  .insights-slider__label {
    margin-top: 60px;
    font-size: 20px;
    padding: 7.4px 19px 5px;
  }
}
.insights-slider__title {
  font-family: "Denton", system-ui, sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .insights-slider__title {
    margin-bottom: 0;
    margin-top: 45px;
    font-size: 80px;
    line-height: 80px;
  }
}
.insights-slider__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 19px;
}
.insights-slider__arrow {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 9.4px 11.8px 8.8px 12.4px;
  cursor: pointer;
}
.insights-slider__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.insights-slider__arrow img {
  width: 14px;
  height: 14px;
}
.insights-slider__track .slick-slide {
  padding: 0 10px;
}
.insights-slider__slide {
  box-sizing: border-box;
}
.insights-slider .custom-button {
  border: 1px solid #000000;
  border-radius: 8px;
}
.insights-slider .custom-button .right-side {
  background-color: #124e31;
}

.slick-track {
  margin-left: -10px !important;
}

.seam-overlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 0;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  transform: translate3d(0, 0, 0);
  will-change: transform, height, opacity;
  contain: layout paint;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.85) 45%, rgb(0, 0, 0) 80%, #000 100%);
}

:root {
  --hero-height: 520px;
  --contact-start: 68px;
}

@media (max-width: 1200px) {
  :root {
    --hero-height: 400px;
    --contact-start: 55px;
  }
}
@media (max-width: 768px) {
  :root {
    --hero-height: 350px;
    --contact-start: 40px;
  }
}
.container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1662px;
  margin-inline: auto;
  padding-inline: 0;
}

.contact-hero {
  position: relative;
  height: 520px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1200px) {
  .contact-hero {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .contact-hero {
    height: 360px;
  }
}

.contact-us {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * (var(--hero-height) - var(--contact-start)));
}
@media (max-width: 1680px) {
  .contact-us {
    margin-top: calc(-1 * (var(--hero-height) - var(--contact-start)));
    margin-left: 10px;
    margin-right: 10px;
  }
}
.contact-us__inner {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 60px 90px;
  display: grid;
  grid-template-columns: 1020px 375px;
  justify-content: space-between;
  align-items: start;
  max-width: 1662px;
  margin-bottom: 126px;
  margin-inline: auto;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .contact-us__inner {
    grid-template-columns: 1fr;
    padding: 30px;
    gap: 10px;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
}
.contact-us__inner .contact__eyebrow {
  position: absolute;
  width: 34px;
  height: 34px;
  background: #124e31;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .contact-us__inner .contact__eyebrow {
    width: 13px;
    height: 13px;
    left: 10px;
  }
}
.contact-us__left {
  border-right: 1px solid #717171;
  padding: 28px 52px;
  color: #000000;
}
@media (max-width: 992px) {
  .contact-us__left {
    border-right: none;
    border-bottom: 1px solid #717171;
    padding: 10px 0 40px 0;
  }
}
.contact-us__left .contact-title {
  font-family: "Denton", system-ui, sans-serif;
  font-weight: 400;
  font-size: 74px;
  line-height: 78px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .contact-us__left .contact-title {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 22px;
  }
}
.contact-us__left .contact-subtitle {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 37px;
}
@media (max-width: 992px) {
  .contact-us__left .contact-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
.contact-us__left .contact-form {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form {
    font-size: 16px;
    gap: 40px;
  }
}
.contact-us__left .contact-form {
  max-width: 100%;
  overflow: hidden;
}
.contact-us__left .contact-form label,
.contact-us__left .contact-form [id^=Lbl] {
  display: none !important;
  visibility: hidden !important;
}
.contact-us__left .contact-form .mktoForm,
.contact-us__left .contact-form .mktoFormRow,
.contact-us__left .contact-form .mktoFormCol,
.contact-us__left .contact-form .mktoFieldWrap,
.contact-us__left .contact-form fieldset {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  display: block !important;
  box-sizing: border-box !important;
}
.contact-us__left .contact-form input#Email {
  width: 99% !important;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form input#Email {
    width: 100% !important;
  }
}
.contact-us__left .contact-form input[type],
.contact-us__left .contact-form select#sik_serviceareafromweb,
.contact-us__left .contact-form textarea.mktoField {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 10px !important;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form input[type],
  .contact-us__left .contact-form select#sik_serviceareafromweb,
  .contact-us__left .contact-form textarea.mktoField {
    font-size: 18px !important;
    font-weight: 400 !important;
    height: 55px;
  }
}
.contact-us__left .contact-form select#sik_serviceareafromweb,
.contact-us__left .contact-form textarea#MktoPersonNotes {
  font-size: 23px;
  font-weight: 500;
  color: #717171;
  height: 55px;
  line-height: 35px;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form select#sik_serviceareafromweb,
  .contact-us__left .contact-form textarea#MktoPersonNotes {
    font-size: 18px;
    font-weight: 400;
  }
}
.contact-us__left .contact-form .mktoForm input[type=text] {
  margin-bottom: 10px !important;
}
.contact-us__left .contact-form .mktoCaptchaDisclaimer {
  color: #717171;
  float: right;
  text-align: end;
  font-size: 18px;
  overflow: hidden;
  margin-left: auto;
  margin-top: -80px !important;
  margin-right: 10px !important;
  max-width: 50%;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form .mktoCaptchaDisclaimer {
    max-width: 100%;
    margin-top: 0px !important;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px !important;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
}
.contact-us__left .contact-form .mktoCaptchaDisclaimer a {
  color: #717171;
  text-decoration: underline;
}
.contact-us__left .contact-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 1px solid #000000;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-family: "Systemia", system-ui, sans-serif !important;
  font-size: 23px !important;
  line-height: 28px !important;
  font-weight: 300;
  padding: 7px 60px 7px 16px !important;
  box-shadow: none !important;
  background-image: none !important;
}
.contact-us__left .contact-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44px;
  display: grid;
  place-items: center;
  background: #124e31;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-image: url("../images/custom-button-white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.contact-us__left .contact-form .mktoButtonWrap {
  margin: 0 !important;
  display: inline-block !important;
}
.contact-us__left .contact-form .mktoButtonRow {
  float: right !important;
  margin: 20px 0 0 0 !important;
}
.contact-us__left .contact-form .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.contact-us__left .contact-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:hover,
.contact-us__left .contact-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:focus-visible,
.contact-us__left .contact-form .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton:visited {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.contact-us__left .contact-form .mktoForm input.mktoField:focus, .contact-us__left .contact-form .mktoForm input.mktoField:focus-visible,
.contact-us__left .contact-form .mktoForm select#sik_serviceareafromweb:focus,
.contact-us__left .contact-form .mktoForm select#sik_serviceareafromweb:focus-visible,
.contact-us__left .contact-form .mktoForm textarea.mktoField:focus,
.contact-us__left .contact-form .mktoForm textarea.mktoField:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.contact-us__left .contact-form .mktoForm {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0px 20px !important;
}
.contact-us__left .contact-form .mktoFormRow:has(#FirstName),
.contact-us__left .contact-form .mktoFormRow:has(#LastName),
.contact-us__left .contact-form .mktoFormRow:has(#Title),
.contact-us__left .contact-form .mktoFormRow:has(#Company),
.contact-us__left .contact-form .mktoFormRow:has(#Phone),
.contact-us__left .contact-form .mktoFormRow:has(#sik_serviceareafromweb),
.contact-us__left .contact-form .mktoFormRow:has(#MktoPersonNotes) {
  width: calc(50% - 15px) !important;
}
.contact-us__left .contact-form .mktoFormRow:has(#Email) {
  width: 100% !important;
}
.contact-us__left .contact-form .mktoCaptchaDisclaimer,
.contact-us__left .contact-form .mktoButtonRow,
.contact-us__left .contact-form #captcha {
  flex: 0 0 100% !important;
  width: 100% !important;
}
@media (max-width: 992px) {
  .contact-us__left .contact-form .mktoForm {
    padding: 0;
    gap: 0 !important;
  }
  .contact-us__left .contact-form .mktoFormRow:has(#FirstName),
  .contact-us__left .contact-form .mktoFormRow:has(#LastName),
  .contact-us__left .contact-form .mktoFormRow:has(#Title),
  .contact-us__left .contact-form .mktoFormRow:has(#Company),
  .contact-us__left .contact-form .mktoFormRow:has(#Phone),
  .contact-us__left .contact-form .mktoFormRow:has(#sik_serviceareafromweb),
  .contact-us__left .contact-form .mktoFormRow:has(#MktoPersonNotes) {
    width: 100% !important;
  }
}
.contact-us__right {
  font-family: "Systemia", system-ui, sans-serif;
  color: #000000;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .contact-us__right {
    padding-left: 0;
  }
}
.contact-us__right .contact-info {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  gap: 10px;
  margin-bottom: 32px;
  align-items: center;
  display: flex;
}
@media (max-width: 992px) {
  .contact-us__right .contact-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
.contact-us__right .contact-info a {
  color: #000000;
}
.contact-us__right .contact-info a:hover {
  text-decoration: underline;
}
.contact-us__right .contact-info img {
  width: 18px;
  height: 18px;
}
.contact-us__right .social {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .contact-us__right .social {
    padding-top: 0;
  }
}
.contact-us__right .social__icons {
  display: flex;
  align-items: center;
  gap: 24px;
}
.contact-us__right .social__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
}
.contact-us__right .social__btn img {
  width: 33px;
  height: 33px;
  transition: opacity 0.2s ease;
}
.contact-us__right .social__btn:hover img {
  opacity: 0.7;
}
@media (max-width: 1600px) {
  .contact-us .contact-us__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
  }
  .contact-us .contact-us__left {
    display: contents;
    border-right: none;
    padding: 0;
  }
  .contact-us .contact-us__left .contact-title {
    grid-row: auto;
  }
  .contact-us .contact-us__left .contact-subtitle {
    grid-row: auto;
  }
  .contact-us .contact-us__right {
    grid-row: auto;
  }
  .contact-us .contact-us__left .contact-form {
    grid-row: auto;
  }
  .contact-us .contact-us__inner {
    grid-template-areas: "left-title" "right" "left-subtitle" "left-form";
  }
  .contact-us .contact-us__left .contact-title {
    grid-area: left-title;
  }
  .contact-us .contact-us__left .contact-subtitle {
    grid-area: left-subtitle;
  }
  .contact-us .contact-us__right {
    grid-area: right;
  }
  .contact-us .contact-us__left .contact-form {
    grid-area: left-form;
  }
  .contact-us .contact-us__right {
    padding-top: 0;
  }
  .contact-us .contact-us__left .contact-form {
    margin-top: 10px;
  }
}

:root {
  --tiles-gap: 45px;
}

.tiles.tiles--locations {
  position: relative;
  background-color: #f6f4f0;
  padding: 45px;
  --artifact-1: #1a1a1a;
}
.tiles.tiles--locations.accent--green {
  --artifact-1: #124e31;
}
.tiles.tiles--locations.accent--yellow {
  --artifact-1: #e4fa43;
}
.tiles.tiles--locations.accent--teal {
  --artifact-1: #73f1dd;
}
.tiles.tiles--locations.alignfull, .tiles.tiles--locations.alignwide {
  width: 100%;
}
.tiles.tiles--locations .tiles__intro {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiles.tiles--locations .tiles__intro > * {
  align-self: flex-start;
}
.tiles.tiles--locations .tiles__intro .tiles__heading {
  max-width: 813px;
}
.tiles.tiles--locations .tiles__intro .tiles__subheading {
  max-width: 770px;
}
.tiles.tiles--locations .tiles__eyebrow {
  display: inline-block;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7.4px 19px 5px 19px;
  border-radius: 6px;
  background: #f2f2f2;
  margin-top: 20px !important;
}
.tiles.tiles--locations.accent--green .tiles__eyebrow {
  background: #124e31;
  color: #fff;
}
.tiles.tiles--locations.accent--yellow .tiles__eyebrow {
  background: #e4fa43;
  color: #000;
}
.tiles.tiles--locations.accent--teal .tiles__eyebrow {
  background: #73f1dd;
  color: #000;
}
.tiles.tiles--locations .tiles__heading {
  font-family: "Denton", system-ui, sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  margin-top: 50px !important;
  margin-bottom: 40px;
}
.tiles.tiles--locations .tiles__subheading {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 40px !important;
}
.tiles.tiles--locations .tiles__grid {
  max-width: 1819px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--tiles-gap);
  row-gap: var(--tiles-gap);
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .tiles.tiles--locations .tiles__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "intro t1" "intro t2";
  }
}
@media (min-width: 992px) {
  .tiles.tiles--locations .tiles__grid .tiles__intro {
    grid-area: intro;
  }
  .tiles.tiles--locations .tiles__grid .tiles__item:nth-of-type(1) {
    grid-area: t1;
  }
  .tiles.tiles--locations .tiles__grid .tiles__item:nth-of-type(2) {
    grid-area: t2;
  }
}
@media (min-width: 1320px) {
  .tiles.tiles--locations .tiles__grid.layout--locations {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1320px) {
  .tiles.tiles--locations .tiles__grid.layout--locations .tiles__intro {
    grid-column: 1/span 2;
    grid-row: 1;
    align-self: stretch;
    padding: 56px 40px 56px 19px;
  }
  .tiles.tiles--locations .tiles__grid.layout--locations .tiles__item:nth-of-type(1) {
    grid-column: 3;
    grid-row: 1;
  }
  .tiles.tiles--locations .tiles__grid.layout--locations .tiles__item:nth-of-type(2) {
    grid-column: 4;
    grid-row: 1;
  }
  .tiles.tiles--locations .tiles__grid.layout--locations .tiles__item:nth-of-type(1),
  .tiles.tiles--locations .tiles__grid.layout--locations .tiles__item:nth-of-type(2) {
    margin-bottom: 0;
  }
}
.tiles.tiles--locations.has-artifacts .tiles__intro {
  position: relative;
}
.tiles.tiles--locations.has-artifacts .tiles__intro::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 19px;
  background: var(--artifact-1);
  top: 18px;
  left: 18px;
  pointer-events: none;
  z-index: 2;
}
.tiles.tiles--locations .tiles__item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 486px;
  background: #111;
  align-self: stretch;
}
.tiles.tiles--locations .tiles__item .tiles__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transition: opacity 0.75s ease;
  display: block;
}
.tiles.tiles--locations .tiles__item .tiles__overlay {
  position: absolute;
  inset: 0;
  padding: 40px 27px 45px 35px; /* 45px bottom = title 45px from bottom on front */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  transition: background 0.75s ease, padding-bottom 0.75s ease;
  z-index: 1;
  text-decoration: none;
  overflow: visible;
}
.tiles.tiles--locations .tiles__item .tiles__overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  transition: height 0.75s ease;
  pointer-events: none;
  z-index: 0;
}
.tiles.tiles--locations .tiles__item .tiles__title {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  position: relative;
  z-index: 2;
  bottom: -55px;
}
.tiles.tiles--locations .tiles__item .tiles__text {
  margin: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 8px;
  will-change: opacity, max-height, margin;
  transition: opacity 0.75s ease, max-height 0.75s ease, margin 0.75s ease;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  overflow-wrap: anywhere;
  position: relative;
  z-index: 1;
}
.tiles.tiles--locations .tiles__item .tiles__text .tiles__meta {
  margin: 0;
}
.tiles.tiles--locations .tiles__item .tiles__text .tiles__meta + .tiles__meta {
  margin-top: 40px !important;
}
.tiles.tiles--locations .tiles__item .tiles__cta {
  margin-top: 0;
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.75s ease, transform 0.75s ease, margin 0.75s ease;
  position: relative;
  z-index: 2;
  max-height: none;
  overflow: visible;
}
.tiles.tiles--locations .tiles__item .tiles__cta a {
  display: inline-flex;
}
.tiles.tiles--locations .tiles__item:hover .tiles__bg {
  opacity: 0;
}
.tiles.tiles--locations .tiles__item:hover .tiles__overlay {
  background: #171717;
  padding-bottom: 80px;
}
.tiles.tiles--locations .tiles__item:hover .tiles__overlay::after {
  height: 100px;
}
.tiles.tiles--locations .tiles__item:hover .tiles__text {
  opacity: 1;
  max-height: 700px;
  margin-top: 40px !important;
}
.tiles.tiles--locations .tiles__item:hover .tiles__title {
  bottom: unset;
}
.tiles.tiles--locations .tiles__item:hover .tiles__cta {
  opacity: 1;
  transform: translateY(0);
  margin-top: 60px !important;
  pointer-events: auto;
}

@media (max-width: 640px) {
  .tiles.tiles--locations {
    padding: 28px 16px;
  }
  .tiles.tiles--locations .tiles__grid {
    row-gap: 28px;
    column-gap: 28px;
  }
  .tiles.tiles--locations .tiles__intro {
    padding: 20px 12px;
  }
}
.loc-footnote {
  max-width: 1819px;
  margin-top: 60px;
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #1a1a1a;
  margin-inline: auto;
}
.loc-footnote p {
  margin: 0;
  white-space: pre-line;
}

.location-hero {
  --loc-hero-height: 360px;
  --loc-content-offset: 40px;
  --loc-bg: var(--location-hero-bg, none);
  position: relative;
  isolation: isolate;
  color: #000000;
}
@media (min-width: 768px) {
  .location-hero {
    --loc-hero-height: 420px;
    --loc-content-offset: 55px;
  }
}
@media (min-width: 1200px) {
  .location-hero {
    --loc-hero-height: 520px;
    --loc-content-offset: 68px;
  }
}
.location-hero__bg {
  height: var(--loc-hero-height);
  background-image: var(--loc-bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.location-hero__box {
  margin-top: calc(-1 * (var(--loc-hero-height) - var(--loc-content-offset)));
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1662px;
  margin-inline: auto;
  padding-inline: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .location-hero__box {
    margin-bottom: 60px;
    max-width: 100%;
  }
}
.location-hero__inner {
  position: relative;
  background: #f2f2f2;
  padding: 40px 30px;
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  align-items: start;
  max-width: 100%;
  margin-inline: 10px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .location-hero__inner {
    padding: 60px 90px;
    column-gap: 74px;
    row-gap: 59px;
    grid-template-columns: 1fr 400px;
    max-width: 1662px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
.location-hero__eyebrow {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 40px;
  left: 10px;
  background: #124e31;
  pointer-events: none;
}
@media (min-width: 992px) {
  .location-hero__eyebrow {
    top: 60px;
    left: 90px;
    width: 34px;
    height: 34px;
  }
}
.location-hero__left {
  border-right: none;
  padding: 10px 0 0 0;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .location-hero__left {
    border-right: 1px solid #717171;
    padding: 28px 52px;
    margin-bottom: 0;
  }
}
.location-hero__title {
  font-family: "Denton", system-ui, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .location-hero__title {
    font-size: 74px;
    line-height: 78px;
    margin: 0 0 50px;
  }
}
.location-hero__subtitle {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 24px;
}
@media (min-width: 992px) {
  .location-hero__subtitle {
    font-size: 32px;
    line-height: 38px;
  }
}
.location-hero__text {
  font-family: "Systemia", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
@media (min-width: 992px) {
  .location-hero__text {
    font-size: 24px;
    line-height: 34px;
  }
}
.location-hero__text a {
  text-decoration: none;
  background-image: linear-gradient(#e4fa43, #e4fa43);
  background-repeat: no-repeat;
  background-size: 100% 0.25em;
  background-position: 0 calc(100% - 0.1em);
  color: #000000;
  text-decoration: none;
}
.location-hero__text a:hover {
  text-decoration: underline;
  background-size: 0%;
}
.location-hero__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}
@media (min-width: 992px) {
  .location-hero__right {
    padding: 0 10px 10px 0;
  }
}
.location-hero__contact {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin-top: 20px;
}
.location-hero__contact-line {
  display: flex;
  align-items: flex-start;
  column-gap: 16px;
}
.location-hero__icon {
  display: block;
  margin-top: 3px;
}
.location-hero__value {
  font-family: "Systemia", system-ui, sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.location-hero__value a {
  color: inherit;
  text-decoration: none;
}
.location-hero__value a:hover, .location-hero__value a:focus-visible {
  text-decoration: underline;
}
.location-hero__label {
  font-weight: 500;
}

.location-map {
  margin: 0;
}
@media (min-width: 992px) {
  .location-map {
    margin: 0 0 80px;
  }
}
.location-map__inner {
  max-width: 1662px;
  margin-inline: auto;
}
.location-map__iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #ebebeb;
}
@media (min-width: 768px) {
  .location-map__iframe {
    height: 525px;
  }
}

.hidden-search-area {
  position: absolute;
  left: 50%;
  top: 88px;
  transform: translate(-50%, -50%);
  width: 930px;
  max-width: 90vw;
  z-index: 999;
}
.hidden-search-area input {
  border: 1px solid #000;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 13px 17px;
  font-size: 23px;
}
.hidden-search-area input::placeholder {
  font-weight: 500;
  color: #717171;
}
.hidden-search-area .yxt-SearchBar-button {
  width: 60px;
  height: 63px;
  background-color: #f2f2f2;
  background-image: url("../images/search-bar-icon.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: center;
  border: 1px solid #000;
  border-left: none;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.error-404 {
  padding: 60px 0;
}
@media (min-width: 1200px) {
  .error-404 {
    padding: 120px 0;
  }
}
.error-404 .inner-error-container {
  max-width: 910px;
  margin: 0 auto;
  font-family: "Systemia", system-ui, sans-serif;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .error-404 .inner-error-container {
    padding: 0;
  }
}
.error-404 .inner-error-container::after {
  content: "404";
  font-size: 190px;
  color: #e4fa43;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: -1;
  bottom: -50px;
  font-family: "Systemia", system-ui, sans-serif;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .error-404 .inner-error-container::after {
    font-size: 390px;
    bottom: -225px;
  }
}
.error-404 h1 {
  text-align: center;
  margin-bottom: 90px;
}
.error-404 h2 {
  text-align: center;
}
.error-404 ul {
  padding-top: 5px;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .error-404 ul {
    margin: 0;
    padding-left: 80px;
  }
}
.error-404 ul li {
  font-size: 20px;
  font-weight: 300;
  position: relative;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
}
.error-404 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 11px;
  height: 11px;
  background-color: #000000;
  border-radius: 0;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .error-404 ul li::before {
    width: 10px;
    height: 10px;
    transform: translateY(-90%);
  }
}
.error-404 ul li a {
  color: #000000 !important;
  text-decoration: underline;
}

.disclaimer-container {
  max-width: 1819px;
  margin: 0 auto;
  padding: 0 15px;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: #124e31 !important;
}

.tribe-events-content a {
  color: #000000 !important;
}

.tribe-events-c-subscribe-dropdown__button {
  color: #000000 !important;
  border-color: #000000 !important;
}
.tribe-events-c-subscribe-dropdown__button:hover {
  color: #ffffff !important;
  background-color: #124e31 !important;
}

/*# sourceMappingURL=custom.css.map */
