@charset "UTF-8";
/*! @version 1.0.2 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

details, summary {
  outline: none;
}

details summary::-webkit-details-marker {
  display: none;
}

.sv-defaultFormTheme {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .sv-formFieldRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  .sv-formFieldRow .sv-formField {
    padding: 0;
    width: 100%;
  }
}

.content-2 .sv-form-portlet {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .content-2 .sv-form-portlet {
    padding: 0 20px;
  }
}

.sv-form-portlet label {
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 1.5rem;
}
.sv-form-portlet .sv-formField span {
  font-size: 0.75rem;
  line-height: 1rem;
  color: red;
  font-weight: 500;
}
.sv-form-portlet .sv-form-field-message {
  margin-top: 8px;
}
.sv-form-portlet select, .sv-form-portlet input[type=text], .sv-form-portlet input[type=email], .sv-form-portlet input[type=tel], .sv-form-portlet textarea {
  padding: 8px 12px;
  border: 1px solid #95918d;
  border-radius: 4px;
  color: #64605c;
}
.sv-form-portlet select:focus, .sv-form-portlet input[type=text]:focus, .sv-form-portlet input[type=email]:focus, .sv-form-portlet input[type=tel]:focus, .sv-form-portlet textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sv-form-portlet select:focus-visible, .sv-form-portlet select:hover, .sv-form-portlet input[type=text]:focus-visible, .sv-form-portlet input[type=text]:hover, .sv-form-portlet input[type=email]:focus-visible, .sv-form-portlet input[type=email]:hover, .sv-form-portlet input[type=tel]:focus-visible, .sv-form-portlet input[type=tel]:hover, .sv-form-portlet textarea:focus-visible, .sv-form-portlet textarea:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3f7883;
}
.sv-form-portlet select:focus-visible, .sv-form-portlet input[type=text]:focus-visible, .sv-form-portlet input[type=email]:focus-visible, .sv-form-portlet input[type=tel]:focus-visible, .sv-form-portlet textarea:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.sv-form-portlet .sv-formFieldRow:has(.sv-form-field-message) input[type=text], .sv-form-portlet .sv-formFieldRow:has(.sv-form-field-message) input[type=email], .sv-form-portlet .sv-formFieldRow:has(.sv-form-field-message) input[type=tel], .sv-form-portlet .sv-formFieldRow:has(.sv-form-field-message) .sv-form-multipleselectionfield label:after, .sv-form-portlet .sv-formFieldRow:has(.sv-form-field-message) #g-recaptcha > div {
  border-radius: 4px;
  border: 1px solid red;
}
.sv-form-portlet .h1::-webkit-input-placeholder {
  color: #95918d;
  font-weight: 400;
}
.sv-form-portlet .h1::-moz-placeholder {
  color: #95918d;
  font-weight: 400;
}
.sv-form-portlet .h1:-ms-input-placeholder {
  color: #95918d;
  font-weight: 400;
}
.sv-form-portlet .h1::-ms-input-placeholder {
  color: #95918d;
  font-weight: 400;
}
.sv-form-portlet .h1::placeholder {
  color: #95918d;
  font-weight: 400;
}
.sv-form-portlet input[type=submit] {
  color: #ffffff;
  background-color: #3f7883;
  border: 1px solid #3f7883;
  padding: 16px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 52px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .sv-form-portlet input[type=submit] {
    width: 100%;
    margin-top: 20px;
  }
}
.sv-form-portlet input[type=submit]:hover {
  background-color: #2f5a62;
  border: 1px solid #2f5a62;
  color: #ffffff;
}
.sv-form-portlet input[type=submit]:focus-visible {
  background-color: #2f5a62;
}
.sv-form-portlet .sv-formFieldRow:last-child .sv-formField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sv-form-multipleselectionfield li {
  position: relative;
}
.sv-form-multipleselectionfield label {
  font-size: 0;
  z-index: 1;
  position: static;
  display: inline;
  color: #64605c;
  font-weight: 400;
}

.sv-formFieldRow:nth-child(6) {
  position: relative;
}
.sv-formFieldRow:nth-child(6) .sv-textfield-input-size {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #64605c;
}
.sv-formFieldRow:nth-child(6) .sv-textfield-input-size::after {
  content: "/200";
}

.sv-formFieldRow:nth-child(7) {
  position: relative;
}
.sv-formFieldRow:nth-child(7) .sv-formField:first-child {
  width: 100%;
  color: #64605c;
}
.sv-formFieldRow:nth-child(7) .sv-formField:last-child {
  position: absolute;
  left: 30px;
  width: 100%;
  top: 10px;
  margin: 0;
  color: #64605c;
}
.sv-formFieldRow:nth-child(7) a {
  z-index: 2;
  position: relative;
  color: #64605c;
  font-weight: 600;
}

.email-form-switch .sv-formFieldRow:nth-child(7) .sv-formField:last-child {
  position: static;
}
.email-form-switch .sv-formFieldRow:nth-child(6) {
  position: relative;
}
.email-form-switch .sv-formFieldRow:nth-child(6) .sv-formField:first-child {
  width: 100%;
  color: #64605c;
}
.email-form-switch .sv-formFieldRow:nth-child(6) .sv-formField:last-child {
  position: absolute;
  left: 30px;
  width: 100%;
  top: 10px;
  margin: 0;
  color: #64605c;
}
.email-form-switch .sv-formFieldRow:nth-child(6) a {
  z-index: 2;
  position: relative;
  color: #64605c;
  font-weight: 600;
}
.email-form-switch .sv-formFieldRow:nth-child(5) {
  position: relative;
}
.email-form-switch .sv-formFieldRow:nth-child(5) .sv-textfield-input-size {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #64605c;
}
.email-form-switch .sv-formFieldRow:nth-child(5) .sv-textfield-input-size::after {
  content: "/200";
}

.sv-form-multipleselectionfield label:after {
  border: 2px solid #3f7883;
  border-radius: 4px;
  top: 0;
}

.sv-form-multipleselectionfield input[type=checkbox]:checked + label:after {
  border: 2px solid #3f7883;
  background-color: #3f7883;
  top: -17px;
}

.sv-form-multipleselectionfield input[type=checkbox]:checked + label:before {
  top: -10px;
}

.sv-formFieldRow:nth-child(8) .sv-formField {
  margin: 0;
}

.sv-formFieldRow:last-child {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .sv-formFieldRow:last-child {
    position: static;
  }
}
.sv-formFieldRow:last-child .sv-formField {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .integrity-policy {
    padding-left: 20px;
  }
}

.sv-form-multipleselectionfield input[type=checkbox] {
  display: block;
  position: absolute;
  left: 1px;
  top: 2px;
  height: 20px;
  width: 20px;
  z-index: -1;
  opacity: 0;
}
.sv-form-multipleselectionfield input[type=checkbox]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.sv-form-multipleselectionfield:has(input[type=checkbox]:focus-visible) label:after {
  border: 2px solid black;
}

html {
  font-size: 100%;
}

html, select, input, body, button {
  font-family: "Open Sans", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .sv-font-h4, .wt-hero-banner-header, .faq-list-label {
  font-family: "Montserrat", sans-serif;
  color: #101e21;
  font-weight: 600;
}

.sv-font-h1-white, .sv-font-h2-white, .sv-font-h3-white, .sv-font-h4-white, .sv-font-h5-white, .sv-font-h6-white, .wt-hero-banner-header {
  color: #ffffff;
}

.sv-font-h1-black, .sv-font-h2-black, .sv-font-h3-black, .sv-font-h4-black, .sv-font-h5-black, .sv-font-h6-black {
  color: #101e21;
}

.sv-font-h1-black, h1, .h1, .sv-font-h1-white, .wt-hero-banner-layout-text .wt-hero-banner-header {
  font-size: clamp(2rem, 1.563rem + 2.19vw, 3.75rem);
  line-height: clamp(3rem, 2.625rem + 1.88vw, 4.5rem);
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .sv-font-h1-black, h1, .h1, .sv-font-h1-white, .wt-hero-banner-layout-text .wt-hero-banner-header {
    margin-bottom: 20px;
  }
}

.sv-font-h2-black, h2, .h2, .sv-font-h2-white, .wt-image-text h2, .wt-page-list-item__details h2 {
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 3rem);
  line-height: clamp(2.5rem, 2.2037rem + 1.4815vw, 3.5rem);
  margin-bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .sv-font-h2-black, h2, .h2, .sv-font-h2-white, .wt-image-text h2, .wt-page-list-item__details h2 {
    margin-bottom: 20px;
  }
}

.sv-font-h3-black, h3, .h3, .sv-font-h3-white, .sv-card-layout h3, .wt-page-list-item__details h3, .backer-switch-result-number, .backer-product-heading-desktop {
  font-size: clamp(1.25rem, 0.938rem + 1.56vw, 2.5rem);
  line-height: clamp(1.75rem, 1.3796rem + 1.8519vw, 3rem);
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .sv-font-h3-black, h3, .h3, .sv-font-h3-white, .sv-card-layout h3, .wt-page-list-item__details h3, .backer-switch-result-number, .backer-product-heading-desktop {
    margin-bottom: 18px;
  }
}

.sv-font-h4-black, h4, .h4, .sv-font-h4-white {
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2rem);
  line-height: clamp(1.5rem, 1.2037rem + 1.4815vw, 2.5rem);
  margin-bottom: 16px;
}

.sv-font-h5-black, h5, .h5, .sv-font-h5-white, .nexus-cards .card-header, .wt-page-list-item__details h4 {
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
  line-height: clamp(1.5rem, 1.4259rem + 0.3704vw, 1.75rem);
  margin-bottom: 16px;
}

.sv-font-h6-black, h6, .h6, .sv-font-h6-white, .faq-list-label, .backer-switch-heading {
  font-size: clamp(1rem, 0.938rem + 0.31vw, 1.25rem);
  line-height: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
  margin-bottom: 16px;
}

p, .p, a, .p a, .sv-text-portlet-content a, .sv-card-layout p, .wt-page-list-item__email a, .wt-page-list-item__tel a, .wt-hero-banner-cta {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #64605c;
  margin-bottom: 16px;
}

span, .span, p:has(.span) {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.sv-font-p-small, .energy-source-input-label, .backer-switch-consumption-caption {
  font-size: 0.875rem;
}

.sv-text-portlet-content a {
  text-decoration: underline;
  font-weight: 400;
}

.sv-breadcrumbs {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 995;
  padding-bottom: 0;
}

.wt-breadcrumbs .wt-breadcrumbs-text.wt-breadcrumbs-link {
  margin: 0;
  color: #101e21;
  font-weight: 400;
}
.wt-breadcrumbs .wt-breadcrumbs-text {
  color: #64605c;
}

.wt-breadcrumbs.wt-breadcrumbs-light .wt-breadcrumbs-text.wt-breadcrumbs-link {
  color: #ffffff;
}
.wt-breadcrumbs.wt-breadcrumbs-light .wt-breadcrumbs-text {
  color: #dddcdb;
}
.wt-breadcrumbs.wt-breadcrumbs-light .wt-breadcrumbs-item + .wt-breadcrumbs-item:before {
  background: url("/images/18.3863198119b19e92b197f0/1765889642271/Vector%20(27).svg");
  background-repeat: no-repeat;
}

.wt-breadcrumbs-item {
  gap: 12px;
}

.wt-breadcrumbs-items {
  gap: 12px;
}

.wt-breadcrumbs-item + .wt-breadcrumbs-item:before {
  background: url("/images/18.4fa5495019956fec09a3d6/1758196486868/Vector%20(10).png");
  border: 0;
  -webkit-transform: none;
          transform: none;
  height: 6px;
  width: 6px;
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .nexus-search-bar {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .site-header-search-block .search-button {
    right: 20px;
  }
}

.site-header-search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-search-block .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-search-block .search-input {
  border-radius: 4px;
  border: 1px solid #3f7883;
  padding: 10px 15px;
  outline: none;
  display: none;
  min-width: 0;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  .site-header-search-block .search-input {
    padding: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header-search-block .nexus-search-bar-open {
    padding: 0 30px;
  }
}
.site-header-search-block .nexus-search-bar-open .search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.site-header-search-block .nexus-search-bar-open .search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100vw;
  height: 80px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}
.site-header-search-block .nexus-search-bar-open .search-button {
  right: 70px;
}
.site-header-search-block .search-input::-webkit-input-placeholder {
  color: #3f7883;
}
.site-header-search-block .search-input::-moz-placeholder {
  color: #3f7883;
}
.site-header-search-block .search-input:-ms-input-placeholder {
  color: #3f7883;
}
.site-header-search-block .search-input::-ms-input-placeholder {
  color: #3f7883;
}
.site-header-search-block .search-input::placeholder {
  color: #3f7883;
}
.site-header-search-block .search-button {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 999;
  right: 100px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .site-header-search-block .search-button {
    right: 50px;
  }
}
.site-header-search-block .search-button path {
  fill: #101e21;
}

.page-container:has(.hero-banner-section) .search-button path {
  fill: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .search-button path {
  fill: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:hover .search-button path {
  fill: #101e21;
}
.page-container:has(.hero-banner-section) .nexus-search-bar.nexus-search-bar-open .search-button path {
  fill: #3f7883;
}

.has-visible-wt-nav-dropdown .page-container .search-button path, .is-scrolled-down .page-container .search-button path {
  fill: #101e21;
}

.has-visible-wt-nav .site-header-content .site-header-search-block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .site-header-content .site-header-search-block {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .sv-nexus-search-bar {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .has-visible-wt-nav .search-wrapper {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
    position: relative;
  }
  .has-visible-wt-nav .search-input {
    display: block;
    width: 100%;
  }
}
.hero-banner-section {
  position: relative;
}
.hero-banner-section .sv-nexus-search-bar {
  position: absolute;
  bottom: 20%;
  width: 100%;
  z-index: 5;
  max-width: none;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .hero-banner-section .sv-nexus-search-bar {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner-section .sv-nexus-search-bar {
    bottom: 10%;
  }
}
.hero-banner-section .nexus-search-bar {
  margin: 0 auto;
  max-width: 1280px;
}
.hero-banner-section .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}
.hero-banner-section .search-input {
  width: 100%;
  padding: 0.8rem 5rem 0.8rem 3rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(149, 145, 141, 0.2);
  -webkit-box-shadow: 0 0 12px 2px #c8d6d9;
          box-shadow: 0 0 12px 2px #c8d6d9;
  color: #101e21;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .hero-banner-section .search-input {
    min-width: 0;
  }
}
@media only screen and (max-width: 600px) {
  .hero-banner-section .search-input {
    padding: 15px 50px 15px 25px;
    font-size: 0.875rem;
    text-overflow: ellipsis;
  }
}
.hero-banner-section .search-input:hover {
  border: 1px solid #c8d6d9;
}
.hero-banner-section .search-input:hover::-webkit-input-placeholder, .hero-banner-section input:focus-visible::-webkit-input-placeholder {
  color: #3f7883;
}
.hero-banner-section .search-input:hover::-moz-placeholder, .hero-banner-section input:focus-visible::-moz-placeholder {
  color: #3f7883;
}
.hero-banner-section .search-input:hover:-ms-input-placeholder, .hero-banner-section input:focus-visible:-ms-input-placeholder {
  color: #3f7883;
}
.hero-banner-section .search-input:hover::-ms-input-placeholder, .hero-banner-section input:focus-visible::-ms-input-placeholder {
  color: #3f7883;
}
.hero-banner-section .search-input:hover::placeholder, .hero-banner-section input:focus-visible::placeholder {
  color: #3f7883;
}
.hero-banner-section .search-input::-webkit-input-placeholder {
  color: #101e21;
}
.hero-banner-section .search-input::-moz-placeholder {
  color: #101e21;
}
.hero-banner-section .search-input:-ms-input-placeholder {
  color: #101e21;
}
.hero-banner-section .search-input::-ms-input-placeholder {
  color: #101e21;
}
.hero-banner-section .search-input::placeholder {
  color: #101e21;
}
.hero-banner-section .search-input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.hero-banner-section .search-input:focus {
  outline: none;
}
.hero-banner-section .search-button {
  position: absolute;
  right: 30px;
  top: 50%;
  color: #95918d;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .hero-banner-section .search-button {
    right: 15px;
  }
}
.hero-banner-section path {
  fill: #64605c !important;
}

.page-container:has(.hero-banner-section) .wt-nav-link--level-1 {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .page-container:has(.hero-banner-section) .wt-nav-link--level-1 {
    color: #101e21;
  }
}
.page-container:has(.hero-banner-section) .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child {
  border-color: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-link--level-1, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav-link--level-1 {
  color: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-link--level-1:hover, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav-link--level-1:hover {
  color: #3f7883;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-link--level-1:hover .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav-link--level-1:hover .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child {
  border-color: #3f7883;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav__toggle-child, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav__toggle-child {
  border-color: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-item--has-visible-children .wt-nav__toggle-child, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav-item--has-visible-children .wt-nav__toggle-child {
  border-color: #3f7883;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1, .page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1 {
  color: #3f7883;
}
.page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span, .page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span:after, .page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span:before {
  background-color: #101e21;
}
.page-container:has(.hero-banner-section) .wt-nav-toggle span, .page-container:has(.hero-banner-section) .wt-nav-toggle span:after, .page-container:has(.hero-banner-section) .wt-nav-toggle span:before {
  background-color: #ffffff;
}

.wt-nav {
  min-width: 500px;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .wt-nav {
    min-width: 0;
  }
}
.wt-nav .wt-nav-link--level-2 {
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-nav .wt-nav-link--level-2 {
    width: auto;
  }
}
.wt-nav .wt-nav-link--level-2:hover {
  color: #3f7883;
}
.wt-nav .wt-nav-item--level-2:has(.wt-nav-figure--level-2:hover) .wt-nav-link--level-2 {
  color: #3f7883;
}
.wt-nav .wt-nav-link--level-3 {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  min-width: 100%;
  font-weight: 600;
  color: #64605c;
  padding: 0;
}

.wt-nav-link {
  color: #101e21;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-link {
    font-size: 1rem;
  }
}

.wt-nav-link--level-4 {
  font-size: 0.875rem;
  padding: 0 0 0 60px;
  color: #64605c;
}

.wt-nav-link--current {
  color: #3f7883;
}

.wt-nav-link--level-2, .wt-nav-link--level-3, .wt-nav-link--level-4 {
  padding: 10px;
}

.wt-nav-link--level-2, .wt-nav-link--level-3 {
  padding-right: 30px;
}

.wt-nav-link.wt-nav-link--level-1 {
  font-weight: 600;
  margin: 0;
}
.wt-nav-link.wt-nav-link--level-1:hover {
  color: #2f5a62;
}

.wt-nav-item--level-1--has-children:has(.wt-nav-link.wt-nav-link--level-1:hover) > .wt-nav-title .wt-nav__toggle-child {
  border-color: #2f5a62;
}

.wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1 {
  color: #3f7883;
}

.wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-link--level-2 {
  color: #3f7883;
}

.wt-nav-item--level-3.wt-nav-item--has-visible-children .wt-nav-link--level-3 {
  color: #3f7883;
}

.wt-nav-menu--level-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-menu--level-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.wt-nav-item--level-1:first-child .wt-nav-menu--level-2 {
  row-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-width: 250px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-menu--level-2 {
    max-width: 100%;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-menu--level-2::before {
  content: "";
  height: 110%;
  width: 1px;
  background-color: #c8d6d9;
  position: absolute;
  left: 100%;
  top: 0;
}
.wt-nav-item--level-1:first-child .wt-nav-title--level-3 {
  padding: 10px 35px 10px 10px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-title--level-3 {
    padding: 0;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3 {
  padding: 0 35px 0 10px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-item--level-3 {
    padding: 0;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3:hover .wt-nav-title--level-3 {
  background-color: #3f7883;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-item--level-3:hover .wt-nav-title--level-3 {
    background-color: transparent;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3:hover .wt-nav-link--level-3 {
  color: #ffffff;
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3:hover .wt-nav__toggle-child--level-3 {
  background: url(/images/18.8f5916219aefadebbc15b/1765292303267/Vectorblackwhitearrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3 .wt-nav-link--level-3.wt-nav-link--current {
  color: #3f7883;
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3 .wt-nav-link--level-3.wt-nav-link--current:hover {
  background-color: #3f7883;
  color: #ffffff;
}
.wt-nav-item--level-1:first-child .wt-nav__toggle-child--level-2 {
  display: none;
}
.wt-nav-item--level-1:first-child .wt-nav__toggle-child--level-3 {
  display: block;
}
.wt-nav-item--level-1:first-child .wt-nav-figure {
  display: none;
}
.wt-nav-item--level-1:first-child .wt-nav-children--level-2 {
  width: 880px;
  top: calc(100% + 10px);
  left: calc(50% - 440px);
  right: 0;
  min-height: 530px;
  border-radius: 8px;
  padding: 30px 70px 80px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 #64605c;
          box-shadow: 0 0 4px 0 #64605c;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-children--level-2 {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-link--level-2 {
  border-bottom: 1px solid #3f7883;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:first-child .wt-nav-link--level-2 {
    border: 0;
  }
}
.wt-nav-item--level-1:first-child .wt-nav-link--level-2:hover {
  color: #101e21;
}
.wt-nav-item--level-1:first-child .wt-nav-item--level-3:hover .wt-nav-children--level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt-nav-item--level-1:nth-child(2) .wt-nav-menu--level-2 {
  row-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  max-width: 250px;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-menu--level-2 {
    max-width: 100%;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-menu--level-2::before {
  content: "";
  height: 110%;
  width: 1px;
  background-color: #c8d6d9;
  position: absolute;
  left: 100%;
  top: 0;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-children--level-3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 500px;
  height: 100%;
  padding-left: 50px;
  max-height: 450px;
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-children--level-3 {
    padding: 0;
    min-width: 0;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-children--level-3 .wt-nav-children-content {
  width: 100%;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-link--level-3 {
  padding: 10px;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav__toggle-child--level-2 {
  display: block;
  background: url(/images/18.47b634a1999478e1b5cb2/1759754648489/Vectorblackrightarrow.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2--has-children.wt-nav-item--has-visible-children .wt-nav__toggle-child--level-2 {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2--has-children.wt-nav-item--has-visible-children .wt-nav__toggle-child--level-2 {
    background: none;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-figure {
  display: none;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-title--level-3 {
  padding: 0;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:first-child:hover .wt-nav-title--level-2 {
  background-color: transparent;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:first-child:hover .wt-nav-link--level-2 {
  color: #101e21;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2 {
  padding: 0 35px 0 0;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav-children--level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav-title--level-2 {
  background-color: #3f7883;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav-title--level-2 {
    background-color: transparent;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav-link--level-2 {
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav-link--level-2 {
    color: #101e21;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2:hover .wt-nav__toggle-child--level-2 {
  background: url(/images/18.8f5916219aefadebbc15b/1765292303267/Vectorblackwhitearrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2 .wt-nav-link--level-2.wt-nav-link--current {
  color: #3f7883;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-item--level-2 .wt-nav-link--level-2.wt-nav-link--current:hover {
  background-color: #3f7883;
  color: #ffffff;
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-children--level-2 {
  width: 880px;
  top: calc(100% + 10px);
  left: calc(50% - 440px);
  right: 0;
  min-height: 530px;
  border-radius: 8px;
  padding: 30px 70px 80px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 #64605c;
          box-shadow: 0 0 4px 0 #64605c;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-children--level-2 {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: visible;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-1:nth-child(2) .wt-nav-link--level-2 {
    border: 0;
  }
}
.wt-nav-item--level-1:nth-child(2) .wt-nav-link--level-2:hover {
  color: #101e21;
}

.wt-nav-item--level-1--has-children {
  position: static;
}

.wt-nav-item--level-1--has-children > .wt-nav-title {
  gap: 10px;
}

.wt-nav-item--level-1--has-children.wt-nav-item--current > .wt-nav-title .wt-nav__toggle-child {
  border-color: #3f7883;
}

.wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child {
  border-bottom: 2px solid #101e21;
  border-right: 2px solid #101e21;
  width: 9px;
  height: 9px;
  border-radius: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.wt-nav-menu--level-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 1fr;
  padding: 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-menu--level-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
}

.wt-nav-item--level-2:first-child {
  margin-bottom: 25px;
}
.wt-nav-item--level-2:first-child .wt-nav-link--level-2 {
  font-size: 1.5rem;
  border: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-item--level-2:first-child .wt-nav-link--level-2 {
    font-size: 1rem;
  }
}

.wt-nav-item--level-2 + .wt-nav-item--level-2 {
  margin: 0;
  grid-row: 2/3;
}

.wt-nav-children--level-2 {
  width: 1128px;
  top: calc(100% + 10px);
  left: calc(50% - 564px);
  right: 0;
  min-height: 435px;
  border-radius: 8px;
  padding: 30px 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px 0 #64605c;
          box-shadow: 0 0 4px 0 #64605c;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-children--level-2 {
    padding: 0;
    border-radius: 0;
    overflow: visible;
  }
}

.wt-nav-item--level-2--has-children.wt-nav-item--has-visible-children .wt-nav__toggle-child--level-2 {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  background: url(/images/18.5f3610d119909ff5f14136/1756823661455/expand_less.svg);
  background-repeat: no-repeat;
  background-position: center right;
}
.wt-nav-item--level-2--has-children.wt-nav-item--has-visible-children .wt-nav-link--level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt-nav-item--level-3:has(.wt-nav-link--level-3:hover) .wt-nav-children--level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt-nav-link--level-2:focus-visible .wt-nav-link--level-3, .wt-nav-link--level-2:focus-within .wt-nav-link--level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt-nav-title--level-2 {
  text-transform: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wt-nav-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-figure {
    display: none;
  }
}

.wt-nav__toggle-child--level-2, .wt-nav__toggle-child--level-3 {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 10px;
  background: url(/images/18.779c4c271990a0053121e/1756877676921/expand_more.svg);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  cursor: pointer;
  display: none;
}

.wt-nav__toggle-child--level-3 {
  background: url(/images/18.47b634a1999478e1b5cb2/1759754648489/Vectorblackrightarrow.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  width: 20px;
  z-index: 0;
}

.wt-nav-menu .wt-nav-link--level-2 {
  padding: 10px 0;
}
.wt-nav-menu .wt-nav-title--level-2 {
  padding: 10px 25px 10px 10px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-menu .wt-nav-title--level-2 {
    padding: 0;
  }
}

.wt-nav-title--level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.wt-nav-title--level-3:has(.wt-nav-link--level-3 ~ .wt-nav__toggle-child--level-3:hover) .wt-nav__toggle-child--level-3 {
  background: url(/images/18.4fa5495019956fec09a8a0/1758269863426/Vectorwhite.png);
  background-repeat: no-repeat;
  background-position: 97%;
}
.wt-nav-title--level-3:has(.wt-nav-link--level-3 ~ .wt-nav__toggle-child--level-3:hover) .wt-nav-link--level-3 {
  background-color: #3f7883;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-title--level-3:has(.wt-nav-link--level-3 ~ .wt-nav__toggle-child--level-3:hover) .wt-nav-link--level-3 {
    background-color: transparent;
    color: #101e21;
  }
}

.wt-nav-link--level-3 {
  position: relative;
}

.wt-nav-link--level-5 {
  display: none;
}

.wt-nav-children--level-4 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 500px;
  height: 100%;
  padding-left: 50px;
  max-height: 450px;
  min-height: 450px;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-children--level-4 {
    padding: 0;
    min-width: 0;
  }
}
.wt-nav-children--level-4 .wt-nav-children-content {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .wt-nav-menu--level-3 {
    max-height: 350px;
    min-height: 350px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    width: 100%;
    overflow: auto;
  }
}

.wt-nav-menu--level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 450px;
  min-height: 450px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .wt-nav-menu--level-4 {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
}

.wt-nav__toggle-child--level-4 {
  display: none;
}

.wt-nav-item--level-4 {
  width: 50%;
}

.wt-nav-item--level-3--has-children.wt-nav-item--has-visible-children .wt-nav__toggle-child--level-3 {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  background-repeat: no-repeat;
  background-position: 97%;
}
.wt-nav-item--level-3--has-children.wt-nav-item--has-visible-children .wt-nav-children--level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.has-visible-wt-nav-dropdown .page-container .wt-nav-link--level-1, .is-scrolled-down .page-container .wt-nav-link--level-1 {
  color: #101e21;
}
.has-visible-wt-nav-dropdown .page-container .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child, .is-scrolled-down .page-container .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child {
  border-color: #101e21;
}
.has-visible-wt-nav-dropdown .page-container .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1, .is-scrolled-down .page-container .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1 {
  color: #3f7883;
}
.has-visible-wt-nav-dropdown .page-container .wt-nav-item--level-1--has-children.wt-nav-item--has-visible-children > .wt-nav-title .wt-nav__toggle-child, .is-scrolled-down .page-container .wt-nav-item--level-1--has-children.wt-nav-item--has-visible-children > .wt-nav-title .wt-nav__toggle-child {
  border-color: #3f7883;
  -webkit-transform: rotateZ(225deg);
          transform: rotateZ(225deg);
  position: relative;
  top: 5px;
}
.has-visible-wt-nav-dropdown .page-container:has(.hero-banner-section) .wt-nav-toggle span, .has-visible-wt-nav-dropdown .page-container:has(.hero-banner-section) .wt-nav-toggle span:after, .has-visible-wt-nav-dropdown .page-container:has(.hero-banner-section) .wt-nav-toggle span:before, .is-scrolled-down .page-container:has(.hero-banner-section) .wt-nav-toggle span, .is-scrolled-down .page-container:has(.hero-banner-section) .wt-nav-toggle span:after, .is-scrolled-down .page-container:has(.hero-banner-section) .wt-nav-toggle span:before {
  background-color: #000000;
}

@media only screen and (max-width: 1024px) {
  .wt-nav-content {
    display: none;
  }
  .wt-nav-toggle {
    top: 40px;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    width: 52px;
    height: 32px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .wt-nav-toggle span, .wt-nav-toggle span:after, .wt-nav-toggle span:before {
    content: "";
    background-color: #000000;
    left: 50%;
    height: 2px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transform-origin: right;
            transform-origin: right;
    cursor: pointer;
    border-radius: 1px;
    width: 20px;
    position: absolute;
    display: block;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .wt-nav-toggle span {
    top: 50%;
  }
  .wt-nav-toggle span:after {
    top: 7px;
  }
  .wt-nav-toggle span:before {
    bottom: 7px;
  }
}
.has-visible-wt-nav .page-container:has(.hero-banner-section) .wt-nav-toggle span, .has-visible-wt-nav .page-container:has(.hero-banner-section) .wt-nav-toggle span:after, .has-visible-wt-nav .page-container:has(.hero-banner-section) .wt-nav-toggle span:before {
  background-color: #ffffff;
}
.has-visible-wt-nav .page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span {
  background-color: transparent;
}
.has-visible-wt-nav .page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span:after, .has-visible-wt-nav .page-container:has(.hero-banner-section) .site-header:hover .wt-nav-toggle span:before {
  background-color: #ffffff;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1--has-children.wt-nav-item--has-visible-children > .wt-nav-title .wt-nav__toggle-child {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
}
.has-visible-wt-nav .page-container .site-header {
  background-color: #ffffff;
}
.has-visible-wt-nav .page-container .wt-nav .wt-nav-toggle span {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .page-container .wt-nav .wt-nav-toggle span {
    background-color: transparent;
  }
}
.has-visible-wt-nav .page-container .wt-nav-toggle span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.has-visible-wt-nav .page-container .wt-nav-toggle span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.has-visible-wt-nav .page-container .wt-nav__toggle-child {
  background-color: transparent;
  border-bottom: 0;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
}
.has-visible-wt-nav .page-container .wt-nav__toggle-child::after {
  display: none;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-1.wt-nav-item--has-visible-children) .wt-nav-item--level-1 {
  display: none;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-1.wt-nav-item--has-visible-children) .wt-nav-item--level-1.wt-nav-item--has-visible-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-1.wt-nav-item--has-visible-children) .wt-nav-item--level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-1.wt-nav-item--has-visible-children) .wt-nav-title--level-1 {
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-toggle span, .has-visible-wt-nav .page-container .wt-nav-toggle span:after, .has-visible-wt-nav .page-container .wt-nav-toggle span:before {
  background-color: #ffffff;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-2.wt-nav-item--has-visible-children) .wt-nav-item--level-2 {
  display: none;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-2.wt-nav-item--has-visible-children) .wt-nav-item--level-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-2.wt-nav-item--has-visible-children) .wt-nav-item--level-2.wt-nav-item--has-visible-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-2.wt-nav-item--has-visible-children) .wt-nav-title--level-2 {
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-2.wt-nav-item--has-visible-children) .wt-nav__toggle-child--level-1 {
  z-index: -1;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-3.wt-nav-item--has-visible-children) .wt-nav-item--level-3 {
  display: none;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-3.wt-nav-item--has-visible-children) .wt-nav-item--level-3.wt-nav-item--has-visible-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-3.wt-nav-item--has-visible-children) .wt-nav-title--level-3 {
  width: 100%;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-3.wt-nav-item--has-visible-children) .wt-nav-item--level-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.has-visible-wt-nav .page-container .wt-nav-content:has(.wt-nav-item--level-3.wt-nav-item--has-visible-children) .wt-nav__toggle-child--level-2 {
  z-index: -1;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1.wt-nav-item--has-visible-children {
  position: absolute;
  top: 0;
  z-index: 1;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-children--level-2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1 {
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-2.wt-nav-item--has-visible-children {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 2;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-children--level-3 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-link--level-2 {
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-3.wt-nav-item--has-visible-children {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 3;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-3.wt-nav-item--has-visible-children .wt-nav-children--level-4 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-3.wt-nav-item--has-visible-children .wt-nav-link--level-3 {
  font-size: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  min-width: 0;
}
.has-visible-wt-nav .page-container .wt-nav-children {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 100%;
  border-top: 1px solid #c8d6d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-1,
.has-visible-wt-nav .page-container .wt-nav-item--level-2--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-2,
.has-visible-wt-nav .page-container .wt-nav-item--level-3--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-3 {
  position: absolute;
  right: 20px;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.has-visible-wt-nav .page-container .wt-nav-item--level-1--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-1::after,
.has-visible-wt-nav .page-container .wt-nav-item--level-2--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-2::after,
.has-visible-wt-nav .page-container .wt-nav-item--level-3--has-children > .wt-nav-title .wt-nav__toggle-child.wt-nav__toggle-child--level-3::after {
  display: none;
}
.has-visible-wt-nav .sv-website-navigation {
  overflow: hidden;
  padding: 0 10px;
}
.has-visible-wt-nav .wt-nav-toggle {
  border-radius: 52px;
  background-color: #3f7883;
}
.has-visible-wt-nav .wt-nav-toggle span:after {
  left: -2px;
}
.has-visible-wt-nav .wt-nav-toggle span:before {
  left: -2px;
}
.has-visible-wt-nav .wt-nav-item--level-2:first-child {
  margin-bottom: 0;
}
.has-visible-wt-nav .wt-nav-title {
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
.has-visible-wt-nav .wt-nav-item {
  background-color: #ffffff;
}
.has-visible-wt-nav .wt-nav-link--has-children {
  position: relative;
}
.has-visible-wt-nav .wt-nav-link--has-children::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 2px);
  right: -25px;
  height: 12px;
  width: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background: url(/images/18.47b634a1999478e1b5cb2/1759754648489/Vectorblackrightarrow.svg);
  background-repeat: no-repeat;
}
.has-visible-wt-nav .wt-nav-link--level-4.wt-nav-link--has-children::before {
  display: none;
}
.has-visible-wt-nav .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-title--level-2 {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-title--level-2 {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }
}
.has-visible-wt-nav .wt-nav-item--level-1.wt-nav-item--has-visible-children .wt-nav-link--level-1::before {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  background-repeat: no-repeat;
  left: 0;
}
.has-visible-wt-nav .wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-title--level-3 {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
}
@media only screen and (max-width: 1024px) {
  .has-visible-wt-nav .wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-title--level-3 {
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }
}
.has-visible-wt-nav .wt-nav-item--level-2.wt-nav-item--has-visible-children .wt-nav-link--level-2::before {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  background-repeat: no-repeat;
  left: 0;
}
.has-visible-wt-nav .wt-nav-item--level-3.wt-nav-item--has-visible-children .wt-nav-link--level-3::before {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  background-repeat: no-repeat;
  left: 0;
}
.has-visible-wt-nav .wt-nav-item--level-4.wt-nav-item--has-visible-children .wt-nav-link--level-4::before {
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  background-repeat: no-repeat;
  left: 0;
}
.has-visible-wt-nav .wt-nav-menu .wt-nav-menu {
  margin: 0;
}
.has-visible-wt-nav .wt-nav-link {
  font-size: 1rem;
  padding: 15px 0;
  font-weight: 600;
  color: #101e21;
}
.has-visible-wt-nav .wt-nav-link--level-4 {
  font-weight: 400;
}
.has-visible-wt-nav .wt-nav-content {
  padding-right: 10px;
  position: relative;
  max-height: 430px;
  min-height: 430px;
  overflow: hidden;
}
.has-visible-wt-nav .wt-nav-title--level-1 {
  position: relative;
}

.wt-hero-banner-size-large {
  min-height: 95vh;
}
@media only screen and (max-width: 1024px) {
  .wt-hero-banner-size-large {
    padding: 6vh 25px;
  }
}

.wt-hero-banner-overlay-container {
  max-width: 1280px;
}

.wt-hero-banner-cta-container {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .wt-hero-banner-cta-container {
    width: 100%;
  }
}

.wt-hero-banner-cta {
  padding: 16px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 400;
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .wt-hero-banner-cta {
    width: 100%;
    margin-top: 0;
  }
}
.wt-hero-banner-cta:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.wt-hero-banner-cta-primary {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.wt-hero-banner-cta-primary:hover, .wt-hero-banner-cta-primary:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  color: #ffffff;
}

.wt-hero-banner-cta-secondary {
  color: #64605c;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.wt-hero-banner-cta-secondary:hover, .wt-hero-banner-cta-secondary:focus-visible {
  background-color: #cccccc;
  color: #64605c;
  border: 1px solid #2f5a62;
}

@media only screen and (max-width: 1024px) {
  .hero-banner-section:has(.sv-wt-layout-block .wt-layout-block-is-full-width) .wt-layout-block-container {
    padding: 150px 30px 80px;
  }
}

.sv-wt-layout-block:has(.wt-layout-block-is-full-width) {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.sv-wt-layout-block:has(.wt-layout-block-is-full-width) .wt-layout-block-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 50px;
}
@media only screen and (max-width: 1024px) {
  .sv-wt-layout-block:has(.wt-layout-block-is-full-width) .wt-layout-block-container {
    padding: 30px;
  }
}

.wt-layout-block {
  display: block;
  text-decoration: none;
}
.wt-layout-block .h2 {
  margin-top: 32px;
}
.wt-layout-block .h2:first-of-type {
  margin-top: 0;
}
.wt-layout-block p {
  white-space: pre-line;
}
.wt-layout-block .text-link .wt-layout-block-link {
  padding: 16px 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 52px;
}
.wt-layout-block .text-link .wt-layout-block-link::after {
  display: none;
}

.wt-layout-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.wt-layout-block-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.wt-layout-block-background-color-on.wt-layout-block-full-size .wt-layout-block-text-container {
  padding: 80px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-background-color-on.wt-layout-block-full-size .wt-layout-block-text-container {
    padding: 40px 0;
  }
}

.wt-layout-block-image-container {
  position: relative;
}
.wt-layout-block-image-container img, .wt-layout-block-image-container video {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 21;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-image-container img, .wt-layout-block-image-container video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.wt-layout-block-align-text-vertically-center .wt-layout-block-text-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wt-layout-block-align-text-vertically-top .wt-layout-block-text-container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.wt-layout-block-align-text-vertically-bottom .wt-layout-block-text-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
  padding-top: 0;
}

.wt-layout-block-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 0;
}
.wt-layout-block-text-container > * {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .wt-layout-block-text-container {
    padding: 30px 40px;
  }
}
.wt-layout-block-text-container ul, .wt-layout-block-text-container ol {
  counter-reset: count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.wt-layout-block-text-container ol li {
  position: relative;
  padding-left: 20px;
  counter-increment: count;
  list-style: none;
}
.wt-layout-block-text-container ul li {
  position: relative;
  padding-left: 10px;
  counter-increment: count;
  list-style: none;
}
.wt-layout-block-text-container ul li::before {
  content: "•";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}
.wt-layout-block-text-container ol li::before {
  content: counter(count) ".";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
}

.wt-layout-block-background-color-off:not(.wt-layout-block-is-reversed) .wt-layout-block-text-container {
  padding-right: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-background-color-off:not(.wt-layout-block-is-reversed) .wt-layout-block-text-container {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 30px;
  }
}
.wt-layout-block-background-color-off.wt-layout-block-is-reversed .wt-layout-block-text-container {
  padding-left: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-background-color-off.wt-layout-block-is-reversed .wt-layout-block-text-container {
    padding: 30px 0 0;
  }
}

.wt-layout-block-youtube {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  border-style: none;
  margin: 0;
  display: block;
}

.wt-layout-block-image-container-type-vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
  margin: 0;
}
.wt-layout-block-image-container-type-vimeo .wt-layout-block-ribbon {
  z-index: 24;
}

.wt-layout-block-linktype-content {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wt-layout-block-linktype-content .wt-layout-block-text-container {
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.wt-layout-block-linktype-content:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.wt-layout-block-is-reversed .wt-layout-block-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wt-layout-block-ratio-3-7 .wt-layout-block-image-container {
  width: 33%;
  min-height: 380px;
}
.wt-layout-block-ratio-3-7 .wt-layout-block-text-container {
  width: 67%;
}

.wt-layout-block-ratio-7-3 .wt-layout-block-image-container {
  width: 67%;
  min-height: 380px;
}
.wt-layout-block-ratio-7-3 .wt-layout-block-text-container {
  width: 33%;
}

@media only screen and (max-width: 1024px) {
  .wt-layout-block-ratio-7-3 .wt-layout-block-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-container {
    display: block;
  }
  .wt-layout-block-ratio-7-3 .wt-layout-block-image-container,
  .wt-layout-block-ratio-7-3 .wt-layout-block-text-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-image-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-text-container {
    width: auto;
  }
  .wt-layout-block-ratio-7-3 .wt-layout-block-image-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-image-container {
    aspect-ratio: 16/9;
    min-height: 0;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .wt-layout-block-ratio-7-3 .wt-layout-block-image-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-image-container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-ratio-7-3 .wt-layout-block-text-container,
  .wt-layout-block-ratio-3-7 .wt-layout-block-text-container {
    min-height: 0;
  }
}

.wt-layout-block-ratio-5-5 .wt-layout-block-image-container {
  min-height: 400px;
}
.wt-layout-block-ratio-5-5 .wt-layout-block-image-container-type-video,
.wt-layout-block-ratio-5-5 .wt-layout-block-image-container-type-vimeo {
  min-height: 0;
  aspect-ratio: 16/9;
}
.wt-layout-block-ratio-5-5 .wt-layout-block-image-container,
.wt-layout-block-ratio-5-5 .wt-layout-block-text-container {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-ratio-5-5 .wt-layout-block-container {
    display: block;
  }
  .wt-layout-block-ratio-5-5 .wt-layout-block-image-container,
  .wt-layout-block-ratio-5-5 .wt-layout-block-text-container {
    width: auto;
  }
  .wt-layout-block-ratio-5-5 .wt-layout-block-image-container {
    min-height: 0;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .wt-layout-block-ratio-5-5 .wt-layout-block-image-container {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-ratio-5-5 .wt-layout-block-text-container {
    min-height: 0;
  }
}

.wt-layout-block-has-transparent-bg .wt-layout-block-text-container {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-has-transparent-bg .wt-layout-block-text-container {
    padding-bottom: 0;
  }
}

.wt-layout-block-ribbon {
  position: absolute;
  top: 28px;
  right: -69px;
  width: 250px;
  padding: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.02em;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}

.secondary-colour-theme .wt-layout-block-ribbon {
  background-color: black;
}

.wt-layout-block-image-fit-contain .wt-layout-block-image-wrap {
  top: 7%;
  left: 8%;
  right: 8%;
  bottom: 7%;
}
.wt-layout-block-image-fit-contain .wt-layout-block-image-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
}

.wt-layout-block-image-fit-contain .wt-layout-block-image-border-radius-on .wt-layout-block-image-wrap img {
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-image-fit-contain .wt-layout-block-image-border-radius-on .wt-layout-block-image-wrap img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.wt-layout-block-image-fit-contain:has(video) .wt-layout-block-image-container, .wt-layout-block-image-fit-contain:has(iframe) .wt-layout-block-image-container {
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-image-fit-contain:has(video) .wt-layout-block-image-container, .wt-layout-block-image-fit-contain:has(iframe) .wt-layout-block-image-container {
    padding: 30px;
  }
}
.wt-layout-block-image-fit-contain:has(video) .wt-layout-block-container:has(.wt-layout-block-text-container-empty) .wt-layout-block-image-container, .wt-layout-block-image-fit-contain:has(iframe) .wt-layout-block-container:has(.wt-layout-block-text-container-empty) .wt-layout-block-image-container {
  padding: 30px;
}
.wt-layout-block-image-fit-contain:has(video) iframe, .wt-layout-block-image-fit-contain:has(iframe) iframe {
  position: static;
}
.wt-layout-block-image-fit-contain:has(video) .wt-layout-block-image-border-radius-on video, .wt-layout-block-image-fit-contain:has(video) .wt-layout-block-image-border-radius-on iframe, .wt-layout-block-image-fit-contain:has(iframe) .wt-layout-block-image-border-radius-on video, .wt-layout-block-image-fit-contain:has(iframe) .wt-layout-block-image-border-radius-on iframe {
  border-radius: 30px;
}

.wt-layout-block-vimeo-iframe-placeholder {
  position: relative;
  display: block;
}

.wt-layout-block-icon-play {
  position: absolute;
  width: 45px;
  height: 32px;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wt-layout-block-background-color-on {
  background-color: #3f7883;
}

.wt-layout-block-border-radius-on {
  border-radius: 30px;
  overflow: hidden;
}

.wt-layout-block.wt-layout-block-text-color-primary h1, .wt-layout-block.wt-layout-block-text-color-primary h2, .wt-layout-block.wt-layout-block-text-color-primary h3, .wt-layout-block.wt-layout-block-text-color-primary h4, .wt-layout-block.wt-layout-block-text-color-primary h5, .wt-layout-block.wt-layout-block-text-color-primary h6 {
  color: #101e21;
}
.wt-layout-block.wt-layout-block-text-color-primary p, .wt-layout-block.wt-layout-block-text-color-primary .p, .wt-layout-block.wt-layout-block-text-color-primary ul, .wt-layout-block.wt-layout-block-text-color-primary ol, .wt-layout-block.wt-layout-block-text-color-primary li, .wt-layout-block.wt-layout-block-text-color-primary li::before {
  color: #64605c;
}

.wt-layout-block.wt-layout-block-text-color-secondary h1, .wt-layout-block.wt-layout-block-text-color-secondary h2, .wt-layout-block.wt-layout-block-text-color-secondary h3, .wt-layout-block.wt-layout-block-text-color-secondary h4, .wt-layout-block.wt-layout-block-text-color-secondary h5, .wt-layout-block.wt-layout-block-text-color-secondary h6 {
  color: #3f7883;
}
.wt-layout-block.wt-layout-block-text-color-secondary p, .wt-layout-block.wt-layout-block-text-color-secondary .p, .wt-layout-block.wt-layout-block-text-color-secondary ul, .wt-layout-block.wt-layout-block-text-color-secondary ol, .wt-layout-block.wt-layout-block-text-color-secondary li, .wt-layout-block.wt-layout-block-text-color-secondary li::before {
  color: #64605c;
}

.wt-layout-block.wt-layout-block-text-color-tertiary h1, .wt-layout-block.wt-layout-block-text-color-tertiary h2, .wt-layout-block.wt-layout-block-text-color-tertiary h3, .wt-layout-block.wt-layout-block-text-color-tertiary h4, .wt-layout-block.wt-layout-block-text-color-tertiary h5, .wt-layout-block.wt-layout-block-text-color-tertiary h6 {
  color: #ffffff;
}
.wt-layout-block.wt-layout-block-text-color-tertiary p, .wt-layout-block.wt-layout-block-text-color-tertiary .p, .wt-layout-block.wt-layout-block-text-color-tertiary ul, .wt-layout-block.wt-layout-block-text-color-tertiary ol, .wt-layout-block.wt-layout-block-text-color-tertiary li, .wt-layout-block.wt-layout-block-text-color-tertiary li::before {
  color: #ffffff;
}

.wt-layout-block.wt-layout-block-full-size .wt-layout-block-text-container {
  width: 100%;
}

.wt-layout-block-text-container-empty {
  display: none;
}

.wt-layout-block-container:has(.wt-layout-block-text-container-empty) .wt-layout-block-image-container {
  width: 100%;
}
.wt-layout-block-container:has(.wt-layout-block-text-container-empty) .wt-layout-block-image-container.wt-layout-block-image-border-radius-on video {
  border-radius: 30px;
}

.wt-layout-block-has-background {
  position: relative;
}
.wt-layout-block-has-background h1, .wt-layout-block-has-background h2, .wt-layout-block-has-background h3, .wt-layout-block-has-background h4, .wt-layout-block-has-background h5, .wt-layout-block-has-background h6, .wt-layout-block-has-background p, .wt-layout-block-has-background a, .wt-layout-block-has-background ul, .wt-layout-block-has-background ol, .wt-layout-block-has-background li {
  z-index: 1;
}

.wt-image-background img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: brightness(1.1) contrast(90%);
          filter: brightness(1.1) contrast(90%);
}
.wt-image-background img:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), color-stop(90%, rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 90%);
  opacity: 1;
}

.wt-layout-block-background-dark .wt-image-background img {
  -webkit-filter: brightness(0.9) contrast(90%);
          filter: brightness(0.9) contrast(90%);
}
.wt-layout-block-background-dark .wt-image-background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 90%);
}

.wt-layout-block-link {
  padding: 14px 28px;
  line-height: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.wt-layout-block-align-text-horizontally-center h1, .wt-layout-block-align-text-horizontally-center h2, .wt-layout-block-align-text-horizontally-center h3, .wt-layout-block-align-text-horizontally-center h4, .wt-layout-block-align-text-horizontally-center h5, .wt-layout-block-align-text-horizontally-center h6, .wt-layout-block-align-text-horizontally-center p, .wt-layout-block-align-text-horizontally-center a, .wt-layout-block-align-text-horizontally-center ul, .wt-layout-block-align-text-horizontally-center ol, .wt-layout-block-align-text-horizontally-center li, .wt-layout-block-align-text-horizontally-center span {
  text-align: center;
}
.wt-layout-block-align-text-horizontally-center .wt-button {
  text-align: center;
}
.wt-layout-block-align-text-horizontally-center ul, .wt-layout-block-align-text-horizontally-center ol {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wt-layout-block-align-text-horizontally-left h1, .wt-layout-block-align-text-horizontally-left h2, .wt-layout-block-align-text-horizontally-left h3, .wt-layout-block-align-text-horizontally-left h4, .wt-layout-block-align-text-horizontally-left h5, .wt-layout-block-align-text-horizontally-left h6, .wt-layout-block-align-text-horizontally-left p, .wt-layout-block-align-text-horizontally-left a, .wt-layout-block-align-text-horizontally-left ul, .wt-layout-block-align-text-horizontally-left ol, .wt-layout-block-align-text-horizontally-left span {
  text-align: left;
}
.wt-layout-block-align-text-horizontally-left .wt-button {
  text-align: center;
}
.wt-layout-block-align-text-horizontally-left ul, .wt-layout-block-align-text-horizontally-left ol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wt-layout-block-align-text-horizontally-right h1, .wt-layout-block-align-text-horizontally-right h2, .wt-layout-block-align-text-horizontally-right h3, .wt-layout-block-align-text-horizontally-right h4, .wt-layout-block-align-text-horizontally-right h5, .wt-layout-block-align-text-horizontally-right h6, .wt-layout-block-align-text-horizontally-right p, .wt-layout-block-align-text-horizontally-right a, .wt-layout-block-align-text-horizontally-right ul, .wt-layout-block-align-text-horizontally-right ol, .wt-layout-block-align-text-horizontally-right span {
  text-align: right;
}
.wt-layout-block-align-text-horizontally-right .wt-button {
  text-align: center;
}
.wt-layout-block-align-text-horizontally-right ul, .wt-layout-block-align-text-horizontally-right ol {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wt-layout-block-link-container {
  gap: 10px;
}

.wt-layout-block-link-rowleft, .wt-layout-block-link-rowcenter, .wt-layout-block-link-rowright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wt-layout-block-link-rowleft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wt-layout-block-link-rowcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wt-layout-block-link-rowright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wt-layout-block-link-columnleft, .wt-layout-block-link-columncenter, .wt-layout-block-link-columnright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wt-layout-block-link-columnleft {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wt-layout-block-link-columncenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wt-layout-block-link-columnright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wt-layout-block-icon-position-left .wt-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wt-layout-block-icon {
  width: 20px;
  height: 20px;
}
.wt-layout-block-icon svg {
  width: 20px;
  height: 20px;
}

.wt-layout-block-text-row .wt-layout-block-text-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-text-row .wt-layout-block-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.wt-layout-block-align-text-vertically-center.wt-layout-block-text-row .wt-layout-block-text-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wt-layout-block-align-text-vertically-top.wt-layout-block-text-row .wt-layout-block-text-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wt-layout-block-align-text-vertically-bottom.wt-layout-block-text-row .wt-layout-block-text-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wt-layout-block-background-color-off.wt-layout-block-full-size .wt-layout-block-text-container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.wt-layout-background-height-none {
  min-height: 0;
}

.wt-layout-background-height-ten {
  min-height: 10vh;
}

.wt-layout-background-height-twenty {
  min-height: 20vh;
}

.wt-layout-background-height-thirty {
  min-height: 30vh;
}

.wt-layout-background-height-forty {
  min-height: 40vh;
}

.wt-layout-background-height-fifty {
  min-height: 50vh;
}

.wt-layout-background-height-sixty {
  min-height: 60vh;
}

.wt-layout-background-height-seventy {
  min-height: 70vh;
}

.wt-layout-background-height-eighty {
  min-height: 80vh;
}

.wt-layout-background-height-ninety {
  min-height: 90vh;
}

.wt-layout-background-height-hundred {
  min-height: 100vh;
}

.wt-layout-block-amount-companies .wt-layout-block-text-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-amount-companies .wt-layout-block-text-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wt-layout-block-amount-companies h2 {
  grid-row: 2;
  grid-column: 1/-1;
}
.wt-layout-block-amount-companies .wt-layout-block.wt-layout-block-text-color-primary p {
  color: #101e21;
}
.wt-layout-block-amount-companies p:nth-of-type(n+1):nth-of-type(-n+4) {
  grid-row: 3;
  font-size: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
  line-height: clamp(3rem, 2.5556rem + 2.2222vw, 4.5rem);
}
.wt-layout-block-amount-companies p:nth-of-type(n+5) {
  grid-row: 4;
  font-size: clamp(1rem, 0.969rem + 0.16vw, 1.125rem);
  line-height: clamp(1rem, 0.8519rem + 0.7407vw, 1.5rem);
}
.wt-layout-block-amount-companies span {
  font-size: 1rem;
  color: #64605c;
  grid-column: 1/-1;
  grid-row: 1;
}

.wt-layout-block-services-banner .wt-layout-block-text-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-services-banner .wt-layout-block-text-container {
    grid-template-columns: 1fr;
  }
}
.wt-layout-block-services-banner .wt-layout-block-link-container {
  grid-column: 2/3;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-services-banner .wt-layout-block-link-container {
    grid-column: auto;
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wt-layout-block-services-button .wt-layout-block-container {
  gap: 40px;
}
.wt-layout-block-services-button .wt-layout-block-link-container {
  margin-top: 90px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-services-button .wt-layout-block-link-container {
    margin-top: 20px;
  }
}

.wt-layout-block-sector .p {
  font-size: 2rem;
  font-style: italic;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-sector .p {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .wt-layout-block-sector .p {
    font-size: 1rem;
  }
}
.wt-layout-block-sector .span:first-of-type {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
}
.wt-layout-block-sector .span {
  margin-bottom: 30px;
}
.wt-layout-block-sector .wt-layout-block-button-link, .wt-layout-block-sector .wt-layout-block-link {
  margin: 0;
}

.wt-layout-block-sector-grid .wt-layout-block-text-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-sector-grid .wt-layout-block-text-container {
    grid-template-columns: 1fr;
  }
}
.wt-layout-block-sector-grid .h2 {
  grid-column: 1/2;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-sector-grid .h2 {
    grid-column: auto;
  }
}
.wt-layout-block-sector-grid .p, .wt-layout-block-sector-grid .h3, .wt-layout-block-sector-grid .wt-layout-block-ul {
  grid-column: 2/3;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-sector-grid .p, .wt-layout-block-sector-grid .h3, .wt-layout-block-sector-grid .wt-layout-block-ul {
    grid-column: auto;
  }
}
.wt-layout-block-sector-grid .h3 {
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .wt-layout-block-sector-grid .h3 {
    margin-top: 20px;
  }
}
.wt-layout-block-sector-grid .wt-layout-block-ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}

.hero-banner-section .sv-wt-layout-block {
  margin-top: 0;
  margin-bottom: 0;
}

.wt-button {
  padding: 16px 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 400;
  font-size: 1rem;
}
@media only screen and (max-width: 600px) {
  .wt-button {
    width: 100%;
  }
}
.wt-button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wt-button-primary {
  color: #ffffff;
  background-color: #3f7883;
  border: 1px solid #3f7883;
}
.wt-button-primary svg {
  fill: #ffffff;
}
.wt-button-primary path, .wt-button-primary line, .wt-button-primary polyline {
  stroke: #ffffff;
}
.wt-button-primary:hover, .wt-button-primary:focus {
  background-color: #2f5a62;
  border: 1px solid #2f5a62;
}
.wt-button-primary:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.wt-button-secondary {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.wt-button-secondary svg {
  fill: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wt-button-secondary path, .wt-button-secondary line, .wt-button-secondary polyline {
  stroke: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wt-button-secondary:hover, .wt-button-secondary:focus {
  color: #3f7883;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.wt-button-secondary:hover svg, .wt-button-secondary:focus svg {
  fill: #3f7883;
}
.wt-button-secondary:hover path, .wt-button-secondary:hover line, .wt-button-secondary:hover polyline, .wt-button-secondary:focus path, .wt-button-secondary:focus line, .wt-button-secondary:focus polyline {
  stroke: #3f7883;
}
.wt-button-secondary:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}

.wt-button-tertiary {
  color: #3f7883;
  background-color: transparent;
  border: 1px solid #3f7883;
}
.wt-button-tertiary svg {
  fill: #3f7883;
  stroke: #3f7883;
}
.wt-button-tertiary path, .wt-button-tertiary line, .wt-button-tertiary polyline {
  stroke: #3f7883;
}
.wt-button-tertiary:hover {
  color: #ffffff;
  background-color: #3f7883;
  border: 1px solid #3f7883;
}
.wt-button-tertiary:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.wt-button-tertiary:hover path, .wt-button-tertiary:hover line, .wt-button-tertiary:hover polyline {
  stroke: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 1024px) {
  .card-layout-columns-3 .card-items, .card-layout-columns-2 .card-items, .card-layout-columns-4 .card-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-columns-3 .card-items, .card-layout-columns-2 .card-items, .card-layout-columns-4 .card-items {
    grid-template-columns: 1fr;
  }
}

.sv-card-layout a:focus-visible img {
  outline: -webkit-focus-ring-color auto 1px;
}
.sv-card-layout .card-layout-has-borders .card-item {
  border: 0;
  border-radius: 4px;
}
.sv-card-layout .card-layout-has-borders .card-media {
  border: 1px solid #c8d6d9;
  -webkit-transform: translateZ(0);
}
@media only screen and (max-width: 1024px) {
  .sv-card-layout .card-media {
    -webkit-transform: translateZ(0);
  }
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-header {
    font-size: 1.25rem;
    padding: 15px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
.sv-card-layout .card-layout-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-link {
    position: static;
    margin: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 0;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sv-card-layout .card-link {
  margin-top: auto;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-link {
    font-size: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sv-card-layout .card-link:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}
.sv-card-layout .card-layout-link-type-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-top: auto;
}
.sv-card-layout .card-layout-link-type-button .card-link {
  padding: 16px 63px 16px 48px;
  display: inline;
  border-radius: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  color: #3f7883;
  background-color: #ffffff;
  border: 1px solid #3f7883;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-link-type-button .card-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background-color: transparent;
    border: 0;
  }
}
.sv-card-layout .card-layout-link-type-button .card-link:hover, .sv-card-layout .card-layout-link-type-button .card-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #3f7883;
  color: #ffffff;
  background-color: #3f7883;
}
@media only screen and (max-width: 1024px) {
  .sv-card-layout .card-layout-link-type-button .card-link:hover, .sv-card-layout .card-layout-link-type-button .card-link:focus {
    background-color: transparent;
    border: 0;
  }
}
.sv-card-layout .card-layout-link-type-button .card-link:hover::after, .sv-card-layout .card-layout-link-type-button .card-link:focus::after {
  background: url(/images/18.4fa5495019956fec09a8a0/1758269863426/Vectorwhite.png);
}
.sv-card-layout .card-layout-link-type-button .card-link::after {
  content: "";
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-link-type-button .card-link::after {
    background: url(/images/18.47b634a1999478e1b5cb2/1759754648489/Vectorblackrightarrow.svg);
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
.sv-card-layout .card-layout-link-type-button .card-link:focus-within {
  outline: -webkit-focus-ring-color auto 1px;
}
.sv-card-layout .card-layout-link-type-text .card-link {
  color: #3f7883;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-link-type-text .card-link {
    padding-right: 45px;
  }
}
.sv-card-layout .card-layout-link-type-text .card-link::after {
  content: "";
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-layout-link-type-text .card-link::after {
    background: url(/images/18.4fa5495019956fec09a8a0/1758269863426/Vectorwhite.png);
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
.sv-card-layout .card-layout-link-type-content {
  text-align: right;
}
.sv-card-layout .card-layout-link-type-content .card-item-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sv-card-layout .card-item-link .card-content {
  position: relative;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-item-link .card-content {
    position: absolute;
    padding: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.sv-card-layout .card-item-link .card-content::after {
  content: "";
  height: 12px;
  width: 7px;
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  right: 0;
  border: 1px solid #3f7883;
  padding: 25px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 600px) {
  .sv-card-layout .card-item-link .card-content::after {
    background: url(/images/18.47b634a1999478e1b5cb2/1759754648489/Vectorblackrightarrow.svg);
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
    padding: 0;
    border-radius: 0;
    border: 0;
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
.sv-card-layout .card-item-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sv-card-layout .card-item-link:hover .card-content::after {
  background: url("/images/18.4fa5495019956fec09a8a0/1758269863426/Vector%20(11).png");
  background-color: #3f7883;
  background-repeat: no-repeat;
  background-position: center center;
}
.sv-card-layout .card-item-link:hover .card-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.card-layout-image-fit-contain .card-content {
  padding-top: 10px;
}

.card-item-link .card-content, .card-item:has(.card-link) .card-content {
  padding-bottom: 82px;
}
@media only screen and (max-width: 600px) {
  .card-item-link .card-content, .card-item:has(.card-link) .card-content {
    padding: 0;
  }
}

.card-media img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (max-width: 1024px) {
  .card-item {
    width: calc(50vw - 45px);
  }
}
@media only screen and (max-width: 600px) {
  .card-item {
    position: relative;
    width: calc(100vw - 60px);
  }
}

.card-content {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .card-content {
    z-index: 5;
    pointer-events: none;
  }
}
@media only screen and (max-width: 600px) {
  .card-content {
    position: absolute;
    right: auto;
    left: auto;
    top: auto;
    bottom: 0;
    padding: 0 15px;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.card-header {
  color: #101e21;
}

@media only screen and (max-width: 600px) {
  .card-text {
    display: none;
  }
}

.card-layout-vertically .card-layout-columns-1 .card-items {
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .card-layout-vertically .card-layout-columns-1 .card-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-vertically .card-layout-columns-1 .card-items {
    grid-template-columns: 1fr;
  }
}
.card-layout-vertically .card-item {
  display: grid;
  grid-template-columns: 350px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1024px) {
  .card-layout-vertically .card-item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.card-layout-vertically .card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 235px;
  border-radius: 0;
  aspect-ratio: 1.5/1;
}
@media only screen and (max-width: 1024px) {
  .card-layout-vertically .card-media {
    height: auto;
  }
}
.card-layout-vertically .card-media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card-layout-vertically .card-content {
  display: grid;
  grid-template-columns: 45% 33% 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  padding-left: 0;
  gap: 100px;
}
@media only screen and (max-width: 1350px) {
  .card-layout-vertically .card-content {
    grid-template-columns: 1fr;
    padding-bottom: 62px;
    padding-right: 60px;
    gap: 0;
  }
}
.card-layout-vertically .card-content::after {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .card-layout-vertically .card-content::after {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card-layout-vertically .card-text {
  padding-right: 0;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1024px) {
  .card-layout-vertically .card-text {
    padding-right: 0;
  }
}

.card-layout-our-values .card-layout-columns-4 .card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .card-layout-our-values .card-layout-columns-4 .card-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .card-layout-our-values .card-layout-columns-4 .card-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-our-values .card-layout-columns-4 .card-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.card-layout-our-values .card-header {
  font-size: 1rem;
  line-height: 1.2rem;
}
.card-layout-our-values .card-text {
  font-size: 0.875rem;
}
@media only screen and (max-width: 600px) {
  .card-layout-our-values .card-text {
    display: block;
  }
}
.card-layout-our-values .card-content {
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .card-layout-our-values .card-content {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.card-layout-our-values .card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-layout-our-values .card-layout-media-icon .card-media {
  padding: 20px;
}
.card-layout-our-values .card-media > div {
  height: 85px;
  width: 85px;
  border: 1px solid #c9f4bc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.card-layout-our-values .card-item:nth-child(even) {
  -webkit-transform: translateY(55px);
          transform: translateY(55px);
}
@media only screen and (max-width: 1024px) {
  .card-layout-our-values .card-item:nth-child(even) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card-layout-our-values .card-item:nth-child(2) .card-media > div {
  border-color: #f4bcbc;
}
.card-layout-our-values .card-item:nth-child(3) .card-media > div {
  border-color: #ffc183;
}
.card-layout-our-values .card-item:nth-child(4) .card-media > div {
  border-color: #c8d6d9;
}
.card-layout-our-values .card-item:nth-child(5) .card-media > div {
  border-color: #e8e5a6;
}
.card-layout-our-values .card-item:nth-child(6) .card-media > div {
  border-color: #cde9f8;
}
.card-layout-our-values .card-item:nth-child(7) .card-media > div {
  border-color: #cdb8e8;
}
.card-layout-our-values svg {
  padding: 5px;
}
.card-layout-our-values path {
  stroke: #000;
}

.card-layout-sectors .card-content {
  padding: 30px 0 82px;
}
@media only screen and (max-width: 600px) {
  .card-layout-sectors .card-content {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-sectors .card-header {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-sectors .sv-card-layout::after {
    background: url(/images/18.4fa5495019956fec09a8a0/1758269863426/Vectorwhite.png);
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
    top: auto;
    bottom: 0;
    right: 30px;
  }
}

.card-layout-carousel .card-layout {
  overflow: hidden;
}
.card-layout-carousel .card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
  -webkit-animation: swing 10s ease-in-out infinite alternate;
          animation: swing 10s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1024px) {
  .card-layout-carousel .card-items {
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
}
@media only screen and (max-width: 600px) {
  .card-layout-carousel .card-items {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
}
.card-layout-carousel .card-content {
  padding: 10px 0 20px;
}
.card-layout-carousel .card-item {
  min-width: 190px;
  max-width: 190px;
}

.card-layout-no-carousel .card-layout {
  overflow: hidden;
}
.card-layout-no-carousel .card-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 20px;
}
.card-layout-no-carousel .card-content {
  padding: 10px 0 20px;
}
.card-layout-no-carousel .card-item {
  min-width: 190px;
  max-width: 190px;
}

@-webkit-keyframes swing {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--slide-distance));
            transform: translateX(var(--slide-distance));
  }
}

@keyframes swing {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(var(--slide-distance));
            transform: translateX(var(--slide-distance));
  }
}
.sv-language-switcher {
  width: 100px;
}
@media only screen and (max-width: 1024px) {
  .sv-language-switcher {
    width: 100%;
  }
}

.language-switcher {
  border-radius: 8px;
}

.language--current:hover {
  background-color: transparent;
  border-radius: 8px;
}
.language--current:hover .language-name--current {
  color: #3f7883;
}
.language--current:hover .language-switcher-icon-down {
  fill: #3f7883;
}

.language {
  color: #101e21;
  gap: 7px;
  margin: 0;
  min-width: 94px;
}

.language-switcher-icon-down {
  fill: #101e21;
  width: 10px;
}

.language-name {
  width: auto;
  font-size: 0.875rem;
  font-weight: 600;
}

.language-switcher--has-visible-alternatives {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.language-switcher--has-visible-alternatives .language-name--current {
  color: #3f7883;
}
.language-switcher--has-visible-alternatives .languages-alternate {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.language-switcher--has-visible-alternatives .language--alternate {
  color: #101e21;
  background-color: #ffffff;
}
.language-switcher--has-visible-alternatives .language--alternate:hover {
  color: #ffffff;
  background-color: #3f7883;
}
.language-switcher--has-visible-alternatives .language--alternate:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.language-switcher--has-visible-alternatives .language--alternate:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.page-container:has(.hero-banner-section) .language {
  color: #ffffff;
}
.page-container:has(.hero-banner-section) .language-switcher-icon-down {
  fill: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:hover .language {
  color: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:hover .language--alternate:hover {
  color: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:hover .language-switcher-icon-down {
  fill: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:hover .language--current:hover .language-switcher-icon-down {
  fill: #3f7883;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .language {
  color: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .language--alternate:hover {
  color: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .language-switcher-icon-down {
  fill: #101e21;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) .language--current .language-switcher-icon-down {
  fill: #3f7883;
}

.has-visible-wt-nav-dropdown .page-container .language, .is-scrolled-down .page-container .language {
  color: #101e21;
}
.has-visible-wt-nav-dropdown .page-container .language-switcher-icon-down, .is-scrolled-down .page-container .language-switcher-icon-down {
  fill: #101e21;
}

@media only screen and (max-width: 1024px) {
  .language-switcher {
    display: none;
  }
  .languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .language {
    padding: 6px 24px;
    border-radius: 52px;
    border: 1px solid #95918d;
    text-decoration: none;
  }
  .language-name {
    color: #64605c;
  }
  .languages-alternate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
  .language-name--current, .language--current {
    display: block;
  }
  .language-name--current {
    color: #ffffff;
    border: 1px solid #3f7883;
  }
  .language--current {
    background-color: #3f7883;
  }
  .has-visible-wt-nav .language-switcher {
    display: block;
  }
}
.sv-subscriptions-portlet, .sv-simplesubscription-portlet {
  width: 640px;
}
@media only screen and (max-width: 1024px) {
  .sv-subscriptions-portlet, .sv-simplesubscription-portlet {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .sv-subscriptions-portlet, .sv-simplesubscription-portlet {
    width: 100%;
  }
}
.sv-subscriptions-portlet form div, .sv-simplesubscription-portlet form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sv-subscriptions-portlet form div:first-child div, .sv-simplesubscription-portlet form div:first-child div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sv-subscriptions-portlet form div:has(div[class=env-form-radio]), .sv-simplesubscription-portlet form div:has(div[class=env-form-radio]) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sv-subscriptions-portlet input[type=checkbox], .sv-simplesubscription-portlet input[type=checkbox] {
  border: 1px solid #3f7883;
}
.sv-subscriptions-portlet .env-checkbox [type=checkbox]:checked, .sv-simplesubscription-portlet .env-checkbox [type=checkbox]:checked {
  background-color: #3f7883;
  border: 1px solid #3f7883;
}
.sv-subscriptions-portlet .env-form-element:has(input[type=submit]), .sv-simplesubscription-portlet .env-form-element:has(input[type=submit]) {
  display: block;
}
.sv-subscriptions-portlet input, .sv-simplesubscription-portlet input {
  color: #95918d;
  border: 1px solid #95918d;
  text-align: start;
}
.sv-subscriptions-portlet input[type=submit], .sv-simplesubscription-portlet input[type=submit] {
  padding: 16px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  border-radius: 52px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-weight: 400;
  color: #ffffff;
  background-color: #3f7883;
  border: 1px solid #3f7883;
  margin-top: 20px;
}
.sv-subscriptions-portlet input[type=submit]:hover, .sv-simplesubscription-portlet input[type=submit]:hover {
  background-color: #2f5a62;
  border: 1px solid #2f5a62;
}
.sv-subscriptions-portlet span, .sv-subscriptions-portlet label, .sv-simplesubscription-portlet span, .sv-simplesubscription-portlet label {
  margin: 0;
}
.sv-subscriptions-portlet .p, .sv-simplesubscription-portlet .p {
  margin-left: 5px;
  text-align: center;
}

.wt-page-width {
  margin: 0;
  max-width: 100%;
}

.wt-page-list-items {
  gap: 25px;
}

@media only screen and (max-width: 1400px) {
  .wt-page-list-items--columns-desktop-4, .wt-page-list-items--columns-desktop-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .wt-page-list-items--columns-desktop-4, .wt-page-list-items--columns-desktop-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 650px) {
  .wt-page-list-items--columns-desktop-4, .wt-page-list-items--columns-desktop-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}

.wt-page-list-item {
  border: 0;
}
@media only screen and (max-width: 600px) {
  .wt-page-list-item {
    min-width: 250px;
  }
}

@media only screen and (max-width: 1400px) {
  .wt-page-list-item__figure {
    min-height: 445px;
  }
}

.wt-page-list-item__heading {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wt-page-list-item__details {
  padding: 10px 0;
}

.wt-page-list-item__text {
  font-weight: 400;
  margin-top: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.wt-page-list-item__email, .wt-page-list-item__tel {
  position: relative;
  padding-left: 30px;
}
.wt-page-list-item__email::before, .wt-page-list-item__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wt-page-list-item__value a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wt-page-list-item__value a:hover {
  color: #3f7883;
}

.wt-page-list-item__email::before {
  background: url("/images/18.5e5914361997010bc69860b/1758703559780/Vector%20(11).svg");
  height: 17px;
  width: 21px;
}

.wt-page-list-item__tel::before {
  background: url("/images/18.5e5914361997010bc69860a/1758703554298/Vector%20(12).svg");
  height: 19px;
  width: 19px;
}

.wt-page-list__tags {
  gap: 0;
}

.wt-page-list__tag {
  padding: 8px 32px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #ffffff;
  color: #95918d;
  -webkit-transition: color, border-bottom 0.3s;
  transition: color, border-bottom 0.3s;
}
.wt-page-list__tag:hover {
  color: #3f7883;
  background-color: #ffffff;
  border-bottom: 1px solid #3f7883;
  font-weight: 600;
}

.wt-page-list__tag--selected {
  color: #3f7883;
  background-color: transparent;
  border-bottom: 1px solid #3f7883;
  font-weight: 600;
}

.wt-page-list__filter {
  margin-bottom: 40px;
}

.wt-page-list-item__publish-date {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 0.75rem;
  color: rgba(100, 96, 92, 0.8);
}

.wt-page-list-item__read-more {
  color: #3f7883;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.wt-page-list-item__read-more::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wt-page-list-item__read-more span {
  font-family: "Open Sans", sans-serif;
}

a.wt-page-list-item-content:hover .wt-page-list-item__read-more::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
a.wt-page-list-item-content:hover .wt-page-list-item__heading {
  color: #3f7883;
}

.faq-list {
  gap: 20px;
}

.faq-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.faq-list-item {
  border: 0;
  border-radius: 8px;
  position: relative;
  outline: none;
}
.faq-list-item:hover {
  background-color: #f4f7f7;
}
.faq-list-item:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.faq-list-item::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/18.47b634a1999478e1b573c/1759233838402/Vectorrt.svg);
  right: 0;
  top: 24px;
  height: 8px;
  width: 12px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: 1;
}
.faq-list-item p {
  padding: 0 32px;
}

.faq-list-item[open] {
  background-color: #f4f7f7;
}
.faq-list-item[open]::after {
  -webkit-transform: translate(-100%, -50%) rotateZ(180deg);
          transform: translate(-100%, -50%) rotateZ(180deg);
}
.faq-list-item[open] .faq-list-columns {
  padding-left: 15px;
}
.faq-list-item[open] .faq-list-label {
  margin-bottom: 15px;
  color: #101e21;
}

.faq-list-label {
  cursor: pointer;
  list-style: none;
  color: #64605c;
  font-weight: 600;
  margin: 0;
  padding: 12px 32px;
}
.faq-list-label:focus, .faq-list-label:focus-within {
  outline: none;
}

.wt-file-listing-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.wt-file-listing-file {
  border: 0;
  border-radius: 8px;
  padding: 12px 32px;
  position: relative;
  margin: 0;
}
.wt-file-listing-file:hover {
  background-color: #f4f7f7;
}
.wt-file-listing-file::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/18.47b634a1999478e1b5746/1759234997172/download.svg);
  right: 48px;
  top: 24px;
  height: 24px;
  width: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.wt-file-listing-folder {
  border: 0;
  border-radius: 8px;
  position: relative;
  margin: 0;
  background-color: transparent;
  z-index: 1;
}
.wt-file-listing-folder:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.wt-file-listing-folder:hover {
  background-color: #f4f7f7;
}
.wt-file-listing-folder::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/18.47b634a1999478e1b573c/1759233838402/Vectorrt.svg);
  right: 32px;
  top: 24px;
  height: 8px;
  width: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  z-index: -1;
}

.wt-file-listing-folder[open] {
  background-color: #f4f7f7;
}
.wt-file-listing-folder[open]::after {
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
}
.wt-file-listing-folder[open] .faq-list-columns {
  padding-left: 15px;
}
.wt-file-listing-folder[open] .wt-file-listing-folder-name {
  color: #101e21;
}

.wt-file-listing-folder-content {
  padding: 0;
}

.wt-file-listing-label {
  cursor: pointer;
  list-style: none;
  color: #64605c;
  font-weight: 600;
  margin: 0;
  padding: 12px 32px;
}

.wt-file-listing-label:before {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .article-sidebar {
    display: none;
  }
}

.article-sidebar-container {
  min-width: 200px;
  grid-column: 1/2;
  position: sticky;
  top: 200px;
}
.article-sidebar-container .h6 {
  margin-top: 0;
  color: #64605c;
}
.article-sidebar-container .p {
  padding-left: 12px;
}
.article-sidebar-container a {
  text-decoration: none;
}
.article-sidebar-container a:hover {
  color: #3f7883;
}

.nexus-product-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "header header header header" "aside body body body" "aside body body body";
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.nexus-product-filter .header {
  grid-area: header;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .header {
    margin-bottom: 2rem;
  }
}
.nexus-product-filter .filter-search {
  position: relative;
}
.nexus-product-filter .filter-search input {
  width: 100%;
  padding: 0.5rem 5rem 0.5rem 3rem;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(149, 145, 141, 0.2);
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #95918d;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nexus-product-filter .filter-search input:hover, .nexus-product-filter .filter-search input:focus-visible {
  border: 1px solid #c8d6d9;
  -webkit-box-shadow: 0 0 12px 2px #c8d6d9;
          box-shadow: 0 0 12px 2px #c8d6d9;
}
.nexus-product-filter .filter-search input:hover + .filter-search-icon path, .nexus-product-filter .filter-search input:focus-visible + .filter-search-icon path {
  fill: #3f7883;
}
.nexus-product-filter .filter-search input:hover::-webkit-input-placeholder, .nexus-product-filter .filter-search input:focus-visible::-webkit-input-placeholder {
  color: #3f7883;
}
.nexus-product-filter .filter-search input:hover::-moz-placeholder, .nexus-product-filter .filter-search input:focus-visible::-moz-placeholder {
  color: #3f7883;
}
.nexus-product-filter .filter-search input:hover:-ms-input-placeholder, .nexus-product-filter .filter-search input:focus-visible:-ms-input-placeholder {
  color: #3f7883;
}
.nexus-product-filter .filter-search input:hover::-ms-input-placeholder, .nexus-product-filter .filter-search input:focus-visible::-ms-input-placeholder {
  color: #3f7883;
}
.nexus-product-filter .filter-search input:hover::placeholder, .nexus-product-filter .filter-search input:focus-visible::placeholder {
  color: #3f7883;
}
.nexus-product-filter .filter-search input:focus-visible {
  outline: none;
}
.nexus-product-filter .filter-search .filter-search-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2rem;
  color: #95918d;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
}
.nexus-product-filter .filter-search .filter-search-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.nexus-product-filter .filter-search .filter-search-icon path {
  fill: #95918d;
}
.nexus-product-filter .filter-header-show, .nexus-product-filter .filter-footer-show, .nexus-product-filter .filter-footer-clear {
  display: none;
  width: 100%;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
  text-decoration: none;
  background-color: transparent;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .filter-header-show, .nexus-product-filter .filter-footer-show, .nexus-product-filter .filter-footer-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nexus-product-filter .filter-header svg {
  width: 2.5rem;
  height: 2.5rem;
}
.nexus-product-filter .aside {
  padding-right: 2rem;
  border: 0;
  grid-area: aside;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .aside {
    margin-right: 0;
    margin-bottom: 0;
    position: static;
    width: 100%;
  }
}
.nexus-product-filter .aside .filter-body-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .aside .filter-body-title {
    display: none;
  }
}
.nexus-product-filter .aside .filter-body .filter {
  margin-bottom: 0.5rem;
}
.nexus-product-filter .aside .filter-body .filter .filter-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: transparent;
  padding: 0.5rem 0.75rem;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
}
.nexus-product-filter .aside .filter-body .filter .filter-title span {
  color: #adaaa7;
  font-size: 0.875rem;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .aside .filter-body .filter .filter-title span {
    font-size: 2rem;
  }
}
.nexus-product-filter .aside .filter-body .filter .filter-title svg {
  width: 0.75rem;
  height: 0.75rem;
}
.nexus-product-filter .aside .filter-body .filter .filter-title svg path {
  stroke: #4b4845;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper {
  display: none;
  background-color: transparent;
  border: 1px solid #3f7883;
  border-radius: 0.25rem;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item.filter-item-active .filter-item-checkmark {
  background-color: #3f7883;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item.filter-item-active svg {
  display: block;
  color: #ffffff;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item:hover {
  background-color: #3f7883;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item:hover .filter-item-button {
  color: #ffffff;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item:hover .filter-item-checkmark {
  border: 2px solid #ffffff;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item:hover .filter-item-checkmark svg {
  color: #ffffff;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item .filter-item-button {
  font-size: 0.875rem;
  color: #4b4845;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item .filter-item-checkmark {
  border: 2px solid #3f7883;
  border-radius: 0.25rem;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.nexus-product-filter .aside .filter-body .filter .filter-wrapper .filter-item .filter-item-checkmark svg {
  display: none;
  width: 0.875rem;
  height: 0.875rem;
  color: #3f7883;
}
.nexus-product-filter .aside .filter-body .filter.filter-open .filter-title {
  border-color: #3f7883;
  margin-bottom: 0.25rem;
}
.nexus-product-filter .aside .filter-body .filter.filter-open .filter-title span {
  color: #3f7883;
}
.nexus-product-filter .aside .filter-body .filter.filter-open .filter-title svg path {
  stroke: #3f7883;
}
.nexus-product-filter .aside .filter-body .filter.filter-open .filter-wrapper {
  display: block;
}
.nexus-product-filter .filter-footer {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .filter-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ebebeb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3rem 2rem;
  }
}
.nexus-product-filter .body {
  grid-area: body;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nexus-product-filter .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5rem;
}
.nexus-product-filter .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 24.75rem;
  width: calc(33.3333% - 19px);
  padding-bottom: 1.125rem;
  overflow: hidden;
  text-decoration: none;
}
.nexus-product-filter .product:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 12px 0 #c8d6d9;
          box-shadow: 0 0 12px 0 #c8d6d9;
}
.nexus-product-filter .product:hover .product-image {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nexus-product-filter .product:hover .product-title h3 {
  color: #3f7883;
}
.nexus-product-filter .product:hover .product-icon {
  border-color: #3f7883;
  background-color: #3f7883;
}
.nexus-product-filter .product:hover .product-icon svg {
  color: #ffffff;
}
.nexus-product-filter .product .product-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.nexus-product-filter .product .product-image {
  width: 100%;
  min-height: 14.5rem;
  height: 14.5rem;
  padding: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-product-filter .product .product-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nexus-product-filter .product .product-title {
  padding: 0 1.125rem;
}
.nexus-product-filter .product .product-title h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-product-filter .product .product-usps {
  list-style-type: none;
  margin: 0;
  padding: 0 1.125rem;
  color: #64605c;
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-height: 4rem;
  overflow: hidden;
}
.nexus-product-filter .product .product-icon {
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #3f7883;
  border-radius: 9999px;
  padding: 0.6rem 1rem;
  margin-right: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-product-filter .product .product-icon svg {
  color: #3f7883;
  rotate: -90deg;
  width: 0.75rem;
  height: 0.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .nexus-product-filter .product {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 600px) {
  .nexus-product-filter .product {
    width: 100%;
  }
}
.nexus-product-filter .filter-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nexus-product-filter .filter-item-list .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d9d9d9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3f7883;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 0.8rem 1rem 0.8rem 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.nexus-product-filter .filter-item-list .filter-item:hover {
  background-color: #cacaca;
}
.nexus-product-filter .filter-item-list .filter-item span {
  color: #3f7883;
  margin-right: 2rem;
}
@media only screen and (max-width: 1024px) {
  .nexus-product-filter .filter-item-list .filter-item span {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .filter-category-header {
    text-align: start;
  }
}

.wt-tablist-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.wt-tablist-tabs {
  min-width: 50em;
  max-width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .wt-tablist-tabs {
    min-width: 100%;
  }
}
.wt-tablist-tab {
  font-size: 2.5rem;
  line-height: 3.5rem;
  color: #95918d;
  padding: 0.5rem 2rem;
}
.wt-tablist-tab-active {
  color: #3f7883;
  border-bottom: 1px solid #3f7883;
}
.wt-tablist-tab:hover {
  cursor: pointer;
  color: #3f7883;
}
.wt-tablist-tabpanel {
  max-width: 50em;
  margin-top: 2rem;
  padding: 0.5rem 4rem;
}
@media only screen and (max-width: 1024px) {
  .wt-tablist-tabpanel {
    padding: 0.5rem 2rem;
  }
}
.wt-tablist-title {
  font-size: 2.5rem;
  line-height: 3.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #3f7883;
}
.wt-tablist-text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
  margin-bottom: 1rem;
}

.wt-tablist-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .wt-tablist-desktop {
    display: none;
  }
  .wt-tablist-mobile {
    display: block;
    position: relative;
    padding-left: 2.75rem;
  }
  .wt-tablist-mobile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0.875rem;
    margin-top: 1rem;
    width: 1px;
    height: calc(100% - 2rem);
    background-color: #3f7883;
  }
  .wt-tablist-accordion-item {
    position: relative;
    background-color: rgba(200, 214, 217, 0.2);
    padding: 0.325rem 2rem;
    margin-bottom: 1rem;
    border-radius: 4px;
  }
  .wt-tablist-accordion-item::before {
    content: "";
    position: absolute;
    top: 1.325rem;
    right: 100%;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgba(200, 214, 217, 0.2) transparent transparent;
  }
  .wt-tablist-accordion-item-heading {
    margin-bottom: 0;
  }
  .wt-tablist-accordion-item-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #64605c;
    padding: 0;
  }
  .wt-tablist-accordion-item-button-active {
    color: #3f7883;
  }
  .wt-tablist-accordion-item-button-active::before {
    background-color: #3f7883 !important;
  }
  .wt-tablist-accordion-item-button-active .wt-tablist-accordion-item-button-icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .wt-tablist-accordion-item-button-text {
    font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
    line-height: clamp(1.75rem, 1.3796rem + 1.8519vw, 3rem);
    font-weight: 600;
  }
  .wt-tablist-accordion-item-button-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .wt-tablist-accordion-item-button::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    margin-left: -2.75rem;
    margin-top: 0.5rem;
    height: 1.875rem;
    width: 1.875rem;
    border: 2px solid #3f7883;
    border-radius: 9999px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 4px solid #ffffff;
  }
  .wt-tablist-accordion-item-title {
    color: #3f7883;
    font-size: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
    line-height: clamp(1.5rem, 1.4259rem + 0.3704vw, 1.75rem);
    margin: 0.75rem 0;
    font-weight: 700;
  }
  .wt-tablist-accordion-item-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
  }
}
@media only screen and (max-width: 600px) {
  .nexus-cards {
    overflow: hidden;
  }
}
.nexus-cards .card-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1024px) {
  .nexus-cards .card-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .nexus-cards .card-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }
}
.nexus-cards .card-item {
  text-decoration: none;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 18px 18px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .nexus-cards .card-item {
    padding: 0 18px 18px;
    min-width: 220px;
  }
}
.nexus-cards .card-item:hover {
  -webkit-box-shadow: 0 0 12px 0 #c8d6d9;
          box-shadow: 0 0 12px 0 #c8d6d9;
}
.nexus-cards .card-item:hover::before {
  background-image: url(/images/18.4fa5495019956fec09a8a0/1758269863426/Vectorwhite.png);
  background-color: #3f7883;
}
.nexus-cards .card-item:hover .card-media img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.nexus-cards .card-item:hover .card-header {
  color: #3f7883;
}
.nexus-cards .card-item::before {
  content: "";
  position: absolute;
  height: 48px;
  width: 48px;
  border: 1px solid #3f7883;
  border-radius: 52px;
  display: block;
  right: 18px;
  bottom: 18px;
  background: url("/images/18.714b36d7199566979584/1758097573425/Vector%20(9).png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-cards .card-header {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-cards .card-text {
  font-size: 0.875rem;
}
.nexus-cards .card-content {
  padding: 10px 0 48px;
}
@media only screen and (max-width: 600px) {
  .nexus-cards .card-content {
    position: static;
  }
}

.sv-wt-slider .wt-slider--use-caption .wt-slider-item {
  background-color: rgba(200, 214, 217, 0.2);
}
.sv-wt-slider .swiper .wt-slider-item {
  min-height: 280px;
  width: 800px;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .sv-wt-slider .swiper .wt-slider-item {
    width: 100%;
  }
}

.wt-slider--has-navigation .wt-slider-caption {
  padding: 30px 15px 0 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wt-slider-item-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wt-slider-object-fit--contain.wt-slider-caption-media-pos--left .wt-slider-image img {
  left: 40px;
}
@media only screen and (max-width: 1024px) {
  .wt-slider-object-fit--contain.wt-slider-caption-media-pos--left .wt-slider-image img {
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.wt-slider .swiper-button-next, .wt-slider .swiper-button-prev {
  border: 1px solid #95918d;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.wt-slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-pagination {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .swiper-pagination {
    display: block;
  }
}

.sv-wt-link-sharer {
  width: 100%;
}

.wt-link-share-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wt-link-share-social-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sv-backer-switch-calculator {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 100px;
  background-color: rgba(200, 214, 217, 0.2);
}
@media only screen and (max-width: 1024px) {
  .sv-backer-switch-calculator {
    max-width: 100%;
    padding: 50px 30px;
  }
}

.backer-switch-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media only screen and (max-width: 700px) {
  .backer-switch-wrapper {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.backer-switch-energy-source {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  grid-column: 1/3;
}
@media only screen and (max-width: 1024px) {
  .backer-switch-energy-source {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .backer-switch-energy-source {
    grid-template-columns: repeat(2, 1fr);
  }
}
.backer-switch-energy-source .backer-switch-heading {
  grid-column: 1/7;
}
@media only screen and (max-width: 1024px) {
  .backer-switch-energy-source .backer-switch-heading {
    grid-column: 1/4;
  }
}
@media only screen and (max-width: 600px) {
  .backer-switch-energy-source .backer-switch-heading {
    grid-column: 1/3;
  }
}

.energy-source {
  background-color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.energy-source:hover {
  background-color: #c8d6d9;
}
.energy-source:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.energy-source-selected {
  border: 1px solid #3f7883;
}

.energy-source-input {
  position: absolute;
  z-index: -1;
  height: 50%;
  width: 50%;
}

.energy-source-input-icon {
  padding: 40px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.energy-source-input-icon svg {
  height: 40px;
  width: 40px;
}

.energy-source-input-label {
  padding: 10px 12px 30px;
  text-align: center;
  color: #64605c;
}

.backer-switch-measure {
  grid-column: 1/2;
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
@media only screen and (max-width: 700px) {
  .backer-switch-measure {
    grid-column: 1/3;
  }
}
.backer-switch-measure .backer-switch-heading {
  grid-column: 1/3;
}

.measure {
  position: relative;
  padding: 30px 12px;
  background-color: #ffffff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
}
.measure:hover {
  background-color: #c8d6d9;
}
.measure:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.measure-selected {
  border: 1px solid #3f7883;
}

.measure-input {
  position: absolute;
  z-index: -1;
}

.backer-switch-consumption {
  grid-column: 2/3;
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .backer-switch-consumption {
    grid-column: 1/3;
  }
}
.backer-switch-consumption .backer-switch-heading {
  grid-column: 1/3;
  margin: 0;
}

.backer-switch-consumption-caption {
  color: #9d9d9d;
}

.backer-switch-consumption-input {
  padding: 12px;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  font-size: 1rem;
  color: #101e21;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.backer-switch-consumption-input:hover, .backer-switch-consumption-input:focus-visible {
  border: 1px solid #3f7883;
}
.backer-switch-consumption-input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.backer-switch-consumption-input:focus {
  outline: none;
}

.backer-switch-consumption-input::-webkit-input-placeholder {
  color: #9d9d9d;
}

.backer-switch-consumption-input::-moz-placeholder {
  color: #9d9d9d;
}

.backer-switch-consumption-input:-ms-input-placeholder {
  color: #9d9d9d;
}

.backer-switch-consumption-input::-ms-input-placeholder {
  color: #9d9d9d;
}

.backer-switch-consumption-input::placeholder {
  color: #9d9d9d;
}

.backer-switch-result {
  grid-column: 1/3;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 700px) {
  .backer-switch-result {
    grid-column: 1/3;
  }
}

.backer-switch-result-number {
  color: #3f7883;
}

.site-footer {
  background-color: #ffffff;
  text-align: left !important;
  padding-top: 0;
}
.site-footer .sv-html-portlet {
  margin-bottom: 5rem;
}
.site-footer .sv-text-portlet-content .h2 {
  color: #101e21;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.site-footer .sv-text-portlet-content .p {
  color: #101e21;
  font-size: 0.875rem;
  text-decoration: none;
}
.site-footer .sv-text-portlet-content a {
  color: #101e21;
  text-decoration: none;
  font-size: 0.875rem;
}
.site-footer .sv-text-portlet-content a:hover {
  text-decoration: underline;
}
.site-footer .sv-text-portlet-content a[href^="tel:"] {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .site-footer .sv-text-portlet-content {
    margin-bottom: 2rem;
  }
}
.site-footer .social-media-header {
  font-family: "Montserrat", sans-serif;
  color: #101e21;
  font-size: 1.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .site-footer .social-media-header {
    text-align: left;
  }
}
.site-footer .social-media-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 0;
}
.site-footer .social-media-items svg {
  color: #64605c;
}
@media only screen and (max-width: 600px) {
  .site-footer .social-media-items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.site-footer .footer-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .footer-logo::before, .site-footer .footer-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #101e21;
  height: 1px;
}
.site-footer .footer-logo::after {
  right: 0;
  width: calc(50% - 3rem);
}
.site-footer .footer-logo::before {
  left: 0;
  width: calc(50% - 3rem);
}
.site-footer .footer-logo img {
  width: 6rem;
  margin: 0 auto;
}
.site-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-footer .footer-bottom .sv-text-portlet-content {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .site-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.site-header {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 999;
}
.site-header .row {
  gap: 0;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.site-header .site-header-content {
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .site-header .site-header-content {
    padding: 0 30px;
  }
}
.site-header .row:has(.nexus-search-bar-open) {
  position: static;
}

.website-logo {
  max-width: none;
  max-height: none;
}

.site-header:has(.language-switcher--has-visible-alternatives) {
  background-color: #ffffff;
}

.page-container:has(.hero-banner-section) .site-header {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-container:has(.hero-banner-section) .site-header:hover {
  background-color: #ffffff;
}
.page-container:has(.hero-banner-section) .site-header:has(.language-switcher--has-visible-alternatives) {
  background-color: #ffffff;
}

.has-visible-wt-nav .page-container:has(.hero-banner-section) .site-header {
  background-color: #ffffff;
}

.has-visible-wt-nav-dropdown .page-container .site-header, .is-scrolled-down .page-container .site-header {
  background-color: #ffffff;
}

html {
  scroll-margin-top: 120px;
  scroll-padding-top: 120px;
}

.wt-breadcrumbs, .main-content .sv-text-portlet-content, .main-content .sv-youtube-portlet,
.main-content .sv-image-portlet, .main-content .nav-previous-next, .main-content .columns, .sv-wt-slider,
.main-content .page-search-block, .main-content .video-block, .main-content .sv-standardsearch-portlet,
.nb-404-links, .sv-faq-list, .sv-faq-item, .sv-image-text-panel, .sv-text-columns, .sv-wt-file-listing, .sv-nexus-cards,
.sv-wt-image-text, .sv-wt-youtube, .sv-wt-social-media-photo-collage, .sv-card-layout, .wt-announcement-text, .sv-wt-button, .backer-productsearch-page, .nexus-search-bar, .sv-nexus-search,
.backer-product-page, .wt-timeline, .wt-tablist, .max-width-desktop, .site-footer-content, .main-content:has(.article-sidebar), .article-top-content .sv-text-portlet-content,
html:not(.has-visible-wt-nav) .sv-searchform-portlet, main [class*=grid-columns], .sv-wt-video, .article-top-content .sv-image-portlet, .sv-wt-page-list,
.main-content > .pagecontent > .sv-wt-video, .site-header-content, .sv-wt-layout-block, .sv-form-portlet, .sv-simplesubscription-portlet, .sv-subscriptions-portlet {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .wt-breadcrumbs, .main-content .sv-text-portlet-content, .main-content .sv-youtube-portlet,
  .main-content .sv-image-portlet, .main-content .nav-previous-next, .main-content .columns, .sv-wt-slider,
  .main-content .page-search-block, .main-content .video-block, .main-content .sv-standardsearch-portlet,
  .nb-404-links, .sv-faq-list, .sv-faq-item, .sv-image-text-panel, .sv-text-columns, .sv-wt-file-listing, .sv-nexus-cards,
  .sv-wt-image-text, .sv-wt-youtube, .sv-wt-social-media-photo-collage, .sv-card-layout, .wt-announcement-text, .sv-wt-button, .backer-productsearch-page, .nexus-search-bar, .sv-nexus-search,
  .backer-product-page, .wt-timeline, .wt-tablist, .max-width-desktop, .site-footer-content, .main-content:has(.article-sidebar), .article-top-content .sv-text-portlet-content,
  html:not(.has-visible-wt-nav) .sv-searchform-portlet, main [class*=grid-columns], .sv-wt-video, .article-top-content .sv-image-portlet, .sv-wt-page-list,
  .main-content > .pagecontent > .sv-wt-video, .site-header-content, .sv-wt-layout-block, .sv-form-portlet, .sv-simplesubscription-portlet, .sv-subscriptions-portlet {
    padding: 0 30px;
  }
}

.sv-faq-list, .sv-faq-item, .sv-image-text-panel, .sv-wt-video, .sv-nexus-cards,
.sv-text-columns, .sv-wt-file-listing, .sv-wt-image-text, .sv-wt-youtube, .sv-wt-slider,
.sv-wt-social-media-photo-collage, .sv-card-layout, .sv-wt-layout-block, .sv-wt-page-list, .backer-product-page,
.sv-form-portlet, .sv-simplesubscription-portlet, .sv-subscriptions-portlet, .nexus-product-filter {
  margin: 80px auto;
}
@media only screen and (max-width: 1024px) {
  .sv-faq-list, .sv-faq-item, .sv-image-text-panel, .sv-wt-video, .sv-nexus-cards,
  .sv-text-columns, .sv-wt-file-listing, .sv-wt-image-text, .sv-wt-youtube, .sv-wt-slider,
  .sv-wt-social-media-photo-collage, .sv-card-layout, .sv-wt-layout-block, .sv-wt-page-list, .backer-product-page,
  .sv-form-portlet, .sv-simplesubscription-portlet, .sv-subscriptions-portlet, .nexus-product-filter {
    margin: 40px auto;
  }
}

.page-container .page-container:has(.hero-banner-section) .main {
  margin-top: 0;
}

.page-container .page-container:has(.hero-banner-section-no-hero) .main {
  margin-top: 80px;
}

.page-container .page-container .main {
  margin-top: 120px;
}

.main-content {
  margin: 0;
}

.block {
  margin: 80px auto;
  max-width: 1440px;
}
@media only screen and (max-width: 1024px) {
  .block {
    margin: 40px auto;
  }
}
.block .sv-image-portlet, .block .sv-faq-list, .block .sv-faq-item, .block .sv-image-text-panel, .block .sv-wt-video, .block .sv-nexus-cards,
.block .sv-text-columns, .block .sv-wt-file-listing, .block .sv-wt-image-text, .block .sv-wt-youtube, .block .sv-wt-button, .block .sv-wt-slider,
.block .sv-wt-social-media-photo-collage, .block .sv-card-layout, .block .sv-wt-layout-block, .block .sv-form-portlet, .block .sv-wt-page-list {
  margin: 0;
}
.block .card-layout-our-values {
  max-width: 1156px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 600px) {
  .block .card-layout-our-values {
    margin: 0 auto;
  }
}
.block .sv-simplesubscription-portlet, .block .sv-subscriptions-portlet {
  margin: 50px auto 0;
}

.main-content:has(.article-sidebar) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagecontent .sv-html-portlet {
  min-height: 1px;
}

.max-width-decreased {
  max-width: 1208px;
}

.margin-top-reduce {
  margin-top: 40px;
}

.margin-bottom-reduce {
  margin-bottom: 40px;
}

.margin-top-increased {
  margin-top: 160px;
}
@media only screen and (max-width: 1024px) {
  .margin-top-increased {
    margin-top: 80px;
  }
}

.margin-bottom-increased {
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .margin-bottom-increased {
    margin-bottom: 80px;
  }
}

.skip-link .p {
  margin: 0;
}
.skip-link a {
  position: fixed;
  color: #ffffff;
  background-color: #3f7883;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.skip-link a:focus-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.text-max-width .p {
  max-width: 900px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.row .content:nth-child(2).content:has(.sv-image-portlet) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .content {
    width: 100%;
  }
}

.downloads-and-faq-container .content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.downloads-and-faq-container .p {
  margin-top: 48px;
}
@media only screen and (max-width: 1024px) {
  .downloads-and-faq-container .p {
    margin-top: 20px;
  }
}

hr {
  border: 1px solid rgba(200, 214, 217, 0.4);
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
@media only screen and (max-width: 1024px) {
  hr {
    max-width: calc(100% - 60px);
  }
}

.block-amount-companies .row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 80px;
}
@media only screen and (max-width: 1024px) {
  .block-amount-companies .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 30px;
  }
}
.block-amount-companies .row .sv-text-portlet-content {
  padding: 0;
}
.block-amount-companies .row span, .block-amount-companies .row p {
  font-weight: 600;
}
.block-amount-companies .row p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #101e21;
}
.block-amount-companies .row span {
  font-size: clamp(2.5rem, 2.188rem + 1.56vw, 3.75rem);
  line-height: clamp(3rem, 2.5556rem + 2.2222vw, 4.5rem);
  color: #3f7883;
}
.block-amount-companies .wt-button-text {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.2rem;
}
.block-amount-companies .wt-button {
  padding: 16px 32px;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .block-amount-companies .wt-button {
    margin: 20px 0 0;
  }
}
.block-amount-companies .sv-wt-button {
  display: block;
}
.block-amount-companies h2 {
  grid-column: 1/-1;
}

.pagecontent:has(.article-main-content) {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(4, auto);
  margin-top: 50px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding-right: 260px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .pagecontent:has(.article-main-content) {
    padding-right: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .pagecontent:has(.article-main-content) {
    grid-template-columns: 1fr;
  }
}
.pagecontent:has(.article-main-content) .sv-image-portlet, .pagecontent:has(.article-main-content) .sv-text-portlet-content {
  padding: 0;
}

.article-sidebar {
  grid-row: 1/4;
}

.article-main-content {
  grid-column: 2/4;
  align-self: start;
}

.article-share-bottom {
  margin-top: 55px;
}
.article-share-bottom .sv-text-portlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article-share-bottom a, .article-share-bottom .sv-text-portlet-content {
  margin: 0;
}

.article-share-container.row {
  margin-bottom: 65px;
  grid-row: 1/2;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  align-self: start;
}
@media only screen and (max-width: 1024px) {
  .article-share-container.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-share-container.row .row {
  gap: 10px;
}
.article-share-container.row .p, .article-share-container.row p {
  margin: 0;
  font-size: 0.625rem;
}
.article-share-container.row .sv-image-portlet {
  margin: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.article-share-container.row .sv-image-portlet img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-share-container.row .row:has(.sv-html-portlet) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.article-share-container.row .row:has(.sv-image-portlet) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-share-container.row .row:has(.sv-image-portlet) .sv-text-portlet {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article-share-container.row .span {
  font-size: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .article-share-container.row .article-texts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.article-share-container.row .article-texts .span {
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  color: #95918d;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  .backer-product-page {
    margin-top: 1rem;
  }
}
.backer-product-heading-mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .backer-product-heading-mobile {
    display: block;
  }
}
.backer-product-heading-desktop {
  display: block;
}
@media only screen and (max-width: 600px) {
  .backer-product-heading-desktop {
    display: none;
  }
}
.backer-product-top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  min-height: 38rem;
}
@media only screen and (max-width: 1024px) {
  .backer-product-top-section {
    display: block;
  }
}
.backer-product-information {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 38rem;
}
@media only screen and (max-width: 1024px) {
  .backer-product-information {
    width: 100%;
  }
}
.backer-product-related-product-button {
  display: block;
  text-align: center;
  padding: 1rem 2rem;
  border: 1px solid #95918d;
  width: 100%;
  margin: 1rem 0 0;
  color: #64605c;
  text-decoration: none;
  border-radius: 52px;
}
.backer-product-contact-button {
  padding: 1rem 2rem;
  border: 1px solid #3f7883;
  background-color: #3f7883;
  width: 100%;
  color: #ffffff;
  margin-top: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 52px;
}
.backer-product-contact-button:hover {
  background-color: #2f5a62;
  border-color: #2f5a62;
}
.backer-product-tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.backer-product-tablist-tabs {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.backer-product-tablist-tab {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  color: #95918d;
  padding: 0.5rem 2rem;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}
.backer-product-tablist-tab-active {
  color: #3f7883;
  border-bottom: 1px solid #3f7883;
}
.backer-product-tablist-tab:not(.backer-product-tablist-tab-active):hover {
  cursor: pointer;
  color: #95918d;
  border-bottom: 1px solid #c5c3c1;
}
.backer-product-tablist-tabpanel {
  padding: 2rem;
  height: 19rem;
  overflow-y: auto;
}
@media only screen and (max-width: 600px) {
  .backer-product-tablist-tabpanel {
    overflow: visible;
    height: auto;
    padding: 2rem 1rem;
  }
}
.backer-product-tablist-specification-item {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 1rem;
}
.backer-product-tablist-specification-key {
  min-width: 7rem;
  font-weight: 600;
}
.backer-product-tablist-specification-value {
  margin: 0;
}
.backer-product-tablist-documents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.backer-product-tablist-document-item {
  font-size: 1rem;
}
.backer-product-tablist-document-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #64605c;
}
.backer-product-tablist-document-link > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.backer-product-tablist-document-link:hover {
  text-decoration: underline;
}
.backer-product-tablist-document-icon {
  margin-right: 0.5rem;
  color: #3f7883;
}
.backer-product-tablist-download-icon {
  margin-right: 0.5rem;
  color: #95918d;
}
.backer-product-image-gallery {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 38rem;
}
@media only screen and (max-width: 1024px) {
  .backer-product-image-gallery {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .backer-product-image-gallery {
    height: 24rem;
  }
}
.backer-product-image-gallery-active-image-wrapper {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.backer-product-image-gallery-active-image {
  position: relative;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.backer-product-image-gallery-active-image-prev, .backer-product-image-gallery-active-image-next {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b4845;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
}
.backer-product-image-gallery-active-image-prev svg, .backer-product-image-gallery-active-image-next svg {
  width: 2rem;
  height: 2rem;
}
.backer-product-image-gallery-active-image-prev:hover, .backer-product-image-gallery-active-image-next:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
}
.backer-product-image-gallery-active-image-prev {
  left: 0;
  margin-left: 0.5rem;
  rotate: 180deg;
}
.backer-product-image-gallery-active-image-next {
  margin-right: 0.5rem;
  right: 0;
}
.backer-product-image-gallery-active-image-zoom {
  float: right;
  margin-top: -4rem;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: #64605c;
  padding: 0.75rem;
}
.backer-product-image-gallery-active-image-zoom svg {
  width: 1.5rem;
  height: 1.5rem;
}
.backer-product-image-gallery-active-image-zoom:hover {
  color: #000000;
}
.backer-product-image-gallery-active-image-zoom::after {
  content: "";
  position: absolute;
  inset: 0;
}
.backer-product-image-gallery-thumbnails {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5px;
}
.backer-product-image-gallery-thumbnail {
  width: 6.25rem;
  height: 6.25rem;
}
.backer-product-image-gallery-thumbnail:hover {
  border-color: #3f7883;
}
.backer-product-image-gallery-thumbnail button {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
  padding: 0.325rem;
  border: 3px solid transparent;
}
.backer-product-image-gallery-thumbnail button[aria-current=true] {
  border-color: #3f7883;
}
.backer-product-image-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.backer-product-image-gallery-modal {
  position: relative;
  width: 100%;
  height: 100%;
}
.backer-product-image-gallery-modal figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.backer-product-image-gallery-modal-close, .backer-product-image-gallery-modal-prev, .backer-product-image-gallery-modal-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4b4845;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
}
.backer-product-image-gallery-modal-close svg, .backer-product-image-gallery-modal-prev svg, .backer-product-image-gallery-modal-next svg {
  width: 2.25rem;
  height: 2.25rem;
}
.backer-product-image-gallery-modal-close:hover, .backer-product-image-gallery-modal-prev:hover, .backer-product-image-gallery-modal-next:hover {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
}
.backer-product-image-gallery-modal-close {
  top: 1rem;
  right: 1rem;
}
.backer-product-image-gallery-modal-prev {
  top: 50%;
  left: 1rem;
  margin-top: -1.5rem;
  rotate: 180deg;
}
.backer-product-image-gallery-modal-next {
  top: 50%;
  right: 1rem;
  margin-top: -1.5rem;
}
.backer-product-image-gallery-modal-container #react-aria-modal-dialog {
  width: 100%;
  height: 100%;
}
.backer-product-contact-modal {
  position: relative;
  background-color: #ffffff;
  width: 64rem;
  padding: 5rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1024px) {
  .backer-product-contact-modal {
    width: 95vw;
    padding: 1.5rem;
    margin: 0.5rem 0;
  }
}
.backer-product-contact-modal-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  color: #64605c;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.backer-product-contact-modal-close svg {
  width: 2rem;
  height: 2rem;
}
.backer-product-contact-modal-close:hover {
  color: #000000;
}
@media only screen and (max-width: 600px) {
  .backer-product-contact-modal-close {
    top: 0.5rem;
    right: 0.5rem;
  }
}
.backer-product-contact-modal-title {
  font-size: clamp(1.5rem, 1.25rem + 1.25vw, 2.5rem);
  line-height: clamp(1.75rem, 1.3796rem + 1.8519vw, 3rem);
}
.backer-product-contact-modal-selected-product-wrapper {
  margin-bottom: 3rem;
}
.backer-product-contact-modal-selected-product-title {
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
  line-height: clamp(1.5rem, 1.4259rem + 0.3704vw, 1.75rem);
}
.backer-product-contact-modal-selected-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.backer-product-contact-modal-selected-product-name {
  font-size: 1.25rem;
  color: #64605c;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.backer-product-contact-modal-selected-product-description {
  font-size: 1rem;
  color: #95918d;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.backer-product-contact-modal img {
  width: 6rem;
  height: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.backer-product-contact-modal-field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media only screen and (max-width: 600px) {
  .backer-product-contact-modal-field-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.backer-product-form {
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-field {
  width: 100%;
  margin-bottom: 0.5rem;
}
.backer-product-form-label {
  display: block;
  color: #101e21;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}
.backer-product-form-label-required {
  color: #f10e0e;
  margin-left: 0.5rem;
}
.backer-product-form-label-optional {
  color: #adaaa7;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  font-weight: 400;
}
.backer-product-form-input, .backer-product-form-textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #95918d;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.backer-product-form-input::-webkit-input-placeholder, .backer-product-form-textarea::-webkit-input-placeholder {
  color: #95918d;
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-input::-moz-placeholder, .backer-product-form-textarea::-moz-placeholder {
  color: #95918d;
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-input:-ms-input-placeholder, .backer-product-form-textarea:-ms-input-placeholder {
  color: #95918d;
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-input::-ms-input-placeholder, .backer-product-form-textarea::-ms-input-placeholder {
  color: #95918d;
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-input::placeholder, .backer-product-form-textarea::placeholder {
  color: #95918d;
  font-family: "Montserrat", sans-serif;
}
.backer-product-form-textarea {
  height: 10rem;
}
.backer-product-form-checkbox {
  opacity: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 10;
}
.backer-product-form-checkbox-icon-square {
  position: absolute;
  color: #c5c3c1;
  opacity: 1;
  z-index: 5;
  width: 1.75rem;
  height: 1.75rem;
}
.backer-product-form-checkbox:not(:checked) ~ .backer-product-form-checkbox-icon-square {
  opacity: 1;
}
.backer-product-form-checkbox:focus-visible ~ .backer-product-form-checkbox-icon-square {
  outline: solid;
  outline-color: #000000;
}
.backer-product-form-checkbox[aria-invalid=true] ~ .backer-product-form-checkbox-icon-square {
  color: #f10e0e;
}
.backer-product-form-checkbox-icon-check {
  position: absolute;
  color: #3f7883;
  opacity: 0;
  z-index: 6;
  width: 1.75rem;
  height: 1.75rem;
}
.backer-product-form-checkbox:checked ~ .backer-product-form-checkbox-icon-check {
  opacity: 1;
}
.backer-product-form-checkbox:focus-visible ~ .backer-product-form-checkbox-icon-check {
  outline: solid;
  outline-color: #000000;
}
.backer-product-form-checkbox-label {
  margin-left: 2.25rem;
}
.backer-product-form-checkbox-label a {
  color: #3f7883;
}
.backer-product-form-error-message {
  color: #f10e0e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-top: 0.25rem;
}
.backer-product-form-submit-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.backer-product-form-submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  background-color: #3f7883;
  border: 1px solid #3f7883;
  padding: 1rem 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 1rem;
}
.backer-product-related-products, .backer-product-compatible-products {
  margin-top: 5rem;
}
.backer-product-carousel-container {
  position: relative;
  max-width: 80rem;
  margin: 0 auto;
  overflow: hidden;
}
.backer-product-carousel-container .embla {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  padding: 0.5rem;
  margin: 0 4rem;
}
@media only screen and (max-width: 1024px) {
  .backer-product-carousel-container .embla {
    margin: 0;
  }
}
.backer-product-carousel-container .embla__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.backer-product-carousel-container .embla__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  scroll-snap-align: center;
  border-radius: 8px;
  outline: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.backer-product-carousel-container .embla__slide:focus {
  -webkit-box-shadow: 0 0 0 3px #3b82f6;
          box-shadow: 0 0 0 3px #3b82f6;
}
.backer-product-carousel-container .embla__slide img {
  display: block;
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.backer-product-carousel-container .embla__slide:not(.is-in-view) {
  opacity: 0.5;
}
.backer-product-carousel-container .embla.disabled {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .backer-product-carousel-container .embla__slide {
    min-width: 9.5rem;
  }
  .backer-product-carousel-container .embla__slide img {
    height: 9.5rem;
  }
}
.backer-product-carousel-prev, .backer-product-carousel-next {
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #95918d;
  border-radius: 9999px;
}
.backer-product-carousel-prev svg, .backer-product-carousel-next svg {
  width: 3rem;
  height: 3rem;
}
.backer-product-carousel-prev:hover, .backer-product-carousel-next:hover {
  color: #000000;
}
.backer-product-carousel-prev.disabled, .backer-product-carousel-next.disabled {
  opacity: 0;
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  .backer-product-carousel-prev, .backer-product-carousel-next {
    color: #000000;
  }
}
.backer-product-carousel-prev {
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .backer-product-carousel-prev {
    left: -0.5rem;
  }
}
.backer-product-carousel-prev svg {
  rotate: 180deg;
}
.backer-product-carousel-next {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .backer-product-carousel-next {
    right: -0.5rem;
  }
}
.backer-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 21.75rem;
  height: 100%;
  width: 17rem;
  padding-bottom: 1.125rem;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .backer-product-card {
    min-height: 19rem;
  }
}
.backer-product-card:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 12px 0 #c8d6d9;
          box-shadow: 0 0 12px 0 #c8d6d9;
}
.backer-product-card:hover .backer-product-card-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.backer-product-card:hover .backer-product-card-title {
  color: #3f7883;
}
.backer-product-card:hover .backer-product-card-icon {
  border-color: #3f7883;
  background-color: #3f7883;
}
.backer-product-card:hover .backer-product-card-icon svg, .backer-product-card:hover .backer-product-card-icon span {
  color: #ffffff;
}
.backer-product-card-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  margin-top: 0.75rem;
}
.backer-product-card-image {
  width: 100%;
  min-height: 13.5rem;
  height: 13.5rem;
  padding: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-product-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .backer-product-card-image {
    min-height: 11.5rem;
    height: 11.5rem;
  }
}
.backer-product-card-title {
  padding: 0 1.125rem;
  font-size: clamp(1rem, 0.875rem + 0.63vw, 1.5rem);
  line-height: clamp(1.5rem, 1.4259rem + 0.3704vw, 1.75rem);
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-product-card-description {
  padding: 0 1.125rem;
  font-size: 0.875rem;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.backer-product-card-usps {
  list-style-type: none;
  margin: 0;
  padding: 0 1.125rem;
  color: #64605c;
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-height: 4rem;
  overflow: hidden;
}
.backer-product-card-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #3f7883;
  border-radius: 9999px;
  padding: 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-product-card-icon svg {
  color: #3f7883;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-product-card-icon-text {
  display: none;
}
@media only screen and (max-width: 600px) {
  .backer-product-card-icon-text {
    display: inline-block;
    margin-left: 0.5rem;
    color: #3f7883;
  }
}

.backer-productsearch-page {
  font-family: "Montserrat", sans-serif;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "header header header header" "aside body body body" "aside body body body";
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 1024px) {
  .backer-productsearch-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}
.backer-productsearch-header {
  grid-area: header;
  display: grid;
}
@media only screen and (max-width: 1024px) {
  .backer-productsearch-header {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-header {
    margin: 0;
  }
}
.backer-productsearch-title {
  grid-column: span 1;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-title {
    margin-bottom: 1rem;
  }
}
.backer-productsearch-input-wrapper {
  grid-column: span 1;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1024px) {
  .backer-productsearch-input-wrapper {
    margin-bottom: 0;
  }
}
.backer-productsearch-input {
  width: 100%;
  padding: 0.5rem 5rem 0.5rem 3rem;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(149, 145, 141, 0.2);
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #95918d;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.backer-productsearch-input:hover, .backer-productsearch-input:focus-visible {
  border: 1px solid #c8d6d9;
  -webkit-box-shadow: 0 0 12px 2px #c8d6d9;
          box-shadow: 0 0 12px 2px #c8d6d9;
}
.backer-productsearch-input:hover + .backer-product-search-button, .backer-productsearch-input:focus-visible + .backer-product-search-button {
  color: #3f7883;
}
.backer-productsearch-input:hover::-webkit-input-placeholder, .backer-productsearch-input:focus-visible::-webkit-input-placeholder {
  color: #3f7883;
}
.backer-productsearch-input:hover::-moz-placeholder, .backer-productsearch-input:focus-visible::-moz-placeholder {
  color: #3f7883;
}
.backer-productsearch-input:hover:-ms-input-placeholder, .backer-productsearch-input:focus-visible:-ms-input-placeholder {
  color: #3f7883;
}
.backer-productsearch-input:hover::-ms-input-placeholder, .backer-productsearch-input:focus-visible::-ms-input-placeholder {
  color: #3f7883;
}
.backer-productsearch-input:hover::placeholder, .backer-productsearch-input:focus-visible::placeholder {
  color: #3f7883;
}
.backer-productsearch-input:focus-visible {
  outline: none;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-input {
    padding: 0.5rem 0.5rem 0.5rem 2.75rem;
    font-size: 14px;
  }
}
.backer-productsearch-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 2rem;
  color: #95918d;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-button {
    left: 0;
    margin: 0;
    width: 2.75rem;
    height: 2rem;
    padding: 0.25rem 0.75rem;
  }
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-filterchips-desktop {
    display: none;
  }
}
.backer-productsearch-filterchips-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
  margin-top: -2rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-filterchips-wrapper {
    margin: 0 0 1rem;
  }
}
.backer-productsearch-filterchip-button {
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
  border-radius: 9999px;
  border: 1px solid #dddcdb;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #64605c;
}
.backer-productsearch-filterchip-button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.backer-productsearch-filterchip-button:hover {
  background-color: rgba(221, 220, 219, 0.1);
}
.backer-productsearch-filterchip-button-clear-all {
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background-color: #3f7883;
  border-radius: 9999px;
  border: 1px solid #dddcdb;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-right: 1rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-filterchip-button-clear-all {
    display: none;
  }
}
.backer-productsearch-filterchip-button-clear-all svg {
  width: 1.25rem;
  height: 1.25rem;
}
.backer-productsearch-filterchip-button-clear-all:hover {
  background-color: #2f5a62;
}
.backer-productsearch-filterchip-button-clear-all:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 2.25rem;
  background-color: #c8d6d9;
  right: -1rem;
}
.backer-productsearch-aside {
  grid-area: aside;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-filters-wrapper {
    display: none;
  }
}
.backer-productsearch-filters-title {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.backer-productsearch-filter-item {
  margin-bottom: 0.5rem;
}
.backer-productsearch-filter-item-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 1rem;
  height: 2.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #dddcdb;
  border-radius: 0.25rem;
  color: #64605c;
  font-family: "Montserrat", sans-serif;
}
.backer-productsearch-filter-item-button svg {
  width: 2rem;
  height: 2rem;
  rotate: 90deg;
  color: #95918d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.backer-productsearch-filter-item-button[aria-expanded=true] {
  border: 1px solid #3f7883;
  color: #3f7883;
}
.backer-productsearch-filter-item-button[aria-expanded=true] svg {
  rotate: -90deg;
  color: #3f7883;
}
.backer-productsearch-filter-item-button:hover:not([aria-expanded=true]) {
  background-color: rgba(221, 220, 219, 0.2);
}
.backer-productsearch-filter-item-panel {
  border: 1px solid #3f7883;
  border-radius: 0.25rem;
  margin-top: 0.25rem;
}
.backer-productsearch-filter-option-checkbox-label {
  width: 100%;
  padding: 0.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #64605c;
  font-family: "Montserrat", sans-serif;
}
.backer-productsearch-filter-option-checkbox-label:hover {
  background-color: rgba(221, 220, 219, 0.2);
}
.backer-productsearch-filter-option-checkbox-label:hover .backer-productsearch-filter-option-checkbox-icon-square {
  color: #64605c;
}
.backer-productsearch-filter-option-checkbox {
  opacity: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  z-index: 10;
  right: 1.25rem;
  top: 0.5rem;
}
.backer-productsearch-filter-option-checkbox-icon-square {
  position: absolute;
  color: #3f7883;
  opacity: 1;
  z-index: 5;
  width: 1.75rem;
  height: 1.75rem;
  right: 1.25rem;
  top: 0.5rem;
}
.backer-productsearch-filter-option-checkbox-icon-check {
  position: absolute;
  color: #3f7883;
  opacity: 0;
  z-index: 6;
  width: 1.75rem;
  height: 1.75rem;
  right: 1.25rem;
  top: 0.5rem;
}
.backer-productsearch-filter-option-checkbox:not(:checked) ~ .backer-productsearch-filter-option-checkbox-icon-square {
  opacity: 1;
}
.backer-productsearch-filter-option-checkbox:focus-visible ~ .backer-productsearch-filter-option-checkbox-icon-square {
  outline: solid;
  outline-color: #000000;
}
.backer-productsearch-filter-option-checkbox:checked ~ .backer-productsearch-filter-option-checkbox-icon-check {
  opacity: 1;
}
.backer-productsearch-filter-option-checkbox:focus-visible ~ .backer-productsearch-filter-option-checkbox-icon-check {
  outline: solid;
  outline-color: #000000;
}
.backer-productsearch-filtermodal {
  background-color: #ffffff;
  width: 93vw;
  border-radius: 0.5rem;
  height: calc(90vh - 2rem);
  position: relative;
  overflow: hidden;
}
.backer-productsearch-filtermodal-button {
  display: none;
  position: relative;
  font-family: "Montserrat", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 2rem;
  background-color: #3f7883;
  border-radius: 9999px;
  border: 1px solid #dddcdb;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-right: 1rem;
}
.backer-productsearch-filtermodal-button svg {
  width: 1.25rem;
  height: 1.25rem;
}
.backer-productsearch-filtermodal-button:hover {
  background-color: #2f5a62;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-filtermodal-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.backer-productsearch-filtermodal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  border-bottom: 1px solid #c8d6d9;
}
.backer-productsearch-filtermodal-close, .backer-productsearch-filtermodal-clear {
  height: 4.5rem;
  padding: 0.5rem 1.5rem;
  color: #64605c;
}
.backer-productsearch-filtermodal-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 2rem;
  color: #4b4845;
  margin: 0;
}
.backer-productsearch-filtermodal-body {
  padding: 1.5rem 1.5rem 3.5rem;
  height: calc(100% - 6rem);
  overflow-y: auto;
}
.backer-productsearch-filtermodal-footer {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.backer-productsearch-filtermodal-apply {
  padding: 1rem 2rem;
  background-color: #3f7883;
  border-radius: 9999px;
  border: 1px solid #dddcdb;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.backer-productsearch-filtermodal-apply:hover {
  background-color: #2f5a62;
}
.backer-productsearch-body {
  display: grid;
  grid-area: body;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-body {
    gap: 0.5rem;
  }
}
.backer-productsearch-product-card {
  grid-column: span 4/span 4;
  min-height: 24.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .backer-productsearch-product-card {
    grid-column: span 6/span 6;
  }
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card {
    grid-column: span 12/span 12;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    border-radius: 0;
    padding: 0.75rem;
  }
}
.backer-productsearch-product-card:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 12px 0 #c8d6d9;
          box-shadow: 0 0 12px 0 #c8d6d9;
}
.backer-productsearch-product-card:hover .backer-productsearch-product-card-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card:hover .backer-productsearch-product-card-image {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.backer-productsearch-product-card:hover .backer-productsearch-product-card-title {
  color: #3f7883;
}
.backer-productsearch-product-card:hover .backer-productsearch-product-card-icon {
  border-color: #3f7883;
  background-color: #3f7883;
}
.backer-productsearch-product-card:hover .backer-productsearch-product-card-icon svg, .backer-productsearch-product-card:hover .backer-productsearch-product-card-icon span {
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.backer-productsearch-product-card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 100%;
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: auto;
    gap: 0.75rem;
    margin: 0;
  }
}
.backer-productsearch-product-card-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 1.125rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-content-wrapper {
    padding: 0;
  }
}
.backer-productsearch-product-card-image {
  width: 100%;
  min-height: 14.5rem;
  height: 14.5rem;
  padding: 0.25rem 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-productsearch-product-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-image {
    width: 6.75rem;
    height: 6.75rem;
    min-height: 6.75rem;
    padding: 0;
  }
  .backer-productsearch-product-card-image img {
    height: auto;
  }
}
.backer-productsearch-product-card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.backer-productsearch-product-card-description {
  font-size: 0.875rem;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-description {
    margin-bottom: 0.75rem;
  }
}
.backer-productsearch-product-card-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border: 1px solid #3f7883;
  border-radius: 9999px;
  padding: 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-productsearch-product-card-icon svg {
  color: #3f7883;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.backer-productsearch-product-card-icon span {
  display: none;
  color: #3f7883;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-product-card-icon {
    padding: 0.75rem 1.5rem;
  }
  .backer-productsearch-product-card-icon span {
    display: inline-block;
  }
  .backer-productsearch-product-card-icon svg {
    color: #3f7883;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.backer-productsearch-pagination-count {
  grid-column: span 12/span 12;
  color: #64605c;
  font-size: 1.25rem;
  text-align: center;
  margin: 2rem 0 0;
}
@media only screen and (max-width: 600px) {
  .backer-productsearch-pagination-count {
    font-size: 1rem;
  }
}
.backer-productsearch-infinite-scroll-element {
  height: 1px;
  visibility: hidden;
}
.backer-productsearch-show-more-button {
  grid-column: span 12/span 12;
  color: #64605c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  margin-top: 0;
}
.backer-productsearch-show-more-button svg {
  rotate: 90deg;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
}
.backer-productsearch-no-results {
  grid-column: span 12/span 12;
  text-align: center;
  padding: 4rem 2rem;
  font-size: 1.25rem;
  color: #64605c;
}

.nexus-search-page-container .nexus-search-bar {
  margin-top: -5rem;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 4rem;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input {
  width: 100%;
  padding: 0.5rem 5rem 0.5rem 3rem;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(149, 145, 141, 0.2);
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.1);
  color: #95918d;
  font-size: 1.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible {
  border: 1px solid #c8d6d9;
  -webkit-box-shadow: 0 0 12px 2px #c8d6d9;
          box-shadow: 0 0 12px 2px #c8d6d9;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover::-webkit-input-placeholder, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible::-webkit-input-placeholder {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover::-moz-placeholder, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible::-moz-placeholder {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover:-ms-input-placeholder, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible:-ms-input-placeholder {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover::-ms-input-placeholder, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible::-ms-input-placeholder {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover::placeholder, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible::placeholder {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible {
  outline: none;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper input:hover + .search-button svg, .nexus-search-page-container .nexus-search-bar .search-wrapper input:focus-visible + .search-button svg {
  color: #3f7883;
}
.nexus-search-page-container .nexus-search-bar .search-wrapper .search-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 7rem;
  color: #95918d;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nexus-search {
  margin-top: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #c8d6d9;
}
.nexus-search .search-section-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  color: #64605c;
}
.nexus-search .search-header-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.nexus-search .search-header-anchor-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  color: #95918d;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.nexus-search .search-header-anchor-button:hover {
  border-bottom: 2px solid #3f7883;
  color: #3f7883;
  font-weight: 600;
}
.nexus-search .search-header-anchor-button-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(200, 214, 217, 0.2);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  color: #3f7883;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.75rem;
}
.nexus-search .search-header-anchor-button-text::after {
  content: "";
  position: absolute;
  margin-top: 0.25rem;
  margin-left: 0.75rem;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjE5NDIgNi4xOTc0N0MxMS44MjA4IDYuMTk3NDcgMTEuNTI3NSA2LjQ5NzQ3IDExLjUyNzUgNi44NjQxNFYxMC41OTA4TDQuMjc0MTYgMy4zMzA4QzQuMDE0MTYgMy4wNzA4IDMuNTk0MTYgMy4wNzA4IDMuMzM0MTYgMy4zMzA4QzMuMDc0MTYgMy41OTA4IDMuMDc0MTYgNC4wMTA4IDMuMzM0MTYgNC4yNzA4TDEwLjU4NzUgMTEuNTMwOEg2Ljg2MDgzQzYuNDk0MTYgMTEuNTMwOCA2LjE5NDE2IDExLjgzMDggNi4xOTQxNiAxMi4xOTc1QzYuMTk0MTYgMTIuNTY0MSA2LjQ5NDE2IDEyLjg2NDEgNi44NjA4MyAxMi44NjQxSDEyLjE5NDJDMTIuNTYwOCAxMi44NjQxIDEyLjg2MDggMTIuNTY0MSAxMi44NjA4IDEyLjE5NzVWNi44NjQxNEMxMi44NjA4IDYuNDk3NDcgMTIuNTYwOCA2LjE5NzQ3IDEyLjE5NDIgNi4xOTc0N1oiIGZpbGw9IiM5NTkxOEQiLz4KPC9zdmc+Cg==");
}
.nexus-search .search-section-title {
  margin-bottom: 2.5rem;
}
.nexus-search .search-section[id=products], .nexus-search .search-section[id=categories] {
  margin: 2.5rem 0;
  padding-top: 5rem;
  border-top: 1px solid #c8d6d9;
}
.nexus-search .search-section-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.6rem;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.nexus-search .search-card {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 24.75rem;
  width: calc(25% - 1.2rem);
  padding-bottom: 1.125rem;
  overflow: hidden;
  text-decoration: none;
}
@media only screen and (max-width: 1400px) {
  .nexus-search .search-card {
    width: calc(33.3333% - 1.1rem);
  }
  .nexus-search .search-card-image {
    min-height: 14.5rem !important;
    height: 14.5rem !important;
  }
}
@media only screen and (max-width: 1200px) {
  .nexus-search .search-card {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 600px) {
  .nexus-search .search-card {
    width: 100%;
  }
}
.nexus-search .search-card:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px 0 #c8d6d9;
          box-shadow: 0 0 12px 0 #c8d6d9;
}
.nexus-search .search-card:hover .search-card-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.nexus-search .search-card:hover .search-card-title span {
  color: #3f7883;
}
.nexus-search .search-card:hover .search-card-icon {
  border-color: #3f7883;
  background-color: #3f7883;
}
.nexus-search .search-card:hover .search-card-icon svg {
  color: #ffffff;
}
.nexus-search .search-card-wrapper {
  width: 100%;
  height: 100%;
}
.nexus-search .search-card-image {
  width: 100%;
  min-height: 12.5rem;
  height: 12.5rem;
  padding: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-search .search-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nexus-search .search-card-title {
  padding: 0 1.125rem;
  margin: 0.75rem 0;
}
.nexus-search .search-card-title span {
  color: #101e21;
  font-weight: 600;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nexus-search .search-section[id=pages] {
  margin-top: 2.5rem;
}
.nexus-search .search-section[id=pages] .search-sv-page {
  padding: 0.75rem 5rem 1.5rem;
  background-color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.nexus-search .search-section[id=pages] .search-sv-page:hover {
  background-color: rgba(200, 214, 217, 0.2);
}
.nexus-search .search-section[id=pages] .search-sv-page:hover .search-sv-page-title {
  color: #3f7883;
}
.nexus-search .search-section[id=pages] .search-sv-page p {
  margin: 0;
}
.nexus-search .search-section[id=pages] .search-sv-page-title {
  font-size: clamp(1.25rem, 1.063rem + 0.94vw, 2rem);
  line-height: clamp(1.5rem, 1.2037rem + 1.4815vw, 2.5rem);
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.75rem;
}