@charset "UTF-8";
@font-face {
  font-family: "site-icon";
  src: url("../fonts/icon-fonts/site-icon.eot?ykylc6");
  src: url("../fonts/icon-fonts/site-icon.eot?ykylc6#iefix") format("embedded-opentype"), url("../fonts/icon-fonts/site-icon.ttf?ykylc6") format("truetype"), url("../fonts/icon-fonts/site-icon.woff?ykylc6") format("woff"), url("../fonts/icon-fonts/site-icon.svg?ykylc6#site-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=site-icon-], [class*=" site-icon-"] {
  speak: never;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-icon-arrow-right:before {
  content: "\e919";
}

.site-icon-arrow-left:before {
  content: "\e91a";
}

.site-icon-bookmark-long-border:before {
  content: "\e915";
}

.site-icon-bookmark-long-fill:before {
  content: "\e916";
}

.site-icon-bookmark-short-border:before {
  content: "\e917";
}

.site-icon-bookmark-short-fill:before {
  content: "\e918";
}

.site-icon-youtube:before {
  content: "\e914";
}

.site-icon-twitter-x:before {
  content: "\e913";
}

.site-icon-email:before {
  content: "\e912";
}

.site-icon-arrow-right1:before {
  content: "\e91b";
}

.site-icon-right:before {
  content: "\e91b";
}

.site-icon-next:before {
  content: "\e91b";
}

.site-icon-arrow-left1:before {
  content: "\e91c";
}

.site-icon-left:before {
  content: "\e91c";
}

.site-icon-previous:before {
  content: "\e91c";
}

.site-icon-printer:before {
  content: "\e91d";
}

.site-icon-print:before {
  content: "\e91d";
}

.site-icon-phone:before {
  content: "\e91e";
}

.site-icon-telephone:before {
  content: "\e91e";
}

.site-icon-contact:before {
  content: "\e91e";
}

.site-icon-support:before {
  content: "\e91e";
}

.site-icon-call:before {
  content: "\e91e";
}

.site-icon-location:before {
  content: "\e91f";
}

.site-icon-map-marker:before {
  content: "\e91f";
}

.site-icon-pin:before {
  content: "\e91f";
}

.site-icon-location1:before {
  content: "\e910";
}

.site-icon-vimeo:before {
  content: "\e904";
}

.site-icon-youtube-icon:before {
  content: "\e90e";
}

.site-icon-search:before {
  content: "\e920";
}

.site-icon-search1:before {
  content: "\e905";
}

.site-icon-clock:before {
  content: "\e911";
}

.site-icon-tiktok:before {
  content: "\e903";
}

.site-icon-arrow-down:before {
  content: "\e907";
}

.site-icon-arrow-left2:before {
  content: "\e908";
}

.site-icon-arrow-right2:before {
  content: "\e909";
}

.site-icon-arrow-up:before {
  content: "\e90a";
}

.site-icon-arrow-back:before {
  content: "\e90b";
}

.site-icon-arrow-next:before {
  content: "\e90c";
}

.site-icon-arrow-play:before {
  content: "\e90d";
}

.site-icon-instagram:before {
  content: "\e906";
}

.site-icon-linkedin:before {
  content: "\e900";
}

.site-icon-twitter:before {
  content: "\e901";
}

.site-icon-facebook:before {
  content: "\e902";
}

.site-icon-close:before {
  content: "\e90f";
}

.icon-home:before {
  content: "\e921";
}

.site-color-text {
  color: var(--text-color) !important;
}
.site-color-text-wrapper .cms-feature-title {
  color: var(--text-color) !important;
}
.site-color-primary {
  color: var(--primary-color) !important;
}
.site-color-primary-wrapper .cms-feature-title {
  color: var(--primary-color) !important;
}
.site-color-secondary {
  color: var(--secondary-color) !important;
}
.site-color-secondary-wrapper .cms-feature-title {
  color: var(--secondary-color) !important;
}
.site-color-light {
  color: var(--shade-color-1) !important;
}
.site-color-light-wrapper .cms-feature-title {
  color: var(--shade-color-1) !important;
}
.site-color-black {
  color: #000000 !important;
}
.site-color-black * {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title {
  color: #000000 !important;
}
.site-color-black-wrapper .cms-feature-title * {
  color: #000000 !important;
}
.site-color-white {
  color: #ffffff !important;
}
.site-color-white * {
  color: #ffffff !important;
}
.site-color-white *.site-button-secondary:hover {
  color: var(--text-color) !important;
}
.site-color-white *.site-button-secondary:hover span {
  color: var(--text-color) !important;
}
.site-color-white-wrapper .cms-feature-title {
  color: #ffffff !important;
}

.site-bg-text, .site-bg-text-wrapper,
.site-bg .cms-feature-title {
  background: var(--text-color) !important;
}
.site-bg-primary, .site-bg-primary-wrapper,
.site-bg .cms-feature-title {
  background: var(--primary-color) !important;
}
.site-bg-secondary, .site-bg-secondary-wrapper,
.site-bg .cms-feature-title {
  background: var(--secondary-color) !important;
}
.site-bg-light, .site-bg-light-wrapper,
.site-bg .cms-feature-title {
  background: var(--shade-color-2) !important;
}
.site-bg-black, .site-bg-black-wrapper,
.site-bg .cms-feature-title {
  background: #000000 !important;
}
.site-bg-white, .site-bg-white-wrapper,
.site-bg .cms-feature-title {
  background: #ffffff !important;
}

.border-color-primary {
  border-color: var(--primary-color);
}
.border-color-secondary {
  border-color: var(--secondary-color);
}
.border-color-tertiary {
  border-color: var(--tertiary-color);
}
.border-color-white {
  border-color: #ffffff;
}
.border-color-light {
  border-color: var(--shade-color-1);
}
.border-color-black {
  border-color: #000000;
}

.border-bg-primary {
  background: var(--primary-color);
}
.border-bg-secondary {
  background: var(--secondary-color);
}
.border-bg-tertiary {
  background: var(--tertiary-color);
}
.border-bg-white {
  background: #ffffff;
}
.border-bg-light {
  background: var(--shade-color-1);
}
.border-bg-black {
  background: #000000;
}

.x-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.iframe-resize iframe:not([style*=height]),
.iframe-resize-video iframe:not([style*=height]),
.cms-video-feature iframe:not([style*=height]) {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto;
}
.iframe-resize video,
.iframe-resize-video video,
.cms-video-feature video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto;
}

iframe.iframe-resize:not([style*=height]) {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto;
}

video.iframe-resize {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none;
}

:root {
  font-size: 15px;
}

html {
  font-family: var(--sans-serif-font);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 599px) {
  html {
    overflow-x: hidden;
  }
}
html.no-html-scrolling {
  overflow: hidden;
}

body {
  background: var(--body-bg-color);
  margin: 0;
  padding: 0;
}
body.is-landing-page {
  background: var(--primary-color);
}
body.is-landing-page #site-main {
  --tile-height: 2750px;
  --glow-radius: max(380px, 38vw);
  background-color: var(--primary-color);
  background-image: radial-gradient(circle var(--glow-radius) at 20% 25%, var(--tertiary-color) 0%, transparent 100%), radial-gradient(circle var(--glow-radius) at 80% 74%, var(--tertiary-color) 0%, transparent 100%);
  background-repeat: repeat-y;
  background-size: 100% var(--tile-height);
}
body .cms-feature-wrapper .cms-feature-datablock, body #site-navigation {
  font-family: var(--sans-serif-font) !important;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  color: var(--text-color);
}
body:has(.site-header-hamburger-wrapper-active), body.no-body-scrolling {
  overflow: hidden;
}
@media (max-width: 599px) {
  body {
    overflow-x: hidden;
  }
}

main#site-main {
  min-height: 300px;
  overflow-x: clip;
  z-index: 1;
  position: relative;
}
main#site-main .site-page-title {
  margin-top: 20px;
  color: var(--primary-color);
}

:where(#site-main) a:not([class]) {
  text-decoration: underline;
}
:where(#site-main) a:not([class]):hover, :where(#site-main) a:not([class]):focus {
  text-decoration: underline;
}

.site-container, body.site-page-full-width .site-sub-container, .site-nav-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--container-padding-mobile);
  width: 100%;
}
@media (min-width: 600px) {
  .site-container, body.site-page-full-width .site-sub-container, .site-nav-container {
    padding: 0 var(--container-padding-tablet);
  }
}
@media (min-width: 1100px) {
  .site-container, body.site-page-full-width .site-sub-container, .site-nav-container {
    padding: 0 var(--container-padding-laptop);
  }
}
@media (min-width: 1500px) {
  .site-container, body.site-page-full-width .site-sub-container, .site-nav-container {
    padding: 0 var(--container-padding-desktop);
  }
}
@media (min-width: 1950px) {
  .site-container, body.site-page-full-width .site-sub-container, .site-nav-container {
    max-width: 1920px;
    padding: 0;
  }
}

body:not(.site-page-full-width) .site-sub-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

ol {
  list-style-position: inside;
}

li {
  color: inherit;
}
li::marker {
  color: var(--primary-color);
}

.help-desk-container {
  position: relative;
  z-index: 10;
}

.cms-feature-wrapper .cms-feature-datablock .site-button-primary, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button, .cms-feature-wrapper .cms-feature-datablock .site-button-full-primary,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-buttons .site-form-button,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-field .file-upload-wrapper .file-upload-button,
.cms-feature-wrapper .cms-feature-datablock .site-search-button, .cms-feature-wrapper .cms-feature-datablock .site-button-border {
  background: var(--primary-button-bg-color);
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--primary-button-text-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid transparent;
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--primary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-primary, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button, .cms-feature-wrapper .cms-feature-datablock .site-button-full-primary,
  .cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-buttons .site-form-button,
  .cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-field .file-upload-wrapper .file-upload-button,
  .cms-feature-wrapper .cms-feature-datablock .site-search-button, .cms-feature-wrapper .cms-feature-datablock .site-button-border {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-primary:hover, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button:hover, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button:hover, .cms-feature-wrapper .cms-feature-datablock .site-button-full-primary:hover,
  .cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-buttons .site-form-button:hover,
  .cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:hover,
  .cms-feature-wrapper .cms-feature-datablock .site-search-button:hover, .cms-feature-wrapper .cms-feature-datablock .site-button-border:hover {
    background: var(--primary-button-hover-bg-color);
    color: var(--primary-button-hover-text-color);
    border: 2px solid var(--primary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-primary:focus, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button:focus, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button:focus, .cms-feature-wrapper .cms-feature-datablock .site-button-full-primary:focus,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-buttons .site-form-button:focus,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-field .file-upload-wrapper .file-upload-button:focus,
.cms-feature-wrapper .cms-feature-datablock .site-search-button:focus, .cms-feature-wrapper .cms-feature-datablock .site-button-border:focus {
  background: var(--primary-button-hover-bg-color);
  color: var(--primary-button-hover-text-color);
  border: 2px solid var(--primary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-primary.ck-link_selected, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.ck-link_selected, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.ck-link_selected, .cms-feature-wrapper .cms-feature-datablock .site-button-full-primary.ck-link_selected,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-buttons .site-form-button.ck-link_selected,
.cms-feature-wrapper .cms-feature-datablock .site-form-data .site-form-field .file-upload-wrapper .file-upload-button.ck-link_selected,
.cms-feature-wrapper .cms-feature-datablock .site-search-button.ck-link_selected, .cms-feature-wrapper .cms-feature-datablock .site-button-border.ck-link_selected {
  background: var(--primary-button-bg-color) !important;
  color: var(--primary-button-text-color) !important;
  border: 2px solid transparent !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-secondary {
  background: var(--secondary-button-bg-color);
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--secondary-button-text-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid transparent;
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--secondary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-secondary {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-secondary:hover {
    background: var(--secondary-button-hover-bg-color);
    color: var(--secondary-button-hover-text-color);
    border: 2px solid var(--secondary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-secondary:focus {
  background: var(--secondary-button-hover-bg-color);
  color: var(--secondary-button-hover-text-color);
  border: 2px solid var(--secondary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-secondary.ck-link_selected {
  background: var(--secondary-button-bg-color) !important;
  color: var(--secondary-button-text-color) !important;
  border: 2px solid transparent !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-tertiary {
  background: var(--tertiary-button-bg-color);
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--tertiary-button-text-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid transparent;
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--tertiary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-tertiary {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-tertiary:hover {
    background: var(--tertiary-button-hover-bg-color);
    color: var(--tertiary-button-hover-text-color);
    border: 2px solid var(--tertiary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-tertiary:focus {
  background: var(--tertiary-button-hover-bg-color);
  color: var(--tertiary-button-hover-text-color);
  border: 2px solid var(--tertiary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-tertiary.ck-link_selected {
  background: var(--tertiary-button-bg-color) !important;
  color: var(--tertiary-button-text-color) !important;
  border: 2px solid transparent !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-white {
  background: #ffffff;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--primary-button-bg-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid #ffffff;
  display: inline-block;
  outline-color: transparent;
  border-radius: 50px;
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-white {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-white:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-white:focus {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-white.ck-link_selected {
  background: #ffffff !important;
  color: var(--primary-button-bg-color) !important;
  border: 2px solid #ffffff !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border {
  background: #ffffff;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: #000000;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid #000000;
  display: inline-block;
  outline-color: transparent;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border:hover {
    background: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border:focus {
  background: #000000;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.ck-link_selected {
  background: #ffffff !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-primary, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.site-button-border, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.site-button-border {
  background: transparent;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid var(--primary-button-border-color);
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--primary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-primary, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.site-button-border, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.site-button-border {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-primary:hover, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.site-button-border:hover, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.site-button-border:hover {
    background: var(--primary-button-bg-color);
    color: var(--primary-button-text-color);
    border: 2px solid var(--primary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-primary:focus, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.site-button-border:focus, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.site-button-border:focus {
  background: var(--primary-button-bg-color);
  color: var(--primary-button-text-color);
  border: 2px solid var(--primary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-primary.ck-link_selected, .cms-feature-wrapper .cms-feature-datablock .site-form-payment-wrapper .site-payment-buttons button.site-button-border.ck-link_selected, .site-form-payment-wrapper .site-payment-buttons .cms-feature-wrapper .cms-feature-datablock button.site-button-border.ck-link_selected {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid var(--primary-button-border-color) !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-secondary {
  background: transparent;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid var(--secondary-button-border-color);
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--secondary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-secondary {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-secondary:hover {
    background: var(--secondary-button-bg-color);
    color: var(--secondary-button-text-color);
    border: 2px solid var(--secondary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-secondary:focus {
  background: var(--secondary-button-bg-color);
  color: var(--secondary-button-text-color);
  border: 2px solid var(--secondary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-secondary.ck-link_selected {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid var(--secondary-button-border-color) !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-tertiary {
  background: transparent;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid var(--tertiary-button-border-color);
  display: inline-block;
  outline-color: transparent;
  border-radius: var(--tertiary-button-border-radius);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-tertiary {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-tertiary:hover {
    background: var(--tertiary-button-bg-color);
    color: var(--tertiary-button-text-color);
    border: 2px solid var(--tertiary-button-border-hover-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-tertiary:focus {
  background: var(--tertiary-button-bg-color);
  color: var(--tertiary-button-text-color);
  border: 2px solid var(--tertiary-button-border-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-tertiary.ck-link_selected {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid var(--tertiary-button-border-color) !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-white {
  background: #ffffff;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--primary-button-bg-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid #ffffff;
  display: inline-block;
  outline-color: transparent;
  border-radius: 50px;
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-white {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-white:hover {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-white:focus {
  background: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cms-feature-wrapper .cms-feature-datablock .site-button-border.site-button-white.ck-link_selected {
  background: #ffffff !important;
  color: var(--primary-button-bg-color) !important;
  border: 2px solid #ffffff !important;
}
.cms-feature-wrapper .cms-feature-datablock a.site-button-round {
  border-radius: var(--border-round-radius);
}
.cms-feature-wrapper .cms-feature-datablock a.site-button-semi-round {
  border-radius: var(--button-semi-round-radius);
}
.cms-feature-wrapper .cms-feature-datablock a.site-button-full-width {
  width: 100%;
  display: block;
}
.cms-feature-wrapper .cms-feature-datablock .site-style-intro-text {
  color: var(--secondary-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button {
  position: relative;
  background: #ffffff;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--primary-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid var(--secondary-color);
  display: inline-block;
  outline-color: transparent;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock .site-bookmark-button {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-feature-wrapper .cms-feature-datablock .site-bookmark-button:hover {
    background: #ffffff;
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
  }
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button:focus {
  background: #ffffff;
  color: var(--secondary-color);
  border: 2px solid var(--primary-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button.ck-link_selected {
  background: #ffffff !important;
  color: var(--primary-color) !important;
  border: 2px solid var(--secondary-color) !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button:hover {
  background: var(--primary-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button .site-bookmark-button-icon {
  position: relative;
  top: 3px;
  padding: 0 0 0 3px;
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button .site-bookmark-button-icon:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917" !important;
  font-size: 20px;
}
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button.site-bookmark-display-button-remove .site-bookmark-button-icon:before {
  content: "\e918" !important;
}
.cms-feature-wrapper .cms-feature-datablock .site-textarea {
  background: #ffffff;
  border-radius: 50px;
  outline-color: transparent;
  border: 1px solid #fff;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  height: 66px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--sans-serif-font);
  max-width: 100%;
}
.cms-feature-wrapper .cms-feature-datablock input.site-textbox {
  background: #ffffff;
  border-radius: 50px;
  outline-color: transparent;
  border: 1px solid #fff;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  height: 66px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--sans-serif-font);
  max-width: 100%;
}
.cms-feature-wrapper .cms-feature-datablock select.site-select {
  background: #ffffff;
  border-radius: 50px;
  outline-color: transparent;
  border: 1px solid #fff;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  height: 66px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--sans-serif-font);
  max-width: 100%;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section {
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 30px;
  padding: 0 0 15px;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-first .site-custom-tab-form-desc {
  display: block;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-click-once .site-custom-tab-form-next {
  pointer-events: all;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section.site-custom-tab-form-section-click-once .site-custom-tab-form-next .site-form-description:after {
  display: block;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next {
  pointer-events: none;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description {
  position: relative;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next .site-form-description:after {
  content: "Change";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 13px;
  display: none;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-next label {
  display: none;
}
.cms-feature-wrapper .cms-feature-datablock .site-custom-tab-form-wrapper .site-custom-tab-form-section .site-custom-tab-form-desc {
  display: none;
}

.ck-style-grid__button__preview .site-button-primary, .ck-style-grid__button__preview .site-form-payment-wrapper .site-payment-buttons button, .site-form-payment-wrapper .site-payment-buttons .ck-style-grid__button__preview button {
  background: var(--primary-color) !important;
  color: #ffffff !important;
}
.ck-style-grid__button__preview .site-button-secondary {
  background: var(--secondary-color) !important;
  color: #ffffff !important;
}
.ck-style-grid__button__preview .site-button-tertiary {
  background: var(--tertiary-color) !important;
  color: #ffffff !important;
}
.ck-style-grid__button__preview .site-button-white {
  background: #ffffff !important;
  color: var(--primary-color) !important;
}
.ck-style-grid__button__preview .custom-text-primary {
  color: var(--primary-color) !important;
}
.ck-style-grid__button__preview .custom-text-secondary {
  color: var(--secondary-color) !important;
}
.ck-style-grid__button__preview .custom-text-tertiary {
  color: var(--tertiary-color) !important;
}
.ck-style-grid__button__preview .custom-text-blue {
  color: #23c8d8 !important;
}
.ck-style-grid__button__preview .site-button-border {
  border: 2px solid #999990 !important;
  background: #ffffff !important;
}
.ck-style-grid__button__preview .site-button-round {
  border-radius: var(--border-round-radius) !important;
  background: #999990 !important;
  color: #ffffff !important;
}
.ck-style-grid__button__preview .site-button-semi-round {
  border-radius: var(--button-semi-round-radius) !important;
  background: #999990 !important;
  color: #ffffff !important;
}
.ck-style-grid__button__preview .site-style-intro-text::after {
  color: var(--secondary-color);
}

.cms-feature-wrapper .cms-feature-datablock, .cms-feature-wrapper .cms-feature-title {
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  color: var(--text-color);
}
.cms-feature-wrapper .cms-feature-datablock h1, .cms-feature-wrapper .cms-feature-title h1 {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h2, .cms-feature-wrapper .cms-feature-title h2 {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h3, .cms-feature-wrapper .cms-feature-title h3 {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h4, .cms-feature-wrapper .cms-feature-title h4 {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h5, .cms-feature-wrapper .cms-feature-title h5 {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h6, .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-title h6, .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock h1, .cms-feature-wrapper .cms-feature-title h1 {
  font-family: var(--h1-font);
  font-size: clamp(calc(var(--h1-font-size-min) * 1px), calc(var(--h1-font-size-min) * 1px + (100vw - 600px) * ((var(--h1-font-size-max) - var(--h1-font-size-min)) / (1920 - 600))), calc(var(--h1-font-size-max) * 1px));
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  font-weight: var(--h1-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock h2, .cms-feature-wrapper .cms-feature-title h2 {
  font-family: var(--h2-font);
  font-size: clamp(calc(var(--h2-font-size-min) * 1px), calc(var(--h2-font-size-min) * 1px + (100vw - 600px) * ((var(--h2-font-size-max) - var(--h2-font-size-min)) / (1920 - 600))), calc(var(--h2-font-size-max) * 1px));
  line-height: var(--h2-line-height);
  color: var(--h2-color);
  font-weight: var(--h2-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock h3, .cms-feature-wrapper .cms-feature-title h3 {
  font-family: var(--h3-font);
  font-size: clamp(calc(var(--h3-font-size-min) * 1px), calc(var(--h3-font-size-min) * 1px + (100vw - 600px) * ((var(--h3-font-size-max) - var(--h3-font-size-min)) / (1920 - 600))), calc(var(--h3-font-size-max) * 1px));
  line-height: var(--h3-line-height);
  color: var(--h3-color);
  font-weight: var(--h3-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock h4, .cms-feature-wrapper .cms-feature-title h4 {
  font-family: var(--h4-font);
  font-size: clamp(calc(var(--h4-font-size-min) * 1px), calc(var(--h4-font-size-min) * 1px + (100vw - 600px) * ((var(--h4-font-size-max) - var(--h4-font-size-min)) / (1920 - 600))), calc(var(--h4-font-size-max) * 1px));
  line-height: var(--h4-line-height);
  color: var(--h4-color);
  font-weight: var(--h4-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock h5, .cms-feature-wrapper .cms-feature-title h5 {
  font-family: var(--h5-font);
  font-size: clamp(calc(var(--h5-font-size-min) * 1px), calc(var(--h5-font-size-min) * 1px + (100vw - 600px) * ((var(--h5-font-size-max) - var(--h5-font-size-min)) / (1920 - 600))), calc(var(--h5-font-size-max) * 1px));
  line-height: var(--h5-line-height);
  color: var(--h5-color);
  font-weight: var(--h5-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock h6, .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-title h6, .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  font-family: var(--h6-font);
  font-size: clamp(calc(var(--h6-font-size-min) * 1px), calc(var(--h6-font-size-min) * 1px + (100vw - 600px) * ((var(--h6-font-size-max) - var(--h6-font-size-min)) / (1920 - 600))), calc(var(--h6-font-size-max) * 1px));
  line-height: var(--h6-line-height);
  color: var(--h6-color);
  font-weight: var(--h6-font-weight);
}
.cms-feature-wrapper .cms-feature-datablock ul, .cms-feature-wrapper .cms-feature-datablock ol, .cms-feature-wrapper .cms-feature-title ul, .cms-feature-wrapper .cms-feature-title ol {
  list-style-position: outside;
}
.cms-feature-wrapper .cms-feature-datablock ul li:last-child, .cms-feature-wrapper .cms-feature-datablock ol li:last-child, .cms-feature-wrapper .cms-feature-title ul li:last-child, .cms-feature-wrapper .cms-feature-title ol li:last-child {
  margin-bottom: 0;
}
.cms-feature-wrapper .cms-feature-datablock ul, .cms-feature-wrapper .cms-feature-datablock ol, .cms-feature-wrapper .cms-feature-datablock p, .cms-feature-wrapper .cms-feature-title ul, .cms-feature-wrapper .cms-feature-title ol, .cms-feature-wrapper .cms-feature-title p {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock ul:last-child, .cms-feature-wrapper .cms-feature-datablock ol:last-child, .cms-feature-wrapper .cms-feature-datablock p:last-child, .cms-feature-wrapper .cms-feature-title ul:last-child, .cms-feature-wrapper .cms-feature-title ol:last-child, .cms-feature-wrapper .cms-feature-title p:last-child {
  margin-bottom: 0;
}
.cms-feature-wrapper .cms-feature-datablock ul:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child), .cms-feature-wrapper .cms-feature-datablock ol:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child), .cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child), .cms-feature-wrapper .cms-feature-title ul:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child), .cms-feature-wrapper .cms-feature-title ol:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child), .cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button):not(:last-child) {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock a, .cms-feature-wrapper .cms-feature-title a {
  color: var(--link-color);
}
.cms-feature-wrapper .cms-feature-datablock a:hover, .cms-feature-wrapper .cms-feature-datablock a:focus, .cms-feature-wrapper .cms-feature-title a:hover, .cms-feature-wrapper .cms-feature-title a:focus {
  color: var(--link-hover-color);
}
.cms-feature-wrapper .cms-feature-datablock a[class^=site-button-],
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button,
.cms-feature-wrapper .cms-feature-datablock .site-form-button,
.cms-feature-wrapper .cms-feature-datablock .file-upload-button, .cms-feature-wrapper .cms-feature-title a[class^=site-button-],
.cms-feature-wrapper .cms-feature-title .site-bookmark-button,
.cms-feature-wrapper .cms-feature-title .site-form-button,
.cms-feature-wrapper .cms-feature-title .file-upload-button {
  margin-right: 20px;
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock a[class^=site-button-]:last-child,
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button:last-child,
.cms-feature-wrapper .cms-feature-datablock .site-form-button:last-child,
.cms-feature-wrapper .cms-feature-datablock .file-upload-button:last-child, .cms-feature-wrapper .cms-feature-title a[class^=site-button-]:last-child,
.cms-feature-wrapper .cms-feature-title .site-bookmark-button:last-child,
.cms-feature-wrapper .cms-feature-title .site-form-button:last-child,
.cms-feature-wrapper .cms-feature-title .file-upload-button:last-child {
  margin-right: 0;
  margin-bottom: 0px;
}
.cms-feature-wrapper .cms-feature-datablock a[class^=site-button-].a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock .site-bookmark-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock .site-form-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock .file-upload-button.a[class^=site-button-full-], .cms-feature-wrapper .cms-feature-title a[class^=site-button-].a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title .site-bookmark-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title .site-form-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title .file-upload-button.a[class^=site-button-full-] {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock .cms-text-feature hr,
.cms-feature-wrapper .cms-feature-datablock .cms-text-feature-content hr, .cms-feature-wrapper .cms-feature-datablock .cms-text-feature .ck-content hr, .cms-feature-wrapper .cms-feature-title .cms-text-feature hr,
.cms-feature-wrapper .cms-feature-title .cms-text-feature-content hr, .cms-feature-wrapper .cms-feature-title .cms-text-feature .ck-content hr {
  background: var(--hr-color);
}
.cms-feature-wrapper .cms-feature-datablock p, .cms-feature-wrapper .cms-feature-title p {
  margin: 0 0 var(--desktop-paragraph-space);
}
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-],
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button,
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button,
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button, .cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-],
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button,
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button,
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button {
  margin-right: 20px;
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-]:last-child,
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button:last-child,
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button:last-child,
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button:last-child, .cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-]:last-child,
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button:last-child,
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button:last-child,
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button:last-child {
  margin-right: 0;
  margin-bottom: 0px;
}
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-].a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-datablock p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button.a[class^=site-button-full-], .cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) a[class^=site-button-].a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-bookmark-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .site-form-button.a[class^=site-button-full-],
.cms-feature-wrapper .cms-feature-title p:has([class^=site-button-],
.site-bookmark-button,
.site-form-button,
.file-upload-button) .file-upload-button.a[class^=site-button-full-] {
  margin-bottom: 20px;
}
.cms-feature-wrapper .cms-feature-datablock strong, .cms-feature-wrapper .cms-feature-title strong {
  font-weight: bold;
}
.cms-feature-wrapper .cms-feature-datablock hr, .cms-feature-wrapper .cms-feature-title hr {
  margin: 0 auto 10px;
  background-color: var(--hr-color);
}
.cms-feature-wrapper .cms-feature-datablock img,
.cms-feature-wrapper .cms-feature-datablock canvas,
.cms-feature-wrapper .cms-feature-datablock video,
.cms-feature-wrapper .cms-feature-datablock svg, .cms-feature-wrapper .cms-feature-title img,
.cms-feature-wrapper .cms-feature-title canvas,
.cms-feature-wrapper .cms-feature-title video,
.cms-feature-wrapper .cms-feature-title svg {
  height: auto;
  max-width: 100%;
}
.cms-feature-wrapper .cms-feature-datablock iframe, .cms-feature-wrapper .cms-feature-title iframe {
  border: 0;
  max-width: 100%;
}

#site-header.site-header-inline .site-header-gallery {
  max-height: 0px;
  transition: all ease 0.7s;
  overflow: hidden;
  background: #000000;
}
#site-header.site-header-inline .site-header-gallery.site-header-gallery-active {
  max-height: 700px;
}
#site-header.site-header-inline .site-header-block {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header.site-header-inline .site-header-block .site-header-left {
  max-width: 300px;
}
@media (max-width: 1023px) {
  #site-header.site-header-inline .site-header-block .site-header-left {
    max-width: 250px;
  }
}
@media (max-width: 399px) {
  #site-header.site-header-inline .site-header-block .site-header-left {
    max-width: 200px;
  }
}
#site-header.site-header-inline .site-header-block .site-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
#site-header #site-header-gallery {
  max-width: 33%;
}
@media (max-width: 1299px) {
  #site-header #site-header-gallery {
    display: none;
  }
}

body.cms-page-is-in-edit-mode .header-inline-page {
  padding-top: 100px;
}

.header-inline-page {
  min-height: 100vh;
}
.header-inline-page .site-header-inline {
  min-height: 500px;
}

#site-header {
  background-color: var(--primary-color);
  border-bottom: 1px solid var(--tertiary-color);
}
#site-header > .site-container {
  padding: 0px !important;
}
#site-header .cms-text-feature-data {
  margin-bottom: 0 !important;
}
#site-header > .site-container a {
  color: #ffffff;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#site-header > .site-container a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}
#site-header.site-header-hamburger .site-header-block {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#site-header.site-header-hamburger .site-header-block > #site-header-features {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: stretch;
}
#site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-logo-wrapper {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--tertiary-color);
  padding-inline: var(--space-dt-l);
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
}
@media (max-width: 1365px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-logo-wrapper {
    padding-inline: var(--space-lp-l);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-logo-wrapper {
    padding-inline: var(--space-lp-m);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-logo-wrapper {
    padding-inline: var(--space-lp-s);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--tertiary-color);
  margin-bottom: 0;
  padding-inline: var(--space-dt-l);
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
}
@media (max-width: 1365px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper {
    padding-inline: var(--space-lp-l);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper {
    padding-inline: var(--space-lp-m);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper {
    padding-inline: var(--space-lp-s);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper .cms-text-feature-data {
  width: 100%;
}
#site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper .site-header-text-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: var(--space-dt-l);
  row-gap: var(--space-dt-3xs);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper .site-header-text-nav {
    display: none;
  }
}
#site-header.site-header-hamburger .site-header-block > #site-header-features > .site-header-text-nav-wrapper .site-header-text-nav p {
  margin: 0;
}
#site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--tertiary-color);
  padding-inline: var(--space-dt-l);
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
}
@media (max-width: 1365px) {
  #site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap {
    padding-inline: var(--space-lp-l);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap {
    padding-inline: var(--space-lp-m);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap {
    padding-inline: var(--space-lp-s);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap .custom-top-nav-block-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  display: inline;
  letter-spacing: 0;
  text-transform: none;
}
#site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap .custom-top-nav-block-button:hover {
  color: var(--secondary-color);
  background: none;
  border-color: transparent;
  text-decoration: none;
}
#site-header.site-header-hamburger .site-header-block:has(> .custom-top-nav-block-wrap) > .site-search-wrapper {
  margin-left: 0;
}
#site-header.site-header-hamburger .site-header-block > .site-search-wrapper {
  flex: 0 0 auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  border-right: 1px solid var(--tertiary-color);
  padding-inline: var(--space-dt-l);
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
}
@media (max-width: 1365px) {
  #site-header.site-header-hamburger .site-header-block > .site-search-wrapper {
    padding-inline: var(--space-lp-l);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > .site-search-wrapper {
    padding-inline: var(--space-lp-m);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > .site-search-wrapper {
    padding-inline: var(--space-lp-s);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: var(--space-dt-xs);
  cursor: pointer;
  padding-inline: var(--space-dt-l);
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
}
@media (max-width: 1365px) {
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
    padding-inline: var(--space-lp-l);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 767px) {
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
    padding-inline: var(--space-lp-m);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
    padding-inline: var(--space-lp-s);
    padding-top: var(--space-lp-s);
    padding-bottom: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap:has(.active-menu-toggle) {
  background: var(--custom-color-6);
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap .site-menu-label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1023px) {
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap .site-menu-label {
    display: none;
  }
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap .site-menu-toggle {
  margin: 0;
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap:hover .site-menu-label {
  color: var(--secondary-color);
}
#site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap:hover .site-menu-toggle span {
  background: var(--secondary-color);
}
@media (max-width: 1099px) {
  #site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap,
  #site-header.site-header-hamburger .site-header-block > .site-search-wrapper,
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
    padding-inline: var(--space-lp-m);
  }
}
@media (max-width: 599px) {
  #site-header.site-header-hamburger .site-header-block > .custom-top-nav-block-wrap,
  #site-header.site-header-hamburger .site-header-block > .site-search-wrapper,
  #site-header.site-header-hamburger .site-header-block > .site-menu-toggle-wrap {
    padding-inline: var(--space-lp-s);
  }
}
#site-header.site-header-hamburger .site-header-block .site-header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
#site-header .site-header-logo-wrapper {
  margin-bottom: 0 !important;
}
#site-header .site-header-logo-wrapper img {
  height: 59px;
}

.header-hamburger-page {
  height: 100vh;
}
.header-hamburger-page .site-header-hamburger {
  min-height: 500px;
}

@media (min-width: 1000px) {
  body:not(.cms-page-is-in-edit-mode).site-header-sticky-enabled #site-main {
    padding-top: var(--site-header-h, 0px);
  }
  body:not(.cms-page-is-in-edit-mode).site-header-sticky-enabled #site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: transform 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  }
  body:not(.cms-page-is-in-edit-mode).site-header-sticky-enabled #site-header.site-header-sticky {
    background: rgba(32, 68, 56, 0.9);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
  }
  body:not(.cms-page-is-in-edit-mode).site-header-sticky-enabled #site-header.site-header-scroll-hidden {
    transform: translateY(-100%);
  }
}
@media (min-width: 1000px) {
  body:not(.cms-page-is-in-edit-mode).cms-user-logged.site-header-sticky-enabled #site-header {
    top: 72px;
  }
}
@media (min-width: 1000px) {
  body:not(.cms-page-is-in-edit-mode).cms-user-logged.cms-page-is-in-preview-mode.site-header-sticky-enabled #site-header {
    top: 45px;
  }
}

.site-header-hamburger-wrapper {
  display: none;
}

.site-header-hamburger-wrapper-active {
  display: block;
}

.custom-layout-hero-content {
  position: relative;
  isolation: isolate;
  background-color: var(--primary-color);
}
.custom-layout-hero-content .cms-text-feature > div {
  margin-bottom: 0px !important;
}
.custom-layout-hero-content .cms-tag-feature-text,
.custom-layout-hero-content p {
  color: #ffffff !important;
}
.custom-layout-hero-content h1,
.custom-layout-hero-content h2,
.custom-layout-hero-content h3,
.custom-layout-hero-content h4,
.custom-layout-hero-content h5,
.custom-layout-hero-content h6,
.custom-layout-hero-content .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-layout-hero-content .site-style-intro-text,
.custom-layout-hero-content .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-layout-hero-content .site-style-intro-text {
  color: #ffffff !important;
  margin-bottom: 0 !important;
}
.custom-layout-hero-content .feature-zone {
  margin-bottom: 0px !important;
}
.custom-layout-hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle 50vw at 75vw 50%, var(--tertiary-color) 0%, var(--primary-color) 100%);
}
.custom-layout-hero-content > * {
  position: relative;
  z-index: 1;
}
.custom-layout-hero-content .custom-breadcrumbs-wrapper {
  border-bottom: 1px solid var(--tertiary-color);
}

#site-footer {
  background-color: var(--primary-color);
}
#site-footer .feature-zone,
#site-footer .cms-text-feature-data,
#site-footer .cms-text-feature-content > div {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  #site-footer .feature-zone,
  #site-footer .cms-text-feature-data,
  #site-footer .cms-text-feature-content > div {
    text-align: center;
  }
}
#site-footer .feature-zone span[class*=footer-]:before,
#site-footer .cms-text-feature-data span[class*=footer-]:before,
#site-footer .cms-text-feature-content > div span[class*=footer-]:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  text-align: center;
  color: var(--secondary-color);
  font-size: 16px;
  padding-right: 10px;
}
#site-footer .feature-zone .footer-address:first-child:before,
#site-footer .cms-text-feature-data .footer-address:first-child:before,
#site-footer .cms-text-feature-content > div .footer-address:first-child:before {
  content: "\e91f" !important;
}
#site-footer .feature-zone .footer-phone:before,
#site-footer .cms-text-feature-data .footer-phone:before,
#site-footer .cms-text-feature-content > div .footer-phone:before {
  content: "\e91e" !important;
}
#site-footer .feature-zone .footer-fax:before,
#site-footer .cms-text-feature-data .footer-fax:before,
#site-footer .cms-text-feature-content > div .footer-fax:before {
  content: "\e91d" !important;
}
#site-footer .feature-zone .footer-email:before,
#site-footer .cms-text-feature-data .footer-email:before,
#site-footer .cms-text-feature-content > div .footer-email:before {
  content: "\e912" !important;
}
#site-footer .custom-footer-copyright-wrapper {
  flex: 0 0 auto;
  width: auto;
}
#site-footer .custom-footer-designed-by-wrapper {
  flex: 0 0 auto;
  width: auto;
}
#site-footer .custom-footer-designed-by-wrapper .custom-footer-designed-by {
  display: flex;
  gap: 10px;
}
#site-footer .custom-footer-designed-by-wrapper .custom-footer-designed-by img {
  height: 20px;
}
#site-footer p {
  margin-bottom: 0.75rem;
}
#site-footer .site-footer-block {
  display: flow-root;
}
#site-footer .cms-feature-datablock {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
#site-footer .cms-feature-datablock a {
  color: #ffffff !important;
}
#site-footer .cms-feature-datablock a:hover {
  color: var(--secondary-color) !important;
  text-decoration: none;
}
#site-footer .cms-feature-datablock h1, #site-footer .cms-feature-datablock h2, #site-footer .cms-feature-datablock h3, #site-footer .cms-feature-datablock h4, #site-footer .cms-feature-datablock h5, #site-footer .cms-feature-datablock h6, #site-footer .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper #site-footer .cms-feature-datablock .site-style-intro-text, #site-footer .cms-feature-datablock .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff !important;
}
#site-footer .site-footer-logo-wrapper figure {
  margin-left: 0px;
}
@media (max-width: 1023px) {
  #site-footer .site-footer-logo-wrapper figure {
    margin-left: auto;
  }
}
#site-footer .site-footer-logo-wrapper img {
  height: 148px;
}
@media (max-width: 767px) {
  #site-footer .site-footer-logo-wrapper img {
    height: 96px;
  }
}

@media (min-width: 767px) {
  .site-sidebar {
    width: 490px;
  }
}

.cms-page-is-in-preview-mode .site-page-wrapper {
  margin: 45px 0 0;
}

.cms-user-logged .site-page-wrapper {
  margin: 72px 0 0;
}

.site-breadcrumbs-wrapper {
  width: 100%;
  display: none;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  color: var(--text-color);
  margin-bottom: 0px !important;
  padding-top: var(--space-dt-s);
  padding-bottom: var(--space-dt-s);
  padding-left: var(--space-dt-l);
  padding-right: var(--space-dt-l);
}
.site-breadcrumbs-wrapper ul.site-breadcrum {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li {
  color: #ffffff;
  margin: 0 5px 0 0;
  position: relative;
  padding: 0 35px 0 0;
  font-size: 16px;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  color: var(--secondary-color);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:last-child {
  padding: 0;
  margin: 0;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:last-child:after {
  display: none;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:first-child {
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:first-child a {
  font-size: 0;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:first-child a:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921" !important;
  color: var(--secondary-color);
  font-size: 16px;
  margin: 0 3px 0 0;
  line-height: 1;
  display: block;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:first-child:after {
  content: "" !important;
  display: none;
  width: 2px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--secondary-color);
}
.site-breadcrumbs-wrapper ul.site-breadcrum li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.site-breadcrumbs-wrapper ul.site-breadcrum li a:hover {
  color: var(--secondary-color);
}
.site-breadcrumbs-wrapper ul.site-breadcrum li:last-child {
  margin: 0;
}

.site-layout-breadcrumbs-wrapper .site-breadcrumbs-wrapper {
  display: block;
}

/*
=====================================
Inline navigation styling
=====================================
*/
@media (min-width: 1300px) {
  /*
  =====================================
  Hamburger menu navigation styling
  =====================================
  */
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) {
    max-width: 400px;
    width: 100%;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation.site-navigation-active {
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    overflow: scroll;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block {
    padding: 30px 0;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-transform: none;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li > a {
    color: #ffffff;
    font-size: 1.8666666667rem;
    line-height: 1.8666666667rem;
    width: 100%;
    display: block;
  }
}
@media (min-width: 1300px) and (max-width: 1099px) {
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li > a {
    font-size: 1.4rem;
  }
}
@media (min-width: 1300px) and (max-width: 599px) {
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li > a {
    font-size: 1.1333333333rem;
  }
}
@media (min-width: 1300px) {
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li > a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li.site-nav-active > a {
    color: var(--secondary-color);
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li.hide-in-nav, #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block > li.custom-nav-hide-in-nav {
    display: none;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li {
    display: block;
    position: relative;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--primary-color);
    cursor: pointer;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand:before {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909" !important;
    font-size: 30px;
    display: block;
    transition: all ease 0.5s;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-nav-linktext.site-nav-expand-active:before {
    transform: rotate(90deg);
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper-active {
    max-height: 1000px;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block {
    padding: 10px 0 0;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    padding-left: 0 20px;
    padding-right: 20px;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li:not(:last-child) {
    padding-bottom: 10px;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li {
    text-transform: none;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a {
    color: var(--primary-color);
    width: 100%;
    display: block;
    padding: 0;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
  }
  #site-header.site-header-hamburger .site-navigation-wrapper:not(.site-meganav-wrapper) nav#site-navigation ul.site-nav-block li .site-subnav-wrapper .site-subnav-block li.site-subnav-active > a {
    color: var(--secondary-color);
  }
}
.header-template .cms-page-is-in-edit-mode .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper {
  top: 260px;
}

.cms-page-is-in-edit-mode .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper {
  top: 200px;
}

.site-sidebar-menu {
  background: var(--quaternary-color);
  border: 0px solid var(--primary-color);
  padding: 0 0 10px 0;
  margin: 0;
  position: relative;
  min-height: 270px;
}
@media (max-width: 766px) {
  .site-sidebar-menu {
    display: none;
  }
}
.site-sidebar-menu ul {
  padding: 0;
}
.site-sidebar-menu ul.site-nav-block > li > a {
  color: var(--primary-color);
  font-size: 0.9333333333rem;
  letter-spacing: 1.5px;
  border-bottom: 1px solid transparent;
  display: block;
  padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}
.site-sidebar-menu ul.site-nav-block > li > a:hover {
  color: var(--secondary-color);
  background: transparent;
}
.site-sidebar-menu ul li a {
  transition: all 0.5s ease;
  font-family: var(--serif-font);
}
.site-sidebar-menu ul li.site-nav-item {
  display: block;
}
.site-sidebar-menu ul li.site-nav-item.level1 {
  display: none;
}
.site-sidebar-menu ul li.site-nav-item.level1.site-nav-active-path {
  display: block;
}
.site-sidebar-menu ul.site-subnav-block li {
  padding: 0 0 0 0px;
}
.site-sidebar-menu ul.site-subnav-block li > a {
  color: var(--primary-color);
  border-bottom: 1px solid transparent;
  display: block;
  padding: 10px 20px 10px 40px;
}
.site-sidebar-menu ul.site-subnav-block li > a:hover {
  color: var(--secondary-color);
  background: transparent;
}
.site-sidebar-menu ul li {
  display: block;
  position: relative;
}
.site-sidebar-menu ul li.site-nav-active > a, .site-sidebar-menu ul li.site-subnav-active > a {
  position: relative;
  color: var(--secondary-color);
  font-weight: normal;
  font-family: var(--serif-font);
  background: transparent;
}
.site-sidebar-menu ul li.site-nav-active > a:after1, .site-sidebar-menu ul li.site-subnav-active > a:after1 {
  content: "";
  background: var(--primary-color);
  height: 10px;
  width: 10px;
  display: block;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--primary-color);
  cursor: pointer;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
  font-size: 30px;
  display: block;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-nav-linktext.site-nav-expand-active:before {
  transform: rotate(90deg);
}
.site-sidebar-menu ul li .site-subnav-wrapper {
  overflow: hidden;
  max-height: 0;
  transition: all ease 0.5s;
}
.site-sidebar-menu ul li .site-subnav-wrapper-active {
  max-height: 1000px;
}
.custom-sidebar-title-wrapper .cms-text-feature-data {
  margin-bottom: 0;
}
.custom-sidebar-title-wrapper .custom-sidebar-title {
  background: var(--primary-color);
  color: #ffffff;
  padding: 10px 20px 10px 20px;
}
.custom-sidebar-title-wrapper .custom-sidebar-title p {
  font-family: var(--serif-font);
  font-size: 12px;
  letter-spacing: 1.8px;
}

.custom-social {
  padding-top: 20px;
}
.custom-social ul {
  padding-left: 0;
}
.custom-social li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.custom-social li:first-child {
  margin: 0;
}
.custom-social li a {
  font-size: 0 !important;
  display: block;
  height: 54px;
  width: 54px;
  color: #ffffff;
  border: 2px solid var(--secondary-color);
  border-radius: 5px;
}
.custom-social li a:hover {
  background: var(--secondary-color);
}
.custom-social li a:hover::before {
  color: var(--quaternary-color);
}

.site-social-facebook:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}
.site-social-instagram:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}
.site-social-twitter:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}
.site-social-youtube:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}
.site-social-linkedin:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}
.site-social-tiktok:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903" !important;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #ffffff;
}

.site-menu-toggle {
  height: 18px;
  width: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 0 0 0 30px;
}
@media (max-width: 599px) {
  .site-menu-toggle {
    margin: 0 0 0 20px;
  }
}
.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #ffffff;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-property: transform, top, width, left;
}
.site-menu-toggle span:nth-child(1) {
  top: 2px;
}
.site-menu-toggle span:nth-child(2),
.site-menu-toggle span:nth-child(3) {
  top: 8px;
}
.site-menu-toggle span:nth-child(4) {
  top: 14px;
}
.site-menu-toggle.active-menu-toggle span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-menu-toggle.active-menu-toggle span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-menu-toggle.active-menu-toggle span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li {
  margin: 0 33px 0 0;
  display: inline-block;
  cursor: pointer;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li > .site-subnav-wrapper > .site-subnav-wrapper-data > .site-subnav-back {
  text-align: center;
  display: none;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li > a {
  color: #ffffff;
  display: inline-block;
  padding: 10px 0;
  position: relative;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li > a:after {
  background: #23c8d8;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  transition: all ease 0.5s;
}
@media (max-width: 599px) {
  .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li > a:after {
    height: 2px;
  }
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-active > a:after, .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li:hover > a:after {
  width: 100%;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-active.site-nav-child > a:after, .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child:hover > a:after {
  width: calc(100% - 25px);
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.hide-in-nav, .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.custom-nav-hide-in-nav {
  display: none !important;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
  display: flex;
  justify-content: end;
}
@media (min-width: 600px) {
  .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
    padding: 0 var(--container-padding-tablet);
  }
}
@media (min-width: 1100px) {
  .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
    padding: 0 var(--container-padding-laptop);
  }
}
@media (min-width: 1500px) {
  .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
    padding: 0 var(--container-padding-desktop);
  }
}
@media (min-width: 1950px) {
  .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
    max-width: 1920px;
    padding: 0;
  }
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper.site-subnav-wrapper-active {
  display: flex;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper.site-subnav-wrapper-active > .site-subnav-wrapper-data {
  width: 64%;
  position: relative;
  min-height: 225px;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child > .site-subnav-wrapper {
  /*
  > .site-subnav-wrapper-data {
      > .site-subnav-back {
          display: none;
      }
  }
      */
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper {
  opacity: 0;
  transition: opacity ease 0.7s;
  position: absolute;
  z-index: 100;
  top: 130px;
  width: 100%;
  justify-content: end;
  overflow: hidden;
  max-height: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #000000;
  z-index: 0;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper.site-subnav-wrapper-active {
  display: flex;
  opacity: 1;
  max-height: 500px;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper {
  top: 0;
  z-index: 101;
  height: 100%;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data {
  width: 100%;
  background: #000000;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data .site-subnav-back {
  border-bottom: 1px solid #ffffff;
  margin: 0 0 20px;
  position: relative;
  padding: 0 0 20px 35px;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data .site-subnav-back:hover {
  color: var(--primary-color);
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data .site-subnav-back:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907" !important;
  color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  transform: rotate(90deg);
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data ul li {
  max-width: 48%;
  display: inline-block;
  flex: 0 0 48%;
  margin: 0;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data ul li a {
  color: #ffffff;
  transition: all ease 0.5s;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block > li.site-nav-child .site-subnav-wrapper .site-subnav-wrapper-data ul li a:hover {
  color: var(--primary-color);
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block li a {
  transition: all 0.5s ease;
  padding: 5px 0;
  position: relative;
  display: block;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block li.site-nav-child > .site-nav-link, .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block li.site-nav-child > .site-subnav-link {
  padding-right: 30px;
}
.site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block li.site-nav-child > .site-nav-link::before, .site-navigation-wrapper.site-navigation-inline #site-navigation ul.site-nav-block li.site-nav-child > .site-subnav-link::before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907" !important;
  color: #ffffff;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  font-size: 25px;
  transform: rotate(-90deg);
}

.cms-feature-wrapper .k-scheduler table,
.cms-feature-wrapper .k-scheduler thead,
.cms-feature-wrapper .k-scheduler tfoot,
.cms-feature-wrapper .k-scheduler tbody,
.cms-feature-wrapper .k-scheduler tr,
.cms-feature-wrapper .k-scheduler th,
.cms-feature-wrapper .k-scheduler td,
.cms-feature-wrapper .k-scheduler div,
.cms-feature-wrapper .k-scheduler .k-scheduler-edit-dialog,
.cms-feature-wrapper .k-scheduler > * {
  border-color: rgba(0, 0, 0, 0.08);
}

.hide-post-title h3.site-display-title {
  display: none;
}

.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-1 .site-display-wrapper-listitem {
  max-width: 100%;
  flex-basis: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-1 .site-display-wrapper-listitem {
  flex-grow: 0;
  flex-shrink: 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-2 .site-display-wrapper-listitem {
  max-width: 50%;
  flex-basis: 50%;
}
@media (max-width: 600px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-2 .site-display-wrapper-listitem {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-2 .site-display-wrapper-listitem {
  flex-grow: 0;
  flex-shrink: 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-3 .site-display-wrapper-listitem {
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333%;
}
@media (max-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-3 .site-display-wrapper-listitem {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-3 .site-display-wrapper-listitem {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-3 .site-display-wrapper-listitem {
  flex-grow: 0;
  flex-shrink: 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-4 .site-display-wrapper-listitem {
  max-width: 25%;
  flex-basis: 25%;
}
@media (max-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-4 .site-display-wrapper-listitem {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-4 .site-display-wrapper-listitem {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-4 .site-display-wrapper-listitem {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-4 .site-display-wrapper-listitem {
  flex-grow: 0;
  flex-shrink: 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
  max-width: 20%;
  flex-basis: 20%;
}
@media (max-width: 1200px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media (max-width: 1024px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview .site-display-list-5 .site-display-wrapper-listitem {
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-arrow.slick-prev {
    left: 0px;
  }
  .cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-arrow.slick-next {
    right: 0px;
  }
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-arrow::before {
  border: 0;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-arrow:hover::before {
  border: 0;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-dots li button {
  padding: 0;
  width: initial;
  height: initial;
}
.cms-display-feature-wrapper .site-display-wrapper .site-display-list .slick-dots li button::before {
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  opacity: 1;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list.slick-slider {
  position: relative;
  margin-top: 20px;
  padding-top: calc(60px + 20px);
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow.custom-display-slider .site-display-list.slick-slider {
  margin-top: 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow.custom-display-slider:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow {
  top: 0 !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 2;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow.custom-display-slider:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow.slick-next {
  right: calc(13px * 2) !important;
  left: auto !important;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow.custom-display-slider:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow.slick-prev {
  right: calc(13px * 2 + 60px + 10px) !important;
  left: auto !important;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list .slick-arrow {
  top: 0 !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 2;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list .slick-arrow.slick-next {
  right: 0 !important;
  left: auto !important;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list .slick-arrow.slick-prev {
  right: calc(60px + 10px) !important;
  left: auto !important;
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list .slick-arrow.slick-next {
    right: 0 !important;
  }
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.custom-display-slider) .site-display-list .slick-arrow.slick-prev {
    right: calc(50px + 10px) !important;
    left: auto !important;
  }
}
@media (max-width: 599px) {
  .cms-display-feature-wrapper .site-display-img-left,
  .cms-display-feature-wrapper .site-display-img-right {
    margin-bottom: 0 !important;
  }
  .cms-display-feature-wrapper .site-display-img-left .site-display-list-block,
  .cms-display-feature-wrapper .site-display-img-right .site-display-list-block {
    flex-direction: column;
    gap: 20px;
  }
  .cms-display-feature-wrapper .site-display-img-left .site-display-list-block .site-display-image,
  .cms-display-feature-wrapper .site-display-img-left .site-display-list-block .site-display-data-block,
  .cms-display-feature-wrapper .site-display-img-right .site-display-list-block .site-display-image,
  .cms-display-feature-wrapper .site-display-img-right .site-display-list-block .site-display-data-block {
    width: 100%;
  }
}
.cms-display-feature-wrapper .site-display-img-left .site-display-wrapper-listitem:last-child,
.cms-display-feature-wrapper .site-display-img-right .site-display-wrapper-listitem:last-child {
  margin-bottom: 0 !important;
}
.cms-display-feature-wrapper .site-display-img-left .site-display-wrapper-listitem .site-display-list-block,
.cms-display-feature-wrapper .site-display-img-right .site-display-wrapper-listitem .site-display-list-block {
  border: none !important;
}
.cms-display-feature-wrapper.custom-display-image-size-wrapper .site-display-list {
  justify-content: center !important;
}
.cms-display-feature-wrapper.custom-display-image-size-wrapper .site-display-list .site-display-wrapper-listitem {
  max-width: 300px !important;
}
.cms-display-feature-wrapper.custom-display-image-size-wrapper .site-display-list .site-display-wrapper-listitem .site-display-image {
  aspect-ratio: 3/4 !important;
}

.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list {
  align-items: stretch;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-track,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-slide,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-slide {
  height: auto !important;
  display: flex !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-slide.site-display-wrapper-listitem,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list.slick-slider .slick-slide.site-display-wrapper-listitem {
  width: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem {
  display: flex;
  height: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  margin: 0 10px 0;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image {
  width: 100%;
  aspect-ratio: 380/255;
  overflow: hidden;
  margin-bottom: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:hover img, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:focus img, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:focus-visible img,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:hover img,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:focus img,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link:focus-visible img {
    transform: scale(1.07);
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-image .site-display-image-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: var(--custom-color-6);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block,
  .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block {
    padding: var(--space-dt-m);
  }
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-date,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-date {
  color: var(--custom-color-1);
  font-family: var(--serif-font);
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title {
  font-size: 24px;
  font-weight: 600;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h1, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h2, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h3, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h4, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h5, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h6, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .site-style-intro-text, .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .site-style-intro-text,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h1,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h2,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h3,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h4,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h5,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title h6,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .site-style-intro-text,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title .site-style-intro-text {
  color: var(--secondary-color);
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-title a {
  color: var(--secondary-color);
  text-decoration: none;
}
.cms-display-feature-wrapper .site-display-wrapper.site-display-listview:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-desc p,
.cms-display-feature-wrapper .site-display-wrapper.site-display-slideshow:not(.site-display-img-left):not(.site-display-img-right) .site-display-list .site-display-wrapper-listitem .site-display-list-block .site-display-data-block .site-display-desc p {
  color: #ffffff;
}
.cms-display-feature-wrapper .site-display-filters {
  margin-top: 0;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper {
  margin: 1px !important;
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label {
  background: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-filter-data-block label:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
  }
}
.cms-display-feature-wrapper .site-display-filters .site-display-filter-desc .site-display-filter-wrapper .site-display-checkbox:checked + label {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.no-gradient-overlay-wrapper .no-gradient-overlay.cms-feature-datablock .site-display-list-block .site-display-data-block {
  background: transparent !important;
}

.cms-form-feature .site-form-wrapper {
  max-width: 800px;
  background: var(--custom-color-6);
  border-radius: 5px;
  padding: var(--space-mb-s);
}
@media (min-width: 600px) {
  .cms-form-feature .site-form-wrapper {
    padding: var(--space-tb-s);
  }
}
@media (min-width: 1000px) {
  .cms-form-feature .site-form-wrapper {
    padding: var(--space-lp-s);
  }
}
@media (min-width: 1440px) {
  .cms-form-feature .site-form-wrapper {
    padding: var(--space-dt-s);
  }
}
.cms-form-feature .site-form-data {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
@media (min-width: 600px) {
  .cms-form-feature .site-form-data {
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}
.cms-form-feature .site-form-data .hidden-block {
  display: none;
}
.cms-form-feature .site-form-block:not(.site-form-section):not(.site-form-buttons):not(.site-form-capcha) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (min-width: 600px) {
  .cms-form-feature .site-form-section,
  .cms-form-feature .site-form-buttons,
  .cms-form-feature .site-form-capcha,
  .cms-form-feature .site-form-block.site-form-alert,
  .cms-form-feature .site-form-block:has(.site-form-alert),
  .cms-form-feature .site-form-block:has(textarea),
  .cms-form-feature .site-form-block:has(.site-checkbox),
  .cms-form-feature .site-form-block:has(.site-radio),
  .cms-form-feature .site-form-block:has([id^=_File_Upload]) {
    grid-column: 1/-1;
  }
}
.cms-form-feature .site-form-label label {
  display: block;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
}
.cms-form-feature .site-form-label label .required {
  margin-left: 2px;
}
.cms-form-feature .site-form-section {
  margin-top: 5px;
  padding-top: 6px;
  border-top: 1px solid var(--tertiary-color);
}
.cms-form-feature .site-form-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.cms-form-feature .site-form-section .site-form-label label {
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}
.cms-form-feature .site-form-field input.site-textbox,
.cms-form-feature .site-form-field select.site-select,
.cms-form-feature .site-form-field textarea.site-textarea {
  width: 100%;
  max-width: 100%;
  height: 36px;
  min-height: 36px;
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  line-height: 1.2;
  color: var(--text-color);
  outline-color: transparent;
  transition: border-color 0.2s ease;
}
.cms-form-feature .site-form-field input.site-textbox:focus,
.cms-form-feature .site-form-field select.site-select:focus,
.cms-form-feature .site-form-field textarea.site-textarea:focus {
  border-color: var(--secondary-color);
  outline: 2px solid var(--secondary-color);
  outline-offset: 1px;
}
.cms-form-feature .site-form-field textarea.site-textarea {
  height: auto;
  min-height: 72px;
  resize: vertical;
}
.cms-form-feature .site-form-field select.site-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23003145' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  padding-right: 25px;
  cursor: pointer;
}
.cms-form-feature .site-form-field .field-validation-error,
.cms-form-feature .site-form-field .text-danger {
  display: block;
  margin-top: 2px;
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  color: var(--secondary-color);
}
.cms-form-feature .site-form-field:has([id^=_File_Upload]) {
  min-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-form-feature .site-form-field:has([id^=_File_Upload]) .site-textbox {
  min-height: unset;
}
.cms-form-feature .site-form-field .site-checkbox-label,
.cms-form-feature .site-form-field .site-radio-label {
  color: #ffffff;
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
}
.cms-form-feature .site-form-field .site-checkbox-label:before {
  border: 1px solid var(--tertiary-color);
}
.cms-form-feature .site-form-field .site-checkbox:checked + label:before {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.cms-form-feature .site-form-field .site-radio + .site-radio-label:before {
  border: 1px solid var(--tertiary-color);
}
.cms-form-feature .site-form-field .site-radio:checked + .site-radio-label:before {
  background-color: var(--secondary-color);
  box-shadow: inset 0 0 0 3px #ffffff;
}
.cms-form-feature .site-form-alert .alert-danger {
  color: #ffffff;
  background: transparent;
  border-color: var(--tertiary-color);
}
.cms-form-feature .site-form-capcha .dntCaptcha {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.cms-form-feature .site-form-capcha img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.cms-form-feature .site-form-capcha .btn-secondary,
.cms-form-feature .site-form-capcha #dntCaptchaRefreshButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  background-color: transparent !important;
  border: 1px solid var(--tertiary-color) !important;
  border-radius: 5px;
  color: #ffffff !important;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 4v6h-6'/%3E%3Cpath d='M1 20v-6h6'/%3E%3Cpath d='M3.51 9a9 9 0 0 1 14.85-3.36L23 10'/%3E%3Cpath d='M1 14l4.64 4.36A9 9 0 0 0 20.49 15'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 20px 20px !important;
  cursor: pointer;
}
.cms-form-feature .site-form-capcha .btn-secondary:hover, .cms-form-feature .site-form-capcha .btn-secondary:focus,
.cms-form-feature .site-form-capcha #dntCaptchaRefreshButton:hover,
.cms-form-feature .site-form-capcha #dntCaptchaRefreshButton:focus {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-color: #ffffff !important;
}
.cms-form-feature .site-form-capcha input.site-textbox {
  width: 100%;
  max-width: 280px;
  height: 36px;
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  color: var(--text-color);
}
.cms-form-feature .site-form-capcha input.site-textbox:focus {
  border-color: var(--secondary-color);
  outline: 2px solid var(--secondary-color);
  outline-offset: 1px;
}
.cms-form-feature .site-form-buttons {
  margin-top: 6px;
}
.cms-form-feature .site-form-buttons .site-form-button {
  font-family: var(--sans-serif-font) !important;
}
.cms-form-feature .validation-summary-errors li:before {
  background-color: var(--secondary-color) !important;
}
.cms-form-feature .validation-summary-errors li {
  color: #ffffff !important;
}

.site-form-data .site-form-block.site-form-capcha {
  margin: 5px 0 !important;
}

.cms-gallery-feature .custom-unslick .site-slick-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-multi-slide-slider .site-slide:hover .site-slider-image {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-multi-slide-slider .site-slider-image-block {
  object-fit: cover;
  overflow: hidden;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-multi-slide-slider .site-slider-image-block .site-slider-image {
  transition: all 1s ease-in-out;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper {
    width: 100% !important;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption {
  position: absolute;
  text-align: left;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h1,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h2,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h3,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h4,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h5,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  text-align: left;
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ul,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ol {
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ul li,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ol li {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h1,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h2,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h3,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h4,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h5,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data ul,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data ol {
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data ul li,
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption .site-slider-more-desc .site-container .site-slider-more-desc-data ol li {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .slick-arrow::before {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: unset;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .slick-arrow.slick-prev {
    left: 0px;
  }
  .cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .slick-arrow.slick-next {
    right: 0px;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .slick-dots {
  display: block;
  position: relative;
  bottom: -10px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider .site-slick-wrapper .slick-dots li button::before {
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center !important;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-tr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-ml .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-image-block:after,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-image-block:after {
  background: transparent !important;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-mr .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bl .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-bc .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption {
  background: transparent;
  position: absolute;
  text-align: initial;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: initial;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-container,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px 20px;
}
@media (max-width: 599px) {
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p,
  .cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p {
    text-align: center !important;
  }
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child,
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p:last-child {
  margin-bottom: 0;
}
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button],
.cms-gallery-feature .cms-feature-datablock.site-slider.site-slide-caption-dt-br .site-slick-wrapper .site-slide-link .site-slider-caption .site-slider-caption-block .site-slider-capton-data p a[class^=site-button] {
  margin-bottom: 5px;
}
.cms-gallery-feature.site-slider-popup-wrapper {
  z-index: 1;
}

.cms-gallery-feature .cms-feature-datablock.site-slider-popup {
  margin: 0 -20px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide {
  outline: none !important;
  cursor: pointer;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper:hover .site-slider-pop-img img {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-img {
  object-fit: cover;
  overflow: hidden;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-img .site-slider-image {
  transition: all 1s ease-in-out;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-img .site-slider-image:hover {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-data {
  text-align: left;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-data ul,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-data ol {
  margin-left: 20px;
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-data ul li,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-data ol li {
  color: var(--text-color);
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption {
  height: auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex-wrap: wrap;
  text-align: left;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h1,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h2,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h3,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h4,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h5,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: 0 4px 5px #000000;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption ul,
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-caption ol {
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-desc {
  height: 90%;
  overflow-y: auto;
  margin: 0;
  left: 50%;
  transform: scale(0) translateX(-50%);
  top: 5%;
  transition: 0.5s ease all;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-popup-close {
  background: var(--primary-color);
  border: none;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-popup-close::before {
  color: #ffffff;
  line-height: 45px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-desc-img img {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-popup .slick-slide .site-slider-pop-wrapper.site-active-slider-pop-wrapper .site-slider-pop-desc {
  width: 75%;
  transform: scale(1) translateX(-50%);
  transition: 0.5s ease all;
}

.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list {
  margin: 0 -10px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide {
  border: 3px solid transparent;
  transition: all 0.3s ease;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide.slick-current, .cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide:hover {
  border-color: var(--secondary-color);
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide:hover {
  cursor: pointer;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide:hover .site-slider-image-block img {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-image-block {
  object-fit: cover;
  overflow: hidden;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-image-block .site-slider-image {
  transition: all 1s ease-in-out;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-image-block .site-slider-image:hover {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption::before {
  display: none;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block {
  width: 100%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container {
  padding: 0 5%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  text-align: left;
  padding: 5%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ul,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data ol {
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-list .site-slide .site-slider-caption .site-slider-more-desc .site-container {
  padding: 0 5%;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list {
  margin: 0 -10px 10px -10px;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list .site-slider-tab-content {
  padding: 20px 0;
  text-align: left;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list .site-slider-tab-content ul,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list .site-slider-tab-content ol {
  margin-left: 20px;
  list-style-position: inside;
}
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list .site-slider-tab-content ul li,
.cms-gallery-feature .cms-feature-datablock.site-slider-tab .site-slider-tab-content-list .site-slider-tab-content ol li {
  color: var(--text-color);
}

.mfp-arrow {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  outline: none !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mfp-arrow:after {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.mfp-arrow:hover {
  background: var(--secondary-color);
  color: #ffffff;
  border: 1px solid var(--secondary-color);
}
.mfp-arrow:hover:after {
  color: #ffffff;
}
.mfp-arrow.mfp-arrow-left:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908" !important;
}
.mfp-arrow.mfp-arrow-right:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909" !important;
}

.mfp-image-holder .mfp-content .mfp-close {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
}
.mfp-image-holder .mfp-content .mfp-close:after {
  color: #ffffff;
  font-size: 15px;
}
.mfp-image-holder .mfp-content .mfp-close:hover {
  background: var(--secondary-color);
  color: #ffffff;
  border: 1px solid var(--secondary-color);
}
.mfp-image-holder .mfp-content .mfp-close:hover:after {
  color: #ffffff;
}

.mfp-content .mfp-figure .mfp-bottom-bar p:not(:last-child) {
  margin-bottom: 20px;
}
.mfp-content .mfp-figure .mfp-bottom-bar ul {
  margin-left: 1rem;
}

.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link {
  object-fit: cover;
  overflow: hidden;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link .site-thumbnail-image {
  transition: all 1s ease-in-out;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-image-wrapper .site-thumbnail-link .site-thumbnail-image:hover {
  scale: 1.1;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h1,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h2,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h3,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h4,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h5,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-desc .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h1,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h2,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h3,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h4,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h5,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc h6,
.cms-gallery-feature .cms-feature-wrapper .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc .site-style-intro-text,
.cms-feature-wrapper .cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc .site-style-intro-text,
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: #ffffff;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc p a:not([class^=site-button]) {
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.cms-gallery-feature .cms-feature-datablock .site-thumbnail-wrapper .site-thumbnail-block .site-thumbnail-data .site-thumbnail-more-desc p a:not([class^=site-button]):hover {
  color: var(--primary-color);
}

@media (max-width: 599px) {
  .site-slide-caption-mob-top-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide,
  .site-slide-caption-mob-bottom-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide {
    display: flex !important;
    flex-direction: column;
  }
  .site-slide-caption-mob-top-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption,
  .site-slide-caption-mob-bottom-wrapper .cms-feature-datablock.site-slider .site-slick-wrapper .site-slide .site-slider-caption {
    position: relative;
    background: var(--secondary-color);
  }
}

.image-top-wrapper .site-slide {
  background-position: top !important;
}
.image-top-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.image-right-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

.image-bottom-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.image-left-wrapper .site-slide .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.no-gradient-overlay-wrapper .no-gradient-overlay .site-slide .site-slider-caption {
  background: transparent !important;
}
.no-gradient-overlay-wrapper .no-gradient-overlay .site-slide .site-slider-caption::before {
  display: none !important;
}

.site-slider {
  text-align: left;
}

.custom-video-iframe-wrapper .custom-video-iframe .site-slide {
  overflow: hidden;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link {
  pointer-events: none;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block {
  position: relative;
  pointer-events: none;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-pending {
  pointer-events: auto;
  cursor: pointer;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-pending iframe.gallery-video-preload {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-pending::after {
  content: "\e90d" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: var(--secondary-color);
  background: var(--quaternary-color);
  border: 1px solid var(--quaternary-color);
  padding: 15px;
  font-size: 14px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-playing {
  pointer-events: auto;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-playing .site-slider-image {
  display: none;
}
.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block.gallery-video-playing iframe {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.custom-video-iframe-wrapper:not(.custom-popup-gallery-wrapper) .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block iframe {
  width: 100vw !important;
  height: 100vh !important;
  min-height: 650% !important;
  min-width: 215vh !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 0;
  transition: all 1s ease !important;
}

.site-bookmark-wrapper .site-bookmark-block {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon {
  width: 60px;
  height: 95px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  border: 5px solid #ffffff;
  text-align: center;
  padding: 10px 0 0 0;
  position: relative;
  align-self: end;
  margin: 0 0 10px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon .site-bookmark-count {
  margin: 0 0 0;
  font-size: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--secondary-color);
  width: 30px;
  height: 30px;
  z-index: 1;
  color: var(--primary-color);
  border-radius: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-icon:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915" !important;
  font-size: 45px;
  color: var(--primary-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close {
  position: absolute;
  background: var(--secondary-color);
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 20px;
  text-align: center;
  color: black;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-close:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    padding: 70px 20px 50px 20px;
    z-index: 1001;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list-wrapper.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
  display: flex;
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    overflow: auto;
    padding: 50px 0 10px;
    width: calc(100vw - 200px);
    margin: 0 0 0 10px;
  }
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 100%;
    overflow: scroll;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list.site-bookmark-list-popup {
    opacity: 1;
    visibility: visible;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
  width: 65px;
  height: 95px;
  margin: 0 10px 0 0;
  position: relative;
  max-width: 65px;
  flex: 0 0 65px;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 25%;
    padding: 10px;
    height: 250px;
    float: left;
    margin: 0;
    flex: 0 0 25%;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem {
    max-width: 33.3%;
    height: 150px;
    float: left;
    flex: 0 0 33.3%;
  }
}
@media (min-width: 1000px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-list-block {
    translate: 0 -30px;
  }
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem:hover .site-bookmark-remove-button {
    opacity: 1;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block {
  border: 5px solid #ffffff;
  position: relative;
  background: var(--primary-color);
  height: 100%;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.4);
  translate: 0;
  transition: all ease 0.5s;
  overflow: hidden;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image {
  width: 100%;
  height: 100%;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-wrapper-listitem .site-bookmark-list-block .site-bookmark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block:before {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
  font-size: 11px;
  line-height: 14px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 7px;
  left: 7px;
  right: 7px;
  text-align: center;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 4;
    bottom: 10px;
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title {
    -webkit-line-clamp: 2;
    bottom: 10px;
    line-height: 18px;
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-data-block .site-bookmark-title a {
  color: #ffffff;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
  position: absolute;
  font-size: 0;
  background: none;
  color: black;
  bottom: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 999px) {
  .site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button {
    top: 20px;
    z-index: 10;
    bottom: auto;
    opacity: 1;
    right: 20px;
    left: auto;
    background: #ffffff;
    color: var(--primary-color);
  }
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  font-size: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.site-bookmark-wrapper .site-bookmark-block .site-bookmark-list .site-bookmark-remove-button:hover {
  background: var(--secondary-color);
}

html:has(body.custom-blue-popup) {
  min-height: 100%;
  background: var(--quaternary-color);
}

body.custom-blue-popup,
#page-wrapper.custom-blue-popup {
  min-height: 100%;
  background: var(--quaternary-color);
}

body.custom-blue-popup {
  --popup-full-height: 100vh;
}
body.custom-blue-popup.cms-user-logged, body.custom-blue-popup.cms-page-is-in-edit-mode, body.custom-blue-popup.cms-page-is-published {
  --popup-full-height: calc(100vh - 72px);
}
body.custom-blue-popup.cms-page-is-in-preview-mode {
  --popup-full-height: calc(100vh - 45px);
}
body.custom-blue-popup .cms-lcz-wrapper:has(.feature-zone > .cms-gallery-feature:only-child) {
  min-height: var(--popup-full-height);
  align-items: stretch;
}
body.custom-blue-popup .cms-lcz-block:has(.feature-zone > .cms-gallery-feature:only-child) .cms-lcz-block-wrapper,
body.custom-blue-popup .cms-lcz-block:has(.feature-zone > .cms-gallery-feature:only-child) .cms-lcz-block-item,
body.custom-blue-popup .cms-lcz-block:has(.feature-zone > .cms-gallery-feature:only-child) .cms-lcz-block-data,
body.custom-blue-popup .cms-lcz-block:has(.feature-zone > .cms-gallery-feature:only-child) .feature-zone {
  height: 100%;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) {
  margin-bottom: 0 !important;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .cms-gallery-feature {
  height: 100%;
  margin-bottom: 0 !important;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .cms-feature-datablock,
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .site-slick-wrapper,
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .slick-list,
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .slick-track {
  height: 100%;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .site-slide {
  height: var(--popup-full-height);
  background-size: cover;
  background-position: center;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .site-slider-image-block {
  height: 100%;
  overflow: hidden;
}
body.custom-blue-popup .feature-zone:has(> .cms-gallery-feature:only-child) .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  width: 0;
  height: 0;
  transition: all ease 0.5s;
  opacity: 0;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper.site-feature-popup-wrapper-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper.site-feature-popup-wrapper-active .site-form-wrapper {
  visibility: visible;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper {
  background: #ffffff;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  visibility: hidden;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper .site-form-data {
  overflow: scroll;
  max-height: calc(100vh - 470px);
}
@media (max-width: 699px) {
  body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .site-form-wrapper {
    max-width: 600px;
    width: 94%;
  }
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .remove-feature-popup {
  position: absolute;
  top: 10px;
  width: 40px;
  height: 40px;
  right: 10px;
  background: #000000;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  border: 1px solid transparent;
  transition: all ease 0.8s;
  cursor: pointer;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .remove-feature-popup:hover {
  background: #ffffff;
  border: 1px solid #000000;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .remove-feature-popup:hover:after {
  color: #000000;
}
body:not(.cms-page-is-in-edit-mode) .site-feature-popup-wrapper .remove-feature-popup:after {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  color: #ffffff;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
  backdrop-filter: blur(3px);
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  background: #ffffff;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 500px;
  width: 90%;
  padding: 30px;
  border: 1px solid #d9dade;
  outline: none;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup > :not(.site-popup-close):first-of-type,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup > :not(.site-popup-close):first-of-type,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup > :not(.site-popup-close):first-of-type,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup > :not(.site-popup-close):first-of-type {
  margin-top: 20px;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close {
  background: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:before {
  color: inherit;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
  font-size: 15px;
  transition: all ease 0.5s;
  display: block;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover {
  border: 1px solid var(--primary-color);
  transition: all ease 0.5s;
}
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .popup-wrapper .site-opened-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-wide-popup .site-popup-close:hover::before,
body:not(.cms-page-is-in-edit-mode) .site-opened-popup-wrapper .site-opened-popup .site-popup-close:hover::before {
  transform: scale(0.7), rotate(45deg);
}
@media (min-width: 600px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-desktop {
    display: none;
  }
}
@media (max-width: 599px) {
  body:not(.cms-page-is-in-edit-mode) .popup-wrapper.hide-mobile {
    display: none;
  }
}

body.cms-page-is-published .popup-wrapper .site-wide-popup {
  outline: none;
}
a.image-video-popup {
  position: relative;
  display: inline-block;
  text-align: center;
}
a.image-video-popup:before {
  content: "\e90d" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  line-height: 50px;
  font-size: 25px;
  z-index: 1;
}

a.custom-popup-vimeo-link,
.custom-popup-vimeo-link {
  position: relative;
  display: block;
}
a.custom-popup-vimeo-link::after,
.custom-popup-vimeo-link::after {
  content: "\e90d" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: var(--secondary-color);
  background: var(--quaternary-color);
  border: 1px solid var(--quaternary-color);
  padding: 15px;
  font-size: 14px;
  z-index: 1;
  pointer-events: none;
}

.video-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 100000;
  transition: all 1s;
  backdrop-filter: blur(3px);
}
.video-popup-wrapper-active {
  display: block;
}
.video-popup-wrapper .video-popup {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 950px;
  max-height: 600px;
  background: var(--quaternary-color);
  padding: 0;
  border: none;
  transition: all 1s;
}
@media (max-width: 599px) {
  .video-popup-wrapper .video-popup:has(iframe.has-page-link) {
    width: 85%;
    max-height: 700px !important;
    padding: 0;
  }
  .video-popup-wrapper .video-popup:has(iframe.has-page-link) iframe {
    width: 100% !important;
    height: 700px !important;
    padding: 20px;
  }
}
.video-popup-wrapper .video-popup:has(video, iframe) {
  display: flex;
}
.video-popup-wrapper .video-popup iframe,
.video-popup-wrapper .video-popup video {
  position: relative;
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}
.video-popup-wrapper .video-popup .modal-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-popup-wrapper .video-popup .modal-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-popup-wrapper .video-popup .close-modal,
.video-popup-wrapper .video-popup .remove-video-popup {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 35px;
  height: 35px;
  z-index: 222222;
}
.video-popup-wrapper .video-popup .close-modal::before,
.video-popup-wrapper .video-popup .remove-video-popup::before {
  content: "\e905";
  font-family: "icomoon";
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: var(--quaternary-color);
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  padding: 15px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
.video-popup-wrapper .video-popup .close-modal:hover::before,
.video-popup-wrapper .video-popup .remove-video-popup:hover::before {
  border: 1px solid var(--primary-color);
  color: #ffffff;
  background: var(--primary-color);
}
.video-popup-wrapper.active-modal {
  display: block !important;
}

.site-search-wrapper .site-search-icon {
  display: inline-flex;
  align-items: center;
  gap: var(--space-dt-xs);
  color: #ffffff;
  font-size: 25px;
  transition: all 0.5s ease;
  text-align: center;
}
.site-search-wrapper .site-search-icon span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .site-search-wrapper .site-search-icon span {
    display: none;
  }
}
.site-search-wrapper .site-search-icon:hover {
  cursor: pointer;
}
.site-search-wrapper .site-search-icon:hover span, .site-search-wrapper .site-search-icon:hover i {
  color: var(--secondary-color);
}
.site-search-wrapper .site-search-icon i {
  font-weight: bold;
}

.site-search-block {
  position: fixed;
  background: #000000;
  top: 103px;
  text-align: center;
  width: 100%;
  max-height: 0px;
  transition: all ease 0.7s;
  overflow: hidden;
  z-index: 1000;
}
.site-search-block.site-search-block-active {
  max-height: 400px;
}
.site-search-block.site-search-block-active.site-search-option2 {
  max-height: none;
  transform: translateY(0);
}
.site-search-block .site-search-datablock {
  padding: 100px 20px;
  color: #ffffff;
  font-family: var(--sans-serif-font);
}
.site-search-block .site-search-datablock .site-search-title {
  font-family: var(--h3-font);
  font-size: clamp(calc(var(--h3-font-size-min) * 1px), calc(var(--h3-font-size-min) * 1px + (100vw - 600px) * ((var(--h3-font-size-max) - var(--h3-font-size-min)) / (1920 - 600))), calc(var(--h3-font-size-max) * 1px));
  line-height: var(--h3-line-height);
  color: #ffffff;
  font-weight: var(--h3-font-weight);
}
.site-search-block .site-search-datablock .site-search-desc {
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  margin: 10px 0 30px;
}
.site-search-block .site-search-datablock .site-search-data {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: auto;
}
.site-search-block .site-search-datablock .site-search-data .site-search-input {
  height: 60px;
  background: #ffffff;
  border: 1px solid var(--text-color);
  border-radius: 5px;
  padding: 5px 20px;
  width: 100%;
  outline: none;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  font-family: var(--sans-serif-font);
  color: #ffffff;
}
.site-search-block .site-search-datablock .site-search-data .site-search-button {
  position: absolute;
  right: 10px;
  font-size: 0;
  background: #ffffff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  outline: none;
  top: 5px;
  border: none;
  line-height: 50px;
  color: black;
  font-weight: bold;
}
.site-search-block .site-search-datablock .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905" !important;
  font-size: 25px;
  color: var(--primary-color);
}
.site-search-block.site-search-option2 {
  position: fixed;
  left: 0;
  right: 0;
  top: 103px;
  width: 100%;
  height: calc(100vh - 103px);
  background: var(--custom-color-6);
  transform: translateY(100%);
  transition: transform 0.5s ease;
  overflow: hidden;
  z-index: 1000;
}
.site-search-block.site-search-option2 .site-search-datablock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #ffffff;
}
.site-search-block.site-search-option2 .site-search-title {
  margin: 0 0 10px;
  font-family: var(--h4-font);
  font-size: clamp(calc(var(--h4-font-size-min) * 1px), calc(var(--h4-font-size-min) * 1px + (100vw - 600px) * ((var(--h4-font-size-max) - var(--h4-font-size-min)) / (1920 - 600))), calc(var(--h4-font-size-max) * 1px));
  line-height: var(--h4-line-height);
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.site-search-block.site-search-option2 .site-search-desc {
  margin: 0 0 30px;
  color: #ffffff;
}
.site-search-block.site-search-option2 .site-search-data {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
.site-search-block.site-search-option2 .site-search-data .site-search-input {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  outline: none;
  width: 100%;
  max-width: none;
  min-width: 0;
  color: var(--primary-color);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  font-family: var(--sans-serif-font);
  padding: 10px calc(40px + 10px * 2) 10px 15px;
  margin: 0;
}
.site-search-block.site-search-option2 .site-search-data .site-search-input::placeholder {
  color: var(--primary-color);
}
.site-search-block.site-search-option2 .site-search-data .site-search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 1;
  background: var(--quaternary-color);
  border: none;
  border-radius: 5px;
}
.site-search-block.site-search-option2 .site-search-data .site-search-button:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920" !important;
  font-size: 18px;
  color: var(--secondary-color);
}
.site-search-block.site-search-option2 .site-search-data .site-search-button:hover, .site-search-block.site-search-option2 .site-search-data .site-search-button:focus {
  background: var(--quaternary-color);
  border: none;
}
.site-search-block.site-search-option2 .site-search-data .site-search-button:hover:before, .site-search-block.site-search-option2 .site-search-data .site-search-button:focus:before {
  color: var(--secondary-color);
}

body.cms-user-logged.cms-page-is-in-preview-mode .site-search-block {
  top: 148px;
}
body.cms-user-logged.cms-page-is-in-preview-mode .site-search-block.site-search-option2 {
  height: calc(100vh - 103px - 45px);
}
body.cms-user-logged.cms-page-is-in-edit-mode .site-search-block {
  top: 175px;
}
body.cms-user-logged.cms-page-is-in-edit-mode .site-search-block.site-search-option2 {
  height: calc(100vh - 103px - 72px);
}

/* 


.site-header-block {
    .site-search-icon {
        color: $search-icon-color;
        font-size: 25px;
        transition: all .5s ease;
        border: 1px solid $m1;
        width: 51px;
        height: 51px;
        border-radius: 100%;
        text-align: center;
        line-height: 51px;
        margin: 0 0 0 33px;
        background: $search-icon-background;

        @include maxbp($tablet_l) {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            margin: 0 0 0 20px;
        }

        &:hover {
            background: $search-icon-background-hover;
            cursor: pointer;

            i {
                color: $search-icon-color-hover;
            }
        }

        i {
            font-weight: bold;
        }
    }
}

.site-search-block {
    position: fixed;
    background: $black;
    top: 100px;
    text-align: center;
    width: 100%;
    max-height: 0px;
    transition: all ease 0.7s;
    overflow: hidden;
    z-index: 1000;

    &.site-search-block-active {
        max-height: 400px;
    }

    .site-search-datablock {
        padding: 100px 20px;
        color: $white;
        font-family: $sans-serif;

        .site-search-title {
            font-family: $h3-font;
            font-size: $h3-font-size;
            line-height: $h3-line-height;
            color: $white;
            font-weight: $h3-weight;
        }

        .site-search-desc {
            font-size: $body-font-size;
            line-height: $body-line-height;
            margin: 10px 0 30px;
        }

        .site-search-data {
            max-width: 1100px;
            width: 100%;
            position: relative;
            margin: auto;

            .site-search-input {
                height: 60px;
                background: $white;
                border: 1px solid $d1;
                border-radius: 5px;
                padding: 5px 20px;
                width: 100%;
                outline: none;
                font-size: $body-font-size;
                font-family: $sans-serif;
                color: $white;
            }

            .site-search-button {
                position: absolute;
                right: 10px;
                font-size: 0;
                background: $white;
                border-radius: 100%;
                width: 50px;
                height: 50px;
                outline: none;
                top: 5px;
                border: none;
                line-height: 50px;
                color: black;
                font-weight: bold;

                &:before {
                    @include icon-fonts();
                    @include icon-code("\e905");
                    font-size: 25px;
                    color: $m1;
                }
            }
        }
    }
}

body.cms-user-logged {
    .site-search-block {
        top: 400px;
    }

    &.cms-page-is-in-preview-mode {
        .site-search-block {
            top: $search-window-top-position;
        }
    }
}

*/
.site-slider .slick-dots,
.site-display-list .slick-dots,
.site-display-wrapper.site-display-slideshow .slick-dots {
  bottom: initial !important;
}
.site-slider .slick-dots li button::before,
.site-display-list .slick-dots li button::before,
.site-display-wrapper.site-display-slideshow .slick-dots li button::before {
  content: "";
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
.site-slider .slick-dots li:not(.slick-active) button::before,
.site-display-list .slick-dots li:not(.slick-active) button::before,
.site-display-wrapper.site-display-slideshow .slick-dots li:not(.slick-active) button::before {
  border: 1px solid var(--primary-color);
  background: transparent;
}
.site-slider .slick-dots li.slick-active button::before,
.site-display-list .slick-dots li.slick-active button::before,
.site-display-wrapper.site-display-slideshow .slick-dots li.slick-active button::before {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
.site-slider .slick-arrow,
.site-display-list .slick-arrow,
.site-display-wrapper.site-display-slideshow .slick-arrow {
  width: 60px !important;
  height: 60px !important;
  padding: 0 !important;
}
@media (max-width: 599px) {
  .site-slider .slick-arrow,
  .site-display-list .slick-arrow,
  .site-display-wrapper.site-display-slideshow .slick-arrow {
    width: 50px !important;
    height: 50px !important;
  }
}
.site-slider .slick-arrow.slick-next, .site-slider .slick-arrow.slick-prev,
.site-display-list .slick-arrow.slick-next,
.site-display-list .slick-arrow.slick-prev,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-next,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev {
  font-size: 0px;
}
.site-slider .slick-arrow.slick-next:before, .site-slider .slick-arrow.slick-prev:before,
.site-display-list .slick-arrow.slick-next:before,
.site-display-list .slick-arrow.slick-prev:before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-next:before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  width: 60px;
  height: 60px;
  color: var(--quaternary-color) !important;
  background: var(--secondary-color) !important;
  border-radius: 5px;
  font-size: 25px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
@media (max-width: 599px) {
  .site-slider .slick-arrow.slick-next:before, .site-slider .slick-arrow.slick-prev:before,
  .site-display-list .slick-arrow.slick-next:before,
  .site-display-list .slick-arrow.slick-prev:before,
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next:before,
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev:before {
    width: 50px;
    height: 50px;
    font-size: 20px !important;
  }
}
.site-slider .slick-arrow.slick-next:hover::before, .site-slider .slick-arrow.slick-prev:hover::before,
.site-display-list .slick-arrow.slick-next:hover::before,
.site-display-list .slick-arrow.slick-prev:hover::before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-next:hover::before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev:hover::before {
  background: var(--primary-color) !important;
  color: #000000 !important;
}
.site-slider .slick-arrow.slick-next,
.site-display-list .slick-arrow.slick-next,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
  right: 0 !important;
}
@media (max-width: 599px) {
  .site-slider .slick-arrow.slick-next,
  .site-display-list .slick-arrow.slick-next,
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-next {
    right: 20px !important;
  }
}
.site-slider .slick-arrow.slick-next::before,
.site-display-list .slick-arrow.slick-next::before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-next::before {
  transform: rotate(0deg) !important;
}
.site-slider .slick-arrow.slick-prev,
.site-display-list .slick-arrow.slick-prev,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev {
  left: 0 !important;
}
@media (max-width: 599px) {
  .site-slider .slick-arrow.slick-prev,
  .site-display-list .slick-arrow.slick-prev,
  .site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev {
    left: 20px !important;
  }
}
.site-slider .slick-arrow.slick-prev::before,
.site-display-list .slick-arrow.slick-prev::before,
.site-display-wrapper.site-display-slideshow .slick-arrow.slick-prev::before {
  transform: rotate(180deg) !important;
}

.cms-feature-wrapper .cms-feature-datablock .custom-text-primary, .cms-feature-wrapper .cms-feature-title .custom-text-primary {
  color: var(--primary-color);
}
.cms-feature-wrapper .cms-feature-datablock .custom-text-secondary, .cms-feature-wrapper .cms-feature-title .custom-text-secondary {
  color: var(--secondary-color);
}
.cms-feature-wrapper .cms-feature-datablock .custom-text-tertiary, .cms-feature-wrapper .cms-feature-title .custom-text-tertiary {
  color: var(--tertiary-color);
}
.cms-feature-wrapper .cms-feature-datablock .custom-text-yellow, .cms-feature-wrapper .cms-feature-title .custom-text-yellow {
  color: var(--custom-color-4);
}
.cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .site-style-intro-text {
  color: var(--text-color);
  letter-spacing: 1px;
}
.cms-feature-wrapper .cms-feature-datablock .site-style-small, .cms-feature-wrapper .cms-feature-title .site-style-small {
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  font-weight: var(--small-font-weight);
  font-family: var(--small-font);
  color: var(--small-text-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-style-big, .cms-feature-wrapper .cms-feature-title .site-style-big {
  font-size: clamp(calc(var(--big-font-size-min) * 1px), calc(var(--big-font-size-min) * 1px + (100vw - 600px) * ((var(--big-font-size-max) - var(--big-font-size-min)) / (1920 - 600))), calc(var(--big-font-size-max) * 1px));
  font-weight: var(--big-font-weight);
  font-family: var(--big-font);
  color: var(--big-text-color);
}
.cms-feature-wrapper .cms-feature-datablock .site-copyright, .cms-feature-wrapper .cms-feature-datablock .site-ubiq-copyright-logo, .cms-feature-wrapper .cms-feature-title .site-copyright, .cms-feature-wrapper .cms-feature-title .site-ubiq-copyright-logo {
  display: inline-block !important;
  margin: 0 !important;
  vertical-align: middle;
}
.cms-feature-wrapper .cms-feature-datablock .site-copyright figure img, .cms-feature-wrapper .cms-feature-datablock .site-ubiq-copyright-logo figure img, .cms-feature-wrapper .cms-feature-title .site-copyright figure img, .cms-feature-wrapper .cms-feature-title .site-ubiq-copyright-logo figure img {
  width: 50px;
}
.cms-feature-wrapper .cms-feature-datablock .site-copyright figure a, .cms-feature-wrapper .cms-feature-datablock .site-ubiq-copyright-logo figure a, .cms-feature-wrapper .cms-feature-title .site-copyright figure a, .cms-feature-wrapper .cms-feature-title .site-ubiq-copyright-logo figure a {
  margin: 0 0 0 5px;
}
.cms-feature-wrapper .cms-feature-datablock .site-copyright a, .cms-feature-wrapper .cms-feature-datablock .site-ubiq-copyright-logo a, .cms-feature-wrapper .cms-feature-title .site-copyright a, .cms-feature-wrapper .cms-feature-title .site-ubiq-copyright-logo a {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock figure.site-img-full-mobile, .cms-feature-wrapper .cms-feature-title figure.site-img-full-mobile {
    width: 100% !important;
    display: block;
    vertical-align: middle;
  }
}

.custom-hero-gallery-wrapper {
  margin-bottom: 0px !important;
}
.custom-hero-gallery-wrapper .site-slide {
  aspect-ratio: 3/1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .custom-hero-gallery-wrapper .site-slide {
    aspect-ratio: 3/2;
  }
}

.custom-hero-static-bg {
  position: relative;
  background-color: var(--tertiary-color);
}
.custom-hero-static-bg .cms-lc-block-bg {
  position: absolute;
  inset: 0;
  background-color: var(--tertiary-color);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-hero-static-bg .cms-lc-block-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tertiary-color);
  opacity: 0.8;
  pointer-events: none;
}
.custom-hero-static-bg .cms-lcz-wrapper {
  position: relative;
  z-index: 1;
}
.custom-hero-static-bg {
  position: relative;
  isolation: isolate;
  max-height: 100vh;
}
.custom-hero-static-bg .cms-lc-block-bg {
  z-index: 0;
}
.custom-hero-static-bg .cms-lc-block-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(circle 50vw at 75vw 50%, color-mix(in srgb, var(--primary-color) 0%, transparent) 0%, color-mix(in srgb, var(--primary-color) 60%, transparent) 100%);
}
.custom-hero-static-bg .cms-lcz-wrapper {
  position: relative;
  z-index: 3;
}
.custom-hero-static-bg .feature-zone {
  margin-bottom: 0 !important;
}
.custom-hero-static-bg .custom-hero-static-bg-right-zone {
  align-self: flex-end;
}
.custom-hero-static-bg .cms-gallery-feature {
  margin-bottom: 0 !important;
}

.custom-bq-with-image {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
@media (max-width: 599px) {
  .custom-bq-with-image {
    display: table !important;
    overflow-x: visible !important;
    white-space: normal !important;
  }
}
.custom-bq-with-image tbody {
  display: block;
}
.custom-bq-with-image tr {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  grid-template-rows: auto auto;
  width: 100%;
}
@media (max-width: 599px) {
  .custom-bq-with-image tr {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.custom-bq-with-image td {
  padding: 0;
  border: 0;
}
.custom-bq-with-image .custom-bq-image-cell {
  position: relative;
  grid-column: 1;
  grid-row: 1/3;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .custom-bq-with-image .custom-bq-image-cell {
    grid-column: 1;
    grid-row: 1;
    height: clamp(220px, 52vw, 320px);
  }
}
.custom-bq-with-image .custom-bq-image-cell figure {
  position: absolute !important;
  inset: 0;
  margin: 0;
  display: block !important;
}
.custom-bq-with-image .custom-bq-image-cell img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: 50% 50%;
}
.custom-bq-with-image .custom-bq-quote-cell {
  grid-column: 2;
  grid-row: 1;
  border: 1px solid var(--primary-color);
  border-radius: 0 10px 0 0;
  margin-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    margin-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    margin-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    margin-top: var(--space-dt-m);
  }
}
.custom-bq-with-image .custom-bq-quote-cell {
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-top: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-top: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-top: var(--space-dt-l);
  }
}
.custom-bq-with-image .custom-bq-quote-cell {
  padding-bottom: var(--space-mb-s);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-bottom: var(--space-tb-s);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-bottom: var(--space-lp-s);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-bottom: var(--space-dt-s);
  }
}
.custom-bq-with-image .custom-bq-quote-cell {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-left: var(--space-dt-l);
  }
}
.custom-bq-with-image .custom-bq-quote-cell {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    padding-right: var(--space-dt-l);
  }
}
@media (max-width: 599px) {
  .custom-bq-with-image .custom-bq-quote-cell {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0;
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  grid-column: 2;
  grid-row: 2;
  margin-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    margin-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    margin-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    margin-bottom: var(--space-dt-m);
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-top: var(--space-dt-m);
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-left: var(--space-dt-l);
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    padding-right: var(--space-dt-l);
  }
}
.custom-bq-with-image .custom-bq-cite-cell {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 0 0 10px 0;
}
@media (max-width: 599px) {
  .custom-bq-with-image .custom-bq-cite-cell {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 0 0 10px 10px;
  }
}

.custom-bq {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.custom-bq td {
  border: 0;
}
.custom-bq .custom-bq-quote-cell {
  border: 1px solid var(--primary-color);
  border-radius: 10px 10px 0 0;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-quote-cell {
    padding-top: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-quote-cell {
    padding-top: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-quote-cell {
    padding-top: var(--space-dt-l);
  }
}
.custom-bq .custom-bq-quote-cell {
  padding-bottom: var(--space-mb-s);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-quote-cell {
    padding-bottom: var(--space-tb-s);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-quote-cell {
    padding-bottom: var(--space-lp-s);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-quote-cell {
    padding-bottom: var(--space-dt-s);
  }
}
.custom-bq .custom-bq-quote-cell {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-quote-cell {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-quote-cell {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-quote-cell {
    padding-left: var(--space-dt-l);
  }
}
.custom-bq .custom-bq-quote-cell {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-quote-cell {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-quote-cell {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-quote-cell {
    padding-right: var(--space-dt-l);
  }
}
.custom-bq .custom-bq-cite-cell {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-cite-cell {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-cite-cell {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-cite-cell {
    padding-top: var(--space-dt-m);
  }
}
.custom-bq .custom-bq-cite-cell {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-cite-cell {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-cite-cell {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-cite-cell {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-bq .custom-bq-cite-cell {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-cite-cell {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-cite-cell {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-cite-cell {
    padding-left: var(--space-dt-l);
  }
}
.custom-bq .custom-bq-cite-cell {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-bq .custom-bq-cite-cell {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-bq .custom-bq-cite-cell {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-bq .custom-bq-cite-cell {
    padding-right: var(--space-dt-l);
  }
}

.custom-media-slider-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-media-slider-wrapper {
  --cms-media-gap: 20px;
  --cms-media-portrait-width: 220px;
  --cms-media-landscape-width: 520px;
  --cms-media-peek: 56px;
  --cms-media-peek-left: 45px;
  --cms-media-track-height: calc(var(--cms-media-portrait-width) * 4 / 3);
  --cms-media-transition: 500ms ease;
  --cms-media-arrow-size: 60px;
  --cms-media-controls-gap: 10px;
  background: var(--custom-color-6);
  margin-bottom: 0px !important;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-media-slider-wrapper {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-media-slider-wrapper {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-media-slider-wrapper {
    padding-top: var(--space-dt-m);
  }
}
.custom-media-slider-wrapper {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-media-slider-wrapper {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-media-slider-wrapper {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-media-slider-wrapper {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 899px) {
  .custom-media-slider-wrapper {
    --cms-media-portrait-width: 180px;
    --cms-media-landscape-width: 400px;
    --cms-media-peek: 48px;
    --cms-media-track-height: calc(var(--cms-media-portrait-width) * 4 / 3);
  }
}
@media (max-width: 599px) {
  .custom-media-slider-wrapper {
    --cms-media-peek: 0px;
    --cms-media-peek-left: 0px;
    --cms-media-track-height: calc(100cqw * 9 / 16);
  }
  .custom-media-slider-wrapper .custom-media-slider-viewport {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.custom-media-slider-wrapper .cms-feature-title {
  margin-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-media-slider-wrapper .cms-feature-title {
    margin-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-media-slider-wrapper .cms-feature-title {
    margin-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-media-slider-wrapper .cms-feature-title {
    margin-left: var(--space-dt-l);
  }
}
.custom-media-slider-wrapper .cms-feature-title {
  font-family: var(--h1-font);
  font-size: clamp(calc(var(--h1-font-size-min) * 1px), calc(var(--h1-font-size-min) * 1px + (100vw - 600px) * ((var(--h1-font-size-max) - var(--h1-font-size-min)) / (1920 - 600))), calc(var(--h1-font-size-max) * 1px));
  line-height: var(--h1-line-height);
  color: var(--h1-color);
  font-weight: var(--h1-font-weight);
  color: #ffffff;
  font-size: clamp(calc(var(--h3-font-size-min) * 1px), calc(var(--h3-font-size-min) * 1px + (100vw - 600px) * ((var(--h3-font-size-max) - var(--h3-font-size-min)) / (1920 - 600))), calc(var(--h3-font-size-max) * 1px));
  position: absolute;
  display: inline-block;
  max-width: calc(100% - 200px);
}
@media (max-width: 399px) {
  .custom-media-slider-wrapper .cms-feature-title {
    position: relative;
    max-width: 100%;
  }
}
.custom-media-slider-wrapper .custom-media-slider {
  position: relative;
  width: 100%;
}
.custom-media-slider-wrapper .custom-media-slider-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--cms-media-controls-gap);
  margin-bottom: 20px;
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-media-slider-wrapper .custom-media-slider-controls {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-media-slider-wrapper .custom-media-slider-controls {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-media-slider-wrapper .custom-media-slider-controls {
    padding-right: var(--space-dt-l);
  }
}
.custom-media-slider-wrapper .custom-media-slider-controls.is-hidden {
  display: none;
}
.custom-media-slider-wrapper .custom-media-slider-arrow {
  width: var(--cms-media-arrow-size);
  height: var(--cms-media-arrow-size);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 0;
}
.custom-media-slider-wrapper .custom-media-slider-arrow::before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c" !important;
  width: var(--cms-media-arrow-size);
  height: var(--cms-media-arrow-size);
  color: var(--quaternary-color);
  background: var(--secondary-color);
  border-radius: 5px;
  font-size: 25px;
  line-height: var(--cms-media-arrow-size);
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-media-slider-wrapper .custom-media-slider-arrow:hover:not(:disabled)::before, .custom-media-slider-wrapper .custom-media-slider-arrow:focus-visible:not(:disabled)::before {
  background: var(--primary-color);
  color: #000000;
}
.custom-media-slider-wrapper .custom-media-slider-arrow:disabled, .custom-media-slider-wrapper .custom-media-slider-arrow.is-disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
.custom-media-slider-wrapper .custom-media-slider-arrow--next::before {
  transform: rotate(0deg);
}
.custom-media-slider-wrapper .custom-media-slider-arrow--prev::before {
  transform: rotate(180deg);
}
.custom-media-slider-wrapper .custom-media-slider-viewport {
  overflow: hidden;
  width: 100%;
  height: var(--cms-media-track-height);
  touch-action: pan-y pinch-zoom;
  container-type: inline-size;
  container-name: cms-media-viewport;
}
.custom-media-slider-wrapper .custom-media-slider-track {
  display: flex;
  align-items: stretch;
  gap: var(--cms-media-gap);
  will-change: transform;
  margin-left: var(--cms-media-peek-left);
}
.custom-media-slider-wrapper .site-slide {
  flex: 0 0 auto;
  width: var(--cms-media-portrait-width);
  transition: width var(--cms-media-transition);
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-media-slider-wrapper .site-slide.is-current {
  width: var(--cms-media-landscape-width);
}
.custom-media-slider-wrapper .site-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
.custom-media-slider-wrapper .site-slider-image-block {
  width: 100%;
  height: var(--cms-media-track-height);
  overflow: hidden;
  border-radius: 10px;
}
.custom-media-slider-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.custom-media-slider-wrapper.is-custom-media-slider-busy .custom-media-slider-arrow:not(:disabled) {
  pointer-events: none;
}
.custom-media-slider-wrapper.is-custom-media-slider-animating .custom-media-slider-track,
.custom-media-slider-wrapper.is-custom-media-slider-animating .site-slide, .custom-media-slider-wrapper.is-custom-media-slider-snapping .custom-media-slider-track,
.custom-media-slider-wrapper.is-custom-media-slider-snapping .site-slide {
  transition: none !important;
}
.custom-media-slider-wrapper .site-slide.is-media-clone {
  pointer-events: none;
}
@media (max-width: 599px) {
  .custom-media-slider-wrapper .site-slide,
  .custom-media-slider-wrapper .site-slide.is-current {
    width: 100cqw;
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-media-slider-wrapper .site-slide {
    transition: none;
  }
}

body.cms-page-is-in-edit-mode .custom-media-slider-wrapper {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .cms-feature-title {
  position: relative !important;
  max-width: 100% !important;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-controls {
  display: none !important;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-viewport {
  overflow: visible;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  justify-content: center;
  gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track,
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper {
    gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track,
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper {
    gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track,
  body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper {
    gap: var(--space-dt-m);
  }
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto;
  transform: none !important;
  height: auto;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track .slick-list,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider-track .slick-track,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper .slick-list,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .custom-media-slider .site-slick-wrapper .slick-track {
  display: contents !important;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slide,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slide.is-current {
  width: 100% !important;
  max-width: 520px;
  justify-self: center;
  transition: none !important;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slide.is-media-clone {
  display: none !important;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slide-link,
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slider-image-block {
  width: 100% !important;
  max-width: 520px;
}
body.cms-page-is-in-edit-mode .custom-media-slider-wrapper .site-slider-image-block {
  height: auto;
  aspect-ratio: 16/9;
}

.custom-slider-square-wrapper .site-slider .site-slick-wrapper,
.custom-slider-portrait-wrapper .site-slider .site-slick-wrapper,
.custom-slider-landscape-wrapper .site-slider .site-slick-wrapper,
.custom-continue-reading-wrapper .site-slider .site-slick-wrapper,
.custom-continue-reading-slider-wrapper .site-slider .site-slick-wrapper,
.custom-continue-reading-4-column-wrapper .site-slider .site-slick-wrapper,
.custom-continue-reading-4-column-slider-wrapper .site-slider .site-slick-wrapper,
.custom-display-slider-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-slider-square-wrapper,
.custom-slider-portrait-wrapper,
.custom-slider-landscape-wrapper,
.custom-continue-reading-wrapper,
.custom-continue-reading-slider-wrapper,
.custom-continue-reading-4-column-wrapper,
.custom-continue-reading-4-column-slider-wrapper,
.custom-display-slider-wrapper {
  --slide-gutter: 13px;
  --custom-slider-marquee-duration: 40s;
}
.custom-slider-square-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-slider-portrait-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-slider-landscape-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-continue-reading-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-continue-reading-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list,
.custom-display-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-list {
  overflow: hidden;
}
.custom-slider-square-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-slider-portrait-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-slider-landscape-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-continue-reading-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-continue-reading-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-continue-reading-4-column-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-continue-reading-4-column-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track,
.custom-display-slider-wrapper.is-custom-slider-marquee-mode .site-slick-wrapper .slick-track {
  transition-timing-function: linear !important;
}
.custom-slider-square-wrapper .site-slick-wrapper .slick-list,
.custom-slider-portrait-wrapper .site-slick-wrapper .slick-list,
.custom-slider-landscape-wrapper .site-slick-wrapper .slick-list,
.custom-continue-reading-wrapper .site-slick-wrapper .slick-list,
.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-list,
.custom-display-slider-wrapper .site-slick-wrapper .slick-list {
  margin-left: calc(var(--slide-gutter) * 1);
  margin-right: calc(var(--slide-gutter) * 1);
}
.custom-slider-square-wrapper .site-slick-wrapper .slick-slide,
.custom-slider-portrait-wrapper .site-slick-wrapper .slick-slide,
.custom-slider-landscape-wrapper .site-slick-wrapper .slick-slide,
.custom-continue-reading-wrapper .site-slick-wrapper .slick-slide,
.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-slide,
.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-slide,
.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-slide,
.custom-display-slider-wrapper .site-slick-wrapper .slick-slide {
  padding-left: var(--slide-gutter);
  padding-right: var(--slide-gutter);
}
.custom-slider-square-wrapper .site-slide-link,
.custom-slider-portrait-wrapper .site-slide-link,
.custom-slider-landscape-wrapper .site-slide-link,
.custom-continue-reading-wrapper .site-slide-link,
.custom-continue-reading-slider-wrapper .site-slide-link,
.custom-continue-reading-4-column-wrapper .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper .site-slide-link,
.custom-display-slider-wrapper .site-slide-link {
  display: block;
}
.custom-slider-square-wrapper .site-slider-image-block,
.custom-slider-portrait-wrapper .site-slider-image-block,
.custom-slider-landscape-wrapper .site-slider-image-block,
.custom-continue-reading-wrapper .site-slider-image-block,
.custom-continue-reading-slider-wrapper .site-slider-image-block,
.custom-continue-reading-4-column-wrapper .site-slider-image-block,
.custom-continue-reading-4-column-slider-wrapper .site-slider-image-block,
.custom-display-slider-wrapper .site-slider-image-block {
  width: 100%;
  overflow: hidden;
}
.custom-slider-square-wrapper .site-slider-image-block .site-slider-image,
.custom-slider-portrait-wrapper .site-slider-image-block .site-slider-image,
.custom-slider-landscape-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-slider-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-4-column-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .site-slider-image-block .site-slider-image,
.custom-display-slider-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list.slick-slider {
  position: relative;
  padding-top: calc(60px + 20px);
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper:has(.custom-arrows) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows-floating .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-square-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list.slick-slider,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper.slick-slider,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-display-list.slick-slider {
  position: relative;
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper:has(.custom-arrows) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow {
  bottom: auto !important;
  transform: none !important;
  z-index: 2;
}
@media (max-width: 599px) {
  .custom-slider-square-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper:has(.custom-arrows) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow {
    width: 60px !important;
    height: 60px !important;
  }
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next, .custom-slider-square-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-square-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-next,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-next {
  right: calc(var(--slide-gutter) * 2) !important;
  left: auto !important;
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev, .custom-slider-square-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-square-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper:has(.custom-arrows) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper:has(.custom-arrows) .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper .site-display-list .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-slick-wrapper .slick-arrow.slick-prev,
.custom-display-slider-wrapper.custom-display-slider-wrapper .site-display-list .slick-arrow.slick-prev {
  right: calc(var(--slide-gutter) * 2 + 60px + 10px) !important;
  left: auto !important;
}
.custom-slider-square-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows):not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-continue-reading-4-column-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-display-slider-wrapper:not(:has(.custom-arrows-floating)) .site-display-list .slick-arrow {
  top: 0 !important;
}
.custom-slider-square-wrapper.custom-arrows-floating, .custom-slider-square-wrapper.custom-arrows-floating-wrapper, .custom-slider-square-wrapper:has(.custom-arrows-floating), .custom-slider-square-wrapper.is-custom-slider-arrows-floating, .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating,
.custom-slider-portrait-wrapper.custom-arrows-floating,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating),
.custom-slider-portrait-wrapper.is-custom-slider-arrows-floating,
.custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating,
.custom-slider-landscape-wrapper.custom-arrows-floating,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating),
.custom-slider-landscape-wrapper.is-custom-slider-arrows-floating,
.custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating,
.custom-continue-reading-wrapper.custom-arrows-floating,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper,
.custom-continue-reading-wrapper:has(.custom-arrows-floating),
.custom-continue-reading-wrapper.is-custom-slider-arrows-floating,
.custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating,
.custom-continue-reading-slider-wrapper.custom-arrows-floating,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating),
.custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating,
.custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating),
.custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating,
.custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating),
.custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating,
.custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating,
.custom-display-slider-wrapper.custom-arrows-floating,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper,
.custom-display-slider-wrapper:has(.custom-arrows-floating),
.custom-display-slider-wrapper.is-custom-slider-arrows-floating,
.custom-display-slider-wrapper.is-custom-card-slider-arrows-floating {
  overflow: visible;
}
.custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow, .custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
.custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
.custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
.custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow {
  top: calc(-60px - 20px) !important;
}
@media (max-width: 699px) {
  .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-square-wrapper.custom-arrows-floating .site-display-list.slick-slider, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider, .custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider, .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider,
  .custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-display-slider-wrapper.custom-arrows-floating .site-display-list.slick-slider,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper.slick-slider,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list.slick-slider,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper.slick-slider,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list.slick-slider,
  .custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-display-list.slick-slider,
  .custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper.slick-slider,
  .custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list.slick-slider {
    padding-top: calc(60px + 20px);
  }
  .custom-slider-square-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow, .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow, .custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow, .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-square-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-portrait-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-slider-landscape-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-continue-reading-4-column-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.custom-arrows-floating-wrapper .site-display-list .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper:has(.custom-arrows-floating) .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.is-custom-slider-arrows-floating .site-display-list .slick-arrow,
  .custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-slick-wrapper .slick-arrow,
  .custom-display-slider-wrapper.is-custom-card-slider-arrows-floating .site-display-list .slick-arrow {
    top: 0 !important;
  }
}

.custom-slider-square-wrapper .site-slider-image-block {
  aspect-ratio: 1/1;
}

.custom-slider-portrait-wrapper .site-slider-image-block {
  aspect-ratio: 3/4;
}

.custom-slider-landscape-wrapper .site-slider-image-block {
  aspect-ratio: 16/9;
}

.custom-slider-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform, opacity;
}

.custom-slider-cursor.is-visible {
  opacity: 1;
}

.custom-slider-cursor-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
  color: var(--quaternary-color);
}

@media (pointer: fine) {
  .custom-attributes-of-brilliance-wrapper .site-slick-wrapper,
  .custom-team-slider-wrapper .site-slick-wrapper {
    cursor: none;
  }
}
.custom-attributes-of-brilliance-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-attributes-of-brilliance-wrapper {
  --slide-gutter: 13px;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slick-wrapper {
  counter-reset: attributesSlide;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: calc(var(--slide-gutter) * 1);
  margin-right: calc(var(--slide-gutter) * 1);
  overflow: visible;
  touch-action: pan-y;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide {
  position: relative;
  padding-left: var(--slide-gutter);
  padding-right: var(--slide-gutter);
  counter-increment: attributesSlide;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide::before {
  content: counter(attributesSlide);
  position: absolute;
  top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide::before {
    top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide::before {
    top: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide::before {
    top: var(--space-dt-l);
  }
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .slick-slide::before {
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  z-index: 4;
  pointer-events: none;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slide-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  cursor: none;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slide-link:hover .site-slider-image, .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slide-link:focus .site-slider-image, .custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slider-image-block {
  position: relative;
  aspect-ratio: 381/572;
  border-radius: 10px;
  overflow: hidden;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slider-image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 14, 25, 0.78) 0%, rgba(10, 14, 25, 0.52) 32%, rgba(10, 14, 25, 0.2) 55%, rgba(10, 14, 25, 0) 78%);
  z-index: 1;
}
.custom-attributes-of-brilliance-wrapper .custom-attributes-of-brilliance .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption {
  z-index: 2;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-bottom: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-bottom: var(--space-dt-l);
  }
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-left: var(--space-dt-l);
  }
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-attributes-of-brilliance-wrapper .site-slider-caption {
    padding-right: var(--space-dt-l);
  }
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption .site-container {
  padding: 0;
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
  text-align: center !important;
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption p {
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-attributes-of-brilliance-wrapper .site-slider-caption h5 {
  margin-bottom: 0;
}

.custom-more-than-a-student {
  position: relative;
  background-color: var(--primary-color);
}
.custom-more-than-a-student .cms-lc-block-bg {
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-more-than-a-student .cms-lc-block-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  opacity: 0.8;
  pointer-events: none;
}
.custom-more-than-a-student .cms-lcz-wrapper {
  position: relative;
  z-index: 1;
}
.custom-more-than-a-student {
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .custom-more-than-a-student {
    height: auto;
    overflow: hidden;
  }
}
.custom-more-than-a-student .cms-lc-block-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--more-than-student-hover-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.custom-more-than-a-student.has-hover-bg .cms-lc-block-bg::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .custom-more-than-a-student .custom-more-than-a-student-zone2 {
    height: 100vh;
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper {
  --more-than-student-marquee-duration: 60s;
  --more-than-student-slide-gap: 25px;
  --more-than-student-slide-width: 279px;
  --more-than-student-marquee-band-height: calc((var(--more-than-student-slide-width) * (419 / 279) * 2) + var(--dynamic-spacing-m, 20px));
  transform: none;
  transform-origin: center center;
  height: 100%;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slide {
  width: 100%;
  max-width: var(--more-than-student-slide-width);
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slide-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-width: var(--more-than-student-slide-width);
  user-select: none;
  -webkit-user-select: none;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-image-block {
  position: relative;
  width: 100%;
  max-width: var(--more-than-student-slide-width);
  aspect-ratio: 279/419;
  border-radius: 10px;
  overflow: hidden;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 14, 25, 0.78) 0%, rgba(10, 14, 25, 0.52) 32%, rgba(10, 14, 25, 0.2) 55%, rgba(10, 14, 25, 0) 78%);
  z-index: 1;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
  -webkit-user-drag: none;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
  z-index: 2;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-dt-l);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-dt-l);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-dt-l);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption .site-container {
  padding: 0;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
  text-align: center !important;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption p {
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper .site-slider-caption h5 {
  margin-bottom: 0;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical {
  transform: translateY(-20px) rotate(3deg);
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-gallery,
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .site-slick-wrapper {
  height: 100%;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-columns {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  column-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-columns {
    column-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-columns {
    column-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-columns {
    column-gap: var(--space-dt-m);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-columns {
  height: 100%;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-column {
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
  display: grid;
  row-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
    row-gap: var(--space-dt-m);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
  animation: custom-more-than-a-student-marquee-up var(--more-than-student-marquee-duration) linear infinite;
  will-change: transform;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track-right {
  animation-name: custom-more-than-a-student-marquee-down;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-column:has(.site-slide:hover) .custom-more-than-a-student-track {
  animation-play-state: paused;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal {
  height: var(--more-than-student-marquee-band-height);
  transform: rotate(2deg);
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-gallery,
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .site-slick-wrapper {
  height: 100%;
  width: 100%;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-rows {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-rows {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-rows {
    row-gap: var(--space-dt-m);
  }
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-row {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-track-set {
  display: flex;
  flex: 0 0 auto;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-track-set .site-slide {
  flex: 0 0 auto;
  width: var(--more-than-student-slide-width);
  margin-right: var(--more-than-student-slide-gap);
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-row--top .custom-more-than-a-student-track {
  animation: custom-more-than-a-student-marquee-left var(--more-than-student-marquee-duration) linear infinite;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-row--bottom .custom-more-than-a-student-track {
  animation: custom-more-than-a-student-marquee-right var(--more-than-student-marquee-duration) linear infinite;
}
.custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-row:has(.site-slide:hover) .custom-more-than-a-student-track {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal {
    --more-than-student-slide-width: 220px;
  }
}

@keyframes custom-more-than-a-student-marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes custom-more-than-a-student-marquee-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes custom-more-than-a-student-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes custom-more-than-a-student-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical .custom-more-than-a-student-track {
    animation: none !important;
    transform: translateY(0) !important;
  }
  .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal .custom-more-than-a-student-track {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
body.cms-page-is-in-edit-mode .custom-more-than-a-student {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-vertical,
body.cms-page-is-in-edit-mode .custom-more-than-a-student .custom-more-than-a-student-gallery-wrapper.is-more-than-a-student-marquee-horizontal {
  transform: translateY(40px) rotate(0deg);
  height: 90vh;
  overflow: visible;
}

.custom-continue-reading-wrapper {
  --slide-gutter: 13px;
  --continue-reading-slide-max-width: 380px;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-image-block {
  width: 100%;
  aspect-ratio: 380/255;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  flex: 1 1 auto;
  background: var(--custom-color-6) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption {
    padding: var(--space-dt-m);
  }
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  padding: 0;
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text, .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text {
  color: var(--secondary-color);
}
.custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  font-size: 16px;
  color: var(--shade-color-2) !important;
}
@media (min-width: 1200px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    display: grid !important;
    align-items: stretch;
    column-gap: var(--space-mb-m);
    row-gap: var(--space-mb-m);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    column-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    column-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    column-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper {
    row-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .site-slide,
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper .slick-slide {
    width: auto !important;
    height: auto;
    display: flex !important;
    align-self: stretch;
  }
}
@media (max-width: 1199px) {
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider {
    display: block !important;
    position: relative;
    padding-top: calc(60px + 20px);
  }
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider .slick-list {
    margin-left: calc(var(--slide-gutter) * 1);
    margin-right: calc(var(--slide-gutter) * 1);
    overflow: hidden;
  }
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    align-items: flex-start;
    padding-left: var(--slide-gutter);
    padding-right: var(--slide-gutter);
  }
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider .slick-slide .site-slide-link {
    max-width: var(--continue-reading-slide-max-width);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    flex: 0 0 auto;
  }
  .custom-continue-reading-wrapper .custom-continue-reading .site-slick-wrapper.slick-slider .slick-slide .site-slider-caption {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .custom-continue-reading-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading.site-slider .site-slick-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.custom-continue-reading-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading.site-slider .site-slick-wrapper.slick-slider {
  display: block !important;
}
.custom-continue-reading-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading.site-slider .site-slick-wrapper .site-slide .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
}
.custom-continue-reading-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  background: var(--custom-color-6) !important;
  flex: 1 1 auto;
}

.custom-continue-reading-4-column-wrapper {
  --slide-gutter: 13px;
  --continue-reading-slide-max-width: 380px;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-image-block {
  width: 100%;
  aspect-ratio: 380/255;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  flex: 1 1 auto;
  background: var(--custom-color-6) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption {
    padding: var(--space-dt-m);
  }
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  padding: 0;
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text, .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text {
  color: var(--secondary-color);
}
.custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  font-size: 16px;
  color: var(--shade-color-2) !important;
}
@media (min-width: 1200px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    display: grid !important;
    align-items: stretch;
    column-gap: var(--space-mb-m);
    row-gap: var(--space-mb-m);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    column-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    column-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    column-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper {
    row-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .site-slide,
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper .slick-slide {
    width: auto !important;
    height: auto;
    display: flex !important;
    align-self: stretch;
  }
}
@media (max-width: 1199px) {
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider {
    display: block !important;
    position: relative;
    padding-top: calc(60px + 20px);
  }
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider .slick-list {
    margin-left: calc(var(--slide-gutter) * 1);
    margin-right: calc(var(--slide-gutter) * 1);
    overflow: hidden;
  }
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider .slick-slide {
    height: auto !important;
    display: flex !important;
    align-items: flex-start;
    padding-left: var(--slide-gutter);
    padding-right: var(--slide-gutter);
  }
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider .slick-slide .site-slide-link {
    max-width: var(--continue-reading-slide-max-width);
    margin-left: auto;
    margin-right: auto;
    height: auto;
    flex: 0 0 auto;
  }
  .custom-continue-reading-4-column-wrapper .custom-continue-reading-4-column .site-slick-wrapper.slick-slider .slick-slide .site-slider-caption {
    flex: 0 0 auto;
  }
}
@media (min-width: 1200px) {
  .custom-continue-reading-4-column-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column.site-slider .site-slick-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.custom-continue-reading-4-column-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column.site-slider .site-slick-wrapper.slick-slider {
  display: block !important;
}
.custom-continue-reading-4-column-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column.site-slider .site-slick-wrapper .site-slide .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
}
.custom-continue-reading-4-column-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  background: var(--custom-color-6) !important;
  flex: 1 1 auto;
}

.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .slick-list,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .slick-list,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .slick-list {
  margin-left: calc(var(--slide-gutter) * 1);
  margin-right: calc(var(--slide-gutter) * 1);
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper.slick-slider .slick-track,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper.slick-slider .slick-track,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper.slick-slider .slick-track,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper.slick-slider .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper.slick-slider .slick-slide,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper.slick-slider .slick-slide,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper.slick-slider .slick-slide,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper.slick-slider .slick-slide {
  height: auto !important;
  display: flex !important;
  padding-left: var(--slide-gutter);
  padding-right: var(--slide-gutter);
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link .site-slider-image,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide > .site-slide-link:focus-visible .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:hover .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:focus .site-slider-image,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-image-block,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-image-block,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-image-block,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-image-block {
  width: 100%;
  aspect-ratio: 380/255;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-image-block .site-slider-image,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  flex: 1 1 auto;
  background: var(--custom-color-6) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption,
  .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption {
    padding: var(--space-dt-m);
  }
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container {
  width: 100%;
  max-width: none;
  padding: 0;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  padding: 0;
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text, .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h1,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h2,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h3,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h4,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h5,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data h6,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data .site-style-intro-text {
  color: var(--secondary-color);
}
.custom-continue-reading-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data,
.custom-continue-reading-4-column-slider-wrapper .custom-continue-reading-4-column-slider .site-slick-wrapper .site-slider-caption .site-slider-caption-block .site-container .site-slider-capton-data {
  font-size: 16px;
  color: var(--shade-color-2) !important;
}
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper,
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper {
  display: block !important;
}
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link,
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link {
  display: flex !important;
  flex-direction: column;
  flex: 1 1 auto;
}
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption,
.custom-continue-reading-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption,
.custom-continue-reading-4-column-slider-wrapper.cms-gallery-feature .cms-feature-datablock.custom-continue-reading-4-column-slider.site-slider .site-slick-wrapper .site-slide .site-slide-link .site-slider-caption {
  position: relative !important;
  inset: auto !important;
  background: var(--custom-color-6) !important;
  flex: 1 1 auto;
}

.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced {
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .cms-text-feature-data {
  overflow: visible !important;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout {
  --tabbed-quote-transition-duration: .22s;
  position: relative;
  min-height: 600px;
  border-radius: 12px;
  overflow: visible;
  isolation: isolate;
  color: #ffffff;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: var(--tabbed-quote-image-cutout-bg, none);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .is-tabbed-quote-source-hidden {
  display: none !important;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-enhanced {
  position: relative;
  min-height: inherit;
  overflow: visible !important;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-media {
  display: none;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-panel {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 360px;
  transform: translateX(clamp(-80px, -6vw, -30px));
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card {
  position: relative;
  width: min(50%, 640px);
  min-width: 380px;
  background: #ffffff;
  color: var(--primary-color);
  padding: 42px 38px 66px;
  border-radius: 10px;
  transform: rotate(-3deg);
  transform-origin: top right;
  transition: opacity var(--tabbed-quote-transition-duration) ease, transform var(--tabbed-quote-transition-duration) ease;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card.is-leaving {
  opacity: 0;
  transform: rotate(-3deg) translateY(-8px);
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card.is-entering {
  opacity: 0;
  transform: rotate(-3deg) translateY(8px);
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h1, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h2, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h3, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h4, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h5, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card h6, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card .site-style-intro-text, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card .site-style-intro-text {
  margin-bottom: 0;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card > *:first-child {
  margin-top: 0;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card > *:last-child {
  margin-bottom: 0;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: var(--custom-color-5);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  text-align: center;
  white-space: nowrap;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation p, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation span, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation a, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation strong {
  color: inherit;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation > *:first-child {
  margin-top: 0;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation > *:last-child {
  margin-bottom: 0;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 3;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-mb-2xs);
}
@media (min-width: 600px) {
  .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
    gap: var(--space-tb-2xs);
  }
}
@media (min-width: 1000px) {
  .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
    gap: var(--space-lp-2xs);
  }
}
@media (min-width: 1440px) {
  .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
    gap: var(--space-dt-2xs);
  }
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
  padding: 14px;
  border-radius: 12px;
  background-color: rgba(var(--primary-color), 0.32);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  isolation: isolate;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--primary-color);
  opacity: 0.5;
  pointer-events: none;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tab {
  border: 2px solid var(--secondary-color);
  background: transparent;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tab:hover, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tab:focus-visible, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tab.is-active {
  background: var(--secondary-color);
  color: var(--quaternary-color);
  border-color: var(--secondary-color);
  outline: none;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout {
  min-height: 0;
  padding: 0 0 24px;
  overflow: visible;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout::before {
  background-image: none;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-media {
  display: block;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-panel {
  min-height: 0;
  padding: 0 16px;
  transform: none;
}
@media (max-width: 899px) {
  .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-panel {
    padding: 0px;
  }
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card {
  width: 100%;
  min-width: 0;
  transform: none;
  padding: 26px 20px 58px;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card.is-leaving, .custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-quote-card.is-entering {
  transform: translateY(6px);
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-citation {
  white-space: normal;
  width: calc(100% - 32px);
  max-width: 380px;
}
.custom-tabbed-quote-image-cutout-wrapper.is-tabbed-quote-mobile.is-tabbed-quote-image-cutout-enhanced .custom-tabbed-quote-image-cutout-tabs {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin: 22px 16px 0;
}

.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced {
  max-width: 1280px !important;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .cms-text-feature-data {
  overflow: visible !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links {
  position: relative;
  min-height: 600px;
  border-radius: 12px;
  overflow: visible;
  isolation: isolate;
  color: #ffffff;
  text-align: center;
  padding: 96px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0) 65%), var(--cta-cutout-image-links-bg, none);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .is-cta-cutout-source-hidden {
  display: none !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center !important;
  background: transparent;
  border: 0;
  transform: translateY(50px);
  margin-bottom: 20px;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tbody, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tr, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table td {
  background: transparent !important;
  border: 0;
  text-align: center !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table td {
  padding: 8px 0;
  border: none !important;
  color: #ffffff !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h1, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h2, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h3, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h4, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h5, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h6, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .site-style-intro-text, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .site-style-intro-text {
  color: #ffffff;
  margin-bottom: 0;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav {
  position: absolute;
  width: max-content;
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
  z-index: 3;
  transform: translateX(-50%) translateY(50%);
  padding: 14px;
  border-radius: 12px;
  background-color: rgba(var(--primary-color), 0.32);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  isolation: isolate;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: var(--primary-color);
  opacity: 0.5;
  pointer-events: none;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-mb-2xs);
}
@media (min-width: 600px) {
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
    gap: var(--space-tb-2xs);
  }
}
@media (min-width: 1000px) {
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
    gap: var(--space-lp-2xs);
  }
}
@media (min-width: 1440px) {
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
    gap: var(--space-dt-2xs);
  }
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav li {
  margin: 0 !important;
  padding: 0 !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav li:before {
  content: none !important;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a {
  display: inline-block;
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: var(--quaternary-color);
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:hover, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:focus-visible {
  background: transparent;
  color: #ffffff;
  border-color: var(--secondary-color);
  outline: none;
}
.is-landing-page .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:hover, .is-landing-page .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:focus-visible {
  color: #ffffff !important;
}
@media (max-width: 1023px) {
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links {
    min-height: 0;
    padding: 0 0 24px;
    overflow: hidden;
    color: var(--primary-color);
    justify-content: flex-start;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links::before {
    background-image: none;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced figure.image.is-cta-cutout-source-hidden {
    display: block !important;
    width: 100%;
    margin: 0;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced figure.image.is-cta-cutout-source-hidden img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px 12px 0 0;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0;
    padding: 24px 20px 0;
    transform: none;
    table-layout: fixed;
    border-radius: 5px;
    background: var(--primary-color) !important;
    text-shadow: 0 0 0 !important;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table td {
    padding: 20px !important;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tr:first-child td {
    padding-bottom: 0 !important;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
    margin: 20px 16px 0;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    isolation: auto;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav::before {
    content: none;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:hover, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a:focus-visible {
    color: var(--quaternary-color);
  }
}
@media (max-width: 599px) {
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table {
    padding: 20px 16px 0;
    white-space: normal !important;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tbody, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table thead, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tfoot, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table tr, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table th, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table td {
    white-space: normal !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h1, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h2, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h3, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h4, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h5, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table h6, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .site-style-intro-text, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table .site-style-intro-text,
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table p, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table span, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table a, .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced table.content-table strong {
    white-space: normal !important;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav {
    margin: 16px 16px 0;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav ul {
    flex-direction: column;
    align-items: stretch;
  }
  .custom-cta-cutout-image-links-wrapper.is-cta-cutout-image-links-enhanced .custom-cta-cutout-image-links-nav a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.custom-gallery-cta-media-left-wrapper {
  background: var(--custom-color-6);
  height: 100vh;
  box-sizing: border-box;
}
.custom-gallery-cta-media-left-wrapper .custom-gallery-cta-media-left,
.custom-gallery-cta-media-left-wrapper .site-slick-wrapper,
.custom-gallery-cta-media-left-wrapper .site-slide,
.custom-gallery-cta-media-left-wrapper .site-slide-link {
  height: 100%;
}
.custom-gallery-cta-media-left-wrapper .site-container {
  padding: 0px !important;
}
.custom-gallery-cta-media-left-wrapper .site-slide-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-top: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-left-wrapper .site-slide-link {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-left: var(--space-mb-m);
    padding-right: var(--space-mb-m);
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-left: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-left: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-left: var(--space-dt-xl);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-right: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-right: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    padding-right: var(--space-dt-xl);
  }
}
.custom-gallery-cta-media-left-wrapper .site-slider-image-block,
.custom-gallery-cta-media-left-wrapper .site-slider-caption {
  position: relative !important;
  background: none !important;
}
.custom-gallery-cta-media-left-wrapper .site-slider-image-block {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-gallery-cta-media-left-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-gallery-cta-media-left-wrapper .site-slider-caption {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0px !important;
}
.custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
  width: 100%;
  padding-left: var(--space-mb-0);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-dt-2xl);
  }
}
.custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
  padding-right: var(--space-mb-0);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-dt-2xl);
  }
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    overflow: hidden;
    position: relative;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-image-block {
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-caption {
    z-index: 1;
    transform: translateX(-200%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 350ms;
    will-change: transform;
  }
  .custom-gallery-cta-media-left-wrapper.is-gallery-cta-intro-visible .site-slider-image-block,
  .custom-gallery-cta-media-left-wrapper.is-gallery-cta-intro-visible .site-slider-caption {
    transform: translateX(0);
  }
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
  .custom-gallery-cta-media-left-wrapper .site-slider-image-block,
  .custom-gallery-cta-media-left-wrapper .site-slider-caption {
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-wrapper {
    height: auto;
  }
  .custom-gallery-cta-media-left-wrapper .custom-gallery-cta-media-left,
  .custom-gallery-cta-media-left-wrapper .site-slick-wrapper,
  .custom-gallery-cta-media-left-wrapper .site-slide,
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    height: auto;
  }
  .custom-gallery-cta-media-left-wrapper .site-slide-link {
    flex-direction: column-reverse;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-image-block {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-image-block .site-slider-image {
    height: 100%;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-caption {
    display: block;
    flex: 0 0 auto;
  }
  .custom-gallery-cta-media-left-wrapper .site-slider-caption .site-slider-capton-data {
    line-height: 1.35;
  }
}

.custom-gallery-cta-media-left-variant-wrapper {
  height: 100vh;
  box-sizing: border-box;
}
.custom-gallery-cta-media-left-variant-wrapper .custom-gallery-cta-media-left-variant,
.custom-gallery-cta-media-left-variant-wrapper .site-slick-wrapper,
.custom-gallery-cta-media-left-variant-wrapper .site-slide,
.custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
  height: 100%;
}
.custom-gallery-cta-media-left-variant-wrapper .site-container {
  padding: 0px !important;
}
.custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-top: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-left: var(--space-mb-m);
    padding-right: var(--space-mb-m);
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-left: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-left: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-left: var(--space-dt-xl);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-right: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-right: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-right: var(--space-dt-xl);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block,
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption {
  position: relative !important;
  background: none !important;
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 0px !important;
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
  width: 100%;
  background: var(--custom-color-6);
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
  padding-left: var(--space-mb-0);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-dt-2xl);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
  padding-right: var(--space-mb-0);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-dt-2xl);
  }
}
.custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
  margin-right: var(--space-mb-l);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    margin-right: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    margin-right: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    margin-right: var(--space-dt-m);
  }
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    overflow: hidden;
    position: relative;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption-block {
    height: calc(100% - 70px);
    display: flex;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption-block .site-container {
    width: 100%;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block {
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption {
    z-index: 1;
    transform: translateX(-200%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 350ms;
    will-change: transform;
  }
  .custom-gallery-cta-media-left-variant-wrapper.is-gallery-cta-intro-visible .site-slider-image-block,
  .custom-gallery-cta-media-left-variant-wrapper.is-gallery-cta-intro-visible .site-slider-caption {
    transform: translateX(0);
  }
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block,
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption {
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-variant-wrapper {
    background: var(--custom-color-6);
    height: auto;
  }
  .custom-gallery-cta-media-left-variant-wrapper .custom-gallery-cta-media-left-variant,
  .custom-gallery-cta-media-left-variant-wrapper .site-slick-wrapper,
  .custom-gallery-cta-media-left-variant-wrapper .site-slide,
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    height: auto;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    flex-direction: column-reverse;
    padding-bottom: var(--space-mb-m);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-tb-m);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-lp-m);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slide-link {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-radius: 10px;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-image-block .site-slider-image {
    height: 100%;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption {
    display: block;
    flex: 0 0 auto;
  }
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    background: none;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: var(--space-mb-m);
    height: auto;
    display: block;
    border-radius: 0;
    overflow: visible;
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-tb-m);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-lp-m);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-left-variant-wrapper .site-slider-caption .site-slider-capton-data {
    line-height: 1.35;
  }
}

.custom-gallery-cta-media-full-wrapper {
  height: 100vh;
  box-sizing: border-box;
}
.custom-gallery-cta-media-full-wrapper .custom-gallery-cta-media-full,
.custom-gallery-cta-media-full-wrapper .site-slick-wrapper,
.custom-gallery-cta-media-full-wrapper .site-slide,
.custom-gallery-cta-media-full-wrapper .site-slide-link {
  height: 100%;
}
.custom-gallery-cta-media-full-wrapper .site-container {
  padding: 0px !important;
}
.custom-gallery-cta-media-full-wrapper .site-slide-link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-left: var(--space-mb-m);
    padding-right: var(--space-mb-m);
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-left: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-left: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-left: var(--space-dt-xl);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-right: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-right: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    padding-right: var(--space-dt-xl);
  }
}
.custom-gallery-cta-media-full-wrapper .site-slider-image-block,
.custom-gallery-cta-media-full-wrapper .site-slider-caption {
  position: relative !important;
  background: none !important;
}
.custom-gallery-cta-media-full-wrapper .site-slider-image-block {
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.custom-gallery-cta-media-full-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-gallery-cta-media-full-wrapper .site-slider-caption {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  right: var(--space-mb-l) !important;
  transform: translateY(-50%) !important;
  width: 50% !important;
  max-width: 650px;
  height: auto !important;
  display: block !important;
  border-radius: 10px;
  background: var(--custom-color-6) !important;
  z-index: 2;
  padding: 0px !important;
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption {
    right: var(--space-tb-l) !important;
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption {
    right: var(--space-lp-l) !important;
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption {
    right: var(--space-dt-l) !important;
  }
}
.custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
  width: 100%;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-dt-m);
  }
}
.custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-dt-m);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-full-wrapper {
    height: auto;
  }
  .custom-gallery-cta-media-full-wrapper .custom-gallery-cta-media-full,
  .custom-gallery-cta-media-full-wrapper .site-slick-wrapper,
  .custom-gallery-cta-media-full-wrapper .site-slide,
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    height: auto;
  }
  .custom-gallery-cta-media-full-wrapper .site-slide-link {
    flex-direction: column-reverse;
  }
  .custom-gallery-cta-media-full-wrapper .site-slider-image-block {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .custom-gallery-cta-media-full-wrapper .site-slider-image-block .site-slider-image {
    height: 100%;
  }
  .custom-gallery-cta-media-full-wrapper .site-slider-caption {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
    flex: 0 0 auto;
    background: none !important;
    z-index: auto;
  }
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-top: 0;
    padding-bottom: var(--space-mb-m);
    padding-left: var(--space-mb-0);
    padding-right: var(--space-mb-0);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-tb-m);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-lp-m);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-bottom: var(--space-dt-m);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-left: var(--space-dt-2xl);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block {
    padding-right: var(--space-dt-2xl);
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-media-full-wrapper .site-slider-caption .site-slider-caption-block .site-slider-capton-data {
    line-height: 1.35;
  }
}

.custom-gallery-cta-slider-rotating-heading-wrapper {
  background: var(--custom-color-6);
  height: 100vh;
  box-sizing: border-box;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-top: var(--space-dt-m);
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
  height: 100%;
}
@media (max-width: 599px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    flex-direction: column-reverse;
    height: auto;
    padding-left: var(--space-mb-m);
    padding-right: var(--space-mb-m);
    padding-bottom: 0px;
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-left: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-left: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-left: var(--space-dt-xl);
  }
}
@media (max-width: 599px) and (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-right: var(--space-tb-l);
  }
}
@media (max-width: 599px) and (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-right: var(--space-lp-xl);
  }
}
@media (max-width: 599px) and (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    padding-right: var(--space-dt-xl);
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading,
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper,
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slide {
  min-height: 0;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-container {
  padding: 0px !important;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper {
  flex: 0 0 40%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-list,
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-track,
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slide,
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slider-image-block {
  height: 100% !important;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slide > div {
  height: 100% !important;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slider-image-block {
  overflow: hidden;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slider-image-block .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-slide {
    opacity: 1 !important;
    transform: translateX(-100%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1) !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-slide.slick-active {
    transform: translateX(0);
  }
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-slide {
    transition: none !important;
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .site-slider-image-block,
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
  position: relative !important;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-text-feature-data {
  width: 100%;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-left: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-left: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-left: var(--space-dt-2xl);
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-right: var(--space-tb-l);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-right: var(--space-lp-xl);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock {
    padding-right: var(--space-dt-2xl);
  }
}
@media (min-width: 600px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading {
    overflow: hidden;
    position: relative;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper {
    z-index: 2;
    transform: translateX(-100%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    will-change: transform;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature {
    z-index: 1;
    transform: translateX(-200%);
    transition: transform 1200ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-delay: 350ms;
    will-change: transform;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper.is-gallery-cta-intro-visible .site-slick-wrapper,
  .custom-gallery-cta-slider-rotating-heading-wrapper.is-gallery-cta-intro-visible .cms-text-feature {
    transform: translateX(0);
  }
}
@media (min-width: 600px) and (prefers-reduced-motion: reduce) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper,
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature {
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 599px) {
  .custom-gallery-cta-slider-rotating-heading-wrapper {
    height: auto;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .custom-gallery-cta-slider-rotating-heading,
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper,
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slide {
    height: auto !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper {
    flex: 0 0 auto;
    width: 100%;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-list,
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .slick-track {
    height: auto !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slide {
    height: auto !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slider-image-block {
    height: auto !important;
    aspect-ratio: 3/2;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .site-slick-wrapper .site-slider-image-block .site-slider-image {
    height: 100%;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature {
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature .cms-feature-datablock p {
    line-height: 1.35;
  }
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature h2 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .cms-text-feature h2 .rh-stack {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  letter-spacing: 2px;
  overflow: clip;
  overflow-clip-margin: 0.18em;
  box-sizing: border-box;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-word {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-word.no-transition .rh-letter {
  transition: none !important;
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-letter {
  font-style: italic;
  display: inline-block;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.45, 0.05, 0.55, 0.95);
  transition-delay: calc(var(--rh-i) * 60ms);
  transform: translateY(120%);
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-word.is-above .rh-letter {
  transform: translateY(-120%);
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-word.is-active .rh-letter {
  transform: translateY(0);
}
.custom-gallery-cta-slider-rotating-heading-wrapper .rh-word.is-leaving .rh-letter {
  transform: translateY(120%);
}
@media (prefers-reduced-motion: reduce) {
  .custom-gallery-cta-slider-rotating-heading-wrapper .rh-letter {
    transition: none;
    transform: none !important;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .rh-word {
    opacity: 0;
    transition: opacity 200ms ease;
  }
  .custom-gallery-cta-slider-rotating-heading-wrapper .rh-word.is-active {
    opacity: 1;
  }
}

.custom-gallery-popup-style-wrapper {
  --slide-gutter: 13px;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup {
  margin: 0 -20px;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper.slick-slider .slick-track {
  display: flex !important;
  align-items: stretch !important;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper.slick-slider .slick-slide {
  height: auto !important;
  display: flex !important;
  cursor: pointer;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0 !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 0;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img:hover .site-slider-image, .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img:focus .site-slider-image, .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img .site-slider-image {
  width: 100%;
  height: auto;
  display: block;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-img .site-slider-image:hover {
  scale: none;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper:hover .site-slider-pop-img .site-slider-image {
  scale: none;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100%;
  flex: 1 1 auto;
  height: auto;
  background: var(--custom-color-6) !important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
    padding: var(--space-dt-m);
  }
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption {
  display: block;
  text-align: left;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h1,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h2,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h3,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h4,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h5,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h6,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .site-style-intro-text,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .site-style-intro-text {
  text-transform: none;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h1 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h2 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h3 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h4 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h5 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title h6 a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text a,
.cms-feature-wrapper .cms-feature-datablock .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .site-style-intro-text a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .cms-feature-wrapper .cms-feature-title .site-style-intro-text a,
.cms-feature-wrapper .cms-feature-title .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-caption .site-slider-pop-title .site-style-intro-text a {
  color: #ffffff;
  text-decoration: none;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc {
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
  background: var(--custom-color-6);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.5s ease;
  z-index: 2;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-desc-img {
  flex: 0 0 50%;
  height: 50% !important;
  overflow: hidden;
  line-height: 0;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-desc-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data {
  flex: 1 1 auto;
  overflow-y: auto;
  color: #ffffff;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data {
    padding: var(--space-dt-m);
  }
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h1,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h2,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h3,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h4,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h5,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data h6,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .site-style-intro-text,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title .custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .site-style-intro-text,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data p,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data li,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data a,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data span,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data strong,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data em,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data i {
  color: #ffffff;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .site-style-intro-text,
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper .site-slider-pop-desc .site-slider-pop-data .custom-text-yellow {
  color: #ffffff !important;
}
.custom-gallery-popup-style-wrapper .custom-gallery-popup-style.site-slider-popup .site-slick-wrapper .site-slider-pop-wrapper.site-active-slider-pop-wrapper .site-slider-pop-desc {
  width: 100% !important;
  height: 100% !important;
  transform: scale(1) !important;
}

.custom-team-slider-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-team-slider-wrapper {
  --slide-gutter: 13px;
}
.custom-team-slider-wrapper .custom-team-slider .slick-track {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}
.custom-team-slider-wrapper .custom-team-slider .slick-list {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: calc(var(--slide-gutter) * 1);
  margin-right: calc(var(--slide-gutter) * 1);
  overflow: visible;
  touch-action: pan-y;
}
.custom-team-slider-wrapper .custom-team-slider .slick-slide {
  position: relative;
  padding-left: var(--slide-gutter);
  padding-right: var(--slide-gutter);
}
.custom-team-slider-wrapper .custom-team-slider .site-slide-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  cursor: none;
}
.custom-team-slider-wrapper .custom-team-slider .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-team-slider-wrapper .custom-team-slider .site-slide-link:hover .site-slider-image, .custom-team-slider-wrapper .custom-team-slider .site-slide-link:focus .site-slider-image, .custom-team-slider-wrapper .custom-team-slider .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-team-slider-wrapper .custom-team-slider .site-slider-image-block {
  position: relative;
  aspect-ratio: 381/572;
  border-radius: 10px;
  overflow: hidden;
}
.custom-team-slider-wrapper .custom-team-slider .site-slider-image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 14, 25, 0.78) 0%, rgba(10, 14, 25, 0.52) 32%, rgba(10, 14, 25, 0.2) 55%, rgba(10, 14, 25, 0) 78%);
  z-index: 1;
}
.custom-team-slider-wrapper .custom-team-slider .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
.custom-team-slider-wrapper .site-slider-caption {
  z-index: 2;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-bottom: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-bottom: var(--space-dt-l);
  }
}
.custom-team-slider-wrapper .site-slider-caption {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-left: var(--space-dt-l);
  }
}
.custom-team-slider-wrapper .site-slider-caption {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-slider-wrapper .site-slider-caption {
    padding-right: var(--space-dt-l);
  }
}
.custom-team-slider-wrapper .site-slider-caption .site-container {
  padding: 0;
}
.custom-team-slider-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
  text-align: center !important;
}
.custom-team-slider-wrapper .site-slider-caption p {
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-team-slider-wrapper .site-slider-caption h5 {
  margin-bottom: 0;
}

.custom-team-grid-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-team-grid-wrapper {
  --slide-gutter: 13px;
  --team-grid-slide-max-width: 381px;
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide-link {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide-link .site-slider-image {
  transition: transform 0.8s ease;
  transform-origin: center center;
}
@media (hover: hover) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide-link:hover .site-slider-image, .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide-link:focus .site-slider-image, .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide-link:focus-visible .site-slider-image {
    transform: scale(1.07);
  }
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slider-image-block {
  position: relative;
  aspect-ratio: 381/572;
  border-radius: 10px;
  overflow: hidden;
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slider-image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(10, 14, 25, 0.78) 0%, rgba(10, 14, 25, 0.52) 32%, rgba(10, 14, 25, 0.2) 55%, rgba(10, 14, 25, 0) 78%);
  z-index: 1;
}
.custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
}
@media (min-width: 1200px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    display: grid !important;
    column-gap: var(--space-mb-m);
    row-gap: var(--space-mb-m);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    column-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    column-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    column-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1200px) and (min-width: 1000px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1200px) and (min-width: 1440px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper {
    row-gap: var(--space-dt-m);
  }
}
@media (min-width: 1200px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .site-slide,
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper .slick-slide {
    width: auto !important;
    height: auto;
  }
}
@media (max-width: 1199px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider {
    display: block !important;
    position: relative;
    padding-top: calc(60px + 20px);
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-list {
    margin-left: calc(var(--slide-gutter) * 1);
    margin-right: calc(var(--slide-gutter) * 1);
    overflow: hidden;
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: stretch;
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-slide {
    height: auto;
    padding-left: var(--slide-gutter);
    padding-right: var(--slide-gutter);
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-slide .site-slide-link {
    max-width: var(--team-grid-slide-max-width);
    margin-left: auto;
    margin-right: auto;
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-arrow {
    top: 0 !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 2;
  }
}
@media (max-width: 1199px) and (max-width: 599px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-arrow {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 1199px) {
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-arrow.slick-next {
    right: calc(var(--slide-gutter) * 2) !important;
    left: auto !important;
  }
  .custom-team-grid-wrapper .custom-team-grid .site-slick-wrapper.slick-slider .slick-arrow.slick-prev {
    right: calc(var(--slide-gutter) * 2 + 60px + 10px) !important;
    left: auto !important;
  }
}
.custom-team-grid-wrapper.cms-gallery-feature .cms-feature-datablock.custom-team-grid.site-slider .site-slick-wrapper.slick-slider {
  display: block !important;
}
.custom-team-grid-wrapper .site-slider-caption {
  z-index: 2;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-bottom: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-bottom: var(--space-dt-l);
  }
}
.custom-team-grid-wrapper .site-slider-caption {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-left: var(--space-dt-l);
  }
}
.custom-team-grid-wrapper .site-slider-caption {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-team-grid-wrapper .site-slider-caption {
    padding-right: var(--space-dt-l);
  }
}
.custom-team-grid-wrapper .site-slider-caption .site-container {
  padding: 0;
}
.custom-team-grid-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
  text-align: center !important;
}
.custom-team-grid-wrapper .site-slider-caption p {
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-team-grid-wrapper .site-slider-caption h5 {
  margin-bottom: 0;
}

.custom-infographic-table {
  border-bottom: 1px solid var(--secondary-color);
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .custom-infographic-table {
    display: table !important;
    overflow-x: visible !important;
    white-space: normal !important;
  }
  .custom-infographic-table tbody,
  .custom-infographic-table thead,
  .custom-infographic-table tfoot,
  .custom-infographic-table tr,
  .custom-infographic-table th,
  .custom-infographic-table td {
    white-space: normal !important;
  }
}
.custom-infographic-table td {
  padding-top: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-infographic-table td {
    padding-top: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-infographic-table td {
    padding-top: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-infographic-table td {
    padding-top: var(--space-dt-m);
  }
}
.custom-infographic-table td {
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-infographic-table td {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-infographic-table td {
    padding-bottom: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-infographic-table td {
    padding-bottom: var(--space-dt-m);
  }
}
.custom-infographic-table:first-child {
  border-top: 1px solid var(--secondary-color);
}
.custom-infographic-table:last-child {
  margin-bottom: 20px !important;
}
.custom-infographic-table tr > td:first-child {
  font-size: clamp(calc(40 * 1px), calc(40 * 1px + (100vw - 600px) * ((78 - 40) / (1920 - 600))), calc(78 * 1px));
  font-weight: 700;
}

.is-landing-page .custom-infographic-table {
  border-color: var(--custom-color-2);
}
.is-landing-page .custom-infographic-table:first-child {
  border-color: var(--custom-color-2);
}
.is-landing-page .custom-infographic-table td {
  color: #ffffff;
}

.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: visible;
  gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container {
    gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container {
    gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container {
    gap: var(--space-dt-m);
  }
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container select#categoryFilter:not(.custom-filter-dropdown__native) {
  width: 280px;
  max-width: 100%;
  padding: 5px 20px;
  padding-right: 30px;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background-color: var(--secondary-color);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23003145' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 6px;
  color: var(--quaternary-color);
  font-family: inherit;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: 1.3;
  appearance: none;
  cursor: pointer;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container select#categoryFilter:not(.custom-filter-dropdown__native):focus {
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container select#categoryFilter.custom-filter-dropdown__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown {
  position: relative;
  display: block;
  width: 280px;
  max-width: 100%;
  flex: 0 1 280px;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown.is-open {
  z-index: 25;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__trigger {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  min-height: 44px;
  padding: 10px 20px;
  padding-right: 30px;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background-color: var(--secondary-color);
  color: var(--quaternary-color);
  font-family: inherit;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  appearance: none;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__trigger:focus {
  outline: 2px solid var(--secondary-color);
  outline-offset: 2px;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__arrow {
  flex: 0 0 10px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23003145' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 6px;
  transition: transform 0.2s ease;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown.is-open .custom-filter-dropdown__arrow {
  transform: rotate(180deg);
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__list {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 20;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--secondary-color);
  border-radius: 5px;
  background-color: var(--secondary-color);
  max-height: 280px;
  overflow-y: auto;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown.is-open .custom-filter-dropdown__list {
  display: block;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__option {
  position: static;
  margin-bottom: 0 !important;
  padding: 4.5px 20px !important;
  padding-left: 20px !important;
  color: var(--quaternary-color);
  font-family: inherit;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  cursor: pointer;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__option::before {
  content: none;
  display: none;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__option.is-selected {
  font-weight: 700;
}
@media (hover: hover) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__option:hover, .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-dropdown__option:focus {
    background-color: var(--quaternary-color);
    color: #ffffff !important;
    outline: none;
  }
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger) {
  background: transparent;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid var(--secondary-color);
  display: inline-block;
  outline-color: transparent;
  border-radius: 5px;
}
@media (max-width: 599px) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger) {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger):hover {
    background: var(--secondary-color);
    color: var(--quaternary-color);
    border: 2px solid var(--secondary-color);
  }
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger):focus {
  background: var(--secondary-color);
  color: var(--quaternary-color);
  border: 2px solid var(--secondary-color);
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger).ck-link_selected {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid var(--secondary-color) !important;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container button:not(.custom-filter-dropdown__trigger) {
  white-space: nowrap;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .filter-container .custom-filter-slider-clear {
  display: none;
}
.cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper):has(.custom-filter-slider-wrapper.is-filter-results-mode) .filter-container .custom-filter-slider-clear {
  display: inline-flex;
}

body:not(.cms-page-is-in-edit-mode) .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .cms-text-feature > div:has(.filter-container),
body:not(.cms-page-is-in-edit-mode) .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .cms-text-feature-content:has(.filter-container),
body:not(.cms-page-is-in-edit-mode) .cms-lcz-wrapper-block:has(.custom-filter-slider-wrapper) .cms-text-feature-content > .filter-container {
  overflow: visible;
}

.custom-filter-slider-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-filter-slider-wrapper {
  --filter-slider-marquee-duration: 50s;
  --filter-slider-slide-gap: 25px;
  overflow: hidden;
}
.custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage,
.custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper {
  width: 100%;
}
.custom-filter-slider-wrapper .custom-filter-slider-tags {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-filter-slider-wrapper .site-slide-link {
  display: block;
  width: 279px;
  max-width: 279px;
  border-radius: 5px;
  overflow: hidden;
}
.custom-filter-slider-wrapper .site-slider-image-block {
  position: relative;
  width: 279px;
  max-width: 279px;
  aspect-ratio: 279/186;
  border-radius: 5px;
  overflow: hidden;
}
.custom-filter-slider-wrapper .site-slider-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 5px;
}
.custom-filter-slider-wrapper .site-slider-caption {
  display: none;
}
.custom-filter-slider-wrapper .custom-filter-slider-rows {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-filter-slider-wrapper .custom-filter-slider-rows {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-filter-slider-wrapper .custom-filter-slider-rows {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-filter-slider-wrapper .custom-filter-slider-rows {
    row-gap: var(--space-dt-m);
  }
}
.custom-filter-slider-wrapper .custom-filter-slider-row {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-track-set {
  display: flex;
  flex: 0 0 auto;
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-track-set .site-slide {
  flex: 0 0 auto;
  width: 279px;
  margin-right: var(--filter-slider-slide-gap);
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-row--top .custom-filter-slider-track {
  animation: custom-filter-slider-marquee-left var(--filter-slider-marquee-duration) linear infinite;
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-row--bottom .custom-filter-slider-track {
  animation: custom-filter-slider-marquee-right var(--filter-slider-marquee-duration) linear infinite;
}
.custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-row:has(.site-slide:hover) .custom-filter-slider-track {
  animation-play-state: paused;
}
.custom-filter-slider-wrapper.is-filter-static-mode .custom-filter-slider-results--static {
  display: grid;
  grid-template-columns: repeat(auto-fill, 279px);
  justify-content: center;
  gap: var(--filter-slider-slide-gap);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, 279px);
  justify-content: center;
  gap: var(--filter-slider-slide-gap);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.custom-filter-slider-wrapper.is-filter-results-mode.has-1-result .custom-filter-slider-results {
  grid-template-columns: 279px;
  justify-content: center;
}
.custom-filter-slider-wrapper.is-filter-results-mode.has-2-results .custom-filter-slider-results {
  grid-template-columns: repeat(2, 279px);
  justify-content: center;
  max-width: calc(558px + var(--filter-slider-slide-gap));
}
.custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-empty {
  text-align: center;
  color: #ffffff;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-empty {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-empty {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-empty {
    padding: var(--space-dt-m);
  }
}
.custom-filter-slider-wrapper.is-filter-results-mode .custom-filter-slider-empty {
  margin: 0;
}

@keyframes custom-filter-slider-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes custom-filter-slider-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-filter-slider-wrapper.is-filter-marquee-mode .custom-filter-slider-track {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(279px, 1fr));
  justify-content: center;
  gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper,
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage {
    gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper,
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage {
    gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper,
  body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage {
    gap: var(--space-dt-m);
  }
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper .slick-list,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .site-slick-wrapper .slick-track,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage .slick-list,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper > .custom-filter-slider > .custom-filter-slider-stage .slick-track {
  display: contents !important;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper .site-slide {
  width: 100% !important;
  max-width: 279px;
  justify-self: center;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper .site-slide-link,
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper .site-slider-image-block {
  width: 100% !important;
  max-width: 279px;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper .site-slider-caption {
  display: block;
}
body.cms-page-is-in-edit-mode .custom-filter-slider-wrapper .custom-filter-slider-track {
  animation: none !important;
  transform: none !important;
}

.custom-home-intro {
  --hhi-header-h: 103px;
  --hhi-tile-w: 21.8vw;
  --hhi-gap: 2.27vw;
  --hhi-col-offset-edge: 14.06vw;
  --hhi-col-offset-mid: 7.03vw;
  --hhi-grid-w: calc(5 * var(--hhi-tile-w) + 4 * var(--hhi-gap));
  --hhi-rise-y: 100vh;
  --hhi-zoom-scale: 1;
  --hhi-origin-x: 50%;
  --hhi-origin-y: 50%;
  --hhi-dur-text: 1000ms;
  --hhi-dur-rise: 3000ms;
  --hhi-dur-zoom: 2000ms;
  --hhi-dur-fade: 500ms;
  --hhi-dur-captions: 700ms;
  --hhi-col-1-lag: 12vh;
  --hhi-col-1-lag-dur: 3750ms;
  --hhi-col-1-lag-delay: 0ms;
  --hhi-col-2-lag: 6vh;
  --hhi-col-2-lag-dur: 3300ms;
  --hhi-col-2-lag-delay: 90ms;
  --hhi-col-3-lag: 0vh;
  --hhi-col-3-lag-dur: 3000ms;
  --hhi-col-3-lag-delay: 0ms;
  --hhi-col-4-lag: 6vh;
  --hhi-col-4-lag-dur: 3450ms;
  --hhi-col-4-lag-delay: 120ms;
  --hhi-col-5-lag: 12vh;
  --hhi-col-5-lag-dur: 3900ms;
  --hhi-col-5-lag-delay: 60ms;
  position: relative;
  width: 100%;
  height: calc(100vh - var(--hhi-header-h));
  overflow: hidden;
  background: var(--primary-color);
}

@media (max-aspect-ratio: 1/1) {
  .custom-home-intro {
    --hhi-tile-w: max(21.8vw, 18vh);
    --hhi-gap: max(2.27vw, 1.6vh);
    --hhi-col-offset-edge: 5vh;
    --hhi-col-offset-mid: 2.5vh;
  }
}
body.is-home-intro-locked {
  overflow: hidden;
}

.custom-home-intro-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.25);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: custom-home-intro-spin 0.9s linear infinite;
  transition: opacity var(--hhi-dur-fade) ease;
  z-index: 5;
}

.custom-home-intro[data-phase]:not([data-phase=loading]) .custom-home-intro-spinner {
  opacity: 0;
  pointer-events: none;
}

@keyframes custom-home-intro-spin {
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.custom-home-intro .custom-home-intro-text-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  max-width: 90vw;
  text-align: center;
  z-index: 4;
  opacity: 0;
  transition: opacity var(--hhi-dur-text) ease, transform var(--hhi-dur-text) ease;
  transform: translate3d(-50%, calc(-50% + 20px), 0);
}

.custom-home-intro[data-phase=text] .custom-home-intro-text-wrapper {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0);
}

.custom-home-intro[data-phase=rising] .custom-home-intro-text-wrapper,
.custom-home-intro[data-phase=zooming] .custom-home-intro-text-wrapper,
.custom-home-intro[data-phase=captions] .custom-home-intro-text-wrapper,
.custom-home-intro[data-phase=done] .custom-home-intro-text-wrapper {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity var(--hhi-dur-fade) ease;
}

.custom-home-intro-grid {
  position: absolute;
  left: 50%;
  top: 0;
  width: var(--hhi-grid-w);
  display: flex;
  gap: var(--hhi-gap);
  transform-origin: var(--hhi-origin-x) var(--hhi-origin-y);
  transform: translate(-50%, var(--hhi-rise-y)) scale(var(--hhi-zoom-scale));
  z-index: 3;
}

.custom-home-intro[data-phase=rising] .custom-home-intro-grid {
  transition: transform var(--hhi-dur-rise) cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-home-intro[data-phase=zooming] .custom-home-intro-grid,
.custom-home-intro[data-phase=captions] .custom-home-intro-grid {
  transition: transform var(--hhi-dur-zoom) cubic-bezier(0.65, 0, 0.35, 1);
}

.custom-home-intro[data-phase=done] .custom-home-intro-grid {
  transition: none;
}

.custom-home-intro-grid-col {
  display: flex;
  flex-direction: column;
  gap: var(--hhi-gap);
  width: var(--hhi-tile-w);
  flex: 0 0 var(--hhi-tile-w);
  transform: translateY(var(--hhi-col-lag, 0));
}
.custom-home-intro-grid-col:nth-child(1), .custom-home-intro-grid-col:nth-child(5) {
  padding-top: var(--hhi-col-offset-edge);
}
.custom-home-intro-grid-col:nth-child(2), .custom-home-intro-grid-col:nth-child(4) {
  padding-top: var(--hhi-col-offset-mid);
}
.custom-home-intro-grid-col:nth-child(3) {
  padding-top: 0;
}
.custom-home-intro-grid-col:nth-child(1) {
  --hhi-col-lag: var(--hhi-col-1-lag);
  --hhi-col-lag-dur: var(--hhi-col-1-lag-dur);
  --hhi-col-lag-delay: var(--hhi-col-1-lag-delay);
}
.custom-home-intro-grid-col:nth-child(2) {
  --hhi-col-lag: var(--hhi-col-2-lag);
  --hhi-col-lag-dur: var(--hhi-col-2-lag-dur);
  --hhi-col-lag-delay: var(--hhi-col-2-lag-delay);
}
.custom-home-intro-grid-col:nth-child(3) {
  --hhi-col-lag: var(--hhi-col-3-lag);
  --hhi-col-lag-dur: var(--hhi-col-3-lag-dur);
  --hhi-col-lag-delay: var(--hhi-col-3-lag-delay);
}
.custom-home-intro-grid-col:nth-child(4) {
  --hhi-col-lag: var(--hhi-col-4-lag);
  --hhi-col-lag-dur: var(--hhi-col-4-lag-dur);
  --hhi-col-lag-delay: var(--hhi-col-4-lag-delay);
}
.custom-home-intro-grid-col:nth-child(5) {
  --hhi-col-lag: var(--hhi-col-5-lag);
  --hhi-col-lag-dur: var(--hhi-col-5-lag-dur);
  --hhi-col-lag-delay: var(--hhi-col-5-lag-delay);
}

.custom-home-intro[data-phase=rising] .custom-home-intro-grid-col {
  --hhi-col-lag: 0;
  transition: transform var(--hhi-col-lag-dur) cubic-bezier(0.16, 1, 0.3, 1) var(--hhi-col-lag-delay);
}

.custom-home-intro[data-phase=zooming] .custom-home-intro-grid-col,
.custom-home-intro[data-phase=captions] .custom-home-intro-grid-col,
.custom-home-intro[data-phase=done] .custom-home-intro-grid-col {
  --hhi-col-lag: 0;
  transition: none;
}

.custom-home-intro-grid-tile {
  width: 100%;
  aspect-ratio: 279/186;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-home-intro-zoom-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  pointer-events: none;
  overflow: hidden;
  transition: opacity var(--hhi-dur-fade) ease;
}
.custom-home-intro-zoom-overlay img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-home-intro[data-phase=captions] .custom-home-intro-zoom-overlay,
.custom-home-intro[data-phase=done] .custom-home-intro-zoom-overlay {
  opacity: 1;
  visibility: visible;
}
.custom-home-intro[data-phase=captions] .custom-home-intro-zoom-overlay img,
.custom-home-intro[data-phase=done] .custom-home-intro-zoom-overlay img {
  display: block;
}

.custom-home-intro[data-phase=captions] .custom-home-intro-grid,
.custom-home-intro[data-phase=done] .custom-home-intro-grid {
  visibility: hidden;
}

.custom-home-intro-skip {
  background: var(--secondary-button-bg-color);
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  padding: 10px 30px;
  text-align: center;
  color: var(--secondary-button-text-color);
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none;
  border: 2px solid transparent;
  display: inline-block;
  outline-color: transparent;
  border-radius: 9999px;
}
@media (max-width: 599px) {
  .custom-home-intro-skip {
    padding: 7px 15px;
  }
}
@media (hover: hover) {
  .custom-home-intro-skip:hover {
    background: var(--secondary-button-hover-bg-color);
    color: var(--secondary-button-hover-text-color);
    border: 2px solid var(--secondary-button-border-hover-color);
  }
}
.custom-home-intro-skip:focus {
  background: var(--secondary-button-hover-bg-color);
  color: var(--secondary-button-hover-text-color);
  border: 2px solid var(--secondary-button-border-hover-color);
}
.custom-home-intro-skip.ck-link_selected {
  background: var(--secondary-button-bg-color) !important;
  color: var(--secondary-button-text-color) !important;
  border: 2px solid transparent !important;
}
.custom-home-intro-skip {
  position: absolute;
  right: 10px;
  bottom: 80px;
  z-index: 7;
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  padding: 6px 14px;
  font-size: clamp(12px, 0.75rem + 0.2vw, 14px);
  cursor: pointer;
  appearance: none;
}
@media (max-width: 599px) {
  .custom-home-intro-skip {
    padding: 5px 12px;
  }
}
.custom-home-intro-skip .site-icon-arrow-right {
  font-size: 0.75em;
  line-height: 1;
}
.custom-home-intro-skip:hover {
  color: #ffffff;
  background-color: var(--tertiary-color);
}

.custom-home-intro[data-phase=loading] .custom-home-intro-skip {
  visibility: hidden;
  pointer-events: none;
}

.custom-home-intro-hero-caption {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 6;
}
.custom-home-intro-hero-caption::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.25) 80%, transparent 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--hhi-dur-captions) ease;
}

.custom-home-intro-hero-heading,
.custom-home-intro-hero-desc {
  max-width: 50vw;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity var(--hhi-dur-captions) ease, transform var(--hhi-dur-captions) ease;
  padding: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-home-intro-hero-heading,
  .custom-home-intro-hero-desc {
    padding: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-home-intro-hero-heading,
  .custom-home-intro-hero-desc {
    padding: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-home-intro-hero-heading,
  .custom-home-intro-hero-desc {
    padding: var(--space-dt-m);
  }
}

@media (min-width: 900px) {
  .custom-home-intro-hero-caption {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    align-content: end;
  }
  .custom-home-intro-hero-desc {
    justify-self: end;
  }
}
.custom-home-intro-hero-desc {
  text-align: left;
  line-height: 1.2 !important;
}

.custom-home-intro[data-phase=captions] .custom-home-intro-hero-caption::before,
.custom-home-intro[data-phase=done] .custom-home-intro-hero-caption::before {
  opacity: 1;
}

.custom-home-intro[data-phase=captions] .custom-home-intro-hero-heading,
.custom-home-intro[data-phase=captions] .custom-home-intro-hero-desc,
.custom-home-intro[data-phase=done] .custom-home-intro-hero-heading,
.custom-home-intro[data-phase=done] .custom-home-intro-hero-desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 899px) {
  .custom-home-intro-hero-heading,
  .custom-home-intro-hero-desc {
    max-width: 100%;
    text-align: left;
  }
  .custom-home-intro-hero-desc {
    justify-self: auto;
  }
  .custom-home-intro-hero-caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
  }
  .custom-home-intro-hero-desc {
    padding-top: var(--space-mb-none);
  }
}
@media (max-width: 899px) and (min-width: 600px) {
  .custom-home-intro-hero-desc {
    padding-top: var(--space-tb-none);
  }
}
@media (max-width: 899px) and (min-width: 1000px) {
  .custom-home-intro-hero-desc {
    padding-top: var(--space-lp-none);
  }
}
@media (max-width: 899px) and (min-width: 1440px) {
  .custom-home-intro-hero-desc {
    padding-top: var(--space-dt-none);
  }
}
.custom-home-intro .custom-home-intro-main-gallery-wrapper,
.custom-home-intro .custom-home-intro-grid-gallery-wrapper {
  display: none;
}

body.cms-page-is-in-edit-mode .custom-home-intro {
  height: auto;
  overflow: visible;
  background: transparent;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-spinner,
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid,
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-hero-caption,
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-skip {
  display: none !important;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-text-wrapper {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  opacity: 1;
  max-width: 100%;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-main-gallery-wrapper,
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid-gallery-wrapper {
  display: block;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid-gallery .site-slick-wrapper {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid-gallery .site-slick-wrapper .site-slide {
  width: 100% !important;
  aspect-ratio: 279/186;
  background-size: cover !important;
  background-position: center;
  float: none !important;
}
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid-gallery .site-slick-wrapper .site-slider-image-block,
body.cms-page-is-in-edit-mode .custom-home-intro .custom-home-intro-grid-gallery .site-slick-wrapper .site-slider-image {
  display: none;
}

.custom-landing-50-50-slider {
  position: relative;
  background-color: var(--primary-color);
}
.custom-landing-50-50-slider .cms-lc-block-bg {
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-landing-50-50-slider .cms-lc-block-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-color);
  opacity: 0.8;
  pointer-events: none;
}
.custom-landing-50-50-slider .cms-lcz-wrapper {
  position: relative;
  z-index: 1;
}
.custom-landing-50-50-slider {
  height: 100vh;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .custom-landing-50-50-slider {
    height: auto;
    overflow: hidden;
  }
}
.custom-landing-50-50-slider .cms-lc-block-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--landing-5050-hover-bg, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.custom-landing-50-50-slider.has-hover-bg .cms-lc-block-bg::before {
  opacity: 1;
}
@media (min-width: 1024px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-zone2 {
    height: 100vh;
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider .site-slick-wrapper {
  visibility: visible;
  opacity: 1;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper {
  --landing-5050-marquee-duration: 60s;
  --landing-5050-slide-gap: 25px;
  --landing-5050-slide-width: 279px;
  --landing-5050-marquee-band-height: calc((var(--landing-5050-slide-width) * (186 / 279) * 2) + var(--dynamic-spacing-m, 20px));
  transform: none;
  transform-origin: center center;
  height: 100%;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slide {
  width: 100%;
  max-width: var(--landing-5050-slide-width);
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slide-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  max-width: var(--landing-5050-slide-width);
  user-select: none;
  -webkit-user-select: none;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-image-block {
  position: relative;
  width: 100%;
  max-width: var(--landing-5050-slide-width);
  aspect-ratio: 279/186;
  border-radius: 10px;
  overflow: hidden;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
  -webkit-user-drag: none;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
  z-index: 2;
  padding-bottom: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-bottom: var(--space-dt-l);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
  padding-left: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-left: var(--space-dt-l);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
  padding-right: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-lp-l);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption {
    padding-right: var(--space-dt-l);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption .site-container {
  padding: 0;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption .site-slider-capton-data {
  padding: 0px !important;
  text-align: center !important;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption p {
  margin-bottom: 5px;
  font-weight: 500;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper .site-slider-caption h5 {
  margin-bottom: 0;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical {
  transform: translateY(-20px) rotate(3deg);
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-gallery,
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .site-slick-wrapper {
  height: 100%;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-columns {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  column-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-columns {
    column-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-columns {
    column-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-columns {
    column-gap: var(--space-dt-m);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-columns {
  height: 100%;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-column {
  min-width: 0;
  height: 100%;
  overflow: hidden;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
  display: grid;
  row-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
    row-gap: var(--space-dt-m);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
  animation: custom-landing-5050-slider-marquee-up var(--landing-5050-marquee-duration) linear infinite;
  will-change: transform;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track-right {
  animation-name: custom-landing-5050-slider-marquee-down;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-column:has(.site-slide:hover) .custom-landing-50-50-slider-track {
  animation-play-state: paused;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal {
  height: var(--landing-5050-marquee-band-height);
  transform: rotate(2deg);
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-gallery,
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .site-slick-wrapper {
  height: 100%;
  width: 100%;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-rows {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: var(--space-mb-m);
}
@media (min-width: 600px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-rows {
    row-gap: var(--space-tb-m);
  }
}
@media (min-width: 1000px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-rows {
    row-gap: var(--space-lp-m);
  }
}
@media (min-width: 1440px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-rows {
    row-gap: var(--space-dt-m);
  }
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-row {
  flex: 1 1 0;
  min-height: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-track-set {
  display: flex;
  flex: 0 0 auto;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-track-set .site-slide {
  flex: 0 0 auto;
  width: var(--landing-5050-slide-width);
  margin-right: var(--landing-5050-slide-gap);
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-row--top .custom-landing-50-50-slider-track {
  animation: custom-landing-5050-slider-marquee-left var(--landing-5050-marquee-duration) linear infinite;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-row--bottom .custom-landing-50-50-slider-track {
  animation: custom-landing-5050-slider-marquee-right var(--landing-5050-marquee-duration) linear infinite;
}
.custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-row:has(.site-slide:hover) .custom-landing-50-50-slider-track {
  animation-play-state: paused;
}
@media (max-width: 767px) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal {
    --landing-5050-slide-width: 220px;
  }
}

@keyframes custom-landing-5050-slider-marquee-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes custom-landing-5050-slider-marquee-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes custom-landing-5050-slider-marquee-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes custom-landing-5050-slider-marquee-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical .custom-landing-50-50-slider-track {
    animation: none !important;
    transform: translateY(0) !important;
  }
  .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal .custom-landing-50-50-slider-track {
    animation: none !important;
    transform: translateX(0) !important;
  }
}
body.cms-page-is-in-edit-mode .custom-landing-50-50-slider {
  overflow: visible;
}
body.cms-page-is-in-edit-mode .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-vertical,
body.cms-page-is-in-edit-mode .custom-landing-50-50-slider .custom-landing-50-50-slider-gallery-wrapper.is-landing-5050-marquee-horizontal {
  transform: translateY(40px) rotate(0deg);
  height: 90vh;
  overflow: visible;
}

.custom-popup-gallery-wrapper {
  margin-bottom: 0px !important;
}
.custom-popup-gallery-wrapper .site-slide {
  height: 100vh;
}
.custom-popup-gallery-wrapper .site-slider-image {
  width: 100%;
  height: 100vh !important;
  object-fit: cover !important;
}
.custom-popup-gallery-wrapper.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block {
  height: 100vh;
  overflow: hidden;
}
.custom-popup-gallery-wrapper.custom-video-iframe-wrapper .custom-video-iframe .site-slide .site-slide-link .site-slider-image-block iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(100%, 177.7777777778vh) !important;
  height: auto !important;
  max-height: 100vh;
  aspect-ratio: 16/9;
  min-width: 0 !important;
  min-height: 0 !important;
}

.cms-text-feature q,
.cms-text-feature blockquote,
.cms-text-feature-content q,
.cms-text-feature-content blockquote {
  text-align: inherit;
}

blockquote,
q {
  padding: 0 20px;
  position: relative;
  border-radius: 0px;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px)) !important;
  line-height: var(--body-line-height) !important;
}
@media (max-width: 599px) {
  blockquote,
  q {
    padding: 40px 20px;
  }
}
blockquote:before,
q:before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a" !important;
  display: block;
  position: absolute;
  background-size: 100%;
  top: 0px;
  left: 0px;
  font-size: 13px;
  color: var(--secondary-color);
}

q {
  color: var(--primary-color);
}
q h1,
q h2,
q h3,
q h4,
q h5,
q h6,
q .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock q .site-style-intro-text,
q .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title q .site-style-intro-text,
q ul,
q ol,
q li,
q p {
  color: var(--primary-color);
}
q:after, q:before {
  color: var(--secondary-color);
}
q cite {
  color: var(--secondary-color);
}
q cite::before {
  content: "--" !important;
}
q:not(:last-child) {
  margin-bottom: 20px;
}

blockquote {
  background: transparent;
  color: var(--primary-color);
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6,
blockquote .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock blockquote .site-style-intro-text,
blockquote .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title blockquote .site-style-intro-text,
blockquote ul,
blockquote ol,
blockquote li,
blockquote p {
  color: var(--primary-color);
}
blockquote cite {
  color: var(--secondary-color);
}
blockquote cite::before {
  content: "-" !important;
}
blockquote:not(:last-child) {
  margin-bottom: 20px;
}

body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
  padding-left: 190px;
  padding-right: 190px;
}
@media (max-width: 1499px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .site-full-width-block, body:not(.cms-page-is-in-edit-mode) .site-full-width-block-wrapper .cms-text-feature-data > h3.cms-feature-title {
    padding: 0 20px;
  }
}

.site-form-payment-wrapper .site-form-product-payment-block .site-form-product-payment-data {
  background: var(--shade-color-3);
}
.site-form-payment-wrapper .site-form-title {
  color: var(--primary-color);
  font-family: var(--serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs).table th, .cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs).table td {
  vertical-align: top;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr td, .cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr th {
  text-align: left;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr {
  background: transparent;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr th {
  background: var(--secondary-text-color);
  font-family: var(--serif-font);
  color: #ffffff;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr th:first-child {
  border-top-left-radius: 10px;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr th:last-child {
  border-top-right-radius: 10px;
}
.cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr:nth-child(2n) {
  background: var(--custom-color-1);
}
@media (max-width: 599px) {
  .cms-feature-wrapper .cms-feature-datablock table:not(.site-table-tabs) tr:nth-child(2n) {
    background: none;
  }
}

@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td p,
  table.site-table-mobile > thead > tr > th p,
  table.site-table-mobile > tbody > tr > td p,
  table.site-table-mobile > tbody > tr > th p {
    margin: 0 0 20px !important;
  }
}
@media (max-width: 599px) {
  table.site-table-mobile > thead > tr > td h1,
  table.site-table-mobile > thead > tr > td h2,
  table.site-table-mobile > thead > tr > td h3,
  table.site-table-mobile > thead > tr > td h4,
  table.site-table-mobile > thead > tr > td h5,
  table.site-table-mobile > thead > tr > td h6,
  table.site-table-mobile > thead > tr > td .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-mobile > thead > tr > td .site-style-intro-text,
  table.site-table-mobile > thead > tr > td .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-mobile > thead > tr > td .site-style-intro-text,
  table.site-table-mobile > thead > tr > th h1,
  table.site-table-mobile > thead > tr > th h2,
  table.site-table-mobile > thead > tr > th h3,
  table.site-table-mobile > thead > tr > th h4,
  table.site-table-mobile > thead > tr > th h5,
  table.site-table-mobile > thead > tr > th h6,
  table.site-table-mobile > thead > tr > th .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-mobile > thead > tr > th .site-style-intro-text,
  table.site-table-mobile > thead > tr > th .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-mobile > thead > tr > th .site-style-intro-text,
  table.site-table-mobile > tbody > tr > td h1,
  table.site-table-mobile > tbody > tr > td h2,
  table.site-table-mobile > tbody > tr > td h3,
  table.site-table-mobile > tbody > tr > td h4,
  table.site-table-mobile > tbody > tr > td h5,
  table.site-table-mobile > tbody > tr > td h6,
  table.site-table-mobile > tbody > tr > td .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-mobile > tbody > tr > td .site-style-intro-text,
  table.site-table-mobile > tbody > tr > td .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-mobile > tbody > tr > td .site-style-intro-text,
  table.site-table-mobile > tbody > tr > th h1,
  table.site-table-mobile > tbody > tr > th h2,
  table.site-table-mobile > tbody > tr > th h3,
  table.site-table-mobile > tbody > tr > th h4,
  table.site-table-mobile > tbody > tr > th h5,
  table.site-table-mobile > tbody > tr > th h6,
  table.site-table-mobile > tbody > tr > th .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-mobile > tbody > tr > th .site-style-intro-text,
  table.site-table-mobile > tbody > tr > th .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-mobile > tbody > tr > th .site-style-intro-text {
    margin-bottom: 20px !important;
  }
}

table.site-table-no-scroll {
  display: table !important;
}

@media (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    white-space: normal;
  }
  table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack thead, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack tbody, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack tfoot {
    display: block !important;
    width: 100% !important;
    table-layout: auto !important;
    border-collapse: separate !important;
  }
  table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack tr td, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack thead tr td, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack tbody tr td, table.site-table-mobile-stack.ck-table-resized.site-table-mobile-stack tfoot tr td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    word-break: break-word !important;
  }
  table.site-table-mobile-stack tr {
    background-color: transparent;
    border: 1px solid var(--shade-color-1);
    padding: 5px;
  }
  table.site-table-mobile-stack th,
  table.site-table-mobile-stack td {
    padding: 0.625em;
    text-align: center;
    word-wrap: break-word;
  }
  table.site-table-mobile-stack th {
    font-size: 0.85em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--serif-font);
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  table.site-table-mobile-stack {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    display: table !important;
  }
  table.site-table-mobile-stack caption {
    font-size: 1.3em;
  }
  table.site-table-mobile-stack thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.site-table-mobile-stack tr {
    display: block;
    margin-bottom: 0.625em;
    background: none !important;
  }
  table.site-table-mobile-stack td {
    border-top: none;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right !important;
  }
  table.site-table-mobile-stack td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
  }
  table.site-table-mobile-stack td:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 599px) {
  table.site-table-row-border {
    width: 100% !important;
  }
}
table.site-table-row-border tr {
  border-bottom: 1px solid var(--shade-color-1);
}
table.site-table-row-border tr td h1,
table.site-table-row-border tr td h2,
table.site-table-row-border tr td h3,
table.site-table-row-border tr td h4,
table.site-table-row-border tr td h5,
table.site-table-row-border tr td h6,
table.site-table-row-border tr td .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
.cms-feature-wrapper .cms-feature-datablock table.site-table-row-border tr td .site-style-intro-text,
table.site-table-row-border tr td .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
.cms-feature-wrapper .cms-feature-title table.site-table-row-border tr td .site-style-intro-text,
table.site-table-row-border tr td p {
  margin: 0 !important;
}
@media (max-width: 599px) {
  table.site-table-row-border.site-table-mobile > thead > tr > td h1,
  table.site-table-row-border.site-table-mobile > thead > tr > td h2,
  table.site-table-row-border.site-table-mobile > thead > tr > td h3,
  table.site-table-row-border.site-table-mobile > thead > tr > td h4,
  table.site-table-row-border.site-table-mobile > thead > tr > td h5,
  table.site-table-row-border.site-table-mobile > thead > tr > td h6,
  table.site-table-row-border.site-table-mobile > thead > tr > td .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-row-border.site-table-mobile > thead > tr > td .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > thead > tr > td .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-row-border.site-table-mobile > thead > tr > td .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > thead > tr > td p,
  table.site-table-row-border.site-table-mobile > thead > tr > th h1,
  table.site-table-row-border.site-table-mobile > thead > tr > th h2,
  table.site-table-row-border.site-table-mobile > thead > tr > th h3,
  table.site-table-row-border.site-table-mobile > thead > tr > th h4,
  table.site-table-row-border.site-table-mobile > thead > tr > th h5,
  table.site-table-row-border.site-table-mobile > thead > tr > th h6,
  table.site-table-row-border.site-table-mobile > thead > tr > th .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-row-border.site-table-mobile > thead > tr > th .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > thead > tr > th .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-row-border.site-table-mobile > thead > tr > th .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > thead > tr > th p,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h1,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h2,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h3,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h4,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h5,
  table.site-table-row-border.site-table-mobile > tbody > tr > td h6,
  table.site-table-row-border.site-table-mobile > tbody > tr > td .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-row-border.site-table-mobile > tbody > tr > td .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > tbody > tr > td .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-row-border.site-table-mobile > tbody > tr > td .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > tbody > tr > td p,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h1,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h2,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h3,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h4,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h5,
  table.site-table-row-border.site-table-mobile > tbody > tr > th h6,
  table.site-table-row-border.site-table-mobile > tbody > tr > th .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-datablock table.site-table-row-border.site-table-mobile > tbody > tr > th .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > tbody > tr > th .cms-feature-wrapper .cms-feature-title .site-style-intro-text,
  .cms-feature-wrapper .cms-feature-title table.site-table-row-border.site-table-mobile > tbody > tr > th .site-style-intro-text,
  table.site-table-row-border.site-table-mobile > tbody > tr > th p {
    margin: 0 !important;
  }
}

.table th, .table td {
  border: none;
}

table.site-table-tabs {
  text-align: left;
}
@media (max-width: 599px) {
  table.site-table-tabs > tbody {
    display: flex;
    width: 100%;
  }
}
table.site-table-tabs .site-tbl-tab-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-1 > tr {
  max-width: calc(100% / 1);
  flex: 0 0 calc(100% / 1);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-2 > tr {
  max-width: calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-3 > tr {
  max-width: calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-4 > tr {
  max-width: calc(100% / 4);
  flex: 0 0 calc(100% / 4);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-5 > tr {
  max-width: calc(100% / 5);
  flex: 0 0 calc(100% / 5);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-6 > tr {
  max-width: calc(100% / 6);
  flex: 0 0 calc(100% / 6);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-7 > tr {
  max-width: calc(100% / 7);
  flex: 0 0 calc(100% / 7);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-8 > tr {
  max-width: calc(100% / 8);
  flex: 0 0 calc(100% / 8);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-9 > tr {
  max-width: calc(100% / 9);
  flex: 0 0 calc(100% / 9);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-10 > tr {
  max-width: calc(100% / 10);
  flex: 0 0 calc(100% / 10);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-11 > tr {
  max-width: calc(100% / 11);
  flex: 0 0 calc(100% / 11);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper.site-tbl-tab-header-12 > tr {
  max-width: calc(100% / 12);
  flex: 0 0 calc(100% / 12);
  text-align: center;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header {
  display: flex;
  background: var(--tertiary-color) !important;
  border: 0;
  overflow: hidden;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:first-child {
  border-top-left-radius: 10px;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:last-child {
  border-top-right-radius: 10px;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:not(:last-child) {
  border-right: 1px solid var(--primary-color) !important;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header th {
  letter-spacing: 0;
  text-transform: none;
  background: transparent !important;
  border: 0;
  cursor: pointer;
  width: 100%;
  align-self: center;
  color: var(--custom-color-6) !important;
  padding: 20px 40px;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover {
  background: var(--tertiary-color) !important;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header:hover th {
  background: transparent !important;
  color: #ffffff !important;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active {
  background: var(--custom-color-6) !important;
}
table.site-table-tabs .site-tbl-tab-header-wrapper .site-tbl-tab-header.site-tbl-tab-header-active th {
  background: transparent !important;
  color: #ffffff !important;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-header-wrapper {
    display: none;
  }
}
table.site-table-tabs .site-tbl-tab-desc-wrapper {
  background: var(--custom-color-6) !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media (max-width: 599px) {
  table.site-table-tabs .site-tbl-tab-desc-wrapper {
    width: 100%;
  }
}
table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
  display: none;
}
table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc.site-tbl-tab-desc-active {
  display: block;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc {
    display: block !important;
  }
}
table.site-table-tabs .site-tbl-tab-desc-wrapper .site-tbl-tab-desc:last-child .site-tbl-tab-accordion-title {
  margin-bottom: 0;
}
table.site-table-tabs .site-tbl-tab-accordion-title {
  font-family: var(--serif-font);
  display: none;
  color: #ffffff !important;
  text-align: left;
  border: 0 solid transparent !important;
  transition: 0.5s ease all;
  width: 100%;
  border-radius: 0;
  padding: 20px 40px !important;
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  background: var(--tertiary-color) !important;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-accordion-title {
    white-space: normal;
    padding-inline-end: 80px !important;
    margin-bottom: 1px;
  }
}
table.site-table-tabs .site-tbl-tab-accordion-title:hover {
  background: var(--tertiary-color) !important;
  color: #ffffff !important;
}
table.site-table-tabs .site-tbl-tab-accordion-title:hover:before {
  background: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}
table.site-table-tabs .site-tbl-tab-accordion-title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 20px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid var(--secondary-color);
  border-radius: 5px;
  color: #ffffff;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "+" !important;
  font-size: 20px !important;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  padding-bottom: 7px !important;
  transition: all 0.5s ease;
}
table.site-table-tabs .site-tbl-tab-accordion-title:after {
  display: none !important;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-accordion-title {
    display: block;
  }
}
table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active {
  background: var(--custom-color-6) !important;
  color: #ffffff !important;
}
table.site-table-tabs .site-tbl-tab-accordion-title.site-tbl-tab-accordion-title-active:before {
  content: "—" !important;
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color);
  color: var(--quaternary-color) !important;
  font-weight: 600;
  font-size: 10px !important;
  padding-bottom: 0 !important;
}
table.site-table-tabs .site-tbl-tab-desc-block {
  color: #ffffff;
}
table.site-table-tabs .site-tbl-tab-desc-block > tr {
  display: flex;
  width: 100%;
}
table.site-table-tabs .site-tbl-tab-desc-block > tr > td {
  width: 100%;
  display: block;
  white-space: normal;
  padding: 20px 40px;
}
@media (max-width: 899px) {
  table.site-table-tabs .site-tbl-tab-desc-block {
    display: none;
  }
  table.site-table-tabs .site-tbl-tab-desc-block > tr {
    margin: 0 0 20px;
    display: block;
    background: none;
  }
}
@media (min-width: 900px) {
  table.site-table-tabs .site-tbl-tab-desc-block {
    display: block !important;
  }
}

table {
  border: none;
}
table.site-table-accordion {
  display: table !important;
  white-space: normal;
}
@media (max-width: 599px) {
  table.site-table-accordion {
    display: block !important;
    width: 100%;
  }
  table.site-table-accordion tbody {
    display: block;
    width: 100%;
  }
}
table.site-table-accordion tr {
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: var(--body-line-height);
  background: transparent !important;
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  table.site-table-accordion tr {
    padding: 0 !important;
    display: block !important;
    width: 100%;
  }
}
table.site-table-accordion tr th {
  color: var(--custom-color-6) !important;
  text-align: left;
  background: none !important;
  letter-spacing: 0;
  text-transform: none;
  border: none;
  transition: all 0.5s ease;
}
table.site-table-accordion tr td {
  text-align: left;
  width: 100%;
  display: block;
}
table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
  padding-top: 20px;
  border-bottom: 1px solid var(--secondary-color);
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  background: transparent !important;
  border-bottom: 1px solid var(--secondary-color) !important;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
  margin: 0 0 20px;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: var(--custom-color-6) !important;
  text-align: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 20px 60px 20px 20px !important;
  font-size: 27px !important;
  font-weight: 700;
}
@media (max-width: 599px) {
  table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
    font-size: 24px !important;
    padding: 20px 60px 20px 10px !important;
  }
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover {
  background: transparent !important;
  color: var(--primary-color) !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: var(--primary-color) !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header th {
  padding-inline-end: 80px;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header th:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 20px;
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 100%;
  color: var(--quaternary-color);
  content: "+" !important;
  font-size: 20px !important;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--quaternary-color);
  border-radius: 5px;
  font-weight: normal;
  padding-bottom: 4px !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header th:after {
  display: none !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header th:hover:before {
  background: var(--quaternary-color) !important;
  color: #ffffff !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: var(--primary-color) !important;
  background: transparent !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:before {
  content: "—" !important;
  background: var(--primary-color) !important;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 10px !important;
  padding-bottom: 0 !important;
}
table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc:not(:last-child) {
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 599px) {
  table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-desc:not(:last-child) {
    display: block !important;
  }
}
table.site-table-accordion.site-table-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  padding: 25px 40px 25px 120px !important;
}
table.site-table-accordion.site-table-accordion-arrow-first tr.site-tbl-accordion-row.site-tbl-accordion-header th:before {
  left: 30px;
  right: initial;
}

.site-feature-accordion-wrapper .cms-feature-title {
  position: relative;
  cursor: pointer;
  margin-bottom: 0px !important;
  min-height: 49px;
  display: flex;
  align-items: center;
  background: #ffffff;
  color: var(--primary-color);
  padding: 10px 10px 10px 46px;
  background: transparent !important;
  border: 1px solid var(--quaternary-color);
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  transition: all 0.5s ease;
}
@media (max-width: 599px) {
  .site-feature-accordion-wrapper .cms-feature-title {
    padding-right: 59px;
    padding-block: 6px;
  }
}
.site-feature-accordion-wrapper .cms-feature-title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 30px;
  width: 32px;
  height: 32px;
  background: var(--primary-color);
  border-radius: 100%;
  color: #ffffff;
  content: "+" !important;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
}
.site-feature-accordion-wrapper .cms-feature-datablock {
  margin-top: 30px;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title {
  color: #ffffff;
  color: var(--primary-color) !important;
  background: transparent !important;
  color: var(--primary-color) !important;
}
.site-feature-accordion-wrapper.site-feature-accordion-active .cms-feature-title:before {
  content: "—" !important;
  background: var(--primary-color) !important;
  color: var(--custom-color-6) !important;
  font-size: 16px;
}

body.cms-page-is-in-edit-mode .site-feature-accordion {
  display: block;
}

body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
  border-bottom-color: var(--custom-color-2) !important;
  color: #ffffff !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper p,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h1, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h2, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h3, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h4, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h5, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h6, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text, body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper li,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper span,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper strong,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper em,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper blockquote,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper td,
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper th {
  color: #ffffff !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper a {
  color: var(--secondary-color) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper ul:not(.slick-dots):not(.todo-list) li::before {
  background-color: #ffffff !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  border-bottom-color: var(--custom-color-2) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #ffffff !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:before {
  border-color: var(--secondary-color) !important;
  color: #ffffff !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover {
  color: var(--secondary-color) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: var(--secondary-color) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: var(--secondary-color) !important;
}
body.is-landing-page table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}

table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
  border-bottom-color: var(--custom-color-2) !important;
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper p,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h1, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h2, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h3, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h4, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h5, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h6, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper li,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper span,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper strong,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper em,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper blockquote,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper td,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper th {
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper a {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li::before {
  background-color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  border-bottom-color: var(--custom-color-2) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:before {
  border-color: var(--secondary-color) !important;
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}

table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper {
  border-bottom-color: var(--custom-color-2) !important;
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper p,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h1, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h2, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h3, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h4, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h5, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper h6, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-datablock .site-style-intro-text, .cms-feature-wrapper .cms-feature-datablock table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text, table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .cms-feature-wrapper .cms-feature-title .site-style-intro-text, .cms-feature-wrapper .cms-feature-title table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper .site-style-intro-text,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper li,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper span,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper strong,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper em,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper blockquote,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper td,
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper th {
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper a {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row .site-tbl-accordion-desc-wrapper ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li::before {
  background-color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header {
  border-bottom-color: var(--custom-color-2) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th {
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:before {
  border-color: var(--secondary-color) !important;
  color: #ffffff !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header th:hover:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header:hover th {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th {
  color: var(--secondary-color) !important;
}
table.site-table-tabs table.site-table-accordion tr.site-tbl-accordion-row.site-tbl-accordion-header.site-tbl-accordion-header-active th:before {
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--quaternary-color) !important;
}

.site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.site-pagination li {
  padding: 0;
  text-align: center;
}
.site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--shade-color-3);
  background: var(--primary-color);
}
.site-pagination li.site-pagination-active a, .site-pagination li:hover a {
  background: var(--secondary-color);
  color: #ffffff;
}

figure.image.site-img-round-border img {
  border-radius: var(--image-border-radius);
}
figure.image.site-img-overlay:after {
  background: var(--image-overlay);
}
figure.image.site-img-overlay.site-img-round-border:after {
  border-radius: var(--image-border-radius);
}

body:not(.cms-page-is-in-edit-mode) figure.image {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.empty-template .site-header, .empty-template .site-footer {
  display: none !important;
}
.empty-template .site-main {
  padding-top: 0;
  width: initial;
}

body:not(.cms-page-is-in-edit-mode).landing-page .site-main {
  padding-bottom: 100px;
}
body:not(.cms-page-is-in-edit-mode) .site-row-block-reduced {
  max-width: 76rem;
  margin-inline: auto;
  float: initial;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper {
  width: 100%;
  clear: both;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article {
  display: block;
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  float: right;
  padding-left: 120px;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
    padding: 0;
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
  float: left;
}
@media (max-width: 766px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-main-data {
    float: none;
  }
}
.news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar article .site-sidebar {
  padding-right: 0 !important;
}
@media (min-width: 767px) {
  .news-content-template .news-content-page .site-main-wrapper .site-sub-wrapper.site-main-with-sidebar .site-main-data {
    width: calc(100% - 490px);
  }
}

table.custom-sg-feature {
  width: 100%;
  margin-bottom: 30px;
}
table.custom-sg-feature tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
table.custom-sg-feature td {
  width: 100%;
  vertical-align: top;
}
table.custom-sg-feature td img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  table.custom-sg-feature tr {
    flex-direction: row;
    gap: 20px;
  }
  table.custom-sg-feature td {
    width: 50%;
  }
}

.cms-bb-search-wrapper .site-pagination {
  display: flex;
  list-style: none;
  justify-content: center;
  margin: 20px 0 0;
}
.cms-bb-search-wrapper .site-pagination li {
  padding: 0 !important;
  text-align: center;
}
.cms-bb-search-wrapper .site-pagination li:before {
  display: none !important;
}
.cms-bb-search-wrapper .site-pagination li a {
  color: #ffffff;
  padding: 7px 15px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--shade-color-3);
  background: var(--primary-color);
}
.cms-bb-search-wrapper .site-pagination li.site-pagination-active a, .cms-bb-search-wrapper .site-pagination li:hover a {
  background: var(--secondary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper {
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: var(--primary-color);
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: var(--secondary-color);
  color: #000000;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 60px;
  right: 20px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  content: "X";
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: var(--shade-color-1);
  margin: auto;
  z-index: -2;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: absolute;
    width: 90%;
    background: #ffffff;
    height: 100vh;
    top: 0;
    border: 1px solid var(--shade-color-1);
    padding: 100px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
  }
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    right: 0%;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
  align-items: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 50px;
  outline-color: transparent;
  border: 1px solid var(--text-color);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  height: 66px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--sans-serif-font);
  width: 300px;
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box:focus, .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box:focus-visible {
  border: 1px solid var(--text-color);
  outline: none;
  box-shadow: none;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 10px;
  line-height: 1;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: flex;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 300px;
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  margin: 0 -15px;
  opacity: 1;
  transition: opacity ease 0.5s;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list.cms-bb-result-list-active {
  opacity: 1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
  width: 33.3% !important;
  padding: 0 15px 30px;
}
@media (max-width: 1599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 1199px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 33.3%;
  }
}
@media (max-width: 999px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
  border: 1px solid transparent;
  padding-bottom: 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data a:hover {
  color: var(--secondary-color) !important;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  margin: 0 0 20px;
  box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.25);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 1499px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    height: 375px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc {
  margin: 14px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-employment-departments {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-employment-departments .cms-bb-data-title {
  margin-bottom: 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-data-title {
  font-weight: bold;
  margin: 0 0 5px;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-name {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-family: var(--sans-serif-font);
  font-weight: 600;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-preferredName {
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
  margin: -5px 0 10px;
  font-family: var(--sans-serif-font);
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-job-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
  font-family: var(--sans-serif-font);
  font-weight: bold;
  margin: -5px 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-alumni-year {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address {
  font-size: 12px;
  line-height: 17px;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-family: var(--sans-serif-font);
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-block {
  margin: 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-address .cms-bb-directory-address-type {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 5px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships {
  font-size: 14px;
  line-height: 23px;
  color: var(--primary-color);
  margin: 0 0 10px;
  font-family: var(--sans-serif-font);
  font-weight: normal;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block {
  margin: 0 0 5px;
  display: inline;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:after {
  content: ",";
  margin: 0 4px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-block:last-child:after {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc .cms-bb-directory-relationships .cms-bb-directory-relationships-type {
  text-transform: lowercase;
  font-size: 14px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 23px;
  color: var(--primary-color);
  font-family: var(--sans-serif-font);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a {
  color: var(--text-color);
  border-bottom: 1px solid var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-directory-custom-block a:hover {
  color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact a {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact .cms-bb-directory-email a {
  position: relative;
  padding-left: 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-contact .cms-bb-directory-email a::before {
  content: "\e912";
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: var(--primary-color);
}

.cms-bb-directory-phone-type {
  font-size: 0;
}
.cms-bb-directory-phone-type:before {
  content: "Ext: ";
  font-size: 14px;
}

.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
  padding: 30px 0 0;
  text-align: center;
}
.site-bb-image-round .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
  width: 225px;
  height: 225px;
  border-radius: 100%;
  margin: auto;
  border: 1px solid transparent;
}

@media (min-width: 600px) {
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data {
    display: flex;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block {
    width: 300px;
    flex: 0 0 300px;
    margin: 0;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-parent-image-block .cms-bb-directory-image {
    width: 100%;
    height: 350px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc, .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item .cms-bb-result-item-data .cms-bb-directory-desc-wrapper .cms-bb-directory-desc {
    text-align: left;
    margin: 15px 20px 10px;
  }
  .site-bb-directory-list .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 1399px) {
  .site-bb-directory-list-2 .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
    width: 100%;
  }
}
.site-bb-image-grid {
  container-type: inline-size;
  container-name: bb-image-grid;
}
.site-bb-image-grid .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 30px 20px;
  margin: 0 !important;
  flex-wrap: unset;
}
.site-bb-image-grid .cms-bb-search-wrapper .cms-bb-result-wrapper.cms-directory-result-wrapper .cms-bb-result-list .cms-bb-result-item {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  padding: 0 !important;
  position: static !important;
  left: auto !important;
  top: auto !important;
}

/*.cms-bb-search-wrapper  {

    .cms-bb-search-block {
        //background: #f7f7f7;
        //padding: $gutter*2;
        margin: 0 0 $gutter*2;

        .cms-bb-search-block {

            .cms-bb-search-filter {
                flex: 0 0 500px;
                max-width: 500px;
                padding: 0 $gutter+5;
            }
        }

        .cms-bb-search-button {
            text-align: center;
            margin: $gutter*2 0 0;
        }

        .vc-search-filter-sport_events {
            //display: flex;
            //justify-content: space-between;
            display: block;
            overflow: hidden;

            .vc-search-filter-sport-title {
                line-height: 26px;
                padding: 0 0 1px;
            }

            .sport_events-categories {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .sport_events-search-button {
                margin: $gutter*3 0 0;

                @include maxbp($r_1000) {
                    margin: $gutter*2 0 0;
                }
            }

            .vc-search-filter-sport-dropdown-block {
                margin: 0 $gutter 0 0;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                }
            }

            .vc-search-filter-sport-dropdown {
                //display: none;
                width: 300px !important;

                @include maxbp($r_1000) {
                    margin: 0 0 $gutter;
                    width: 100% !important;
                }

                @include input;
                height: auto;
                max-height: 46px;
                overflow: hidden;
                transition: all ease 0.5s;
                background: url("../images/bottom-arrow.svg") no-repeat 96% 17px;

                &.vc-search-filter-sport-dropdown-active {
                    max-height: 400px;
                }

                a {
                    display: block;
                    line-height: 25px;
                }
            }
        }

        .cms-bb-filter-buttons {
            margin: 0;
            a {

                @include maxbp($mobile) {
                    display: block;
                }

                &.cms-bb-search-button-active {
                    color: $m2;
                }
            }
        }
    }

    .vc-search-filter-sport-left {
        float: left;
        display: flex;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }
    }

    .vc-search-filter-sport-right {
        float: right;
        display: flex;
        justify-content: flex-end;

        @include maxbp($r_1000) {
            float: none;
            display: block;
        }

        .cms-bb-filter-picker {
            margin: $gutter*3 0 0;

            @include maxbp($r_1000) {
                margin: $gutter 0 0;
            }

            input.cms-bb-date-picker {
                @include input;
                color: $m1;


                @include maxbp($mobile) {
                    background: url("../images/calender.png") no-repeat;
                    background-size: 25px;
                    background-position: center right;
                }

                &::-webkit-inner-spin-button, &::-webkit-calendar-picker-indicator {
                    //display: none;
                    //-webkit-appearance: none;
                }
            }
        }

    }

    .cms-bb-result-wrapper  {

        .cms-bb-sports-title {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin: 0 0 $gutter;
            color: $m1;

            .cms-bb-sports-name-title , .cms-bb-sports-grade-title, .cms-bb-sports-jersey-number-title {
                @extend h5;
                text-transform: uppercase;
                margin: 0 0 $gutter/2;
            }


        }

        .cms-bb-sports-name, .cms-bb-sports-name-title {
            flex: 0 0 40%;
        }

        .cms-bb-sports-jersey-number, .cms-bb-sports-grade, .cms-bb-sports-jersey-number-title, .cms-bb-sports-grade-title {
            flex: 0 0 30%;
            text-align: center;
        }

        .cms-bb-result-list {

            .cms-bb-sports-result {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin: 0 0 $gutter;
                color: $m1;
                font-family: $serif;
                font-weight: normal;
            }

            &.cms-directory-result-list {
                display: flex;
                justify-content: center;
                flex-wrap: wrap;
                margin: 0 -15px;

                .cms-bb-result-item.cms-bb-directory-result {
                    max-width: 20%;
                    flex: 0 0 20%;
                    padding: $gutter+5;

                    @include maxbp($laptop) {
                        max-width: 25%;
                        flex: 0 0 25%;
                    }

                    @include maxbp($tablet_l) {
                        max-width: 33.3%;
                        flex: 0 0 33.3%;
                    }

                    @include maxbp($mobile) {
                        max-width: 100%;
                        flex: 0 0 100%;
                    }

                    .cms-bb-result-item-data {
                        border: 1px solid #e9e9e9;

                        .cms-bb-directory-image-block {
                            margin: 0 0 $gutter*3;

                            .cms-bb-directory-image {
                                width: 100%;
                                height: 300px;
                                object-fit: cover;
                                object-position: top;
                            }
                        }

                        .cms-bb-directory-desc {
                            text-align: center;
                            margin: $gutter*2;

                            .cms-bb-directory-name {
                                font-size: 32px;
                                line-height: 40px;
                                color: $m1;
                                margin: 0 0 $gutter;
                                font-family: $sans-serif;
                                font-weight: normal;

                            }

                            .cms-bb-directory-preferredName {
                                margin: 0 0 $gutter;
                                display: none;
                            }

                            .cms-bb-directory-jobtitle {
                                color: $m2;
                                text-transform: uppercase;
                                font-size: 13px;
                                font-weight: normal;
                                font-family: gothamblack;
                                margin: 0 0 10px;
                                word-wrap: break-word;
                            }
                        }

                        .cms-bb-directory-contact {
                            display: flex;
                            justify-content: space-between;
                            background: $s3;
                            padding: $gutter/2 $gutter*2;
                            font-weight: normal;
                            font-family: gothamblack;
                        }
                    }
                }
            }

            &.cms-sport_events-result-list {
                .cms-bb-sport_events-result {
                    border: 1px solid $s1;
                    padding: $gutter*2;
                    margin: 0 0 $gutter*2;
                    display: flex;
                    overflow: hidden;
                    align-items: center;

                    @include maxbp($mobile) {
                        display: block;
                    }

                    .cms-bb-sport_events-date-wrapper {
                        width: 50px;
                        text-align: center;
                        color: $m2;
                        font-family: $serif;

                        @include maxbp($mobile) {
                            width: 100%;
                            display: flex;
                        }

                        .cms-bb-sport_events-day {
                            .cms-bb-sport_events-fullday {
                                display: none;
                            }

                            @include maxbp($mobile) {
                                position: relative;
                                margin: 0 $gutter/2 0 0;
                                padding: 0 $gutter/2 0 0;

                                &:after {
                                    content: ",";
                                    position: absolute;
                                    right: 0;
                                    bottom: 0;
                                }
                            }
                        }



                        .cms-bb-sport_events-month {
                            text-transform: uppercase;
                        }

                        .cms-bb-sport_events-date {
                            font-size: 30px;
                            margin: $gutter/2 0;

                            @include maxbp($mobile) {
                                font-size: 14px;
                                line-height: 23px;
                                margin: 0;
                                margin: 0 $gutter/2;
                            }
                        }
                    }

                    .cms-bb-sport_events-data {
                        width: calc(100% - 220px);
                        padding: 0 $gutter 0 $gutter*3;

                        @include maxbp($mobile) {
                            width: 100%;
                            padding: $gutter 0 0;
                        }

                        .cms-bb-sport_events-homeaway {
                            margin: 0 0 $gutter;
                            font-family: $serif;
                            font-size: 14px;
                            text-transform: uppercase;
                            color: $m1;
                        }

                        .cms-bb-sport_events-opponent {
                            font-family: $serif;
                            font-size: 20px;
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-desc {
                            margin: 0 0 $gutter;
                        }

                        .cms-bb-sport_events-detail-block {
                            .cms-bb-sport_events-location-block {
                                //display: flex;
                                display: block;

                                @include maxbp($mobile) {
                                    display: block;
                                }

                                .cms-bb-sport_events-time {
                                    margin: 0 $gutter $gutter 0;
                                    display: inline-block;
                                    vertical-align: top;

                                    span {
                                        position: relative;
                                        padding-left: $gutter*3;

                                        &:before {
                                            @include icon-code("\e911");
                                            @include icon-fonts();
                                            position: absolute;
                                            left: 10px;
                                        }
                                    }

                                    @include maxbp($mobile) {
                                        margin: 0 0 $gutter;
                                    }
                                }

                                .cms-bb-sport_events-address {
                                    position: relative;
                                    padding-left: $gutter*3;
                                    display: inline-block;
                                    margin: 0 0 $gutter;
                                    vertical-align: top;

                                    &:before {
                                        @include icon-code("\e910");
                                        @include icon-fonts();
                                        position: absolute;
                                        left: 10px;
                                    }
                                }

                                .cms-bb-sport_events-destination {
                                    position: relative;
                                    padding: 0 0 0 $gutter*2;
                                    margin: 0 0 0 $gutter;

                                    &:before {
                                        content: "";
                                        width: 8px;
                                        height: $gutter/5;
                                        display: block;
                                        background: $m1;
                                        position: absolute;
                                        left: 0;
                                        top: 7px;
                                        margin: auto;
                                    }
                                }
                            }

                            .cms-bb-sport_events-map-block {
                                margin: $gutter/2 0 0;
                            }
                        }
                    }

                    .cms-bb-sport_events-game-outcome-wrapper {
                        display: flex;
                        justify-content: end;
                        width: 170px;
                        font-family: $serif;
                        color: $m1;
                        font-size: 20px;

                        @include maxbp($mobile) {
                            width: 100%;
                            justify-content: flex-start;
                        }

                        .cms-bb-sport_events-game-outcome {
                            margin: 0 $gutter+5 0 0;


                        }

                        .cms-bb-sport_events-game-score {
                            .cms-bb-sport_events-game-us {

                            }

                            .cms-bb-sport_events-game-opponent {
                                position: relative;
                                padding: 0 0 0 $gutter;
                                margin: 0 0 0 $gutter/5;

                                &:before {
                                    content: "";
                                    width: $gutter/2;
                                    height: $gutter/5;
                                    display: block;
                                    background: $m1;
                                    position: absolute;
                                    left: 0;
                                    top: 0;
                                    bottom: 0;
                                    margin: auto;
                                }
                            }
                        }
                    }

                    &.cms-bb-sport_events-home {
                        background: $m1;

                        .cms-bb-sport_events-opponent, .cms-bb-sport_events-desc, .cms-bb-sport_events-game-outcome-wrapper, .cms-bb-sport_events-homeaway, .cms-bb-sport_events-date-wrapper {
                            color: $white;

                            .cms-bb-sport_events-game-opponent {
                                &:before {
                                    background: $white;
                                }
                            }
                        }

                        .cms-bb-highlighter-link {
                            border: 1px solid transparent;
                            &:hover {
                                border: 1px solid $white;
                                background: none;
                            }
                        }

                        .cms-bb-light-highlighter {
                            background: #11375E;
                            color: $white;
                        }

                    }

                    &.cms-bb-sport_events-away {
                        background: #FAFAFA;
                        border: none;
                    }
                }
            }

            .cms-bb-highlighter {
                background: $m1;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;
            }

            .cms-bb-highlighter-link {
                background: $m2;
                color: $white;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                a {
                    color: $white;
                }

                &:hover {
                    background: $m1;
                }
            }

            .cms-bb-light-highlighter {
                background: #EBEDEA;
                color: $m1;
                padding: 4px 10px 5px;
                border-radius: 14px;
                display: inline-block;
                font-size: 13px;

                @include maxbp($mobile) {
                    display: block;
                    width: 100%;
                }
            }
        }
    }
}



.cms-page-is-in-preview-mode {
    &.Veracrossdata-page {
        margin: 50px 0 0;
    }
}

.cms-bb-search-directory-filters {
    display: flex;
    justify-content: center;

    @include maxbp($mobile) {
        display: block;
    }

    .cms-bb-search-filter {
        margin: 0 $gutter;
        max-width: 400px;
        width: 100%;
    }
}
*/
/** @format */
.cms-bb-search-wrapper .integration-close {
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: transparent;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close::before {
  content: "\e90f" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primary-color);
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close:hover, .cms-bb-search-wrapper .integration-close:focus {
  background: var(--primary-color);
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper .integration-close:hover::before, .cms-bb-search-wrapper .integration-close:focus::before {
  color: #ffffff;
  transition: 0.5s ease all;
}
.cms-bb-search-wrapper select:focus {
  border-color: var(--secondary-color);
}
.cms-bb-search-wrapper .cms-sport-events-date-picker {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: end;
  font-size: 0;
  line-height: 0;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker::before, .cms-bb-search-wrapper .cms-sport-events-date-picker::after {
  display: block;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 5px;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker::before {
  content: "From:";
  grid-column: 1;
  grid-row: 1;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker::after {
  content: "To:";
  grid-column: 2;
  grid-row: 1;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker .cms-integration-filter-picker {
  display: contents;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input {
  height: 48px;
  margin: 0;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: 1.3;
  color: var(--text-color);
  width: 100%;
  box-sizing: border-box;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input:first-of-type {
  grid-column: 1;
  grid-row: 2;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input:last-of-type {
  grid-column: 2;
  grid-row: 2;
}
.cms-bb-search-wrapper .cms-sport-events-date-picker input:focus {
  outline: 2px solid var(--secondary-color);
  outline-offset: 1px;
  border-color: var(--secondary-color);
}
@media (max-width: 1099px) {
  .cms-bb-search-wrapper .cms-sport-events-date-picker {
    grid-template-columns: 1fr;
  }
  .cms-bb-search-wrapper .cms-sport-events-date-picker::before {
    grid-column: 1;
    grid-row: 1;
  }
  .cms-bb-search-wrapper .cms-sport-events-date-picker::after {
    grid-column: 1;
    grid-row: 3;
  }
  .cms-bb-search-wrapper .cms-sport-events-date-picker input:first-of-type {
    grid-column: 1;
    grid-row: 2;
  }
  .cms-bb-search-wrapper .cms-sport-events-date-picker input:last-of-type {
    grid-column: 1;
    grid-row: 4;
  }
}
.cms-bb-search-wrapper .cms-bb-sport-totals {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin: 20px 0 0;
  padding: 7.5px 15px;
  background: #f5f5f5;
  border-radius: 999px;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-sport-totals::before {
  content: "Record";
  font-weight: 400;
  margin-right: 0.35em;
}
.cms-bb-search-wrapper .cms-bb-sport-totals [class*=-title] {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-sport-totals [class*=-number] {
  font-weight: 700;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-played {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-won, .cms-bb-search-wrapper .cms-bb-sport-totals-loss, .cms-bb-search-wrapper .cms-bb-sport-totals-tie {
  display: inline-flex;
  align-items: center;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-won {
  order: 1;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-won::after {
  content: "–";
  margin: 0 0.35em;
  font-weight: 400;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-loss {
  order: 2;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-loss::after {
  content: "–";
  margin: 0 0.35em;
  font-weight: 400;
}
.cms-bb-search-wrapper .cms-bb-sport-totals-tie {
  order: 3;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper {
  margin: 20px 0 0;
  clear: both;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data {
  border: 1px solid var(--secondary-color);
  padding: 20px;
  margin: 0 0 20px !important;
  display: flex;
  overflow: hidden;
  align-items: center;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data {
    display: block;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-light-highlighter {
  background: var(--shade-color-2);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button {
  display: inline-block;
  background: var(--primary-color);
  border: 1px solid transparent;
  color: #ffffff;
  border-radius: 20px;
  font-size: 15px;
  font-family: var(--sans-serif-font);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #ffffff;
  padding: 0 15px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: var(--secondary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  width: 60px;
  text-align: center;
  color: var(--primary-color);
  font-family: var(--serif-font);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day .cms-bb-sport-events-fullday {
  display: none;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day .cms-bb-sport-events-smallday {
  font-size: 16px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 2px;
  line-height: 1.1;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-year {
  font-size: 18px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date {
  font-size: 38px;
  margin: 0;
  font-family: var(--sans-serif-font);
  font-weight: 700;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 2.5px;
    width: 100% !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    text-align: left;
    font-family: var(--sans-serif-font);
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0px !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day,
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month,
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-year,
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date {
    float: none !important;
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 1px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: 700 !important;
    line-height: inherit !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day {
    order: 1;
    padding-left: 0 !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day .cms-bb-sport-events-smallday {
    font-size: inherit !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-day::after {
    display: none !important;
    content: none !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-month {
    order: 2;
    text-transform: uppercase;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date {
    order: 3;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-date::after {
    display: none !important;
    content: none !important;
  }
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper .cms-bb-sport-events-year {
    order: 4;
    padding-right: 0 !important;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data {
  width: calc(100% - 220px);
  padding: 0 10px 0 30px;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data {
    width: 100%;
    padding: 10px 0 0;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  display: inline-block;
  margin: 0 0 10px;
  padding: 2.5px 10px;
  border-radius: 5px;
  font-family: var(--sans-serif-font);
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-title {
  margin: 0 0 10px;
  font-family: var(--serif-font);
  font-size: 22x;
  color: var(--quaternary-color);
  font-weight: 700;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper {
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  font-family: var(--sans-serif-font);
  font-size: 18px;
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  color: var(--text-color);
  font-family: var(--sans-serif-font);
  font-size: 18px;
  font-weight: bold;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  margin: 0 0 10px;
  font-family: var(--sans-serif-font);
  font-size: 18px;
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block {
  display: block;
  font-size: 15px;
  color: var(--text-color);
  font-family: var(--sans-serif-font);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-location-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 2px 15px 2px 30px;
  border-radius: 20px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-location-item:before {
  position: absolute;
  left: 10px;
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
  margin: 0 10px 10px 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time:before {
  content: "\e911" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primary-color);
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-time {
    margin: 0 0 10px;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address {
  margin: 0 0 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-address:before {
  content: "\e910" !important;
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-destination {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 0 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-location-block .cms-bb-sport-events-destination:before {
  content: "";
  width: 8px;
  height: 2px;
  display: block;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 7px;
  margin: auto;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-detail-block .cms-bb-sport-events-map-block {
  margin: 5px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  display: flex;
  justify-content: end;
  width: 170px;
  font-family: var(--serif-font);
  color: var(--primary-color);
  font-size: 20px;
}
@media (max-width: 599px) {
  .cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
    width: 100%;
    justify-content: flex-start;
  }
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-outcome {
  margin: 0 15px 0 0;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-score .cms-bb-sport-events-game-opponent {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 2px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-score .cms-bb-sport-events-game-opponent:before {
  content: "";
  width: 5px;
  height: 2px;
  display: block;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cms-bb-sport-events-search-block-desc {
  background-color: #f5f5f5;
  padding: 15px 20px;
  border-radius: 5px;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters > .cms-integration-search-sport-filter,
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters > .integration-search-filter-sport-dropdown-block {
  flex: 1 1 200px;
  min-width: 0;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters label,
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters .integration-search-filter-sport-label {
  display: block;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  font-weight: 700;
  line-height: 1.3;
  color: var(--text-color);
  margin-bottom: 5px;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters .sport-events-select {
  width: 100%;
  max-width: none;
  height: 48px;
  min-height: 48px;
  padding: 10px 15px;
  padding-right: 35px;
  background: #ffffff;
  border: 1px solid var(--tertiary-color);
  border-radius: 5px;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  line-height: 1.3;
  color: var(--text-color);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23003145' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 10px 6px;
  cursor: pointer;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters .sport-events-select:focus {
  border-color: var(--secondary-color);
  outline: 2px solid var(--secondary-color);
  outline-offset: 1px;
}
.cms-bb-sport-events-search-block-desc .cms-sport-events-filters::after {
  content: "- OR -";
  flex: 0 0 100%;
  text-align: center;
  font-family: var(--sans-serif-font);
  font-size: clamp(calc(var(--small-font-size-min) * 1px), calc(var(--small-font-size-min) * 1px + (100vw - 600px) * ((var(--small-font-size-max) - var(--small-font-size-min)) / (1920 - 600))), calc(var(--small-font-size-max) * 1px));
  letter-spacing: 1px;
  color: var(--text-color);
  padding: 10px 0;
}
@media (min-width: 1100px) {
  .cms-bb-sport-events-search-block-desc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
  }
  .cms-bb-sport-events-search-block-desc .cms-sport-events-filters {
    flex: 0 0 100%;
  }
  .cms-bb-sport-events-search-block-desc .cms-sport-events-date-picker {
    flex: 1 1 auto;
    min-width: 0;
  }
  .cms-bb-sport-events-search-block-desc .sport-events-search-button {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .cms-bb-sport-events-search-block-desc .sport-events-search-button::before {
    content: " ";
    display: block;
    font-family: var(--sans-serif-font);
    font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    visibility: hidden;
  }
}
.cms-bb-sport-events-search-block-desc .sport-events-search-button .sport-events-button {
  height: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1;
  background: var(--primary-color);
  color: #ffffff;
  border: 2px solid transparent;
  margin-bottom: 10px;
}
@media (hover: hover) {
  .cms-bb-sport-events-search-block-desc .sport-events-search-button .sport-events-button:hover {
    background: var(--secondary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
  }
}
.cms-bb-sport-events-search-block-desc .sport-events-search-button .sport-events-button:focus {
  background: var(--secondary-color);
  color: #ffffff;
  border-color: var(--secondary-color);
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data {
  background: color-mix(in srgb, var(--primary-color) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--primary-color) 32%, transparent);
  border-radius: 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-light-highlighter {
  background: #f5f5f5;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: var(--secondary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  background: var(--primary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-title {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-home .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-opponent:before {
  background: var(--primary-color);
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data {
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-light-highlighter {
  background: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button {
  background: var(--primary-color);
  border: 1px solid transparent;
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button:hover {
  background: var(--secondary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-event-button:hover a {
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-date-wrapper {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-homeaway {
  background: var(--quaternary-color);
  color: #ffffff;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-team {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-team-wrapper .cms-bb-sport-events-opponent {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-data .cms-bb-sport-events-desc {
  color: var(--text-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper {
  color: var(--primary-color);
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-away .cms-bb-result-item-data .cms-bb-sport-events-game-outcome-wrapper .cms-bb-sport-events-game-opponent:before {
  background: var(--primary-color);
}

.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-cancelled .cms-bb-sport-events-homeaway {
  display: inline-block;
}
.cms-bb-search-wrapper .cms-bb-result-wrapper .cms-bb-result-item.cms-bb-sport-events-result.cms-bb-sport-events-cancelled .cms-bb-sport-events-homeaway::after {
  content: " Cancelled";
  background: #db0404;
  color: #ffffff;
  padding: 0 5px;
  margin-left: 10px;
  display: inline-block;
}

.site-bb-roster-coach-table {
  width: 100%;
  color: var(--primary-color);
}
.site-bb-roster-coach-table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-bb-roster-coach-table tr th,
.site-bb-roster-coach-table tr td {
  width: 50%;
  text-wrap: wrap;
}
.site-bb-roster-coach-table tr .cms-team-roster-coach-title-title,
.site-bb-roster-coach-table tr .cms-team-roster-coach-name-title {
  font-size: 18px;
  text-transform: uppercase;
}

.site-bb-roster-player-table {
  width: 100%;
  color: var(--primary-color);
}
.site-bb-roster-player-table tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.site-bb-roster-player-table tr th,
.site-bb-roster-player-table tr td {
  width: 50%;
  text-wrap: wrap;
}
.site-bb-roster-player-table tr .cms-team-roster-player-name-title,
.site-bb-roster-player-table tr .cms-team-roster-player-position-title {
  font-size: 18px;
  text-transform: uppercase;
}

.site-bb-roster-coach-title {
  display: none;
}

.cms-team-roster-player-jersey-number-title {
  font-size: 0;
}
.cms-team-roster-player-jersey-number-title::before {
  content: "JERSEY NO.";
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
}

/** @format */
.cms-integration-feature {
  position: relative;
}

.cms-bb-search-block-wrapper {
  padding-top: 30px;
  clear: both;
  display: block;
  overflow: hidden;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
  display: none;
  background: var(--primary-color);
  color: #ffffff;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.5s ease all;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title:hover {
  background: var(--secondary-color);
  color: #ffffff;
  transition: 0.5s ease all;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid var(--primary-color);
  font-size: 20px;
  transition: 0.5s ease all;
  line-height: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--primary-color);
}
@media (min-width: 1100px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-close {
    display: none;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block-close::before {
  font-family: "site-icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f" !important;
}
.cms-bb-search-block-wrapper .cms-bb-search-block-close:hover, .cms-bb-search-block-wrapper .cms-bb-search-block-close:focus {
  background: var(--primary-color);
  color: #ffffff;
  transition: 0.5s ease all;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation {
  display: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 40px 0 25px;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation:after {
  content: "";
  display: block;
  background: white;
  z-index: 1;
  width: 50px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
  display: none;
}
.cms-bb-search-block-wrapper .cms-bb-filter-saparation:before {
  content: "";
  height: 1px;
  width: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: var(--shade-color-1);
  margin: auto;
  z-index: -2;
  display: none;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-filter-saparation {
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    right: -100%;
    position: fixed;
    width: 100%;
    background: var(--shade-color-2);
    height: calc(100vh - 141px);
    top: 0;
    border: 1px solid var(--shade-color-2);
    padding: 60px 10px 10px;
    margin: auto;
    transition: all ease 0.5s;
    z-index: 9;
    top: 100px;
    height: calc(100dvh - 100px);
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker {
    padding: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters > div,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker > div {
    margin-bottom: 20px;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters *,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker * {
    color: var(--text-color) !important;
  }
}
@media (max-width: 1099px) and (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-filters input,
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc .cms-sport-events-date-picker input {
    width: 100%;
    margin: 10px 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-desc.cms-bb-search-block-desc-active {
    overflow-y: auto;
    right: 0%;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block {
  float: left;
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block {
    display: block;
    float: none;
    margin: 0 0 20px;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
  display: none;
  font-size: 13px;
  color: black;
  line-height: 46px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  margin: 0 0 5px;
  text-align: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-role-search-title {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
  margin: 0 5px 0 0;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter {
    margin: 0;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-search-filter-block {
    margin: 0 0 15px;
  }
}
.cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
  background: #ffffff;
  border-radius: 50px;
  outline-color: transparent;
  border: 1px solid #fff;
  font-size: clamp(calc(var(--body-font-size-min) * 1px), calc(var(--body-font-size-min) * 1px + (100vw - 600px) * ((var(--body-font-size-max) - var(--body-font-size-min)) / (1920 - 600))), calc(var(--body-font-size-max) * 1px));
  height: 66px;
  width: 100%;
  padding: 10px 20px;
  font-family: var(--sans-serif-font);
  width: 300px;
  height: 50px;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-filter .cms-bb-directory-search-box {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    width: 100%;
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block {
  float: right;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block {
    float: none;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
  display: flex;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter {
    display: block;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
  font-size: 13px;
  color: black;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-role-filter-title {
    margin: 0 0 5px;
    text-align: center;
  }
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-department-filter {
  padding-right: 10px;
}
.cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
  width: 180px;
  height: 52px;
}
@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter select {
    width: 100%;
  }
}

body.cms-page-is-in-preview-mode .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
  top: 141px;
}
@media (min-width: 1024px) {
  body.cms-page-is-in-preview-mode .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
    top: 195px;
  }
}

body.cms-page-is-published .cms-bb-search-block-wrapper .cms-bb-search-block-desc {
  top: 0;
}

@media (max-width: 1099px) {
  .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title {
    position: relative;
    padding-right: 30px;
    padding-block: 10px;
    padding-left: 10px;
    background: var(--secondary-color);
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block-mbl-title::after {
    font-family: "site-icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919" !important;
    position: absolute;
    right: 10px;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button {
    display: flex;
  }
  .cms-bb-search-block-wrapper .cms-bb-search-block .cms-bb-search-button a.directory-button:hover {
    text-decoration: none !important;
  }
  .cms-bb-search-block-wrapper .cms-bb-role-filter-block .cms-bb-role-filter .cms-bb-department-filter {
    padding-right: 0 !important;
    margin-bottom: 10px !important;
  }
}
.cms-feature-wrapper .cms-feature-datablock ul.todo-list {
  list-style: none;
}
.cms-feature-wrapper .cms-feature-datablock ul.todo-list li label.todo-list__label span.todo-list__label__description {
  margin: 0 0 0 10px;
}
.cms-feature-wrapper .cms-feature-datablock ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li,
.cms-feature-wrapper .cms-feature-datablock ol:not(.slick-dots) li {
  color: var(--quaternary-color);
  position: relative;
  padding-left: 2rem;
}
.cms-feature-wrapper .cms-feature-datablock ul:not(.slick-dots):not(.todo-list):not(.site-display-list) {
  list-style: none;
  padding-left: 0;
}
.cms-feature-wrapper .cms-feature-datablock ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li {
  margin-bottom: 0.75rem;
}
.cms-feature-wrapper .cms-feature-datablock ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0.5rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--text-color);
  transform: translateY(-50%);
}
.cms-feature-wrapper .cms-feature-datablock ol:not(.slick-dots) {
  padding-left: 0;
  list-style: none;
  counter-reset: list-item-counter;
}
.cms-feature-wrapper .cms-feature-datablock ol:not(.slick-dots) li {
  counter-increment: list-item-counter;
  min-height: 1.75rem;
  padding-left: 3rem;
  margin-bottom: 0.75rem;
}
.cms-feature-wrapper .cms-feature-datablock ol:not(.slick-dots) li::before {
  content: counter(list-item-counter);
  position: absolute;
  top: 1.4em;
  left: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--custom-color-2);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
  transform: translateY(-50%);
}
.cms-feature-wrapper .cms-feature-datablock.custom-social ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li, .cms-feature-wrapper .cms-feature-datablock.custom-menu-bottom-links ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li {
  position: static;
  padding-left: 0;
  margin-bottom: 0;
}
.cms-feature-wrapper .cms-feature-datablock.custom-social ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li::before, .cms-feature-wrapper .cms-feature-datablock.custom-menu-bottom-links ul:not(.slick-dots):not(.todo-list):not(.site-display-list) li::before {
  content: none;
}/*# sourceMappingURL=style.css.map */