html *
{
   font-family: 'Noto Sans';
}
.text-gray-extralight {
  color: #f7f7f7 !important;
}

.text-gray-light {
  color: #e5e5e5 !important;
}

.text-gray-medium {
  color: #ced2d6 !important;
}

.text-gray-dark {
  color: #b2bac1 !important;
}

.text-gray-extradark {
  color: #5b6670 !important;
}

.text-gray-ultradark {
  color: #2c2c31 !important;
}

.text-blue-medium {
  color: #00aec7 !important;
}

.text-blue-dark {
  color: #100f9f !important;
}

.text-blue-drupal {
  color: #2f91da !important;
}

.text-red-light {
  color: #f4333f !important;
}

.text-red-medium {
  color: #c7131e !important;
}

.text-red-dark {
  color: #7a0c0c !important;
}

.text-bw-black {
  color: #000000 !important;
}

.text-bw-white {
  color: #ffffff !important;
}

.bg-gray-extralight {
  background: #f7f7f7;
}

.bg-gray-light {
  background: #e5e5e5;
}

.bg-gray-medium {
  background: #ced2d6;
}

.bg-gray-dark {
  background: #b2bac1;
}

.bg-gray-extradark {
  background: #5b6670;
}

.bg-gray-ultradark {
  background: #2c2c31;
}

.bg-blue-medium {
  background: #00aec7;
}

.bg-blue-dark {
  background: #100f9f;
}

.bg-blue-drupal {
  background: #2f91da;
}

.bg-red-light {
  background: #f4333f;
}

.bg-red-medium {
  background: #c7131e;
}

.bg-red-dark {
  background: #7a0c0c;
}

.bg-bw-black {
  background: #000000;
}

.bg-bw-white {
  background: #ffffff;
}

.border-gray-extralight {
  border-color: #f7f7f7 !important;
}

.border-gray-light {
  border-color: #e5e5e5 !important;
}

.border-gray-medium {
  border-color: #ced2d6 !important;
}

.border-gray-dark {
  border-color: #b2bac1 !important;
}

.border-gray-extradark {
  border-color: #5b6670 !important;
}

.border-gray-ultradark {
  border-color: #2c2c31 !important;
}

.border-blue-medium {
  border-color: #00aec7 !important;
}

.border-blue-dark {
  border-color: #100f9f !important;
}

.border-blue-drupal {
  border-color: #2f91da !important;
}

.border-red-light {
  border-color: #f4333f !important;
}

.border-red-medium {
  border-color: #c7131e !important;
}

.border-red-dark {
  border-color: #7a0c0c !important;
}

.border-bw-black {
  border-color: #000000 !important;
}

.border-bw-white {
  border-color: #ffffff !important;
}

body {
  padding-top: 140px !important;
  color: #49494A;
  font-family: 'Noto Sans';
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #497b76;
}

a:hover {
  color: #345350;
}

.dots {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dots::before,
.dots::after {
  content: "";
  position: absolute;
  display: block;
}

.form-item label {
  color: #345350;
}

div#sliding-popup {
  background: #345350;
}

div#sliding-popup .eu-cookie-compliance-secondary-button,
div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-secondary-button,
div#sliding-popup .eu-cookie-compliance-secondary-button {
  padding: 8px 35px 8px 15px;
  background: #F0C71A;
  border: 1px solid #F0C71A;
  border-radius: 30px;
  color: #345350;
  -webkit-transition: padding 0.15s ease-out;
  transition: padding 0.15s ease-out;
}

div#sliding-popup .eu-cookie-compliance-secondary-button::after,
div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-secondary-button::after,
div#sliding-popup .eu-cookie-compliance-secondary-button::after {
  display: none;
}

div#sliding-popup .eu-cookie-compliance-secondary-button::before,
div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-secondary-button::before,
div#sliding-popup .eu-cookie-compliance-secondary-button::before {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent url(./../images/arrow-right-green-dots.svg) no-repeat center center;
  background-size: 70% 70%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

div#sliding-popup .eu-cookie-compliance-secondary-button:hover,
div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-secondary-button:hover,
div#sliding-popup .eu-cookie-compliance-secondary-button:hover {
  padding: 8px 40px 8px 15px;
}

@media (max-width: 991px) {

  div#sliding-popup .eu-cookie-compliance-secondary-button:hover,
  div#sliding-popup .eu-cookie-withdraw-banner .eu-cookie-compliance-secondary-button:hover,
  div#sliding-popup .eu-cookie-compliance-secondary-button:hover {
    padding: 8px 35px 8px 15px;
  }
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 500;
} */

.btn {
  padding: 8px 35px 8px 15px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
}

.btn.btn-primary,
.btn.btn-secondary {
  border: 1px solid #F0C71A;
  color: #345350 !important;
  position: relative;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.btn.btn-primary::after,
.btn.btn-secondary::after {
  content: "";
  height: 20px;
  width: 20px;
  background-size: 70% 70%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
  padding: 8px 40px 8px 15px;
}

@media (max-width: 991px) {

  .btn.btn-primary:hover,
  .btn.btn-secondary:hover {
    padding: 8px 35px 8px 15px;
  }
}

.btn.btn-primary {
  background: #F0C71A;
}

.btn.btn-primary::after {
  background: transparent url(./../images/arrow-right-green-dots.svg) no-repeat center center;
  background-size: 70% 70% !important;
}

.btn.btn-secondary {
  background: white;
}

.btn.btn-secondary::after {
  background: transparent url(./../images/arrow-right-golden-dots.svg) no-repeat center center;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: #F0C71A;
  border: 1px solid #F0C71A;
  color: #345350 !important;
}

.btn-secondary:not(:disabled):not(.disabled):active {
  background: white;
  border: 1px solid #F0C71A;
  color: #345350 !important;
}

.block-webform-block a {
  color: #49494A;
  text-decoration: underline;
}

.block-webform-block a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .block-webform-block a:hover {
    text-decoration: underline;
  }
}

.form-item-terms-and-conditions {
  margin-top: 30px;
}

[type=submit]:not([id=edit-submit]):not([id=edit-discard-changes]):not([id=edit-revert]) {
  margin: 20px 0 0 0;
  padding: 8px 30px;
  background: #F0C71A;
  border: none;
  color: #345350;
  font-weight: 500;
  text-align: center;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

[type=submit]:not([id=edit-submit]):not([id=edit-discard-changes]):not([id=edit-revert]):hover {
  padding: 8px 40px;
}

@media (max-width: 991px) {
  [type=submit]:not([id=edit-submit]):not([id=edit-discard-changes]):not([id=edit-revert]):hover {
    padding: 8px 30px;
  }
}

[type=submit]:not([id=edit-submit]):not([id=edit-discard-changes]):not([id=edit-revert])[disabled] {
  background: #F0C71A;
  color: #345350 !important;
}

[type=submit]:not([id=edit-submit]):not([id=edit-discard-changes]):not([id=edit-revert])[disabled]:hover {
  padding: 8px 30px;
}

.webform-confirmation {
  min-height: 175px;
  font-size: 18px;
  font-weight: 600;
}

.webform-confirmation a {
  color: #49494A;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.webform-confirmation a:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .webform-confirmation a:hover {
    text-decoration: underline;
  }
}

.form-item-i-agree-to-the-terms-and-conditions {
  margin: 0 0 20px 0 !important;
  float: none !important;
}

.webform-submission-contact-us-form .data-drupal-messages {
  display: none !important;
}

.form-item--error-message {
  padding-top: 5px;
  color: #c7131e;
  font-size: 14px;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox {
  min-height: 22px;
  width: auto;
  margin-right: 30px !important;
  float: left;
}

@media not all and (min-resolution: 0.001dpcm) {
  form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox {
    margin-right: 20px !important;
  }
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label {
  margin: 0;
  padding: 0 0 0 30px;
  color: black;
  font-size: 14px;
  font-weight: 500;
  top: 0 !important;
  cursor: pointer;
  position: relative;
}

@media not all and (min-resolution: 0.001dpcm) {
  form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label {
    padding: 3px 0 0 30px;
  }
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label::before,
form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label::after {
  position: absolute;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label::before {
  content: "";
  height: 22px;
  width: 22px;
  background: white;
  border: 1px solid #b2bac1;
  top: 0;
  left: 0;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label::after {
  content: "\f00c";
  color: #153039;
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-weight: 900;
  top: 2px;
  left: 4px;
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label::after {
    top: 2px;
  }
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label:focus {
  outline: none !important;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox label:focus::before {
  outline: 2px solid #0078d7 !important;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox.on label::after {
  display: block;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox.disabled label {
  pointer-events: none;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox.disabled label::before {
  background: #f7f7f7;
  cursor: not-allowed;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox [type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -999px;
}

form:not([class^=layout-builder]) .form-item.js-form-item.js-form-type-checkbox [type=checkbox].error+label::before {
  border: 1px solid #c7131e;
}

form:not([class^=layout-builder]) .form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

form:not([class^=layout-builder]) .form-checkboxes .form-item.js-form-item.js-form-type-checkbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
}

@media (max-width: 1199px) {
  form:not([class^=layout-builder]) .form-checkboxes .form-item.js-form-item.js-form-type-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333333% - 30px);
    flex: 0 0 calc(33.333333% - 30px);
  }
}

@media (max-width: 767px) {
  form:not([class^=layout-builder]) .form-checkboxes .form-item.js-form-item.js-form-type-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 599px) {
  form:not([class^=layout-builder]) .form-checkboxes .form-item.js-form-item.js-form-type-checkbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.bootstrap-select>.dropdown-toggle {
  border: 1px solid #b2bac1 !important;
  padding: 8px;
  background: white !important;
}

.bootstrap-select>.dropdown-toggle::after {
  background: transparent url(./../images/icon-chevron-green-down.svg) no-repeat center center;
}

.bootstrap-select>.dropdown-toggle:focus {
  outline: 2px solid #689793 !important;
}

:focus {
  outline: 2px solid #689793 !important;
}

body.microsites.toolbar-fixed.user-logged-in .contextual .trigger::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.microsites.toolbar-fixed.user-logged-in .layout-builder-form {
  max-width: none;
  margin: 0;
}

body.microsites.toolbar-fixed.user-logged-in .layout-builder-form [id=edit-preview-toggle] {
  margin-top: 20px;
}

body.microsites.toolbar-fixed.user-logged-in div[data-drupal-messages] {
  margin-top: 0;
  margin-bottom: 0;
}

body.microsites.toolbar-fixed.user-logged-in form.layout-builder-form div[id="edit-actions"] {
  margin: 25px;
}

body.toolbar-fixed.user-logged-in {
  padding-top: 218px !important;
}

body.toolbar-fixed.user-logged-in [id=block-goldentriangle-primary-local-tasks] {
  position: relative;
  top: 0;
  background: #ececec;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

body.toolbar-fixed.user-logged-in [id=block-goldentriangle-primary-local-tasks] ul.nav {
  margin: 0;
  width: 100%;
  max-width: 1365px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: none;
}

body.toolbar-fixed.user-logged-in [id=block-goldentriangle-primary-local-tasks] ul.nav li {
  margin-bottom: 0;
}

body.toolbar-fixed.user-logged-in [id=block-goldentriangle-primary-local-tasks] ul.nav li a {
  font-size: 16px;
  padding: 0.5rem 1rem;
  display: block;
  border: none;
}

body.toolbar-fixed.user-logged-in [id=block-goldentriangle-primary-local-tasks] ul.nav li a.is-active {
  background: white;
}

img.align-center {
  margin: 0 auto;
  display: block;
}

#drupal-off-canvas img {
  max-width: 100%;
  height: auto;
}

.back-to-top {
  background: #F0C71A;
}

.component-accordion h2::after {
  background: #F2A700;
}

.component-accordion .accordion-item button.item-title {
  color: #153039;
}

.component-accordion .accordion-item button.item-title span:not(.icon) {
  background: #259489;
}

.banner-homepage {
  max-height: calc(100vh - 130px);
  overflow: hidden;
  position: relative;
}

.banner-homepage::before {
  content: "";
  padding-top: calc(9 / 16 * 100%);
  display: block;
}

@media (max-width: 991px) {
  .banner-homepage::before {
    display: none;
  }
}

.banner-homepage .banner-homepage-media,
.banner-homepage .banner-homepage-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-homepage .banner-homepage-media {
  z-index: 1;
}

.banner-homepage .banner-homepage-media:before {
  content: "";
  padding-top: calc(9 / 16 * 100%);
  display: none;
}

@media (max-width: 991px) {
  .banner-homepage .banner-homepage-media {
    position: relative;
    top: auto;
    left: auto;
  }

  .banner-homepage .banner-homepage-media:before {
    display: block;
  }
}

.banner-homepage .banner-homepage-media img,
.banner-homepage .banner-homepage-media video {
  height: 111%;
  width: 111%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-homepage .banner-homepage-media .overlay {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(50%, rgba(255, 255, 255, 0.69)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.69) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .banner-homepage .banner-homepage-media .overlay {
    display: none;
  }
}

.banner-homepage .banner-homepage-content {
  padding: 0;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -50px;
  z-index: 2;
}

.banner-homepage .banner-homepage-content h1,
.banner-homepage .banner-homepage-content h2,
.banner-homepage .banner-homepage-content h3,
.banner-homepage .banner-homepage-content h4,
.banner-homepage .banner-homepage-content h5,
.banner-homepage .banner-homepage-content h6 {
  margin: 0 0 30px 0;
  color: #345350;
  font-size: clamp(28px, 5.25vw, 50px);
  font-weight: 600;
}

.banner-homepage .banner-homepage-content p {
  margin: 0 0 30px 0;
  font-size: clamp(16px, 3.25vw, 20px);
}

@media (max-width: 991px) {
  .banner-homepage .banner-homepage-content {
    padding: 30px 0 0 0;
    position: relative;
    top: auto;
    left: auto;
  }

  .banner-homepage .banner-homepage-content h1,
  .banner-homepage .banner-homepage-content h2,
  .banner-homepage .banner-homepage-content h3,
  .banner-homepage .banner-homepage-content h4,
  .banner-homepage .banner-homepage-content h5,
  .banner-homepage .banner-homepage-content h6,
  .banner-homepage .banner-homepage-content p {
    margin: 0 0 15px 0;
  }
}

.banner-landingpage {
  max-height: 400px;
  min-height: 175px;
  background: black;
  position: relative;
  overflow: hidden;
}

.banner-landingpage::before {
  content: "";
  padding-top: calc(9 / 21 * 100%);
  display: block;
}

.banner-landingpage .banner-landingpage-content,
.banner-landingpage .banner-landingpage-media {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-landingpage .banner-landingpage-media {
  z-index: 1;
}

.banner-landingpage .banner-landingpage-media img {
  height: 111%;
  width: 111%;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.banner-landingpage .banner-landingpage-media .overlay {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(40%, rgba(255, 255, 255, 0.69)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.69) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .banner-landingpage .banner-landingpage-media .overlay {
    background: rgba(255, 255, 255, 0.8);
  }
}

.banner-landingpage .banner-landingpage-content {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -50px;
  z-index: 2;
}

.banner-landingpage .banner-landingpage-content h1,
.banner-landingpage .banner-landingpage-content h2,
.banner-landingpage .banner-landingpage-content h3,
.banner-landingpage .banner-landingpage-content h4,
.banner-landingpage .banner-landingpage-content h5,
.banner-landingpage .banner-landingpage-content h6 {
  margin: 0;
  color: #345350;
  font-size: clamp(30px, 5.25vw, 50px);
  font-weight: 600;
}

.banner-landingpage .banner-landingpage-content p {
  margin: 0;
  font-size: 20px;
}

.component-image-with-text h2 {
  color: #345350;
  font-size: clamp(25px, 5.25vw, 40px);
  -o-border-image: none;
  border-image: none;
  border-bottom: none;
  position: relative;
}

.component-image-with-text h2::after {
  content: "";
  height: 4px;
  width: 200px;
  background: #F2A700;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.component-image-with-text .image-with-text-group a {
  margin: 0;
}

.component-image-with-text .col-image div:not(.contextual) .field--type-image {
  border-radius: 20px 0 0 20px;
}

@media (max-width: 991px) {
  .component-image-with-text .col-image div:not(.contextual) .field--type-image {
    margin: 0 0 30px 0;
    border-radius: 20px;
  }
}

.component-image-with-text .col-image div:not(.contextual) .field--type-image .dots::before {
  height: 100%;
  width: 100%;
  background: transparent url(./../images/dots-green.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 1;
  top: 0;
  left: -650px;
  z-index: 2;
}

.component-image-with-text .col-image div:not(.contextual) img {
  width: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.component-image-with-text.content-right .col-image div:not(.contextual) .field--type-image {
  border-radius: 0 20px 20px 0;
}

@media (max-width: 991px) {
  .component-image-with-text.content-right .col-image div:not(.contextual) .field--type-image {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .component-image-with-text .col-6.image-with-text-image {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .component-image-with-text .col-6.image-with-text-content {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
}

.component-rich-text-block h2,
.component-rich-text-block h3,
.component-rich-text-block h4,
.component-rich-text-block h5,
.component-rich-text-block h6 {
  font-size: clamp(24px, 5.25vw, 38px);
  font-weight: 500;
}

.component-rich-text-block h2 {
  margin-top: 40px;
}

.component-rich-text-block ul li::before {
  border: 1px solid #e3b61d;
}

.component-rich-text-block ul {
  margin-bottom: 20px;
}

.component-rich-text-block img {
  max-width: 100%;
  height: auto;
}

.component-rich-text-block.blend-into-footer::after {
  background: #153039;
}

.component-rich-text-block.blend-into-footer .field--name-field-content {
  background: #345350;
  border-radius: 20px;
}

.component-rich-text-block.blend-into-footer .field--name-field-content h2,
.component-rich-text-block.blend-into-footer .field--name-field-content h3,
.component-rich-text-block.blend-into-footer .field--name-field-content h4,
.component-rich-text-block.blend-into-footer .field--name-field-content h5,
.component-rich-text-block.blend-into-footer .field--name-field-content h6,
.component-rich-text-block.blend-into-footer .field--name-field-content p,
.component-rich-text-block.blend-into-footer .field--name-field-content a {
  color: #EAE7D9;
}

.component-rich-text-block.blend-into-footer .field--name-field-content p {
  font-weight: 400;
}

.component-rich-text-block.blend-into-footer .field--name-field-content p a {
  margin-top: 15px;
}

.component-quote-block .quote-block-content {
  background: #345350;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media (max-width: 991px) {
  .component-quote-block .quote-block-content {
    padding: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
}

.component-quote-block .quote-block-content h2,
.component-quote-block .quote-block-content h3,
.component-quote-block .quote-block-content h4,
.component-quote-block .quote-block-content h5,
.component-quote-block .quote-block-content h6 {
  font-size: clamp(25px, 5.25vw, 40px);
}

.component-quote-block .quote-block-content h2,
.component-quote-block .quote-block-content h3,
.component-quote-block .quote-block-content h4,
.component-quote-block .quote-block-content h5,
.component-quote-block .quote-block-content h6,
.component-quote-block .quote-block-content p,
.component-quote-block .quote-block-content a {
  color: #EAE7D9;
}

.component-quote-block .quote-block-content p {
  font-size: 16px !important;
  font-weight: 400;
}

.component-quote-block .quote-block-content a {
  text-decoration: underline;
}

.component-quote-block .quote-block-content a:hover {
  text-decoration: none;
}

.component-quote-block .blockquote {
  margin: 0 175px 0 100px;
}

.component-quote-block .blockquote::before {
  background: transparent url(./../images/icon-quote.svg) no-repeat center center;
  top: -10px;
}

.component-quote-block .blockquote::after {
  background: transparent url(./../images/icon-quote.svg) no-repeat center center;
  top: calc(100% - 35px);
}

.component-quote-block .blockquote p {
  font-weight: 500;
}

@media (max-width: 991px) {
  .component-quote-block .blockquote {
    margin: 0 35px;
  }

  .component-quote-block .blockquote::before,
  .component-quote-block .blockquote::after {
    display: none;
  }

  .component-quote-block .blockquote p {
    font-size: 15px;
  }
}

.component-quote-block .blockquote-footer {
  font-weight: 400;
}

.component-quote-block .quote-block-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 991px) {
  .component-quote-block .quote-block-image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}

.component-quote-block .quote-block-image::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -10%, black 100%);
  z-index: 3;
}

.component-quote-block .quote-block-image .dots::before {
  height: 100%;
  width: 100%;
  background: transparent url(./../images/dots-yellow.png) no-repeat center center;
  background-size: 90% 90%;
  opacity: 1;
  top: -100px;
  left: -650px;
  z-index: 2;
}

.component-quote-block .quote-block-image .dots::after {
  height: 100%;
  width: 100%;
  background: transparent url(./../images/dots-yellow.png) no-repeat center center;
  background-size: 110% 110%;
  opacity: 0.8;
  bottom: -100px;
  right: -550px;
  z-index: 2;
}

.component-tab-block-with-thumbnails h2 {
  padding: 0 90px 30px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .component-tab-block-with-thumbnails h2 {
    text-align: left;
  }
}

.component-tab-block-with-thumbnails h2::after {
  content: "";
  height: 4px;
  width: 200px;
  background: #F2A700;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.component-tab-block-with-thumbnails h2,
.component-tab-block-with-thumbnails h3,
.component-tab-block-with-thumbnails h4,
.component-tab-block-with-thumbnails h5,
.component-tab-block-with-thumbnails h6 {
  color: #345350;
  font-size: clamp(25px, 5.25vw, 40px);
  font-weight: 500;
}

.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link h3,
.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link.active h3 {
  color: #345350;
  font-size: clamp(18px, 5.25vw, 28px);
  font-weight: 400;
}

@media (max-width: 991px) {

  .component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link h3,
  .component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link.active h3 {
    font-weight: 600;
  }
}

.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link p,
.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link.active p {
  color: #49494A;
  font-size: 16px;
}

.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link.active h3 {
  font-weight: 600;
}

.component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link p {
  margin: -120px 0 30px 0;
}

@media (max-width: 991px) {
  .component-tab-block-with-thumbnails .tabs-with-thumbnails-block-tabs .nav-link p {
    margin: 0 0 20px 0;
  }
}

.component-tab-block-with-thumbnails .col-image div:not(.contextual) img {
  width: 101%;
  -o-object-fit: cover;
  object-fit: cover;
}

.component-tab-block-with-thumbnails .col-image div:not(.contextual) .tab-pane.active.show .set-1 .the-images-individual:nth-child(1)::before,
.component-tab-block-with-thumbnails .col-image div:not(.contextual) .tab-pane.active.show .set-2 .the-images-individual:nth-child(2)::before,
.component-tab-block-with-thumbnails .col-image div:not(.contextual) .tab-pane.active.show .set-3 .the-images-individual:nth-child(3)::before,
.component-tab-block-with-thumbnails .col-image div:not(.contextual) .tab-pane.active.show .set-4 .the-images-individual:nth-child(4)::before {
  content: "";
  height: 360px;
  width: 300px;
  background: transparent url(./../images/dots-big.png) no-repeat center center;
  opacity: 0.3;
  position: absolute;
  top: calc(100% - 320px);
  left: calc(100% - 270px);
  z-index: 2;
}

.component-tab-block-with-thumbnails .col-image div:not(.contextual) .tab-pane.active.show::after {
  content: "";
  height: 8px;
  width: 100%;
  background: #F0C71A;
  position: absolute;
  top: 0;
  left: 0;
}

header {
  height: 140px;
  width: 100%;
  background: white;
  border-bottom: 8px solid transparent;
  -o-border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
  border-image: -webkit-gradient(linear, right top, left top, from(#d8a625), to(#F0C71A));
  border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
  border-image-slice: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: height 0.15s ease-out, left 0.15s cubic-bezier(0.075, 0.82, 0.165, 1) 0.05s;
  transition: height 0.15s ease-out, left 0.15s cubic-bezier(0.075, 0.82, 0.165, 1) 0.05s;
}

@supports (-webkit-overflow-scrolling: touch) {
  header {
    -o-border-image: none;
    border-image: none;
    border-image-slice: initial;
    border-bottom: 8px solid #ced2d6;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    header {
      -o-border-image: none;
      border-image: none;
      border-image-slice: initial;
      border-bottom: 8px solid #ced2d6;
    }
  }
}

header .header-logo {
  height: 132px;
  width: 100%;
  position: relative;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

header .header-logo h1 {
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

header .header-logo a {
  height: auto;
  width: 175px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: width 0.15s ease-out;
  transition: width 0.15s ease-out;
}

header .header-logo img {
  height: auto;
  width: 100%;
}

@media (max-width: 1199px) {
  header {
    height: 70px;
    border-bottom: 4px solid transparent;
    -o-border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
    border-image: -webkit-gradient(linear, right top, left top, from(#d8a625), to(#F0C71A));
    border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
    border-image-slice: 1;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    header {
      -o-border-image: none;
      border-image: none;
      border-image-slice: initial;
      border-bottom: 4px solid #ced2d6;
    }
  }

  header .header-logo {
    height: 66px;
  }

  header .header-logo a {
    width: 85px;
  }
}

[id=header-navigation] {
  height: 132px;
  margin-right: 15px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

[id=header-navigation] ul {
  margin: 0;
  padding: 0;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    [id=header-navigation] .order-1 {
      min-height: 40px;
    }

    [id=header-navigation] .order-2 {
      min-height: 92px;
    }
  }
}

[id=header-navigation] div.menu-utility {
  height: 40px;
  border-right: 1px solid #e5e5e5;
  position: relative;
  z-index: 1;
}

[id=header-navigation] div.menu-utility li {
  margin: 0 16px;
  font-size: 12px;
  line-height: 40px;
  text-transform: uppercase;
}

[id=header-navigation] div.menu-utility li a {
  color: #2c2c31;
}

@media (max-width: 1199px) {
  [id=header-navigation] div.menu-utility {
    height: auto;
    width: 100%;
    border: none;
  }

  [id=header-navigation] div.menu-utility>ul.nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  [id=header-navigation] div.menu-utility>ul.nav li {
    margin: 0;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    text-transform: initial;
  }

  [id=header-navigation] div.menu-utility>ul.nav li a {
    padding: 13px;
    border-bottom: 1px solid #ced2d6;
    font-weight: 600;
    display: block;
  }

  [id=header-navigation] div.menu-utility>ul.nav li a:hover {
    text-decoration: none;
  }
}

[id=header-navigation] div.search-utility {
  height: 40px;
  width: 50px;
  position: relative;
}

[id=header-navigation] div.search-utility a.trigger-search-header {
  height: 40px;
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
}

[id=header-navigation] div.search-utility a.trigger-search-header img {
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[id=header-navigation] div.search-utility a.trigger-search-header .on {
  display: block;
}

[id=header-navigation] div.search-utility a.trigger-search-header .off {
  height: 10px;
  display: none;
}

[id=header-navigation] div.search-utility a.trigger-search-header.open .on {
  display: none;
}

[id=header-navigation] div.search-utility a.trigger-search-header.open .off {
  display: block;
}

[id=header-navigation] div.search-utility [id=search-header-form] {
  height: 40px;
  width: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

[id=header-navigation] div.search-utility [id=search-header-form] [type=search] {
  width: 100%;
  padding: 10px 50px 9px 10px;
  border: none;
}

[id=header-navigation] div.search-utility [id=search-header-form] [type=submit] {
  height: 40px;
  width: 50px;
  background: transparent url(./../images/icon-input-search-gray.svg) no-repeat center center;
  border: none;
  text-indent: -9999px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 200;
}

@media (max-width: 1199px) {
  [id=header-navigation] div.search-utility {
    height: auto;
    width: 100% !important;
    padding: 17px 13px 137px 13px;
  }

  [id=header-navigation] div.search-utility a.trigger-search-header {
    display: none;
  }

  [id=header-navigation] div.search-utility [id=search-header-form] {
    height: auto;
    width: 100% !important;
    opacity: 1 !important;
    position: relative;
    z-index: 1 !important;
  }

  [id=header-navigation] div.search-utility [id=search-header-form] [type=search] {
    width: 100%;
    padding: 10px 50px 9px 10px;
    border: 1px solid #ced2d6;
  }

  [id=header-navigation] div.search-utility [id=search-header-form] [type=submit] {
    height: auto;
    width: 100%;
    margin: 17px 0 0 0;
    background: #100f9f;
    font-size: 14px;
    text-indent: 0;
    text-indent: initial;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}

[id=header-navigation] div.menu-header {
  height: 100%;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

[id=header-navigation] div.menu-header nav,
[id=header-navigation] div.menu-header nav ul,
[id=header-navigation] div.menu-header nav ul.sf-menu {
  height: 100%;
  width: 100%;
}

[id=header-navigation] div.menu-header nav ul {
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[id=header-navigation] div.menu-header li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: none;
  height: 100%;
  font-size: 16px;
  background: transparent;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  line-height: 92px;
  white-space: normal;
  white-space: initial;
  float: none;
  -webkit-transition: none;
  transition: none;
  font-family: 'Noto Sans';
}

[id=header-navigation] div.menu-header li>a:not(.link-arrow-border) {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border: none;
  color: #2c2c31;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

[id=header-navigation] div.menu-header li>a:not(.link-arrow-border)::before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

[id=header-navigation] div.menu-header li>a:not(.link-arrow-border):hover,
[id=header-navigation] div.menu-header li>a:not(.link-arrow-border):focus,
[id=header-navigation] div.menu-header li>a:not(.link-arrow-border).active {
  text-decoration: none;
}

[id=header-navigation] div.menu-header li>a:not(.link-arrow-border):hover::before,
[id=header-navigation] div.menu-header li>a:not(.link-arrow-border):focus::before,
[id=header-navigation] div.menu-header li>a:not(.link-arrow-border).active::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@media (device-width: 1024px) and (orientation: landscape),
(max-width: 991px) {

  [id=header-navigation] div.menu-header li>a:not(.link-arrow-border):hover::before,
  [id=header-navigation] div.menu-header li>a:not(.link-arrow-border):focus::before,
  [id=header-navigation] div.menu-header li>a:not(.link-arrow-border).active::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

[id=header-navigation] div.menu-header li:first-of-type {
  border: none;
}

[id=header-navigation] div.menu-header li.sf-hover a::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

[id=header-navigation] div.menu-header li.sf-hover a::after {
  opacity: 1;
}

@media (max-width: 1439px) {
  [id=header-navigation] div.menu-header li {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  [id=header-navigation] div.menu-header li {
    font-size: 14px;
  }
}

[id=header-navigation] .sf-mega {
  max-width: 700px;
  width: 100vw;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[id=header-navigation] .sf-mega .container {
  max-width: 100% !important;
  padding: 0 15px;
}

[id=header-navigation] .sf-mega .container .row {
  margin-left: -15px;
  margin-right: -15px;
}

[id=header-navigation] .sf-mega .container .row [class^=col] {
  padding-left: 15px;
  padding-right: 15px;
}

[id=header-navigation] .sf-mega .container-sf-mega {
  min-height: 360px;
  width: 100%;
  background: #f7f7f7;
  -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.2);
}

[id=header-navigation] .sf-mega .container-sf-mega .card-sf-mega {
  height: 100%;
  min-height: 360px;
  width: 100%;
  background: #153039;
  color: white;
  font-weight: 300;
}

[id=header-navigation] .sf-mega .container-sf-mega .card-image-sf-mega {
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  left: 0;
}

[id=header-navigation] .sf-mega .container-sf-mega .card-image-sf-mega img {
  height: auto;
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[id=header-navigation] .sf-mega .container-sf-mega .card-body-sf-mega {
  padding: 20px;
}

[id=header-navigation] .sf-mega .container-sf-mega .card-body-sf-mega p {
  margin: 0 0 10px 0;
  font-weight: 400;
}

[id=header-navigation] .sf-mega .container-sf-mega .card-body-sf-mega p:first-of-type {
  font-size: 16px;
  font-weight: 700;
}

[id=header-navigation] .sf-mega .container-sf-mega a.link-arrow-border {
  margin-top: 10px;
  color: white;
  font-size: 14px;
}

[id=header-navigation] .sf-mega .container-sf-mega a.btn.btn-primary {
  display: inline-block;
  padding: 7px 38px 7px 17px;
  margin-top: 15px;
}

[id=header-navigation] .sf-mega .container-sf-mega a.btn.btn-primary:hover {
  padding: 7px 43px 7px 17px;
}

[id=header-navigation] .sf-mega .link-array-sf-menu {
  margin-right: 15px;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  top: auto;
  left: auto;
  display: block;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: auto;
  max-width: 100%;
  margin: 0;
  border: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5 !important;
  text-align: left;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a {
  padding: 10px 20px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  color: #153039;
  display: block;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a::before,
[id=header-navigation] .sf-mega .link-array-sf-menu ul li a::after {
  display: none;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a.sf-with-ul {
  padding: 10px 40px 10px 20px;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a.sf-with-ul::after {
  content: "";
  height: 20px;
  width: 20px;
  background: transparent url(./../images/icon-chevron-green-down.svg) no-repeat center center;
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a:hover {
  background: #e5e5e5;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li a:hover.sf-with-ul::after {
  right: 30px;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li.sf-hover-child a.sf-with-ul {
  background: #e5e5e5;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul li.sf-hover-child a.sf-with-ul::after {
  right: 30px;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul.sf-submenu-child {
  height: auto;
  background: white;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 5px;
  left: calc(100% - 25px);
  z-index: 2;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul.sf-submenu-child li a:hover {
  background: #f7f7f7;
}

[id=header-navigation] .sf-mega .link-array-sf-menu ul.sf-submenu-child li:last-of-type a {
  border: none;
}

@media (max-width: 1199px) {
  [id=header-navigation] .sf-mega {
    width: 100%;
    display: none;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    -webkit-transform: none;
    transform: none;
  }

  [id=header-navigation] .sf-mega .col-6 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  [id=header-navigation] .sf-mega .col-6.pr-0 {
    display: none;
  }

  [id=header-navigation] .sf-mega .container-sf-mega {
    min-height: 1px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  [id=header-navigation] .sf-mega .link-array-sf-menu {
    margin: 0;
  }

  [id=header-navigation] .sf-mega .link-array-sf-menu ul li {
    font-size: 14px;
    line-height: normal !important;
  }

  [id=header-navigation] .sf-mega .link-array-sf-menu ul li a:hover {
    background: transparent;
  }

  [id=header-navigation] .sf-mega .link-array-sf-menu ul.sf-submenu-child {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
  }
}

[id=header-navigation] li:nth-last-child(2) .sf-mega {
  left: auto;
  right: -15px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[id=header-navigation] li:nth-last-child(1) .sf-mega {
  left: auto;
  right: -17px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[id=header-navigation] li:nth-last-child(1) .sf-mega .link-array-sf-menu ul.sf-submenu-child {
  left: auto;
  right: calc(100% - 10px);
}

@media (max-width: 1199px) {
  [id=header-navigation] {
    height: 100vh;
    width: 275px;
    margin: 0;
    background: white;
    border: none;
    position: absolute;
    top: 0;
    right: -295px;
    -webkit-transition: right 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: right 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  [id=header-navigation]::after {
    content: "";
    height: calc(100% + 10px);
    width: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }

  [id=header-navigation]>.row {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    -ms-flex-pack: initial !important;
    -webkit-box-pack: initial !important;
    justify-content: initial !important;
    height: 100%;
    overflow-x: auto;
    display: block !important;
    -webkit-overflow-scrolling: touch;
  }

  [id=header-navigation]>.row .order-1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: initial !important;
    -webkit-box-pack: initial !important;
    justify-content: initial !important;
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  [id=header-navigation]>.row .order-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: initial !important;
    -webkit-box-pack: initial !important;
    justify-content: initial !important;
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important;
  }

  [id=header-navigation] div.menu-header {
    height: auto;
  }

  [id=header-navigation] div.menu-header nav ul {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
    width: 100%;
    border: none;
  }

  [id=header-navigation] div.menu-header nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
    border: none;
    line-height: normal;
    text-align: left;
    position: relative;
  }

  [id=header-navigation] div.menu-header nav ul li>a:not(.link-arrow-border) {
    padding: 13px;
    border-bottom: 1px solid #ced2d6;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  [id=header-navigation] div.menu-header nav ul li>a:not(.link-arrow-border)::before {
    display: none;
  }

  [id=header-navigation] div.menu-header nav ul li span {
    height: 45px;
    width: 45px;
    background: #f7f7f7 url(./../images/icon-chevron-green-down.svg) no-repeat center center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
  }

  [id=header-navigation] div.menu-header nav ul li span.open {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  [id=header-navigation] div.menu-header nav ul li ul li a,
  [id=header-navigation] div.menu-header nav ul li ul li ul li a {
    color: #2c2c31 !important;
    border-bottom: 1px solid #ced2d6 !important;
  }

  [id=header-navigation] div.menu-header nav ul li ul li a:hover,
  [id=header-navigation] div.menu-header nav ul li ul li ul li a:hover {
    background: transparent !important;
  }

  [id=header-navigation] div.menu-header nav ul li ul li a {
    padding: 13px 13px 13px 29px !important;
  }

  [id=header-navigation] div.menu-header nav ul li ul li ul li a {
    padding: 13px 13px 13px 42px !important;
  }
}

header.scrolled {
  height: 84px;
  border-bottom: 4px solid transparent;
  -o-border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
  border-image: -webkit-gradient(linear, right top, left top, from(#d8a625), to(#F0C71A));
  border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
  border-image-slice: 1;
}

@supports (-webkit-overflow-scrolling: touch) {
  header.scrolled {
    -o-border-image: none;
    border-image: none;
    border-image-slice: initial;
    border-bottom: 4px solid #ced2d6;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    header.scrolled {
      -o-border-image: none;
      border-image: none;
      border-image-slice: initial;
      border-bottom: 4px solid #ced2d6;
    }
  }
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    header.scrolled {
      -o-border-image: none;
      border-image: none;
      border-image-slice: initial;
      border-bottom: 4px solid #ced2d6;
    }
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  header.scrolled {
    -o-border-image: none;
    border-image: none;
    border-image-slice: initial;
    border-bottom: 4px solid #ced2d6;
  }
}

header.scrolled .header-logo {
  height: 80px;
}

header.scrolled .header-logo a {
  width: 85px;
}

header.scrolled [id=header-navigation] {
  height: 80px;
}

header.scrolled [id=header-navigation] div.menu-header {
  height: 100%;
}

header.scrolled [id=header-navigation] div.menu-header li {
  line-height: 40px;
}

header.scrolled [id=header-navigation] div.menu-header .sf-mega {
  top: calc(100% + 4px);
}

@media (max-width: 1199px) {
  header.scrolled {
    height: 70px;
    border-bottom: 4px solid transparent;
    -o-border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
    border-image: -webkit-gradient(linear, right top, left top, from(#d8a625), to(#F0C71A));
    border-image: linear-gradient(to left, #d8a625 0%, #F0C71A 100%);
    border-image-slice: 1;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    header.scrolled {
      -o-border-image: none;
      border-image: none;
      border-image-slice: initial;
      border-bottom: 4px solid #ced2d6;
    }
  }

  header.scrolled .header-logo {
    height: 66px;
  }

  header.scrolled .header-logo a {
    width: 85px;
  }

  header.scrolled [id=header-navigation] {
    height: 100vh;
  }

  header.scrolled [id=header-navigation] div.menu-header {
    height: auto;
  }

  header.scrolled [id=header-navigation] div.menu-header li {
    line-height: normal;
  }
}

.mobile-nav-trigger {
  height: 19px;
  width: 23px;
  position: absolute;
  top: 25px;
  right: 15px;
  display: none;
}

@media (max-width: 1199px) {
  .mobile-nav-trigger {
    display: block;
  }
}

.mobile-nav-trigger .ham-icon {
  height: 19px;
  width: 23px;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-nav-trigger .ham-icon span {
  height: 2px;
  width: 100%;
  background: #153039;
  display: block;
  opacity: 1;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mobile-nav-trigger .ham-icon span:nth-child(1) {
  top: 0;
}

.mobile-nav-trigger .ham-icon span:nth-child(2),
.mobile-nav-trigger .ham-icon span:nth-child(3) {
  top: 8px;
}

.mobile-nav-trigger .ham-icon span:nth-child(4) {
  top: 16px;
}

.mobile-nav-trigger.open .ham-icon span:nth-child(1) {
  opacity: 0;
  top: 16px;
}

.mobile-nav-trigger.open .ham-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav-trigger.open .ham-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-nav-trigger.open .ham-icon span:nth-child(4) {
  opacity: 0;
  top: 0;
}

body.open-mobile header {
  left: -275px;
}

body.open-mobile [id=header-navigation] {
  right: -275px;
}

body.open-mobile .parallax-banner-homepage {
  left: -275px !important;
}

footer {
  background: #153039;
}

@media (max-width: 991px) {
  footer .nav-item {
    text-align: center;
  }
}

/* .body-feature-image-interior-page {
  margin: 0 0 30px 0; }
  .body-feature-image-interior-page img {
    height: 250px;
    width: 200px; 
  }
  .section-interior-page.body-interior-page img {
    height: 100%;
    max-width: 100%;
} */
/* .body-text-interior-page .wrep-image {
  width: 300px;
  margin: 0;
}
.body-text-interior-page .wrep-image img {
  padding-right: 15px;
} */
.body-text-interior-page p {
  font-size: 16px;
  font-family: 'Noto Sans';
}

.header-interior-page.interior-page--article h1 {
  font-weight: bold;
  font-family: 'Noto Sans';
}

h2,
h3,
h4,
h5,
h6,
h1 {
  font-family: 'Noto Sans';
  font-weight: bold !important;
}