/*
|--------------------------------------------------------------------------
| Global
|--------------------------------------------------------------------------
*/
* {
  box-sizing: border-box;
  word-break: break-word;
}

body {
  margin: 0;
  font-family: "museo-sans", sans-serif;
  color: #1E1E1E;
}

/*
|--------------------------------------------------------------------------
| Classes
|--------------------------------------------------------------------------
*/
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* used for removing bottom padding on content builder parts */
.remove-bottom-spacing {
  padding-bottom: 0 !important;
}

.blue-background {
  background: #EBF4FA;
  padding-bottom: 80px;
}

/*
|--------------------------------------------------------------------------
| WYSIWYG editor
|--------------------------------------------------------------------------
*/
.wysiwyg {
  font-weight: 300;
  line-height: 1.5;
}
.wysiwyg > :last-child {
  margin-bottom: 0 !important;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.4;
  color: #0070BA;
}
.wysiwyg h1 {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 32px;
  }
}
.wysiwyg h1 span {
  font-weight: 300;
}
.wysiwyg h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 28px;
  }
}
.wysiwyg h3 {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 24px;
  }
}
.wysiwyg h4 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 20px;
  }
}
.wysiwyg h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 18px;
  }
}
.wysiwyg h6 {
  font-size: 16px;
}
.wysiwyg p {
  margin: 0 0 16px 0;
  line-height: 1.5;
}
.wysiwyg h1 + p,
.wysiwyg h2 + p {
  font-size: 20px;
  font-weight: 500;
}
.wysiwyg a:not(.button) {
  color: #1E1E1E;
  transition: all 0.2s;
}
.wysiwyg a:not(.button):hover {
  color: #0070BA;
}
.wysiwyg img {
  display: block;
}
.wysiwyg .wp-caption {
  width: 100% !important;
}
.wysiwyg iframe {
  display: block;
  width: 100%;
  height: 400px;
}
.wysiwyg ul {
  margin: 0 0 16px 0;
  padding: 0 0 0 16px;
}
.wysiwyg ul li {
  margin-bottom: 5px;
}
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg hr {
  margin: 30px 0;
  height: 1px;
  border: none;
  background: #EBF4FA;
}
.wysiwyg .content-block-button {
  margin: 0 0 30px 0;
}
.wysiwyg .content-block-read-more .content {
  display: none;
}
.wysiwyg .content-block-read-more .read-more-button-wrap {
  display: flex;
  justify-content: center;
}
.wysiwyg .content-block-checklist {
  margin: 0 0 30px 0;
}
.wysiwyg .content-block-checklist .fa-ul {
  margin: 0;
  padding-left: 31px;
}
.wysiwyg .content-block-checklist .fa-ul li {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.wysiwyg .content-block-checklist .fa-ul li i {
  margin-right: 10px;
  font-size: 24px;
  color: #0070BA;
}
.wysiwyg .content-block-checklist .fa-ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-block-usps {
  margin: 0 0 30px 0;
  padding: 30px;
  background: #EBF4FA;
}
.wysiwyg .content-block-usps .items {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}
.wysiwyg .content-block-usps .items .item {
  margin-bottom: 16px;
}
.wysiwyg .content-block-usps .items .item i {
  font-size: 20px;
  color: #0070BA;
  margin-right: 10px;
}
.wysiwyg .content-block-usps .items .item:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-block-slider {
  margin-bottom: 30px;
}
.wysiwyg .content-block-slider .items .image {
  height: 540px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .wysiwyg .content-block-slider .items .image {
    height: 350px;
  }
}
.wysiwyg .content-block-slider .nav-wrap {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.wysiwyg .content-block-slider .nav-wrap .prev-wrap,
.wysiwyg .content-block-slider .nav-wrap .next-wrap {
  display: flex;
  align-items: center;
}
.wysiwyg .content-block-slider .nav-wrap .prev-wrap .prev,
.wysiwyg .content-block-slider .nav-wrap .prev-wrap .next,
.wysiwyg .content-block-slider .nav-wrap .next-wrap .prev,
.wysiwyg .content-block-slider .nav-wrap .next-wrap .next {
  font-size: 40px;
  color: #B4B4B4;
  cursor: pointer;
  transition: all 0.2s;
}
.wysiwyg .content-block-slider .nav-wrap .prev-wrap .prev:hover,
.wysiwyg .content-block-slider .nav-wrap .prev-wrap .next:hover,
.wysiwyg .content-block-slider .nav-wrap .next-wrap .prev:hover,
.wysiwyg .content-block-slider .nav-wrap .next-wrap .next:hover {
  color: #1E1E1E;
}
.wysiwyg .content-block-slider .nav-wrap .nav {
  width: calc(100% - 70px);
  max-width: 450px;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .wysiwyg .content-block-slider .nav-wrap .nav {
    max-width: 300px;
  }
}
.wysiwyg .content-block-slider .nav-wrap .nav .image {
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.wysiwyg .content-block-slider .nav-wrap .nav .slick-slide {
  margin: 0 5px;
  border: 3px solid transparent;
  cursor: pointer;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.wysiwyg .content-block-slider .nav-wrap .nav .slick-slide.slick-current {
  border: 3px solid #FFDF00;
}
.wysiwyg .content-block-accordeon {
  width: 100%;
  max-width: 770px;
  margin-bottom: 30px;
}
.wysiwyg .content-block-accordeon .item {
  margin-bottom: 2px;
}
.wysiwyg .content-block-accordeon .item:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-block-accordeon .item .question {
  position: relative;
  padding: 15px 45px 15px 15px;
  background: #EBF4FA;
  font-weight: 700;
  cursor: pointer;
}
.wysiwyg .content-block-accordeon .item .question .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #0070BA;
  cursor: pointer;
  transition: all 0.2s;
}
.wysiwyg .content-block-accordeon .item .question .icon.open {
  transform: rotate(180deg);
}
.wysiwyg .content-block-accordeon .item .answer {
  display: none;
  padding: 0 15px 15px 15px;
  background: #EBF4FA;
}
.wysiwyg .content-block-quote .quotation {
  display: flex;
  margin-bottom: 28px;
}
.wysiwyg .content-block-quote .quotation .quotation-mark {
  height: 40px;
  width: 64px;
}
.wysiwyg .content-block-quote .quotation .line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #0070BA;
}
.wysiwyg .content-block-quote .quote-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #0070BA;
  max-width: 560px;
}
.wysiwyg .content-block-dealer-selector {
  width: 100%;
  margin-bottom: 30px;
}
.wysiwyg .content-block-dealer-selector .item {
  margin-bottom: 2px;
}
.wysiwyg .content-block-dealer-selector .item:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-block-dealer-selector .item .continent {
  position: relative;
  padding: 15px 45px 15px 10px;
  background: #EBF4FA;
  font-weight: 700;
  cursor: pointer;
}
.wysiwyg .content-block-dealer-selector .item .continent .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #0070BA;
  cursor: pointer;
  transition: all 0.2s;
}
.wysiwyg .content-block-dealer-selector .item .continent .icon.open {
  transform: rotate(180deg);
}
.wysiwyg .content-block-dealer-selector .item .countries {
  display: none;
  margin: 0;
  padding: 0;
  background: #EBF4FA;
  list-style-type: none;
}
.wysiwyg .content-block-dealer-selector .item .countries .country {
  margin: 0;
  border-top: 2px solid #FFFFFF;
}
.wysiwyg .content-block-dealer-selector .item .countries .country .link {
  position: relative;
  display: block;
  padding: 10px;
  background: #F5FAFD;
  text-decoration: none;
  color: #1E1E1E;
  transition: all 0.2s;
}
.wysiwyg .content-block-dealer-selector .item .countries .country .link:hover {
  background: #EBF4FA;
}
.wysiwyg .content-block-dealer-selector .item .countries .country .link .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #0070BA;
  cursor: pointer;
  transition: all 0.2s;
}
.wysiwyg .content-block-faq .section {
  margin-bottom: 60px;
}
.wysiwyg .content-block-faq .section:last-child {
  margin-bottom: 0;
}
.wysiwyg .content-block-faq .section .section-title {
  margin-bottom: 15px;
  font-size: 28px;
}
@media screen and (max-width: 1024px) {
  .wysiwyg .content-block-faq .section .section-title {
    font-size: 24px;
  }
}
.wysiwyg .content-block-faq .section .faq-item:first-child .faq-title {
  border-top: 1px solid #0070BA;
}
.wysiwyg .content-block-faq .section .faq-item .faq-title {
  position: relative;
  padding: 10px 30px 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #EBF4FA;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.wysiwyg .content-block-faq .section .faq-item .faq-title:hover {
  color: #0097FA;
}
.wysiwyg .content-block-faq .section .faq-item .faq-title.open {
  border-bottom: none;
}
.wysiwyg .content-block-faq .section .faq-item .faq-title .icon {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
}
.wysiwyg .content-block-faq .section .faq-item .faq-body {
  display: none;
  border-bottom: 1px solid #EBF4FA;
}
.wysiwyg .content-block-faq .section .faq-item .faq-body .content-block-accordeon {
  margin-bottom: 10px;
}

/*
|--------------------------------------------------------------------------
| Buttons
|--------------------------------------------------------------------------
*/
.button {
  display: inline-block;
  padding: 15px 20px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.2s;
}
.button.button-primary {
  border: 2px solid transparent;
  background-color: #FFDF00;
  color: #1E1E1E;
}
.button.button-primary:hover {
  border-color: #1E1E1E;
}
.button.button-primary:active {
  background: #1E1E1E;
  color: #FFDF00;
}
.button.button-secondary {
  border: 2px solid transparent;
  background-color: #1E1E1E;
  color: #FFDF00;
}
.button.button-secondary:hover {
  border-color: #FFDF00;
}
.button.button-secondary:active {
  background: #FFDF00;
  color: #1E1E1E;
}
.button.button-ghost {
  border: 2px solid #FFDF00;
  background: #FFFFFF;
  color: #1E1E1E;
}
.button.button-ghost:hover {
  border-color: #1E1E1E;
}
.button.button-ghost:active {
  background: #1E1E1E;
  color: #FFDF00;
}
.button.button-open {
  padding: 0;
  border: 2px solid transparent;
}
.button.button-open span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #FFDF00;
  color: #1E1E1E;
  transition: all 0.2s;
}
.button.button-open:hover span {
  border-color: #1E1E1E;
}
.button.button-open:active {
  color: #FFDF00;
}
.button.button-open:active span {
  border-color: #FFDF00;
  color: #FFDF00;
}
.button i {
  margin-right: 6px;
}

/*
|--------------------------------------------------------------------------
| News articles
|--------------------------------------------------------------------------
*/
.mk-page-section-wrapper .attachment-full {
  width: 100%;
  object-fit: contain;
  height: auto;
}

.vc_hidden-lg,
.vc_hidden-xs,
.vc_hidden-sm,
.vc_hidden-md {
  display: none;
}

.gform_heading {
  display: none !important;
}

.gform-theme--framework .gfield_list_group_item:before,
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
  color: #787878 !important;
}
.gform-theme--framework .gfield .ginput_password.large,
.gform-theme--framework .gfield input.large,
.gform-theme--framework .gfield input,
.gform-theme--framework .gfield select.large,
.gform-theme--framework textarea.large {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}
.gform-theme--framework .gfield textarea.large {
  resize: none !important;
}
.gform-theme--framework .gfield--type-choice.field_description_above.gfield--no-description .gform-field-label:where(:not([class*=gform-field-label--type-])),
.gform-theme--framework .gfield--type-choice.field_description_below .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  display: none !important;
}
.gform-theme--framework .gform-field-label--type-inline {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  box-shadow: none !important;
}

.gform-theme--api,
.gform-theme--foundation {
  --gf-form-gap-y: 15px !important;
}

.ginput_container_consent a {
  color: #0070BA;
  transition: all 0.2s;
}
.ginput_container_consent a:hover {
  color: #0097FA;
}

.gform_wrapper button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #FFDF00 !important;
  border: 2px solid transparent;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #1E1E1E !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 15px 20px !important;
}
.gform_wrapper button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
  border-color: #1E1E1E;
}
.gform_wrapper button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper input:is([type=submit], [type=button], [type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper input:is([type=submit], [type=button], [type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active,
.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active {
  background-color: #1E1E1E !important;
  color: #FFDF00 !important;
}

.gform_footer {
  margin-top: 30px;
}

.fragment-breadcrumbs .crumb {
  font-size: 12px;
  color: #1E1E1E;
  text-decoration: none;
  transition: all 0.2s;
}
.fragment-breadcrumbs .crumb:hover {
  color: #4B4B4B;
}
.fragment-breadcrumbs .seperator {
  padding: 0 3px;
  font-size: 10px;
  color: #0070BA;
}
.fragment-breadcrumbs .destination {
  font-size: 12px;
  color: #B4B4B4;
}

section.notice {
  padding: 10px 0;
  background: #FFDF00;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  section.notice {
    font-size: 12px;
  }
}
section.notice .notice-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
section.notice .notice-container .text {
  margin-right: 10px;
}
section.notice .notice-container .close-notice {
  padding: 5px 8px;
  font-weight: 700;
  cursor: pointer;
  background-color: #FFDF00;
  color: #1E1E1E;
  border: 1px solid black;
  transition: 0.3s ease;
}
section.notice .notice-container .close-notice:hover {
  color: #FFDF00;
  background-color: #1E1E1E;
}

#top-bar {
  display: flex;
  background: #0064AA;
  position: sticky;
  top: 0;
  z-index: 10;
  overflow-x: scroll;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
#top-bar::-webkit-scrollbar {
  display: none;
}
#top-bar .site {
  display: block;
  padding: 12px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  #top-bar .site {
    font-size: 12px;
    padding: 12px 15px;
  }
}
#top-bar .site.current, #top-bar .site:hover {
  background: #0070BA;
}
@media only screen and (max-width: 768px) {
  #top-bar .site .meijer {
    display: none;
  }
}

#header {
  display: flex;
  padding: 30px 30px 0 30px;
  background: #0070BA;
  position: sticky;
  top: 41px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header {
    top: 38px;
  }
}
@media screen and (max-width: 1206px) {
  #header {
    display: block;
    padding: 0;
  }
}
#header .branding {
  display: flex;
}
@media screen and (max-width: 1206px) {
  #header .branding {
    padding: 20px 15px;
  }
}
#header .branding .logo {
  display: block;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  #header .branding .logo {
    height: 40px;
  }
}
#header .branding .mobile-functions {
  display: none;
  margin: 0 0 0 auto;
  padding: 0;
  align-items: center;
  list-style-type: none;
}
@media screen and (max-width: 1206px) {
  #header .branding .mobile-functions {
    display: flex;
  }
}
#header .branding .mobile-functions .mobile-function {
  margin-right: 30px;
}
#header .branding .mobile-functions .mobile-function:last-child {
  margin-right: 0;
}
#header .branding .mobile-functions .mobile-function .mobile-function-url {
  position: relative;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 0.2s;
}
#header .branding .mobile-functions .mobile-function .mobile-function-url:hover {
  color: #0097FA;
}
#header .branding .mobile-functions .mobile-function .mobile-function-url.open:after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: solid 10px #FFFFFF;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
#header .items {
  display: flex;
  justify-content: center;
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (max-width: 1206px) {
  #header .items {
    display: none;
    background: #FFFFFF;
    height: calc(100vh - 118px);
    overflow-y: scroll;
  }
}
#header .items .item {
  margin-right: 10px;
  padding: 0 16px;
}
@media screen and (max-width: 1206px) {
  #header .items .item {
    padding: 0;
    margin-right: 0;
    border-bottom: 1px solid #EBF4FA;
  }
}
#header .items .item:last-child {
  margin-right: 0;
}
#header .items .item.current .current-indicator {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 6px;
  height: 2px;
  background: #FFFFFF;
}
@media screen and (max-width: 1206px) {
  #header .items .item.current .current-indicator {
    display: none;
  }
}
@media screen and (min-width: 1207px) {
  #header .items .item.has-mega-menu:hover .link:before {
    display: block;
  }
  #header .items .item.has-mega-menu:hover .mega-menu {
    display: block;
  }
}
#header .items .item.has-mega-menu .link:before {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-bottom: solid 12px #FFFFFF;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .link:before {
    display: none !important;
  }
}
#header .items .item.has-mega-menu .link:after {
  content: "\f107";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #FFDF00;
  transition: all 0.2s;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .link:after {
    float: right;
    margin: 0;
    transform: rotate(-90deg) translateX(-1px);
    font-size: 14px;
    color: #0070BA;
  }
}
#header .items .item.has-mega-menu .link.open:after {
  transform: rotate(0);
}
#header .items .item.has-mega-menu .mega-menu {
  display: none;
  padding: 15px 0 30px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  background: #FFFFFF;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu {
    position: static;
    padding: 0;
  }
}
#header .items .item.has-mega-menu .mega-menu .part {
  display: none;
}
#header .items .item.has-mega-menu .mega-menu .part:first-child {
  display: block;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu .part:first-child .title {
    display: none;
  }
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu .part .container {
    padding: 0;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .controls {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBF4FA;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .controls {
    display: none;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .controls .back {
  font-size: 14px;
  font-weight: 700;
  color: #0070BA;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
}
#header .items .item.has-mega-menu .mega-menu .part .container .controls .back:hover {
  color: #0097FA;
}
#header .items .item.has-mega-menu .mega-menu .part .container .controls .close {
  margin-left: auto;
  font-size: 24px;
  color: #0070BA;
  cursor: pointer;
  transition: all 0.2s;
}
#header .items .item.has-mega-menu .mega-menu .part .container .controls .close:hover {
  color: #0097FA;
}
#header .items .item.has-mega-menu .mega-menu .part .container .title {
  margin-bottom: 30px;
  font-weight: 700;
  color: #0070BA;
}
@media screen and (max-width: 1024px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .title {
    margin-bottom: 20px;
    padding: 20px 15px 0 15px;
    font-size: 16px;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .title .back-mobile {
  display: none;
  margin-right: 61px;
  color: #0070BA;
  transition: all 0.2s;
}
#header .items .item.has-mega-menu .mega-menu .part .container .title .back-mobile:hover {
  color: #0097FA;
}
@media screen and (max-width: 1024px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .title .back-mobile {
    display: inline-block;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .title .icon {
  color: #FFDF00;
}
@media screen and (max-width: 1024px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .title .icon {
    display: none;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .options {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .options {
    display: block;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .options .option {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .options .option {
    display: flex;
    padding: 7px 15px;
    border-top: 1px solid #EBF4FA;
  }
  #header .items .item.has-mega-menu .mega-menu .part .container .options .option:hover {
    background: #EBF4FA;
  }
  #header .items .item.has-mega-menu .mega-menu .part .container .options .option > div {
    display: flex;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .options .option:hover .option-title {
  border-color: #FFDF00;
}
#header .items .item.has-mega-menu .mega-menu .part .container .options .option .option-image {
  display: block;
  height: 60px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .options .option .option-image {
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    height: 60px;
    max-width: 60px;
    margin: 0 15px 0 0;
  }
}
#header .items .item.has-mega-menu .mega-menu .part .container .options .option .option-title {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 700;
  color: #0070BA;
  transition: all 0.2s;
}
@media screen and (max-width: 1206px) {
  #header .items .item.has-mega-menu .mega-menu .part .container .options .option .option-title {
    display: flex;
    align-items: center;
    border: 0;
  }
}
#header .items .item .link {
  position: relative;
  display: block;
  padding: 22px 0 50px 0;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.2s;
}
@media screen and (max-width: 1206px) {
  #header .items .item .link {
    color: #0070BA;
    padding: 20px 15px;
    font-weight: 600;
  }
}
#header .items .item .link:hover {
  color: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1024px) {
  #header .items .item .link:hover {
    background: #EBF4FA;
    color: #0097FA;
  }
  #header .items .item .link:hover:after {
    color: #0097FA;
  }
}
#header .functions {
  display: flex;
  height: 60px;
  align-items: center;
}
@media screen and (max-width: 1206px) {
  #header .functions {
    display: none;
  }
}
#header .functions .search .icon {
  font-size: 20px;
  color: #FFFFFF;
  transform: scaleX(-1);
  transition: all 0.2s;
}
#header .functions .search .icon:hover {
  color: rgba(255, 255, 255, 0.4);
}
#header .gtranslate_wrapper {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #header .gtranslate_wrapper {
    margin-right: 15px;
  }
}
#header .gtranslate_wrapper .gt_switcher-popup {
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  #header .gtranslate_wrapper .gt_switcher-popup img {
    transform: translateY(-2px);
  }
}
#header .gtranslate_wrapper .gt_switcher-popup::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  color: #FFFFFF;
  font-size: 10px;
  margin-left: 2px;
  display: inline-block;
  transition: transform 0.2s;
}
@media screen and (max-width: 768px) {
  #header .gtranslate_wrapper .gt_switcher-popup::after {
    transform: translateY(-2px);
    display: inline-block;
  }
}
#header .gtranslate_wrapper span {
  display: none;
}
#header .gtranslate_wrapper img {
  opacity: 1;
}
#header .gtranslate_wrapper .gt_white_content {
  background-color: #0070BA;
}
#header .gtranslate_wrapper .gt_white_content .glink {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 300;
  border-bottom: 0;
  transition: all 0.2s;
}
#header .gtranslate_wrapper .gt_white_content .glink:hover span {
  color: rgba(255, 255, 255, 0.4);
}
#header .gtranslate_wrapper .gt_white_content .glink span {
  display: block;
  color: #FFFFFF;
}

section.hero {
  position: relative;
  padding: 250px 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  section.hero {
    padding: 80px 0;
  }
}
section.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070BA;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  section.hero.has-white-overlay {
    padding: 250px 0 330px 0;
  }
  section.hero.has-white-overlay .overlay {
    display: block;
  }
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
section.hero .container {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
section.hero .container .title {
  margin: 0 0 40px 0;
  line-height: 1.2;
  font-size: 44px;
  font-weight: 300;
  max-width: 670px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.hero .container .title {
    font-size: 30px;
  }
}
section.hero .container .title span {
  font-weight: 700;
}
section.hero .container a {
  font-size: 16px;
}
section.hero .container .subtext {
  max-width: 670px;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  section.hero .container .subtext {
    font-size: 18px;
  }
}
section.hero .overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 2;
}
section.hero .overlay .inner {
  height: 80px;
  max-width: 1260px;
  margin: 0 auto;
  background: #FFFFFF;
}

section.slider {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070BA;
  opacity: 0.5;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  section.slider.has-white-overlay {
    padding: 100px 0 180px 0;
  }
  section.slider.has-white-overlay .overlay {
    display: block;
  }
}
section.slider.hide-paging .slick-dots {
  display: none !important;
}
section.slider .container {
  position: relative;
  z-index: 2;
}
section.slider .container .inner {
  position: relative;
  padding: 40px;
  background: #FFFFFF;
}
section.slider .container .inner .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
@media only screen and (max-width: 1024px) {
  section.slider .container .inner .cols {
    grid-template-columns: none;
    grid-gap: 30px;
  }
}
section.slider .container .inner .cols .col {
  align-content: center;
}
section.slider .container .inner .cols .col .pre-title {
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
section.slider .container .inner .cols .col .title {
  margin: 0 0 30px 0;
  font-size: 28px;
  color: #0070BA;
}
section.slider .container .inner .cols .col .wysiwyg {
  margin-bottom: 30px;
}
section.slider .container .inner .cols .col .image {
  aspect-ratio: 1/1;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
section.slider .container .inner .slick-dots {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 1024px) {
  section.slider .container .inner .slick-dots {
    position: static;
    margin-top: 15px;
  }
}
section.slider .container .inner .slick-dots li {
  margin-right: 5px;
}
section.slider .container .inner .slick-dots li:last-child {
  margin-right: 0;
}
section.slider .container .inner .slick-dots li.slick-active .page {
  opacity: 1;
}
section.slider .container .inner .slick-dots li .page {
  display: block;
  width: 40px;
  height: 2px;
  background: #1E1E1E;
  opacity: 0.3;
  cursor: pointer;
}
section.slider .container .inner .prev,
section.slider .container .inner .next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1E1E1E;
  color: #FFDF00;
  cursor: pointer;
  transition: all 0.2s;
}
section.slider .container .inner .prev:hover,
section.slider .container .inner .next:hover {
  background: #4B4B4B;
}
section.slider .container .inner .prev {
  left: -20px;
}
@media only screen and (max-width: 1024px) {
  section.slider .container .inner .prev {
    left: -15px;
  }
}
section.slider .container .inner .next {
  right: -20px;
}
@media only screen and (max-width: 1024px) {
  section.slider .container .inner .next {
    right: -15px;
  }
}
section.slider .overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 2;
}
section.slider .overlay .inner {
  height: 80px;
  max-width: 1260px;
  margin: 0 auto;
  background: #FFFFFF;
}

section.text-image {
  background-color: #FFFFFF;
}
section.text-image.boxed.blue {
  background: #EBF4FA !important;
}
section.text-image.boxed.white {
  background: #FFFFFF !important;
}
section.text-image.wide {
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 450px;
}
@media screen and (max-width: 2000px) {
  section.text-image.wide {
    background-size: auto 350px;
  }
}
@media screen and (max-width: 1600px) {
  section.text-image.wide {
    background: none !important;
  }
}
section.text-image.wide .row {
  display: block !important;
}
section.text-image.wide .row .col {
  max-width: 570px;
}
@media screen and (max-width: 1600px) {
  section.text-image.wide .row .col {
    max-width: 100%;
  }
}
section.text-image.wide .row .image-wrap {
  display: none !important;
}
section.text-image.large {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section.text-image.large {
    padding: 40px 0;
  }
}
section.text-image.small {
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  section.text-image.small {
    padding: 30px 0;
  }
}
section.text-image.align-text-to-right .image-wrap {
  order: -1;
}
section.text-image .container {
  position: relative;
}
section.text-image .container .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
@media screen and (max-width: 1024px) {
  section.text-image .container .row {
    grid-template-columns: none;
    grid-gap: 30px;
  }
}
section.text-image .container .row .col {
  display: flex;
  align-items: center;
}
section.text-image .container .row .col .pre-title {
  font-size: 14px;
  color: #787878;
  font-weight: 500;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
section.text-image .container .row .col .title {
  font-size: 28px;
  color: #0070BA;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1024px) {
  section.text-image .container .row .col .title {
    font-size: 24px;
  }
}
section.text-image .container .row .col .wysiwyg {
  margin-bottom: 30px;
}
section.text-image .container .row .col .button-last {
  margin-left: 11px;
}
section.text-image .container .row .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.text-image .container .row .image-wrap .image {
  display: block;
  width: 100%;
}

section.trusted-companies {
  padding: 80px 0 50px;
}
section.trusted-companies .title {
  margin: 0 auto 40px auto;
  font-weight: 300;
  font-size: 28px;
  color: #0070BA;
  text-align: center;
}
section.trusted-companies .title span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.trusted-companies .title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  section.trusted-companies .title {
    margin-bottom: 30px;
  }
}
section.trusted-companies .bigger-logo .slick-list {
  margin: 0 -15px;
}
section.trusted-companies .bigger-logo .slick-slide {
  margin: 0 15px;
  padding: 10px;
}
section.trusted-companies .bigger-logo .logos-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 175px;
}
section.trusted-companies .bigger-logo .logos-item .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.trusted-companies .normal-logo .slick-list {
  margin: 0 -15px;
}
section.trusted-companies .normal-logo .slick-slide {
  margin: 0 15px;
  padding: 10px;
}
section.trusted-companies .normal-logo .logos-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
}
section.trusted-companies .normal-logo .logos-item .logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.boxes {
  padding: 80px 0;
}
section.boxes .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  section.boxes .items {
    grid-template-columns: none;
  }
}
section.boxes .items .item {
  display: flex;
  flex-direction: column;
  background-color: #EBF4FA;
  padding: 40px;
}
section.boxes .items .item .title {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #0070BA;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.boxes .items .item .title {
    font-size: 20px;
  }
}
section.boxes .items .item .wysiwyg {
  margin: 0 0 30px 0;
}
section.boxes .items .item .button {
  width: fit-content;
  margin-top: auto;
}

section.news-preview {
  padding: 80px 0;
  background: #EBF4FA;
}
section.news-preview .heading {
  display: flex;
  margin-bottom: 60px;
}
section.news-preview .heading .section-title {
  width: fit-content;
  margin: 0;
  font-size: 28px;
  color: #0070BA;
  line-height: 1;
  font-weight: 700;
}
section.news-preview .heading .archive-link-wrap {
  display: flex;
  flex: 1;
  justify-content: right;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  section.news-preview .heading .archive-link-wrap {
    display: none;
  }
}
section.news-preview .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  section.news-preview .posts {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
}
section.news-preview .posts .post {
  display: flex;
  flex-direction: column;
}
section.news-preview .posts .post .image-wrap {
  position: relative;
}
section.news-preview .posts .post .image-wrap .image {
  height: 230px;
  background-position: center center;
  background-size: cover;
}
section.news-preview .posts .post .image-wrap .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
section.news-preview .posts .post .body {
  padding: 30px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
section.news-preview .posts .post .body .title {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #0070BA;
  font-weight: 700;
  line-height: 1.4;
}
section.news-preview .posts .post .body .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 1.5;
  flex-grow: 1;
}
section.news-preview .posts .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
section.news-preview .posts .slick-dots li {
  margin-right: 5px;
}
section.news-preview .posts .slick-dots li:last-child {
  margin-right: 0;
}
section.news-preview .posts .slick-dots li.slick-active .page {
  opacity: 1;
}
section.news-preview .posts .slick-dots li .page {
  display: block;
  width: 40px;
  height: 2px;
  background: #1E1E1E;
  opacity: 0.3;
  cursor: pointer;
}
section.news-preview .mobile-archive-link {
  display: none;
  margin: 30px auto 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  section.news-preview .mobile-archive-link {
    display: block;
  }
}

section.footer-cta {
  padding: 80px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  section.footer-cta {
    padding: 60px 0;
  }
}
section.footer-cta .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1024px) {
  section.footer-cta .boxes {
    grid-template-columns: none;
  }
}
section.footer-cta .boxes .box {
  padding: 50px;
  background: #0070BA;
  max-width: 600px;
  margin: 0 auto;
}
section.footer-cta .boxes .box .row {
  display: grid;
  grid-template-columns: none;
  grid-gap: 30px;
  background: #0070BA;
}
section.footer-cta .boxes .box .row .col {
  display: grid;
  justify-content: center;
}
section.footer-cta .boxes .box .row .col .title {
  margin: 0 0 40px 0;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  section.footer-cta .boxes .box .row .col .title {
    font-size: 24px;
  }
}
section.footer-cta .boxes .box .row .col .title p {
  margin: 0;
}
section.footer-cta .boxes .box .row .col .title span {
  font-weight: 700;
}
section.footer-cta .boxes .box .row .col .tool-tip {
  margin: 20px 0 15px 0;
  font-weight: 300;
  font-size: 16px;
}
section.footer-cta .boxes .box .row .col .icons {
  display: flex;
  justify-content: center;
}
section.footer-cta .boxes .box .row .col .icons .icon {
  margin-right: 30px;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s;
}
section.footer-cta .boxes .box .row .col .icons .icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
section.footer-cta .boxes .box .row .col .icons .icon:last-child {
  margin-right: 0;
}
section.footer-cta .boxes .box .row .col .button {
  position: relative;
  text-align: center;
}
section.footer-cta .boxes .box .row .col .button.linkedin {
  text-indent: 55px;
}
section.footer-cta .boxes .box .row .col .button.linkedin:before {
  content: "\f0e1";
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 15px;
  top: -2px;
  bottom: -2px;
  left: -2px;
  background: #1E1E1E;
  font-family: "Font Awesome 6 Brands";
  font-size: 28px;
  font-weight: 400;
  text-indent: 0;
  color: #FFDF00;
}

section.pre-footer {
  padding-top: 80px;
  background: #EBF4FA;
}
section.pre-footer .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 60px;
}
@media screen and (max-width: 1024px) {
  section.pre-footer .cols {
    grid-template-columns: none;
  }
}
section.pre-footer .cols .title {
  margin: 0 0 30px 0;
  font-size: 28px;
  color: #0070BA;
}
section.pre-footer .cols .wysiwyg {
  margin-bottom: 40px;
}
section.pre-footer .cols .certs-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pre-footer .cols .certs-wrap .certs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  section.pre-footer .cols .certs-wrap .certs {
    grid-gap: 15px;
  }
}
section.pre-footer .cols .certs-wrap .certs .cert {
  width: 80px;
}
@media screen and (max-width: 768px) {
  section.pre-footer .cols .certs-wrap .certs .cert {
    width: 100%;
  }
}
section.pre-footer .logo {
  display: block;
  width: 100%;
  margin-top: 80px;
}

#footer {
  padding: 100px 0;
  background: #0070BA;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 80px 0;
  }
}
#footer .top-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #footer .top-row {
    grid-template-columns: none;
    margin-bottom: 30px;
  }
}
#footer .top-row .footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .top-row .footer-menu li {
  margin-bottom: 8px;
}
#footer .top-row .footer-menu li:last-child {
  margin-bottom: 0;
}
#footer .top-row .footer-menu li a {
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.2s;
}
#footer .top-row .footer-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .top-row .socials {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  #footer .top-row .socials {
    margin-top: 30px;
  }
}
#footer .top-row .socials .logo {
  display: block;
  height: 40px;
  margin-bottom: 30px;
}
#footer .top-row .socials p {
  margin: 0;
  padding: 0 0 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  #footer .top-row .socials p {
    padding: 0 0 30px;
  }
}
#footer .top-row .socials p a {
  text-decoration: underline;
  color: #FFFFFF;
  transition: all 0.2s;
}
#footer .top-row .socials p a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .top-row .socials .icons {
  display: flex;
}
#footer .top-row .socials .icons .icon {
  margin-right: 25px;
  font-size: 24px;
  color: #FFFFFF;
  transition: all 0.2s;
}
#footer .top-row .socials .icons .icon:last-child {
  margin-right: 0;
}
#footer .top-row .socials .icons .icon:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .bottom-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  #footer .bottom-row {
    grid-template-columns: none;
  }
}
#footer .bottom-row .legal-menu {
  margin: 0;
  padding: 0;
}
#footer .bottom-row .legal-menu li {
  display: inline-block;
}
#footer .bottom-row .legal-menu li:after {
  content: " |";
  font-size: 14px;
  font-weight: 300;
}
#footer .bottom-row .legal-menu li:last-child:after {
  display: none;
}
#footer .bottom-row .legal-menu li a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 300;
  transition: all 0.2s;
}
#footer .bottom-row .legal-menu li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .bottom-row .copyright {
  opacity: 0.5;
  font-weight: 300;
}
#footer .bottom-row .copyright p {
  margin: 0;
  text-align: right;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #footer .bottom-row .copyright p {
    text-align: left;
  }
}

section.error-404 {
  padding: 80px 0;
}

section.banner {
  position: relative;
  padding: 100px 0;
  background: #EBF4FA;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 480px;
}
@media screen and (max-width: 1024px) {
  section.banner {
    padding: 0;
    background-image: none !important;
  }
}
section.banner .image {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.banner .image {
    display: block;
    width: 100%;
  }
}
section.banner .title {
  max-width: 600px;
  margin: 0;
  font-weight: 300;
  font-size: 44px;
  color: #0070BA;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  section.banner .title {
    padding: 40px 0;
    font-size: 32px;
  }
}
section.banner .title span {
  font-weight: 700;
}

section.breadcrumbs {
  padding-top: 20px;
}

section.content {
  padding: 80px 0;
}
section.content .cols {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 100px;
}
@media screen and (max-width: 768px) {
  section.content .cols {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}
section.content .cols .col {
  overflow: hidden;
}
section.content .cols .col .cta {
  width: 100%;
  padding: 25px;
  box-shadow: 0 0 30px rgba(30, 30, 30, 0.3);
  background: #0070BA;
}
@media screen and (min-width: 769px) {
  section.content .cols .col .cta.fixed {
    position: fixed;
    top: 200px;
    max-width: 300px;
    z-index: 3;
  }
}
section.content .cols .col .cta .title {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  color: #FFFFFF;
}
section.content .cols .col .cta .title span {
  font-weight: 700;
}
section.content .cols .col .cta .button {
  display: block;
  width: 100%;
  text-align: center;
}
section.content .cols .col .cta .button.button-secondary {
  margin-top: 10px;
}

section.grid-nav {
  padding: 80px 0;
}
section.grid-nav.contain .image {
  object-fit: contain !important;
}
section.grid-nav .main-title {
  margin: 0 0 60px 0;
  font-size: 28px;
  color: #0070BA;
}
section.grid-nav .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 15px;
}
@media screen and (max-width: 1024px) {
  section.grid-nav .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  section.grid-nav .items {
    grid-template-columns: none;
  }
}
section.grid-nav .items .item {
  text-decoration: none;
}
section.grid-nav .items .item.has-link:hover .title {
  border-bottom: 2px solid #FFDF00 !important;
}
section.grid-nav .items .item .image {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
section.grid-nav .items .item .title-wrap {
  display: flex;
}
section.grid-nav .items .item .title-wrap .icon {
  margin-right: 8px;
  transform: translateY(7px);
  font-size: 12px;
  color: #FFDF00;
}
section.grid-nav .items .item .title-wrap .title {
  padding-bottom: 4px;
  width: fit-content;
  margin: 0;
  border-bottom: 2px solid transparent;
  font-size: 20px;
  color: #0070BA;
  transition: all 0.2s;
}
section.grid-nav .items .item .underline {
  margin-top: 4px;
  padding-left: 16px;
  color: #787878;
  font-weight: 300;
}

section.list-nav {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  section.list-nav {
    padding: 60px 0;
  }
}
section.list-nav .main-title {
  margin: 0 0 60px 0;
  font-size: 28px;
  color: #0070BA;
}
section.list-nav .item {
  margin-bottom: 60px;
}
section.list-nav .item:last-child {
  margin-bottom: 0;
}
section.list-nav .item .cols {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  section.list-nav .item .cols {
    grid-template-columns: none;
    gap: 30px;
  }
}
section.list-nav .item .cols .col .image {
  display: block;
  width: 100%;
}
section.list-nav .item .cols .col .pre-title {
  margin-bottom: 15px;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
section.list-nav .item .cols .col .title {
  margin: 0 0 30px 0;
  color: #0070BA;
  font-size: 20px;
  font-weight: 700;
}
section.list-nav .item .cols .col .wysiwyg {
  margin-bottom: 30px;
}

section.content-wide {
  padding: 80px 0;
}
section.content-wide.light-titles .wysiwyg h1,
section.content-wide.light-titles .wysiwyg h2,
section.content-wide.light-titles .wysiwyg h3,
section.content-wide.light-titles .wysiwyg h4,
section.content-wide.light-titles .wysiwyg h5,
section.content-wide.light-titles .wysiwyg h6 {
  text-transform: uppercase;
  font-weight: 300;
}

section.specifications {
  padding: 100px 0;
  background: #EBF4FA;
}
@media screen and (max-width: 1024px) {
  section.specifications {
    padding: 60px 0;
  }
}
section.specifications .title {
  margin: 0 0 60px 0;
  font-size: 28px;
  color: #0070BA;
}
section.specifications .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}
@media screen and (max-width: 768px) {
  section.specifications .grid {
    grid-template-columns: none;
    gap: 30px;
  }
}
section.specifications .grid .icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #FFDF00;
  font-size: 26px;
  margin-bottom: 30px;
}
section.specifications .grid .title {
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 28px;
  color: #0070BA;
}
section.specifications .grid .spec-title {
  margin: 0 0 15px 0;
  color: #0070BA;
  font-weight: 700;
  font-size: 20px;
}
section.specifications .grid .wysiwyg {
  font-weight: 300;
}
section.specifications .grid .show-more-content {
  display: none;
  margin-top: 16px;
}
section.specifications .grid .show-more {
  margin-top: 30px;
}

section.ctas {
  padding: 80px 0;
  background: #0070BA;
}
@media screen and (max-width: 1024px) {
  section.ctas {
    padding: 60px 0;
  }
}
section.ctas .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  section.ctas .content {
    grid-template-columns: none;
  }
}
section.ctas .content .col .title {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 20px;
}
section.ctas .content .col .text {
  margin: 0 0 30px 0;
  font-weight: 300;
  line-height: 1.5;
}

section.product-row {
  padding: 80px 0;
}
section.product-row .container .title {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 28px;
  color: #0070BA;
}
section.product-row .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  section.product-row .container .grid {
    display: block;
    max-width: 550px;
    margin: 0 auto 40px auto;
  }
}
section.product-row .container .grid .image {
  height: 260px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
section.product-row .container .grid .title {
  margin: 0 0 30px 0;
  font-weight: 700;
  font-size: 20px;
  color: #0070BA;
}
section.product-row .container .grid .wysiwyg {
  margin-bottom: 30px;
}
section.product-row .container .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
section.product-row .container .slick-dots li {
  margin-right: 5px;
}
section.product-row .container .slick-dots li:last-child {
  margin-right: 0;
}
section.product-row .container .slick-dots li.slick-active .page {
  opacity: 1;
}
section.product-row .container .slick-dots li .page {
  display: block;
  width: 40px;
  height: 2px;
  background: #1E1E1E;
  opacity: 0.3;
  cursor: pointer;
}
section.product-row .container .options {
  display: grid;
  justify-content: center;
}

.other-products {
  padding: 100px 0;
  background: #EBF4FA;
}
@media screen and (max-width: 768px) {
  .other-products {
    padding: 60px 0;
  }
}
.other-products .main-title {
  margin: 0 0 40px 0;
  font-weight: 700;
  font-size: 20px;
  color: #0070BA;
}
@media screen and (max-width: 768px) {
  .other-products .main-title {
    font-size: 24px;
  }
}
.other-products .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .other-products .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .other-products .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.other-products .grid .item {
  text-decoration: none;
}
.other-products .grid .item:hover .image {
  transform: scale(1.1);
}
.other-products .grid .item:hover .title-wrap .title {
  border-bottom: 2px solid #FFDF00;
}
.other-products .grid .item .image {
  height: 120px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.other-products .grid .item .title-wrap {
  display: flex;
}
.other-products .grid .item .title-wrap .icon {
  margin-right: 5px;
  font-size: 12px;
  color: #FFDF00;
  transform: translateY(1px);
}
.other-products .grid .item .title-wrap .title {
  padding-bottom: 4px;
  width: fit-content;
  margin: 0 0 2px 0;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  font-weight: 600;
  color: #0070BA;
  transition: all 0.2s;
}

section.tabs-content .background {
  background-color: #EBF4FA;
}
section.tabs-content .background .tabs {
  display: flex;
  padding-top: 20px;
  overflow-x: auto;
}
section.tabs-content .background .tabs .tab {
  padding: 20px;
  border-bottom: 4px solid transparent;
  font-weight: 700;
  color: #0070BA;
  white-space: nowrap;
  cursor: pointer;
}
section.tabs-content .background .tabs .tab.active {
  background-color: #FFFFFF;
}
section.tabs-content .background .tabs .tab.active:hover {
  border-bottom: 1px solid transparent;
}
section.tabs-content .background .tabs .tab:not(.active):hover {
  border-bottom: 4px solid #FFDF00;
}
section.tabs-content .tab-content {
  display: none;
  padding: 60px 0;
  max-width: 770px;
}
section.tabs-content .tab-content:first-child {
  display: block;
}

section.video {
  padding: 80px 0;
  background: #EBF4FA;
}
@media screen and (max-width: 1024px) {
  section.video {
    padding: 60px 0;
  }
}
section.video .player {
  display: block;
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  section.video .player {
    height: 400px;
  }
}

section.product-header {
  padding: 15px 0 250px 0;
  background: #EBF4FA;
  /* trick for pulling the next section to the top */
}
section.product-header + section {
  margin-top: -250px;
}
section.product-header .fragment-breadcrumbs {
  margin-bottom: 60px;
}
section.product-header .pre-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #787878;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 1024px) {
  section.product-header .pre-title {
    font-size: 12px;
  }
}
section.product-header .title {
  margin: 0;
  font-size: 44px;
  text-transform: uppercase;
  color: #0070BA;
}
@media screen and (max-width: 1024px) {
  section.product-header .title {
    font-size: 32px;
  }
}

section.percentages {
  padding: 30px 0;
}
section.percentages.columns-4 .row {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 768px) {
  section.percentages.columns-4 .row {
    grid-template-columns: none;
  }
}
section.percentages .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  section.percentages .row {
    grid-template-columns: none;
  }
}
section.percentages .row .col {
  padding: 30px 0;
}
section.percentages .row .col .text {
  margin: 0 0 20px 0;
  text-align: center;
  color: #0070BA;
  font-weight: 300;
}
section.percentages .row .col .number {
  text-align: center;
  color: #0070BA;
  font-weight: 100;
  font-size: 80px;
  letter-spacing: -4px;
  line-height: 1;
}
section.percentages .row .only-number .number {
  font-size: 50px;
  letter-spacing: normal;
}
section.percentages .row .col:not(:last-child) {
  border-right: 1px solid rgba(0, 112, 186, 0.35);
  align-content: center;
}
@media only screen and (max-width: 768px) {
  section.percentages .row .col:not(:last-child) {
    border-bottom: 1px solid rgba(0, 112, 186, 0.35);
    border-right: none;
  }
}

section.language-dropdown {
  padding-top: 30px;
}
section.language-dropdown .languages {
  position: relative;
  padding: 15px 45px 15px 15px;
  width: 368px;
  background: #EBF4FA;
  font-weight: 700;
  z-index: 2;
  cursor: pointer;
}
section.language-dropdown .languages .icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  color: #0070BA;
  font-size: 16px;
  transition: 0.2s;
}
section.language-dropdown .languages .icon.open {
  transform: rotate(180deg);
}
section.language-dropdown .content {
  position: absolute;
  display: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  max-width: 368px;
  z-index: 1;
}
section.language-dropdown .content .language {
  padding: 15px 45px 15px 15px;
  background: #F5FAFD;
  border-bottom: 2px solid #FFFFFF;
  cursor: pointer;
}
section.language-dropdown .content .language:last-child {
  border-bottom: 0;
}
section.language-dropdown .content .language:hover, section.language-dropdown .content .language.active {
  background: #EBF4FA;
  font-weight: 700;
}

section.table {
  padding: 60px 0;
}
section.table.no-headers .title,
section.table.no-headers .headers {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.table.no-headers .title {
    display: block;
  }
}
section.table .title {
  margin: 0;
  color: #0070BA;
  font-size: 28px;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  section.table .title {
    font-size: 24px;
    cursor: pointer;
  }
  section.table .title:hover {
    color: #0097FA;
  }
}
section.table .title.open .icon {
  transform: rotate(180deg);
}
section.table .title .icon {
  float: right;
  display: none;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  section.table .title .icon {
    display: block;
  }
}
section.table .headers {
  margin-top: 10px;
  padding: 15px;
  background: #0070BA;
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (max-width: 1024px) {
  section.table .headers {
    display: none;
  }
}
section.table .headers .header {
  font-size: 20px;
  color: #FFFFFF;
}
section.table .sub-table-header {
  padding: 20px 15px;
  background: #EBF4FA;
  font-weight: 700;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  section.table .sub-table-header {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  section.table .body {
    display: none;
    margin-top: 10px;
  }
}
section.table .body .no-results {
  display: none;
  padding: 15px;
  background: #F8D7DA;
  color: #721C24;
}
section.table .body .rows .row {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-top: 2px;
  padding: 10px 15px;
  background: #F5FAFD;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  section.table .body .rows .row {
    grid-template-columns: 1fr repeat(1, 1fr);
    margin: 0 0 5px 0;
    padding: 0 15px 15px 15px;
    color: #1E1E1E;
  }
}
section.table .body .rows .col .header {
  display: none;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #B4B4B4;
}
@media screen and (max-width: 1024px) {
  section.table .body .rows .col .header {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  section.table .body .rows .col.file-name {
    grid-column: 1/-1;
    padding: 15px;
    background: #0070BA;
    width: calc(100% + 30px);
    font-weight: 700;
    transform: translateX(-15px);
  }
}
section.table .body .rows .col.file-name .icon {
  margin-right: 10px;
  color: #0070BA;
}
@media screen and (max-width: 1024px) {
  section.table .body .rows .col.file-name .icon {
    color: #FFFFFF;
  }
}
section.table .body .rows .col.file-name .download {
  color: #0070BA;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  section.table .body .rows .col.file-name .download {
    color: #FFFFFF;
    text-decoration: none;
  }
}
section.table .body .rows .col.file-name .download:hover {
  color: #0097FA;
}

section.page-hero {
  position: relative;
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1024px) {
  section.page-hero {
    padding: 80px 0;
  }
}
section.page-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070BA;
  opacity: 0.5;
  z-index: 1;
}
section.page-hero .container {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
section.page-hero .container .title {
  margin: 0;
  max-width: 770px;
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  section.page-hero .container .title {
    font-size: 32px;
    line-height: 40px;
  }
}
section.page-hero .container .title span {
  font-weight: 700;
}

section.characteristics {
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  section.characteristics {
    padding-bottom: 60px;
  }
}
section.characteristics.has-top-padding {
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  section.characteristics.has-top-padding {
    padding-top: 60px;
  }
}
section.characteristics .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  section.characteristics .content {
    grid-template-columns: none;
    gap: 30px;
  }
}
section.characteristics .content .tower {
  padding: 60px 20px;
  border-top: 4px solid #FFDF00;
  background-color: #EBF4FA;
}
section.characteristics .content .tower .icon-wrap {
  text-align: center;
}
section.characteristics .content .tower .icon-wrap .icon {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #0070BA;
}
section.characteristics .content .tower .title {
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
  text-align: center;
  margin: 0 0 40px 0;
}
section.characteristics .content .tower .fa-ul {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  section.characteristics .content .tower .fa-ul {
    max-height: 220px;
    overflow-y: clip;
  }
  section.characteristics .content .tower .fa-ul.open {
    max-height: none;
  }
}
section.characteristics .content .tower .fa-ul li {
  margin-bottom: 30px;
}
section.characteristics .content .tower .fa-ul li:last-child {
  margin-bottom: 0;
}
section.characteristics .content .tower .fa-ul li .icon {
  font-size: 24px;
  color: #0070BA;
  margin-right: 16px;
}
section.characteristics .content .tower .readmore {
  margin-top: 30px;
  display: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  section.characteristics .content .tower .readmore {
    display: block;
  }
  section.characteristics .content .tower .readmore .open {
    display: none;
  }
}

section.title-image {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.title-image {
    padding: 30px 0 60px 0;
  }
}
section.title-image .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 768px) {
  section.title-image .content {
    grid-template-columns: none;
  }
}
section.title-image .content .text {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 300;
  color: #0070BA;
}
@media screen and (max-width: 768px) {
  section.title-image .content .text {
    font-size: 32px;
  }
}
section.title-image .content .text span {
  font-weight: 700;
}
section.title-image .content .image {
  display: block;
  width: 100%;
}

section.timeline {
  padding-bottom: 80px;
}
section.timeline .timeline-content {
  position: relative;
  padding-left: 20px;
}
section.timeline .timeline-content #timeline-line {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 2px;
  height: 0;
  /* Initial height set to 0 */
  background-color: #EBF4FA;
}
section.timeline .timeline-content .block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  section.timeline .timeline-content .block {
    grid-template-columns: none;
    grid-gap: 30px;
  }
}
section.timeline .timeline-content .block:last-child {
  margin-bottom: 0;
}
section.timeline .timeline-content .block .year {
  margin: 0 0 30px 0;
  font-size: 28px;
  color: #0070BA;
}
section.timeline .timeline-content .block .image {
  display: block;
  width: 100%;
}
section.timeline .timeline-content .block .bullet-point {
  position: absolute;
  left: -3px;
  width: 8px;
  height: 8px;
  margin-top: 18px;
  background-color: #0070BA;
}

section.media-row {
  padding: 60px 0;
}
section.media-row .title {
  margin: 0 0 15px 0;
  font-weight: 700;
  font-size: 28px;
  color: #0070BA;
}
section.media-row .videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  section.media-row .videos {
    grid-template-columns: none;
  }
}
section.media-row .videos .video {
  display: block;
  width: 100%;
  height: 210px;
}
@media screen and (max-width: 1024px) {
  section.media-row .videos .video {
    height: 350px;
  }
}

section.exhibitions {
  padding: 15px 0 80px 0;
  background-color: #EBF4FA;
}
section.exhibitions .fragment-breadcrumbs {
  margin-bottom: 80px;
}
section.exhibitions .block {
  display: grid;
  grid-template-columns: 400px 1fr;
  margin-bottom: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  section.exhibitions .block {
    grid-template-columns: none;
  }
}
section.exhibitions .block:last-child {
  margin-bottom: 0;
}
section.exhibitions .block .col {
  padding: 50px 25px;
}
@media screen and (max-width: 768px) {
  section.exhibitions .block .col {
    padding: 30px;
  }
}
section.exhibitions .block .col .logo {
  display: block;
  width: 100%;
  margin: 0 auto 40px auto;
}
section.exhibitions .block .col .title {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
}
section.exhibitions .block .col .text {
  position: relative;
  margin: 0 0 20px 30px;
  font-weight: 300;
}
section.exhibitions .block .col .text:last-child {
  margin-bottom: 0;
}
section.exhibitions .block .col .text .icon {
  position: absolute;
  margin-right: 15px;
  left: -30px;
  font-size: 20px;
  color: #0070BA;
}
section.exhibitions .block .col .text .link {
  font-weight: 300;
  line-height: 24px;
  color: #0070BA;
  transition: all 0.2s;
}
section.exhibitions .block .col .text .link:hover {
  color: #0097FA;
}
section.exhibitions .block .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  section.exhibitions .block .img {
    height: 400px;
  }
}

section.contact-intro {
  padding-top: 80px;
}
section.contact-intro .cols {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 100px;
}
@media screen and (max-width: 768px) {
  section.contact-intro .cols {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}
section.contact-intro .cols .wysiwyg {
  margin-bottom: 60px;
}
section.contact-intro .cols .buttons .button {
  margin-right: 11px;
}
section.contact-intro .cols .buttons .button:last-child {
  margin-right: 0;
}
section.contact-intro .cols .image {
  display: block;
  width: 100%;
}

section.contact-form {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section.contact-form {
    padding: 40px 0;
  }
}
section.contact-form .heading {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
}
section.contact-form .form-container {
  display: block;
  background-color: #EBF4FA;
  padding: 40px 20px;
}

section.locations {
  padding: 100px 0;
  background: #EBF4FA;
}
section.locations.two-column .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 768px) {
  section.locations.two-column .content {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}
section.locations.single-column .content {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
section.locations .content .box {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
section.locations .content .box .col {
  flex: 1;
  padding: 30px;
}
section.locations .content .box .col .title {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
}
section.locations .content .box .col .address-lines .address-line {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.5;
}
section.locations .content .box .col .address-lines .address-line:last-child {
  margin-bottom: 0;
}
section.locations .content .box .col .address-lines .address-line .icon-wrap {
  width: 40px;
}
section.locations .content .box .col .address-lines .address-line .icon-wrap .icon {
  color: #0070BA;
}
section.locations .content .box .col .address-lines .address-line .value {
  font-weight: 300;
}
section.locations .content .box .col .address-lines .address-line .value .link {
  color: #0070BA;
  transition: all 0.2s;
}
section.locations .content .box .col .address-lines .address-line .value .link:hover {
  color: #0097FA;
}
section.locations .content .box .google-maps {
  display: block;
  width: 100%;
  height: 300px;
}

section.image .file {
  display: block;
  width: 100%;
}

section.search .inner {
  padding: 20px 0 60px 0;
  background: #EBF4FA;
}
section.search .container-narrow {
  max-width: 750px;
}
section.search .fragment-breadcrumbs {
  margin-bottom: 60px;
}
section.search .title {
  margin: 0;
  padding-bottom: 60px;
  font-size: 48px;
  font-weight: 700;
  color: #0070BA;
  text-transform: uppercase;
}
section.search .search-input {
  flex: 1;
  height: 48px;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  outline: 0;
  border: 1px solid transparent;
  transition: all 0.2s;
}
section.search .search-input:focus {
  border: 1px solid #0070BA;
}
section.search .search-button {
  padding: 0;
  background-color: #0070BA;
  color: #FFFFFF;
  border: none;
  width: 48px;
  cursor: pointer;
  transition: all 0.2s;
}
section.search .search-button .icon {
  font-size: 20px;
  transform: scaleX(-1);
}
section.search .search-button:hover {
  background-color: #0097FA;
}
section.search .search-bar {
  display: flex;
}
section.search .result-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  section.search .result-nav {
    justify-content: left;
  }
}
section.search .result-nav.result-nav-second {
  margin-bottom: 0;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  section.search .result-nav.result-nav-second {
    justify-content: left;
  }
}
section.search .result-nav a {
  text-decoration: none;
}
section.search .result-nav .block {
  display: block;
  padding: 13px 16px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  color: #0070BA;
  border: 1px solid #EBF4FA;
  cursor: default;
}
section.search .result-nav .block:not(.active) {
  cursor: pointer;
}
section.search .result-nav .block:not(.active):hover {
  background-color: #EBF4FA;
}
section.search .result-nav .block:active {
  background-color: #0070BA;
  color: #FFFFFF;
}
section.search .result-nav .active {
  background-color: #0070BA;
  color: #FFFFFF;
}
section.search .search-results-container {
  margin-top: 60px;
  width: 100%;
  max-width: 750px;
}
section.search .result-nav-title {
  padding-bottom: 20px;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #0070BA;
  border-bottom: 1px solid #0070BA;
}
@media screen and (max-width: 768px) {
  section.search .result-nav-title {
    margin-bottom: 20px;
  }
}
section.search .search-result-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F0F0F0;
}
@media screen and (max-width: 768px) {
  section.search .search-result-nav {
    flex-direction: column;
  }
}
section.search .search-result-nav .results-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #787878;
}
@media screen and (max-width: 768px) {
  section.search .search-result-nav .results-summary {
    justify-content: left;
  }
}
section.search .search-result {
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 0;
  max-width: 100%;
}
section.search .search-result .page-title {
  display: block;
  margin-bottom: 8px;
  color: #0070BA;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
section.search .search-result .page-excerpt {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  margin: 0 0 8px 0;
}
section.search .search-result .page-url {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #0070BA;
}
section.search .page-title:hover {
  text-decoration: underline;
}
section.search .page-url:hover {
  text-decoration: underline;
}

section.news-block .section-title {
  padding-top: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #0070BA;
}
section.news-block .filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  section.news-block .filters {
    flex-direction: column;
  }
}
section.news-block .filters .filter-text {
  font-weight: 300;
  color: #787878;
}
section.news-block .filters .filter-blocks {
  margin-bottom: 35px;
}
section.news-block .filters .filter-blocks .filter-block {
  display: block;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: 700;
  padding: 7px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  color: #0070BA;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 12px;
}
section.news-block .filters .filter-blocks .filter-block:hover {
  background-color: #FFFFFF;
  border: 1px solid #0070BA;
  color: #0070BA;
}
section.news-block .filters .filter-blocks .active {
  background-color: #0070BA;
  border: 1px solid transparent;
  color: #FFFFFF;
}
section.news-block .posts {
  display: flex;
  gap: 16px;
}
section.news-block .posts .post-horizontal .image-wrap {
  position: relative;
  width: 752px;
}
section.news-block .posts .post-horizontal .image-wrap .image {
  height: 400px;
  width: auto;
  background-position: center center;
  background-size: cover;
}
section.news-block .posts .post-horizontal .image-wrap .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
section.news-block .posts .post-horizontal .content {
  padding: 30px;
  background: #FFFFFF;
  line-height: 24px;
  width: 752px;
}
section.news-block .posts .post-horizontal .content .title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #0070BA;
}
section.news-block .posts .post-horizontal .content .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
section.news-block .posts .col-left {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px;
}
section.news-block .posts .col-left .col-medium {
  display: flex;
  flex-direction: column;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium {
  margin-bottom: 16px;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .image-wrap {
  position: relative;
  width: 368px;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .image-wrap .image {
  height: 300px;
  width: auto;
  background-position: center center;
  background-size: cover;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .image-wrap .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .content {
  padding: 30px;
  background: #FFFFFF;
  line-height: 24px;
  width: 368px;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .content .title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #0070BA;
}
section.news-block .posts .col-left .col-medium .post-vertical-medium .content .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
section.news-block .posts .col-left .col-large {
  display: flex;
  flex-direction: column;
}
section.news-block .posts .col-left .col-large .post-vertical-large {
  margin-bottom: 16px;
}
section.news-block .posts .col-left .col-large .post-vertical-large .image-wrap {
  position: relative;
  width: 368px;
}
section.news-block .posts .col-left .col-large .post-vertical-large .image-wrap .image {
  height: 400px;
  width: auto;
  background-position: center center;
  background-size: cover;
}
section.news-block .posts .col-left .col-large .post-vertical-large .image-wrap .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
section.news-block .posts .col-left .col-large .post-vertical-large .content {
  padding: 30px;
  background: #FFFFFF;
  line-height: 24px;
  width: 368px;
}
section.news-block .posts .col-left .col-large .post-vertical-large .content .title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #0070BA;
}
section.news-block .posts .col-left .col-large .post-vertical-large .content .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
section.news-block .posts .col-right {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section.news-block .posts .col-right .post-vertical-small {
  margin-bottom: 16px;
}
section.news-block .posts .col-right .post-vertical-small .image-wrap {
  position: relative;
  width: 100%;
}
section.news-block .posts .col-right .post-vertical-small .image-wrap .image {
  height: 200px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
section.news-block .posts .col-right .post-vertical-small .image-wrap .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  section.news-block .posts .col-right .post-vertical-small .image-wrap .category {
    bottom: -1px;
    left: -1px;
  }
}
section.news-block .posts .col-right .post-vertical-small .content {
  padding: 30px;
  background: #FFFFFF;
  line-height: 24px;
  width: 100%;
}
section.news-block .posts .col-right .post-vertical-small .content .title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #0070BA;
}
section.news-block .posts .col-right .post-vertical-small .content .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
section.news-block .more-articles {
  margin: 60px 0;
  text-align: center;
}

.filter-category {
  display: none;
}

.filter-category.active {
  display: block;
}

.posts .block-left {
  display: block;
}
@media only screen and (max-width: 768px) {
  .posts .block-left {
    display: none;
  }
}

.posts .block-right {
  display: block;
}

section.single-heading {
  padding-bottom: 206px;
  background-color: #EBF4FA;
}
section.single-heading .post-date {
  padding-top: 66px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  margin-bottom: 33px;
}
section.single-heading .post-date .category {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  color: #787878;
}
section.single-heading .post-date .separator {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #B4B4B4;
}
section.single-heading .post-date .date {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #B4B4B4;
}
section.single-heading .post-head {
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
  color: #0070BA;
  max-width: 830px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.single-heading .post-head {
    font-size: 32px;
  }
}

section.categories {
  margin: 100px 0 70px 0;
}
section.categories .container {
  max-width: 800px;
}
section.categories .container .categories-block {
  display: flex;
  justify-content: center;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 0;
}
section.categories .container .categories-block .text {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #B4B4B4;
  margin-right: 8px;
  align-items: start;
  padding-top: 5px;
}
section.categories .container .categories-block .category-blocks {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
section.categories .container .categories-block .category-blocks .filter-block {
  display: block;
  padding: 5px;
  background-color: #EBF4FA;
  color: #0070BA;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
section.categories .container .categories-block .category-blocks .filter-block:hover {
  background-color: #0070BA;
  color: #FFFFFF;
}

section.share-page .share-page-block .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #787878;
  text-align: center;
  margin-bottom: 21px;
}
section.share-page .share-page-block .icons {
  display: flex;
  gap: 24px;
  justify-content: center;
}
section.share-page .share-page-block .icons .icon {
  color: #0070BA;
  font-size: 24px;
  cursor: pointer;
}
section.share-page .share-page-block .icons .icon:hover {
  color: #0097FA;
}

section.image-with-caption .image {
  height: 417px;
  width: 752px;
}
section.image-with-caption .caption {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #787878;
}

.thumbnail-uitgelicht {
  padding-top: 40px;
}
.thumbnail-uitgelicht .container {
  padding: 0;
}
.thumbnail-uitgelicht .image {
  height: 720px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thumbnail-uitgelicht .image {
    height: 227px;
    width: 100%;
  }
}

section.single-content {
  padding: 80px 0;
  position: relative;
  margin-top: -290px;
}
section.single-content .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.single-content .container {
    display: block;
  }
}
section.single-content .wysiwyg {
  max-width: 752px;
  margin-top: 80px;
}
section.single-content .wysiwyg p:first-child {
  font-size: 20px !important;
  font-weight: 500 !important;
}
section.single-content .wysiwyg h6 {
  color: #1E1E1E;
}
section.single-content .wysiwyg .mk-image-inner img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

section.cases-block .section-title {
  padding-top: 60px;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #0070BA;
}
section.cases-block .filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  section.cases-block .filters {
    flex-direction: column;
  }
}
section.cases-block .filters .filter-text {
  font-weight: 300;
  color: #787878;
}
section.cases-block .filters .filter-blocks {
  margin-bottom: 35px;
}
section.cases-block .filters .filter-blocks .filter-block {
  display: block;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: 700;
  padding: 7px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  color: #0070BA;
  cursor: pointer;
  transition: background-color 0.2s ease;
  font-size: 12px;
}
section.cases-block .filters .filter-blocks .filter-block:hover {
  background-color: #FFFFFF;
  border: 1px solid #0070BA;
  color: #0070BA;
}
section.cases-block .filters .filter-blocks .active {
  background-color: #0070BA;
  border: 1px solid transparent;
  color: #FFFFFF;
}
section.cases-block .case-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  section.cases-block .case-blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  section.cases-block .case-blocks {
    grid-template-columns: none;
  }
}
section.cases-block .case-blocks .block .thumbnail {
  position: relative;
}
section.cases-block .case-blocks .block .thumbnail .image {
  height: 204px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
section.cases-block .case-blocks .block .thumbnail .category {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  section.cases-block .case-blocks .block .thumbnail .category {
    bottom: -1px;
    left: -1px;
  }
}
section.cases-block .case-blocks .block .content {
  padding: 30px;
  background: #FFFFFF;
  line-height: 24px;
}
section.cases-block .case-blocks .block .content .title {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: #0070BA;
}
section.cases-block .case-blocks .block .content .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
}
section.cases-block .more-articles {
  margin: 60px 0;
  text-align: center;
}

section.map {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section.map {
    padding: 40px 0;
  }
}
section.map .heading {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
}
section.map .map {
  display: block;
  width: 100%;
  height: 400px;
}

section.dealer-header .name {
  padding: 60px 0 40px 0;
  border-bottom: 1px solid #EBF4FA;
}
section.dealer-header .name .pre-title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #787878;
}
@media screen and (max-width: 1024px) {
  section.dealer-header .name .pre-title {
    font-size: 12px;
  }
}
section.dealer-header .name .title {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0070BA;
}
@media screen and (max-width: 1024px) {
  section.dealer-header .name .title {
    font-size: 32px;
  }
}
section.dealer-header .description {
  padding: 40px 0;
  border-bottom: 1px solid #EBF4FA;
}
section.dealer-header .description .title {
  margin: 0 0 20px 0;
  font-size: 36px;
  color: #0070BA;
}
section.dealer-header .details {
  padding: 20px 0;
  border-bottom: 1px solid #EBF4FA;
}
section.dealer-header .details .cols {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1024px) {
  section.dealer-header .details .cols {
    grid-template-columns: none;
  }
}
section.dealer-header .details .cols .address-lines .address-line {
  display: flex;
  margin-bottom: 10px;
  line-height: 1.5;
}
section.dealer-header .details .cols .address-lines .address-line:last-child {
  margin-bottom: 0;
}
section.dealer-header .details .cols .address-lines .address-line .icon-wrap {
  width: 40px;
}
section.dealer-header .details .cols .address-lines .address-line .icon-wrap .icon {
  color: #0070BA;
}
section.dealer-header .details .cols .address-lines .address-line .value {
  font-weight: 300;
}
section.dealer-header .details .cols .address-lines .address-line .value .link {
  text-decoration: none;
  color: #0070BA;
  transition: all 0.2s;
}
section.dealer-header .details .cols .address-lines .address-line .value .link:hover {
  color: #0097FA;
}
section.dealer-header .details .cols .image-wrap {
  display: flex;
  align-items: center;
}
section.dealer-header .details .cols .image-wrap .image {
  display: block;
  max-width: 100%;
}

section.dealer-selector {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section.dealer-selector {
    padding: 40px 0;
  }
}
section.dealer-selector .heading {
  margin: 0 0 30px 0;
  font-size: 28px;
  font-weight: 700;
  color: #0070BA;
}

section.content-columns {
  padding: 80px 0;
}
section.content-columns .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}
@media screen and (max-width: 1024px) {
  section.content-columns .columns {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 80px;
  }
}
@media screen and (max-width: 768px) {
  section.content-columns .columns {
    grid-template-columns: none;
    grid-gap: 60px;
  }
}

section.brand-logos {
  padding: 80px 0 50px;
}
section.brand-logos .title {
  margin: 0 auto 20px auto;
  font-weight: 700;
  font-size: 28px;
  color: #0070BA;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.brand-logos .title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  section.brand-logos .title {
    margin-bottom: 30px;
  }
}
section.brand-logos .logos .slick-list {
  margin: 0 -15px;
}
section.brand-logos .logos .slick-slide {
  margin: 0 30px;
}
section.brand-logos .logos .logos-item {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
section.brand-logos .logos .logos-item .logo {
  width: 100%;
  object-fit: contain;
}

.roi-calculator {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: rgba(30, 30, 30, 0.7);
  z-index: 999;
}
.roi-calculator .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.roi-calculator .inner .head {
  position: relative;
  padding: 0 60px;
  background: #FFDF00;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .head {
    padding: 0 30px;
  }
}
.roi-calculator .inner .head .logo-wrap {
  width: fit-content;
  padding: 5px 5px 5px 15px;
  background: #1E1E1E;
}
.roi-calculator .inner .head .logo-wrap .logo {
  display: block;
  height: 40px;
}
.roi-calculator .inner .head .close {
  position: absolute;
  top: calc(50% - 9px);
  right: 30px;
  font-size: 18px;
  transition: all 0.2s;
  cursor: pointer;
}
.roi-calculator .inner .head .close:hover {
  color: #0070BA;
}
.roi-calculator .inner .body {
  padding: 60px;
  height: calc(100vh - 210px);
  background: #FFFFFF;
  overflow-y: scroll;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body {
    padding: 30px;
    height: calc(100vh - 312px);
  }
}
.roi-calculator .inner .body .intro {
  margin-bottom: 60px;
}
.roi-calculator .inner .body .gform_wrapper {
  padding: 30px;
  background: #EBF4FA;
}
.roi-calculator .inner .body .sections .section {
  margin-bottom: 60px;
}
.roi-calculator .inner .body .sections .section:last-child {
  margin-bottom: 0;
}
.roi-calculator .inner .body .sections .section .section-title {
  margin-bottom: 15px;
  font-size: 20px;
  color: #0070BA;
  font-weight: 600;
}
.roi-calculator .inner .body .sections .section .section-description {
  margin-bottom: 30px;
  font-size: 14px;
  color: #787878;
  font-weight: 300;
  line-height: 1.6;
}
.roi-calculator .inner .body .sections .section .section-content {
  padding: 30px;
  background: #EBF4FA;
  border-top: 4px solid #0070BA;
}
.roi-calculator .inner .body .sections .section .section-content .section-headers {
  display: flex;
  justify-content: right;
  margin-bottom: 15px;
  color: #0070BA;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-headers {
    display: none;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-headers .section-header {
  margin-right: 40px;
  width: 120px;
}
.roi-calculator .inner .body .sections .section .section-content .section-headers .section-header:last-child {
  margin-right: 0;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields.margin-bottom {
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields.margin-bottom {
    margin-bottom: 30px;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields .field {
    display: block;
    margin-bottom: 30px;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field:last-child {
  margin-bottom: 0;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .label {
  flex: 1;
  margin-right: 30px;
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields .field .label {
    margin-bottom: 8px;
    margin-right: 0;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap {
  position: relative;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap.second {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap.second {
    margin: 15px 0 0 0;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .column-header {
  display: none;
  margin-bottom: 5px;
  font-size: 12px;
  color: #0070BA;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .column-header {
    display: block;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex {
  display: flex;
  align-items: center;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex .unit {
  position: absolute;
  left: -15px;
  color: #0070BA;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex .input {
  width: 120px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  outline: 0;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex .input {
    width: 100%;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex .input:focus {
  border-color: #0070BA;
}
.roi-calculator .inner .body .sections .section .section-content .section-fields .field .input-wrap .input-wrap-flex .input:read-only {
  background: #E6E6E6;
  border: 0 !important;
}
.roi-calculator .inner .body .sections .section .section-content .section-result {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-result {
    display: block;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-result .label {
  flex: 1;
  color: #0070BA;
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-result .label {
    margin-bottom: 8px;
  }
}
.roi-calculator .inner .body .sections .section .section-content .section-result .output {
  width: 120px;
  height: 40px;
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: right;
  font-size: 14px;
  color: #0070BA;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .body .sections .section .section-content .section-result .output {
    width: 100%;
  }
}
.roi-calculator .inner .grand-total {
  display: flex;
  align-items: center;
  background: #FFDF00;
  padding: 30px 60px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .grand-total {
    display: block;
    padding: 30px;
  }
}
.roi-calculator .inner .grand-total .label {
  flex: 1;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .grand-total .label {
    margin-bottom: 16px;
  }
}
.roi-calculator .inner .grand-total .result {
  width: 300px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .grand-total .result {
    display: block;
    width: 100%;
  }
}
.roi-calculator .inner .grand-total .result .weeks,
.roi-calculator .inner .grand-total .result .years,
.roi-calculator .inner .grand-total .result .custom-calculation {
  padding: 0 10px;
  height: 40px;
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: right;
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 600;
}
.roi-calculator .inner .grand-total .result .weeks .unit,
.roi-calculator .inner .grand-total .result .years .unit,
.roi-calculator .inner .grand-total .result .custom-calculation .unit {
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .grand-total .result .weeks {
    margin-bottom: 8px;
  }
}
.roi-calculator .inner .grand-total .result .equivalent {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 1024px) {
  .roi-calculator .inner .grand-total .result .equivalent {
    display: none;
  }
}

section.machinery {
  padding: 80px 0;
  background: #EBF4FA;
}
section.machinery .heading {
  display: flex;
  margin-bottom: 60px;
}
section.machinery .heading .section-title {
  width: fit-content;
  margin: 0;
  font-size: 28px;
  color: #0070BA;
  line-height: 1;
  font-weight: 700;
}
section.machinery .heading .archive-link-wrap {
  display: flex;
  flex: 1;
  justify-content: right;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  section.machinery .heading .archive-link-wrap {
    display: none;
  }
}
section.machinery .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 1024px) {
  section.machinery .posts {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
}
section.machinery .posts .post .image-wrap {
  position: relative;
}
section.machinery .posts .post .image-wrap .image {
  height: 230px;
  background-position: center center;
  background-size: cover;
}
section.machinery .posts .post .image-wrap .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.4px;
  color: #B4B4B4;
  text-transform: uppercase;
}
section.machinery .posts .post .body {
  padding: 30px;
  background: #FFFFFF;
}
section.machinery .posts .post .body .title {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #0070BA;
  font-weight: 700;
  line-height: 1.4;
}
section.machinery .posts .post .body .excerpt {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  color: #1E1E1E;
  line-height: 1.5;
}
section.machinery .posts .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
section.machinery .posts .slick-dots li {
  margin-right: 5px;
}
section.machinery .posts .slick-dots li:last-child {
  margin-right: 0;
}
section.machinery .posts .slick-dots li.slick-active .page {
  opacity: 1;
}
section.machinery .posts .slick-dots li .page {
  display: block;
  width: 40px;
  height: 2px;
  background: #1E1E1E;
  opacity: 0.3;
  cursor: pointer;
}
section.machinery .mobile-archive-link {
  display: none;
  margin: 30px auto 0 auto;
  width: fit-content;
}
@media only screen and (max-width: 1024px) {
  section.machinery .mobile-archive-link {
    display: block;
  }
}

section.production-boxes {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  section.production-boxes {
    padding: 60px 0;
  }
}
section.production-boxes .boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media screen and (max-width: 1024px) {
  section.production-boxes .boxes {
    grid-template-columns: none;
  }
}
section.production-boxes .bottom-box {
  position: relative;
  top: 40px;
  z-index: -1;
  left: 40px;
}
@media screen and (max-width: 1024px) {
  section.production-boxes .bottom-box {
    display: none;
  }
}
section.production-boxes .top-box {
  position: absolute;
  background-color: #EBF4FA;
  padding: 40px;
  display: flex;
  flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 1024px) {
  section.production-boxes .top-box {
    position: relative;
    height: auto;
    width: 100%;
  }
}
section.production-boxes .title {
  font-size: 28px;
  margin: 0 0 15px 0;
  color: #0070BA;
}
section.production-boxes .wysiwyg {
  max-width: 350px;
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  section.production-boxes .wysiwyg {
    max-width: none;
  }
}
section.production-boxes .wysiwyg strong {
  font-weight: 700;
}
section.production-boxes .button {
  margin-top: 30px;
}
section.production-boxes img {
  width: 500px;
  height: 400px;
}

section.parts-information {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}
section.parts-information .container {
  max-width: 1200px;
  width: 100%;
}
section.parts-information .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
section.parts-information .col {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 112, 186, 0.35);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section.parts-information .col:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
section.parts-information .col .text {
  font-size: 1rem;
  color: #0070BA;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 112, 186, 0.35);
  width: 100%;
}
section.parts-information .col .information {
  font-size: 32px;
  color: #0070BA;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  section.parts-information .col {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  section.parts-information .col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

section.image-slider {
  position: relative;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
section.image-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0070BA;
  opacity: 0.5;
  z-index: 1;
}
section.image-slider .container {
  position: relative;
  z-index: 2;
}
section.image-slider .container .image {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  section.image-slider .container .image {
    height: 300px;
  }
}
section.image-slider .container .prev,
section.image-slider .container .next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #1E1E1E;
  color: #FFDF00;
  cursor: pointer;
  transition: all 0.2s;
}
section.image-slider .container .prev:hover,
section.image-slider .container .next:hover {
  background: #4B4B4B;
}
section.image-slider .container .prev {
  left: -5px;
}
@media only screen and (max-width: 1024px) {
  section.image-slider .container .prev {
    left: 15px;
  }
}
section.image-slider .container .next {
  right: -5px;
}
@media only screen and (max-width: 1024px) {
  section.image-slider .container .next {
    right: 15px;
  }
}
