/*!
 *  ATTENTION: This File is Generated by Resources/Private/Theme/** /*
 *  Please do not edit this file directly!!!
 *
 *  Project:  waldemar-link-kampagnenwebsites
 *  Version:  1.0.0
 *
 *  Author:   Autorname
 *  Homepage: https://www.atlantisdx.de
 *  Copyright (c) 2025 atlantis dx GmbH
 *
 *  Build:    Fri Nov 28 2025 11:14:54 GMT+0000 (Coordinated Universal Time)
 *
 */
/* Empty for now */
/* Inter */
@font-face {
  font-family: Inter-Light;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Inter Light"), local("Inter-Light"), url(/Assets/fonts/Inter-Light.eec86646.ttf) format("truetype");
}
@font-face {
  font-family: Inter-Medium;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Inter Medium"), local("Inter-Medium"), url(/Assets/fonts/Inter-Medium.6dcbc9be.ttf) format("truetype");
}
/* OpenSans */
@font-face {
  font-family: Work-Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Work Sans"), local("Work-Sans"), url(/Assets/fonts/WorkSans-Regular.ca211a55.ttf) format("truetype");
}
@font-face {
  font-family: Work-Sans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Work Sans"), local("Work-Sans"), url(/Assets/fonts/WorkSans-Bold.aa43e32a.ttf) format("truetype");
}
@font-face {
  font-family: Work-Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Work Sans"), local("Work-Sans"), url(/Assets/fonts/WorkSans-Medium.f1dd9ac4.ttf) format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(/Assets/fonts/Roboto-Regular.fc2b5060.ttf) format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Medium"), url(/Assets/fonts/Roboto-Medium.7c8d04cd.ttf) format("truetype");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Bold"), url(/Assets/fonts/Roboto-Bold.f80816a5.ttf) format("truetype");
}
/* mixin for multiline */
/* Empty for now */
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

html {
  scroll-padding-top: 150px;
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 70px;
  }
}

.bg-darkblue {
  background-color: #036798;
}

.container-holder {
  position: relative;
}
.container-holder .jumpmark-container {
  position: absolute;
}
.container-holder .parallax-background-container, .container-holder .parallax-background-container .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.container-holder .parallax-background-container .parallax-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (hover: none) {
  .container-holder .parallax-background-container .parallax-background {
    background-attachment: initial;
  }
}
.container-holder .parallax-background-container.gradient:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 103, 152, 0.9)), to(rgba(3, 103, 152, 0.2)));
  background: linear-gradient(90deg, rgba(3, 103, 152, 0.9) 0%, rgba(3, 103, 152, 0.2) 100%);
}
.container-holder .parallax-content {
  position: relative;
  z-index: 2;
}
.container-holder .parallax-content.align-0 {
  margin-right: 45%;
}
.container-holder .parallax-content.align-1 {
  margin-left: 45%;
}

.section-container.bg-color-white {
  background-color: #fff;
}
.section-container.bg-color-lightgrey {
  background-color: #f7f7f7;
}
.section-container.bg-color-blue {
  background: radial-gradient(at 50% bottom, #147cb7 0, #0f1742 50%);
}
.section-container.bg-color-gradient-embrace {
  background: radial-gradient(at 50% bottom, #147cb7 0, #0f1742 50%);
}
.section-container.bg-color-gradient-hip {
  background: radial-gradient(at 50% bottom, #505795 0, #0d1323 50%);
}
.section-container.bg-color-gradient-symphoknee {
  background: radial-gradient(at 50% bottom, #332a1a 0, #060405 50%);
}
.section-container.bg-color-linear-gradient-gold {
  background: -webkit-gradient(linear, left top, right top, from(#f1cf66), to(#654f23));
  background: linear-gradient(to right, #f1cf66, #654f23);
}
.section-container.bg-color-none {
  background: transparent;
}
.section-container.fix-container-height {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-container.fix-container-height * {
  margin-top: 0;
  margin-bottom: 0;
}
.section-container.highlight-container {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  /* Special Gradient Effekt for Container */
  /* END Special Gradient Effekt */
}
.section-container.highlight-container.container-embrace {
  background: radial-gradient(at 50% bottom, #147cb7 0, #0f1742 50%);
}
.section-container.highlight-container.container-hip {
  background: radial-gradient(at 50% bottom, #505795 0, #0d1323 50%);
}
.section-container.highlight-container.container-symphoknee {
  background: radial-gradient(at 50% bottom, #332a1a 0, #060405 50%);
}
.section-container.highlight-container .media-wrapper {
  padding-top: 150px;
}
.section-container.highlight-container .media-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .section-container.highlight-container .media-wrapper {
    position: absolute;
    bottom: 0;
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .section-container.highlight-container .media-wrapper {
    padding: 0;
  }
}
.section-container.highlight-container > .container {
  position: absolute;
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .section-container.highlight-container > .container {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }
}
.section-container.highlight-container .section-container {
  padding: 0;
}

.readmore-container .accordeon:last-of-type {
  margin: 0;
}
.readmore-container .accordeon .accordeon-item {
  position: relative;
}
.readmore-container .accordeon .accordeon-item .accordeon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  z-index: 1;
}
.readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text {
  margin-bottom: 5px;
  color: #008bd2;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text {
    font-weight: 400;
  }
}
@media (max-width: 575.98px) {
  .readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text {
    font-size: 14px;
  }
}
.readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text .readless {
  display: none;
}
.readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text[aria-expanded=true] .true {
  display: block;
}
.readmore-container .accordeon .accordeon-item .accordeon-header .readmore-text[aria-expanded=false] .false {
  display: block;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button {
  background-color: #008bd2;
  color: #fff;
  text-transform: none;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 0;
  position: relative;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button:hover {
  background-color: #036798;
}
@media (max-width: 767.98px) {
  .readmore-container .accordeon .accordeon-item .accordeon-header button {
    width: 50px;
    height: 50px;
  }
}
.readmore-container .accordeon .accordeon-item .accordeon-header button::after {
  width: 0;
  height: 0;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button.collapsed {
  background-color: #008bd2;
  color: #fff;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button.collapsed:hover {
  background-color: #036798;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.readmore-container .accordeon .accordeon-item .accordeon-header button .icon.before:before {
  margin-right: 0;
  -webkit-mask-size: 40px;
          mask-size: 40px;
  width: 40px;
}
@media (max-width: 767.98px) {
  .readmore-container .accordeon .accordeon-item .accordeon-header button .icon.before:before {
    -webkit-mask-size: 20px;
            mask-size: 20px;
    width: 20px;
  }
}
.readmore-container .container-holder > .section-container {
  padding: 100px 0;
}

.container-holder:last-child .readmore-container .accordion-header {
  bottom: 0;
}

.section-container > .container > .row > [class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-container > .container > .row > [class^=col-].justify-items-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.section-container > .container > .row > [class^=col-].justify-items-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-container > .container > .row > [class^=col-].justify-items-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

hr {
  border: none;
  height: 1px;
  background-color: #008bd2;
  margin: 0;
}
hr.pink {
  background-color: #e106f6;
}
hr.gold {
  background-color: #face49;
}

.ce-image.ce-center.ce-above .ce-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ce-image.ce-center.ce-above .ce-row figure.image {
  margin: 0 10px;
}

.section-container:not(.highlight-container) .ce-gallery img {
  width: inherit;
  max-width: 100% !important;
  height: auto;
}

figure.image.image-zoom:hover,
figure.image .image-zoom:hover {
  cursor: pointer;
}

.card.text-white.bg-darkblue h1, .card.text-white.bg-darkblue h2, .card.text-white.bg-darkblue h3, .card.text-white.bg-darkblue h4, .card.text-white.bg-darkblue h5, .card.text-white.bg-darkblue h6 {
  margin-bottom: 5px;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

main,
.cke_editable {
  font-weight: normal;
}
main .text-center,
.cke_editable .text-center {
  text-align: center;
}
main b,
.cke_editable b {
  font-weight: bold;
}
main .font-white,
.cke_editable .font-white {
  color: #fff;
}
main .font-blue,
.cke_editable .font-blue {
  color: #008bd2;
}
main .font-pink,
.cke_editable .font-pink {
  color: #e106f6;
}
main .font-gold,
.cke_editable .font-gold {
  color: #face49;
}
main .font-grey,
.cke_editable .font-grey {
  color: #647a84;
}
main .font-sources,
.cke_editable .font-sources {
  font-size: 0.8rem;
}

.cke_editable .font-white {
  color: #aaa;
}

.ce-textpic .ce-gallery.sidebyside .ce-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ce-textpic .ce-gallery.sidebyside .ce-inner > .ce-row {
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .ce-textpic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ce-textpic .ce-gallery,
  .ce-textpic .ce-bodytext {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .ce-textpic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ce-textpic figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.video-full-width .ce-outer,
.video-full-width .ce-inner,
.video-full-width .ce-column {
  float: none !important;
}
.video-full-width .video {
  display: block !important;
}
.video-full-width .video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-full-width .video-embed video {
  width: 100%;
}
.video-full-width .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199.98px) {
  .ce-textpic.ce-above video {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .ce-textpic.ce-left video {
    max-width: 100%;
  }
}

.accordion {
  margin: 20px 0;
}
.accordion:last-of-type {
  margin: 20px 0;
}
.accordion .accordion-item {
  border: none;
  background-color: transparent;
}
.accordion .accordion-item .accordion-header {
  border: 2px solid #008bd2;
}
.accordion .accordion-item .accordion-header button {
  background-color: #008bd2;
  color: #fff;
  text-transform: none;
  height: 100%;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 22px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}
.accordion .accordion-item .accordion-header button:after {
  content: "";
  background: url(/Assets/images/caret-down-white.e1747804.svg);
  background-size: 35px;
  height: 35px;
  width: 35px;
}
.accordion .accordion-item .accordion-header button.collapsed {
  background-color: transparent;
  color: #008bd2;
}
.accordion .accordion-item .accordion-header button.collapsed:after {
  background: url(/Assets/images/caret-down-blue.ffa464a9.svg);
  background-size: 35px;
}
.accordion .accordion-item .accordion-body {
  padding: 20px 20px 0;
}
.accordion .accordion-item .accordion-body section {
  margin-bottom: 32px;
}
.accordion .accordion-item .accordion-body section:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-body section > p:first-of-type,
.accordion .accordion-item .accordion-body section > p:last-of-type {
  margin: 0;
}
.accordion .accordion-item.gold .accordion-header {
  border: 2px solid #face49;
}
.accordion .accordion-item.gold .accordion-header button {
  background-color: #face49;
  color: #060405;
}
.accordion .accordion-item.gold .accordion-header button:after {
  background: url(/Assets/images/caret-down-dark.0250a419.svg);
  background-size: 35px;
}
.accordion .accordion-item.gold .accordion-header button.collapsed {
  background-color: transparent;
  color: #face49;
}
.accordion .accordion-item.gold .accordion-header button.collapsed:after {
  background: url(/Assets/images/caret-down-gold.ee3cc13e.svg);
  background-size: 35px;
}

.headline-with-button {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline-with-button .h1, .headline-with-button .h2, .headline-with-button .h3, .headline-with-button .h4, .headline-with-button .h5, .headline-with-button .h6 {
  margin: 0 20px 0 0;
  min-height: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.swiper:not(.atl-swiper) {
  padding: 0 39px 40px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
}
.swiper:not(.atl-swiper) .swiper-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.swiper:not(.atl-swiper) .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper:not(.atl-swiper) .swiper-wrapper .swiper-slide img {
  max-width: 100% !important;
  height: auto;
}
.swiper:not(.atl-swiper) .swiper-wrapper .swiper-slide .ce-textpic {
  padding: 0;
}
.swiper:not(.atl-swiper) .swiper-wrapper .swiper-slide .ce-textpic.ce-nowrap {
  -ms-flex-wrap: unset;
      flex-wrap: unset;
}
.swiper:not(.atl-swiper) .swiper-wrapper .swiper-slide .ce-textpic.ce-intext .ce-bodytext {
  padding-left: 25px;
}
@media (max-width: 767.98px) {
  .swiper:not(.atl-swiper) .swiper-wrapper section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .swiper:not(.atl-swiper) .swiper-wrapper section > div,
  .swiper:not(.atl-swiper) .swiper-wrapper section > ul,
  .swiper:not(.atl-swiper) .swiper-wrapper section p {
    max-width: 410px;
    width: calc(100vw - 50px);
  }
  .swiper:not(.atl-swiper) .swiper-wrapper section div.ce-bodytext {
    padding-left: 0 !important;
  }
  .swiper:not(.atl-swiper) .swiper-wrapper section .ce-image:has(div.ce-gallery[data-ce-images="1"]) * {
    height: 100%;
  }
}
.swiper:not(.atl-swiper) .swiper-button-next,
.swiper:not(.atl-swiper) .swiper-button-prev {
  color: #008bd2;
}
.swiper:not(.atl-swiper) .swiper-button-next:after,
.swiper:not(.atl-swiper) .swiper-button-prev:after {
  font-size: 30px;
}
.swiper:not(.atl-swiper) .swiper-button-next {
  right: 0;
}
.swiper:not(.atl-swiper) .swiper-button-prev {
  left: 0;
}
.swiper:not(.atl-swiper) .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008bd2;
}
.swiper:not(.atl-swiper).color-gold .swiper-button-next,
.swiper:not(.atl-swiper).color-gold .swiper-button-prev {
  color: #face49;
}
.swiper:not(.atl-swiper).color-gold .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #face49;
}
.swiper:not(.atl-swiper).single-slider {
  padding: 30px 40px 50px !important;
}
.swiper:not(.atl-swiper).single-slider figure.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper:not(.atl-swiper).single-slider figure.image img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-width: unset !important;
}

.swiper.news-slider .swiper-pagination, .swiper:not(.atl-swiper).triple-slider .swiper-pagination, .swiper:not(.atl-swiper).double-slider .swiper-pagination, .swiper:not(.atl-swiper).single-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper.news-slider .swiper-pagination-bullet, .swiper:not(.atl-swiper).triple-slider .swiper-pagination-bullet, .swiper:not(.atl-swiper).double-slider .swiper-pagination-bullet, .swiper:not(.atl-swiper).single-slider .swiper-pagination-bullet {
  color: #eaeaea;
  height: 14px;
  width: 14px;
  margin: 10px !important;
}
.swiper.news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper:not(.atl-swiper).triple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper:not(.atl-swiper).double-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper:not(.atl-swiper).single-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #008bd2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper.news-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .swiper:not(.atl-swiper).triple-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .swiper:not(.atl-swiper).double-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after, .swiper:not(.atl-swiper).single-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  height: 28px;
  width: 28px;
  position: absolute;
  background-color: #008bd2;
  opacity: 0.3;
  border-radius: 50%;
}
.swiper.news-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).triple-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).double-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).single-slider .swiper-button-prev:after,
.swiper.news-slider .swiper-button-next:after,
.swiper:not(.atl-swiper).triple-slider .swiper-button-next:after,
.swiper:not(.atl-swiper).double-slider .swiper-button-next:after,
.swiper:not(.atl-swiper).single-slider .swiper-button-next:after {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .swiper.news-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).triple-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).double-slider .swiper-button-prev:after, .swiper:not(.atl-swiper).single-slider .swiper-button-prev:after,
  .swiper.news-slider .swiper-button-next:after,
  .swiper:not(.atl-swiper).triple-slider .swiper-button-next:after,
  .swiper:not(.atl-swiper).double-slider .swiper-button-next:after,
  .swiper:not(.atl-swiper).single-slider .swiper-button-next:after {
    font-size: 22px;
  }
}
.swiper.news-slider:not(.show-controls), .swiper.triple-slider:not(.show-controls):not(.atl-swiper), .swiper.double-slider:not(.show-controls):not(.atl-swiper), .swiper.single-slider:not(.show-controls):not(.atl-swiper) {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.swiper.news-slider:not(.show-controls) .swiper-button-prev, .swiper.triple-slider:not(.show-controls):not(.atl-swiper) .swiper-button-prev, .swiper.double-slider:not(.show-controls):not(.atl-swiper) .swiper-button-prev, .swiper.single-slider:not(.show-controls):not(.atl-swiper) .swiper-button-prev,
.swiper.news-slider:not(.show-controls) .swiper-button-next,
.swiper.triple-slider:not(.show-controls):not(.atl-swiper) .swiper-button-next,
.swiper.double-slider:not(.show-controls):not(.atl-swiper) .swiper-button-next,
.swiper.single-slider:not(.show-controls):not(.atl-swiper) .swiper-button-next {
  display: none;
}

.jump-mark-list,
.tab-button-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tab-container {
  position: relative;
}
.tab-container .tab-element {
  display: none;
}
.tab-container .tab-element > .container-holder > .section-container > .container {
  padding: 0;
}
.tab-container .tab-element.active {
  display: block;
}

.modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-dialog .modal-content {
  padding: 5px 20px;
  margin: 50px;
}
@media (max-width: 767.98px) {
  .modal-dialog .modal-content {
    margin: 50px 5px;
  }
}
.modal-dialog .modal-header {
  border: none;
}
.modal-dialog .modal-header .btn-close {
  background-image: url(/Assets/images/cancel.b8ed680a.svg);
  background-size: 43px;
  height: 43px;
  width: 43px;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-dialog .modal-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  max-height: calc(100% - 76px);
}
.modal-dialog .modal-body img {
  max-width: 100%;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* mixin for multiline */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Roboto", roboto, sans-serif;
  color: #036798;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    margin-bottom: 30px;
  }
}

h1,
.h1 {
  font-size: 3.75rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
}

h2,
.h2 {
  font-size: 2.625rem;
}
@media (max-width: 991.98px) {
  h2,
  .h2 {
    font-size: 1.5714285714rem;
  }
}

h3,
.h3 {
  font-size: 2.25rem;
}
@media (max-width: 991.98px) {
  h3,
  .h3 {
    font-size: 1.2857142857rem;
  }
}

h4,
.h4 {
  font-size: 22px;
}
@media (max-width: 991.98px) {
  h4,
  .h4 {
    font-size: 1.1428571429rem;
  }
}

section > header:last-child > h1,
section > header:last-child > h2,
section > header:last-child > h3 {
  margin-bottom: 0;
}

/* mixin for multiline */
p {
  font-family: "Roboto", roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0;
}

a {
  display: inline-block;
  height: auto;
  text-decoration: none;
  color: #008bd2;
  padding: 0 2px;
  border-radius: 4px;
}
a:before {
  background-color: #008bd2;
}
@media (hover: hover) {
  a:not(.no-hov):hover {
    color: #fff;
    background-color: #036798;
  }
  a:not(.no-hov):hover:before {
    background-color: #fff;
  }
}

.square-styled-list li {
  list-style-type: none;
  padding-left: 1rem;
}
.square-styled-list li:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: white;
  margin-left: -1rem;
  margin-top: 7px;
  margin-right: 0.5rem;
}

ul {
  list-style-type: square;
  padding-left: 21px;
  margin-bottom: 0;
}
ul li::marker {
  color: #008bd2;
  font-size: 20px;
}
ul li.bullets-blue::marker {
  color: #008bd2;
}
ul li.bullets-white::marker {
  color: #fff;
}
ul.bullets-blue li::marker {
  color: #008bd2;
}
ul.bullets-white li::marker {
  color: #fff;
}

ol {
  padding-left: 21px;
  margin-bottom: 0;
}

.section-container ul:not([class]),
.section-container ul.bullets-blue,
.section-container ul.bullets-white {
  gap: 10px;
  display: grid;
}

.shariff-button.arrow-down a:before,
.icon.before.i-arrow-down:before {
  -webkit-mask-image: url(/Assets/images/arrow-down.9ba8baf8.svg);
          mask-image: url(/Assets/images/arrow-down.9ba8baf8.svg);
}

.icon.after.i-arrow-down:after {
  -webkit-mask-image: url(/Assets/images/arrow-down.9ba8baf8.svg);
          mask-image: url(/Assets/images/arrow-down.9ba8baf8.svg);
}

.shariff-button.arrow-right a:before,
.icon.before.i-arrow-right:before {
  -webkit-mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
          mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
}

.icon.after.i-arrow-right:after {
  -webkit-mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
          mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
}

.shariff-button.arrow-right-short a:before,
.icon.before.i-arrow-right-short:before {
  -webkit-mask-image: url(/Assets/images/arrow-right-short.8672b113.svg);
          mask-image: url(/Assets/images/arrow-right-short.8672b113.svg);
}

.icon.after.i-arrow-right-short:after {
  -webkit-mask-image: url(/Assets/images/arrow-right-short.8672b113.svg);
          mask-image: url(/Assets/images/arrow-right-short.8672b113.svg);
}

.shariff-button.arrow-up a:before,
.icon.before.i-arrow-up:before {
  -webkit-mask-image: url(/Assets/images/arrow-up.c0ef0342.svg);
          mask-image: url(/Assets/images/arrow-up.c0ef0342.svg);
}

.icon.after.i-arrow-up:after {
  -webkit-mask-image: url(/Assets/images/arrow-up.c0ef0342.svg);
          mask-image: url(/Assets/images/arrow-up.c0ef0342.svg);
}

.shariff-button.calendar-plus a:before,
.icon.before.i-calendar-plus:before {
  -webkit-mask-image: url(/Assets/images/calendar-plus.fa5fa399.svg);
          mask-image: url(/Assets/images/calendar-plus.fa5fa399.svg);
}

.icon.after.i-calendar-plus:after {
  -webkit-mask-image: url(/Assets/images/calendar-plus.fa5fa399.svg);
          mask-image: url(/Assets/images/calendar-plus.fa5fa399.svg);
}

.shariff-button.caret-double-left a:before,
.icon.before.i-caret-double-left:before {
  -webkit-mask-image: url(/Assets/images/caret-double-left.1ef80e35.svg);
          mask-image: url(/Assets/images/caret-double-left.1ef80e35.svg);
}

.icon.after.i-caret-double-left:after {
  -webkit-mask-image: url(/Assets/images/caret-double-left.1ef80e35.svg);
          mask-image: url(/Assets/images/caret-double-left.1ef80e35.svg);
}

.shariff-button.caret-double-right a:before,
.icon.before.i-caret-double-right:before {
  -webkit-mask-image: url(/Assets/images/caret-double-right.db21d75d.svg);
          mask-image: url(/Assets/images/caret-double-right.db21d75d.svg);
}

.icon.after.i-caret-double-right:after {
  -webkit-mask-image: url(/Assets/images/caret-double-right.db21d75d.svg);
          mask-image: url(/Assets/images/caret-double-right.db21d75d.svg);
}

.shariff-button.caret-down a:before,
.icon.before.i-caret-down:before {
  -webkit-mask-image: url(/Assets/images/caret-down.3248f978.svg);
          mask-image: url(/Assets/images/caret-down.3248f978.svg);
}

.icon.after.i-caret-down:after {
  -webkit-mask-image: url(/Assets/images/caret-down.3248f978.svg);
          mask-image: url(/Assets/images/caret-down.3248f978.svg);
}

.shariff-button.caret-left a:before,
.icon.before.i-caret-left:before {
  -webkit-mask-image: url(/Assets/images/caret-left.b7f96feb.svg);
          mask-image: url(/Assets/images/caret-left.b7f96feb.svg);
}

.icon.after.i-caret-left:after {
  -webkit-mask-image: url(/Assets/images/caret-left.b7f96feb.svg);
          mask-image: url(/Assets/images/caret-left.b7f96feb.svg);
}

.shariff-button.caret-right a:before,
.icon.before.i-caret-right:before {
  -webkit-mask-image: url(/Assets/images/caret-right.980e5afd.svg);
          mask-image: url(/Assets/images/caret-right.980e5afd.svg);
}

.icon.after.i-caret-right:after {
  -webkit-mask-image: url(/Assets/images/caret-right.980e5afd.svg);
          mask-image: url(/Assets/images/caret-right.980e5afd.svg);
}

.shariff-button.caret-up a:before,
.icon.before.i-caret-up:before {
  -webkit-mask-image: url(/Assets/images/caret-up.ebf8dbd0.svg);
          mask-image: url(/Assets/images/caret-up.ebf8dbd0.svg);
}

.icon.after.i-caret-up:after {
  -webkit-mask-image: url(/Assets/images/caret-up.ebf8dbd0.svg);
          mask-image: url(/Assets/images/caret-up.ebf8dbd0.svg);
}

.shariff-button.check a:before,
.icon.before.i-check:before {
  -webkit-mask-image: url(/Assets/images/check.92cf0c07.svg);
          mask-image: url(/Assets/images/check.92cf0c07.svg);
}

.icon.after.i-check:after {
  -webkit-mask-image: url(/Assets/images/check.92cf0c07.svg);
          mask-image: url(/Assets/images/check.92cf0c07.svg);
}

.shariff-button.cube a:before,
.icon.before.i-cube:before {
  -webkit-mask-image: url(/Assets/images/cube.05773ad9.svg);
          mask-image: url(/Assets/images/cube.05773ad9.svg);
}

.icon.after.i-cube:after {
  -webkit-mask-image: url(/Assets/images/cube.05773ad9.svg);
          mask-image: url(/Assets/images/cube.05773ad9.svg);
}

.shariff-button.customLINK a:before,
.icon.before.i-customLINK:before {
  -webkit-mask-image: url(/Assets/images/customLINK.87263312.svg);
          mask-image: url(/Assets/images/customLINK.87263312.svg);
}

.icon.after.i-customLINK:after {
  -webkit-mask-image: url(/Assets/images/customLINK.87263312.svg);
          mask-image: url(/Assets/images/customLINK.87263312.svg);
}

.shariff-button.download-simple a:before,
.icon.before.i-download-simple:before {
  -webkit-mask-image: url(/Assets/images/download-simple.5afeec0b.svg);
          mask-image: url(/Assets/images/download-simple.5afeec0b.svg);
}

.icon.after.i-download-simple:after {
  -webkit-mask-image: url(/Assets/images/download-simple.5afeec0b.svg);
          mask-image: url(/Assets/images/download-simple.5afeec0b.svg);
}

.shariff-button.VuMediLogo a:before,
.icon.before.i-VuMediLogo:before {
  -webkit-mask-image: url(/Assets/images/VuMediLogo.74089d32.svg);
          mask-image: url(/Assets/images/VuMediLogo.74089d32.svg);
}

.icon.after.i-VuMediLogo:after {
  -webkit-mask-image: url(/Assets/images/VuMediLogo.74089d32.svg);
          mask-image: url(/Assets/images/VuMediLogo.74089d32.svg);
}

.shariff-button.dots-three a:before,
.icon.before.i-dots-three:before {
  -webkit-mask-image: url(/Assets/images/dots-three.f621e69a.svg);
          mask-image: url(/Assets/images/dots-three.f621e69a.svg);
}

.icon.after.i-dots-three:after {
  -webkit-mask-image: url(/Assets/images/dots-three.f621e69a.svg);
          mask-image: url(/Assets/images/dots-three.f621e69a.svg);
}

.shariff-button.envelope-simple a:before,
.icon.before.i-envelope-simple:before {
  -webkit-mask-image: url(/Assets/images/envelope-simple.132597f8.svg);
          mask-image: url(/Assets/images/envelope-simple.132597f8.svg);
}

.icon.after.i-envelope-simple:after {
  -webkit-mask-image: url(/Assets/images/envelope-simple.132597f8.svg);
          mask-image: url(/Assets/images/envelope-simple.132597f8.svg);
}

.shariff-button.equals a:before,
.icon.before.i-equals:before {
  -webkit-mask-image: url(/Assets/images/equals.e38ffff2.svg);
          mask-image: url(/Assets/images/equals.e38ffff2.svg);
}

.icon.after.i-equals:after {
  -webkit-mask-image: url(/Assets/images/equals.e38ffff2.svg);
          mask-image: url(/Assets/images/equals.e38ffff2.svg);
}

.shariff-button.external-link a:before,
.icon.before.i-external-link:before {
  -webkit-mask-image: url(/Assets/images/external-link.623bf5b4.svg);
          mask-image: url(/Assets/images/external-link.623bf5b4.svg);
}

.icon.after.i-external-link:after {
  -webkit-mask-image: url(/Assets/images/external-link.623bf5b4.svg);
          mask-image: url(/Assets/images/external-link.623bf5b4.svg);
}

.shariff-button.facebook a:before,
.icon.before.i-facebook:before {
  -webkit-mask-image: url(/Assets/images/facebook.fc084cce.svg);
          mask-image: url(/Assets/images/facebook.fc084cce.svg);
}

.icon.after.i-facebook:after {
  -webkit-mask-image: url(/Assets/images/facebook.fc084cce.svg);
          mask-image: url(/Assets/images/facebook.fc084cce.svg);
}

.shariff-button.faders a:before,
.icon.before.i-faders:before {
  -webkit-mask-image: url(/Assets/images/faders.9714ec8d.svg);
          mask-image: url(/Assets/images/faders.9714ec8d.svg);
}

.icon.after.i-faders:after {
  -webkit-mask-image: url(/Assets/images/faders.9714ec8d.svg);
          mask-image: url(/Assets/images/faders.9714ec8d.svg);
}

.shariff-button.globe-hemisphere-east a:before,
.icon.before.i-globe-hemisphere-east:before {
  -webkit-mask-image: url(/Assets/images/globe-hemisphere-east.ab928ac3.svg);
          mask-image: url(/Assets/images/globe-hemisphere-east.ab928ac3.svg);
}

.icon.after.i-globe-hemisphere-east:after {
  -webkit-mask-image: url(/Assets/images/globe-hemisphere-east.ab928ac3.svg);
          mask-image: url(/Assets/images/globe-hemisphere-east.ab928ac3.svg);
}

.shariff-button.magnifying-glass a:before,
.icon.before.i-magnifying-glass:before {
  -webkit-mask-image: url(/Assets/images/magnifying-glass.85dd4aa3.svg);
          mask-image: url(/Assets/images/magnifying-glass.85dd4aa3.svg);
}

.icon.after.i-magnifying-glass:after {
  -webkit-mask-image: url(/Assets/images/magnifying-glass.85dd4aa3.svg);
          mask-image: url(/Assets/images/magnifying-glass.85dd4aa3.svg);
}

.shariff-button.mail a:before,
.icon.before.i-mail:before {
  -webkit-mask-image: url(/Assets/images/mail.11d0075e.svg);
          mask-image: url(/Assets/images/mail.11d0075e.svg);
}

.icon.after.i-mail:after {
  -webkit-mask-image: url(/Assets/images/mail.11d0075e.svg);
          mask-image: url(/Assets/images/mail.11d0075e.svg);
}

.shariff-button.link a:before,
.icon.before.i-link:before {
  -webkit-mask-image: url(/Assets/images/link.c1b93d73.svg);
          mask-image: url(/Assets/images/link.c1b93d73.svg);
}

.icon.after.i-link:after {
  -webkit-mask-image: url(/Assets/images/link.c1b93d73.svg);
          mask-image: url(/Assets/images/link.c1b93d73.svg);
}

.shariff-button.linkedin a:before,
.icon.before.i-linkedin:before {
  -webkit-mask-image: url(/Assets/images/linkedin.5f5c4063.svg);
          mask-image: url(/Assets/images/linkedin.5f5c4063.svg);
}

.icon.after.i-linkedin:after {
  -webkit-mask-image: url(/Assets/images/linkedin.5f5c4063.svg);
          mask-image: url(/Assets/images/linkedin.5f5c4063.svg);
}

.shariff-button.minus a:before,
.icon.before.i-minus:before {
  -webkit-mask-image: url(/Assets/images/minus.26d8218f.svg);
          mask-image: url(/Assets/images/minus.26d8218f.svg);
}

.icon.after.i-minus:after {
  -webkit-mask-image: url(/Assets/images/minus.26d8218f.svg);
          mask-image: url(/Assets/images/minus.26d8218f.svg);
}

.shariff-button.phone a:before,
.icon.before.i-phone:before {
  -webkit-mask-image: url(/Assets/images/phone.39852b17.svg);
          mask-image: url(/Assets/images/phone.39852b17.svg);
}

.icon.after.i-phone:after {
  -webkit-mask-image: url(/Assets/images/phone.39852b17.svg);
          mask-image: url(/Assets/images/phone.39852b17.svg);
}

.shariff-button.plus a:before,
.icon.before.i-plus:before {
  -webkit-mask-image: url(/Assets/images/plus.c26ca6e7.svg);
          mask-image: url(/Assets/images/plus.c26ca6e7.svg);
}

.icon.after.i-plus:after {
  -webkit-mask-image: url(/Assets/images/plus.c26ca6e7.svg);
          mask-image: url(/Assets/images/plus.c26ca6e7.svg);
}

.shariff-button.twitter a:before,
.icon.before.i-twitter:before {
  -webkit-mask-image: url(/Assets/images/twitter.ce74190b.svg);
          mask-image: url(/Assets/images/twitter.ce74190b.svg);
}

.icon.after.i-twitter:after {
  -webkit-mask-image: url(/Assets/images/twitter.ce74190b.svg);
          mask-image: url(/Assets/images/twitter.ce74190b.svg);
}

.shariff-button.x a:before,
.icon.before.i-x:before {
  -webkit-mask-image: url(/Assets/images/x.b4a3ce0f.svg);
          mask-image: url(/Assets/images/x.b4a3ce0f.svg);
}

.icon.after.i-x:after {
  -webkit-mask-image: url(/Assets/images/x.b4a3ce0f.svg);
          mask-image: url(/Assets/images/x.b4a3ce0f.svg);
}

.shariff-button.youtube a:before,
.icon.before.i-youtube:before {
  -webkit-mask-image: url(/Assets/images/youtube.a1fd10b9.svg);
          mask-image: url(/Assets/images/youtube.a1fd10b9.svg);
}

.icon.after.i-youtube:after {
  -webkit-mask-image: url(/Assets/images/youtube.a1fd10b9.svg);
          mask-image: url(/Assets/images/youtube.a1fd10b9.svg);
}

.icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon.before:before, .icon.after:after {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  content: "";
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 20px;
          mask-size: 20px;
  width: 20px;
  height: 20px;
  background-color: currentcolor;
}
.icon.after:after {
  margin-left: 10px;
}
.icon.before:before {
  margin-right: 10px;
}
.icon.no-text:before, .icon.no-text:after {
  margin: 0;
}

button,
.button {
  font-weight: 600;
  line-height: 1.2;
  border-radius: 3px;
  border: none;
  padding: 15px;
}
button.primary,
.button.primary {
  color: #fff;
  background-color: #008bd2;
}
button.primary.icon.before:before, button.primary.icon.after:after,
.button.primary.icon.before:before,
.button.primary.icon.after:after {
  background-color: #fff;
}
button.primary.active,
.button.primary.active {
  background-color: #036798;
}
@media (hover: hover) {
  button.primary:hover,
  .button.primary:hover {
    background-color: #036798;
  }
}
button.secondary,
.button.secondary {
  color: #aaa;
  background-color: #eaeaea;
}
button.secondary.icon.before:before, button.secondary.icon.after:after,
.button.secondary.icon.before:before,
.button.secondary.icon.after:after {
  background-color: #aaa;
}
button.secondary:active,
.button.secondary:active {
  background-color: #036798;
  color: #fff;
}
@media (hover: hover) {
  button.secondary:hover,
  .button.secondary:hover {
    color: #fff;
    background-color: #036798;
  }
  button.secondary:hover.icon.before:before, button.secondary:hover.icon.after:after,
  .button.secondary:hover.icon.before:before,
  .button.secondary:hover.icon.after:after {
    background-color: #fff;
  }
}
button.inverse,
.button.inverse {
  color: #008bd2;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
button.inverse:hover,
.button.inverse:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 15px 0;
  color: #008bd2;
  background-color: white;
}

.button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* mixin for multiline */
.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 1.25rem;
  color: #7c7c7c;
}
@media (max-width: 991.98px) {
  .checkbox-label {
    font-size: 1rem;
    gap: 5px;
  }
}
.checkbox-label.underline {
  width: 315px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
}
@media (max-width: 991.98px) {
  .checkbox-label.underline {
    width: 168px;
    padding-bottom: 5px;
  }
}
.checkbox-label.underline.checked {
  border-bottom: 2px solid #008bd2;
  color: #008bd2;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: grid;
  place-content: center;
  font: inherit;
  width: 30px;
  height: 30px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  input[type=checkbox] {
    width: 22px;
    height: 22px;
  }
}
input[type=checkbox]:before {
  content: "";
  width: 14px;
  height: 14px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #008bd2;
          box-shadow: inset 1em 1em #008bd2;
  border-radius: 3px;
}
@media (max-width: 991.98px) {
  input[type=checkbox]:before {
    width: 10px;
    height: 10px;
  }
}
input[type=checkbox]:checked:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (hover: hover) {
  input[type=checkbox]:hover:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
@media (hover: none) {
  input[type=checkbox]:checked:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  input[type=checkbox]:not(:checked):before {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  input[type=checkbox]:before {
    -webkit-transition: none;
    transition: none;
  }
}
input[type=checkbox]:after {
  background-color: #eaeaea;
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  bottom: -2px;
  -webkit-transition: 120ms all ease-in-out;
  transition: 120ms all ease-in-out;
}
input[type=checkbox]:checked:after, input[type=checkbox]:hover:after {
  width: 100%;
  background-color: #008bd2;
}

input[type=input],
input[type=search] {
  border: 1px solid #999;
  color: #3c3c3b;
  font-size: 16px;
  height: 50px;
  padding: 10px;
  width: 100%;
  outline-offset: unset;
}
input[type=input]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
  font-weight: 500;
  font-style: italic;
}
input[type=input]::-moz-placeholder, input[type=search]::-moz-placeholder {
  font-weight: 500;
  font-style: italic;
}
input[type=input]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
  font-weight: 500;
  font-style: italic;
}
input[type=input]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder {
  font-weight: 500;
  font-style: italic;
}
input[type=input]::placeholder,
input[type=search]::placeholder {
  font-weight: 500;
  font-style: italic;
}

.form-floating label {
  color: #7c7c7c;
}

select {
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border: 1px solid #999;
  height: 50px;
  width: 100%;
  padding: 10px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
select::-webkit-input-placeholder {
  font-weight: 500;
}
select::-moz-placeholder {
  font-weight: 500;
}
select:-ms-input-placeholder {
  font-weight: 500;
}
select::-ms-input-placeholder {
  font-weight: 500;
}
select::placeholder {
  font-weight: 500;
}
select:after {
  position: absolute;
  display: block;
  content: "\e5cf";
  height: 20px;
  width: 20px;
}

.select2 .selection .select2-selection.select2-selection--single {
  border-radius: 0;
  border: 1px solid grey;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  height: 100%;
  line-height: 48px;
  padding-left: 10px;
  padding-right: 50px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2 .selection .select2-selection.select2-selection--multiple {
  border-radius: 0;
  border: 1px solid grey;
  min-height: 50px;
  padding: 8px 30px 8px 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-left: 5px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice {
  border-radius: 0;
  background-color: #f3f3f3;
  border: 1px solid #e4e4e4;
  margin: 2px 5px 2px 0;
  padding: 2px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  padding-left: 15px;
}
.select2 .selection .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  height: 100%;
  margin-right: 5px;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select2 .selection .select2-selection.select2-selection--multiple .select2-search__field {
  margin-top: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.select2 .selection .select2-selection.select2-selection--multiple:after {
  content: "";
  background-image: url(/Assets/images/caret-down.3248f978.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  width: 30px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/Assets/images/caret-down.3248f978.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  width: 30px;
}
.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  background-image: url(/Assets/images/caret-down.3248f978.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
  width: 30px;
  height: 100%;
}
.select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}
.select2.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url(/Assets/images/caret-up.ebf8dbd0.svg) !important;
}
.select2.select2-container--open .select2-selection--multiple:after {
  background-image: url(/Assets/images/caret-up.ebf8dbd0.svg) !important;
}
.select2 .select2-selection--single .select2-selection__placeholder,
.select2 .select2-selection--multiple .select2-selection__placeholder {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select2-dropdown {
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #008bd2;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #008bd2;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

main > .container-holder > .section-container,
main #product-selection .container-holder > .section-container,
main .tx-sf-event-mgt .container-holder > .section-container {
  padding: 100px 0;
}

.container [class^=col-] > section:not(:last-child),
.container [class^=col-] > div:not(.row):not(.accordion):not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1350px;
  }
}
.mb-small {
  margin-bottom: 30px;
}

.mb-none {
  margin-bottom: 0;
}

/* mixin for multiline */
.ce-textpic.ce-below .ce-gallery, .ce-textpic.ce-above .ce-gallery {
  margin-top: 0;
  margin-bottom: 0;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-pagination-bullet {
  color: #eaeaea;
  height: 14px;
  width: 14px;
  margin: 10px !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #008bd2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  height: 28px;
  width: 28px;
  position: absolute;
  background-color: #008bd2;
  opacity: 0.3;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 22px;
  }
}

input[type=radio] {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #fff;
  background-size: 120%;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23008bd2%27/%3e%3c/svg%3e");
}
input[type=radio].is-invalid:checked {
  background-color: #fff;
}

.related-products,
.more-products {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .related-products,
  .more-products {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .related-products,
  .more-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .related-products,
  .more-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.related-products .related-product-link,
.more-products .related-product-link {
  padding: 0;
}
.related-products .product-card,
.more-products .product-card {
  width: 100%;
  height: 100%;
}

.headline-row {
  margin-bottom: 60px;
}
.headline-row > * {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .headline-row h1, .headline-row h2, .headline-row h3, .headline-row h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .headline-row {
    margin-bottom: 0;
  }
  .headline-row > * {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* mixin for multiline */
.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  min-height: 315px;
  min-width: 168px;
  width: 315px;
  border-radius: 5px;
  background-color: #f7f7f7;
}
@media (max-width: 1419.98px) {
  .product-card {
    max-width: 315px;
  }
}
@media (max-width: 991.98px) {
  .product-card {
    min-height: 208px;
  }
}
@media (max-width: 575.98px) {
  .product-card {
    min-width: 100px;
  }
}
@media (hover: hover) {
  .product-card:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .product-card:hover .product-card-image img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.product-card .product-card-name {
  color: #008bd2;
  font-weight: 600;
  font-size: 1.375rem;
  padding: 20px;
  text-align: center;
  margin: auto;
  word-break: break-word;
}
@media (max-width: 991.98px) {
  .product-card .product-card-name {
    margin: 10px 10px 0;
  }
}
.product-card .product-card-teaser {
  color: #222;
  text-align: center;
  margin: 10px;
}
@media (max-width: 991.98px) {
  .product-card .product-card-teaser {
    margin: 2px 10px;
  }
}
.product-card .product-card-image {
  overflow: hidden;
  height: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px 0 10px;
}
.product-card .product-card-image img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  max-width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .product-card .product-card-image {
    height: 80px;
  }
  .product-card .product-card-image img {
    min-height: 80px;
    height: 80px;
  }
}
.product-card .product-card-detail-link {
  margin: auto 0 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 33px;
  border-radius: 5px;
  border: 1px solid #008bd2;
  font-weight: 600;
}
.product-card .product-card-detail-link * {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.model-viewer-container {
  border: none;
}
.model-viewer-container .lazy-load-poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.model-viewer-container .lazy-load {
  width: 100%;
}
.model-viewer-container .button-load {
  background-color: #008bd2;
  color: white;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 767.98px) {
  .model-viewer-container .button-load {
    width: 50px;
    height: 50px;
  }
}
.model-viewer-container .button-load:hover {
  background-color: #036798;
}
.model-viewer-container .button-load .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.model-viewer-container .button-load .icon.before:before {
  margin-right: 0;
  -webkit-mask-size: 41px;
          mask-size: 41px;
  width: 41px;
  height: 41px;
}
@media (max-width: 767.98px) {
  .model-viewer-container .button-load .icon.before:before {
    -webkit-mask-size: 20px;
            mask-size: 20px;
    width: 20px;
    height: 20px;
  }
}

/* mixin for multiline */
.product-filter h4 {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-filter h4 {
    padding-top: 10px;
  }
}

/* mixin for multiline */
.nav-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .nav-item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .nav-item {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
  }
  .nav-item:before {
    content: "";
    width: calc(100% + 25px);
    height: calc(100% + 30px);
    position: absolute;
    background-color: #f7f7f7;
    z-index: -1;
    left: -15px;
    top: -15px;
    -webkit-transform: translate(100%, -100%);
        -ms-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  .nav-item.active {
    margin-bottom: 32px;
    position: relative;
  }
  .nav-item.active a {
    margin-bottom: 15px;
  }
  .nav-item.active:before {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .nav-item.active .sub-menu {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-item .nav-link {
  position: relative;
  color: #008bd2;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 !important;
}
.nav-item .nav-link:after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  border-bottom: solid 5px #036798;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  margin-top: 16px;
}
@media (max-width: 991.98px) {
  .nav-item .nav-link:after {
    margin-top: 0;
    height: 3px;
  }
}
@media (max-width: 991.98px) {
  .nav-item .nav-link {
    font-size: 1.1428571429rem;
    margin-bottom: 30px;
  }
  .nav-item .nav-link.active {
    color: #036798;
  }
  .nav-item .nav-link.active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .nav-item .nav-link:hover, .nav-item .nav-link.active {
    background-color: unset;
    color: #036798;
  }
  .nav-item .nav-link:hover:after, .nav-item .nav-link.active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.nav-item .sub-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  color: #fff;
  background-color: #036798;
  left: 0;
  width: 100%;
  height: 40px;
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.nav-item .sub-menu .container {
  padding: 0;
}
.nav-item .sub-menu .container:before {
  content: "";
  position: absolute;
  width: 200vw;
  height: 100%;
  background-color: #036798;
  z-index: -1;
  left: -100vw;
  top: 0;
}
@media (max-width: 991.98px) {
  .nav-item .sub-menu {
    position: relative;
    height: auto;
    background-color: unset;
  }
  .nav-item .sub-menu .container {
    padding: 0;
  }
  .nav-item .sub-menu .container:before {
    content: none;
  }
}
.nav-item .sub-menu .sub-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .nav-item .sub-menu .sub-menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.nav-item .sub-menu .sub-menu-list .nav-link {
  color: #fff;
  text-transform: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.nav-item .sub-menu .sub-menu-list .nav-link:after {
  position: absolute;
  border-bottom: solid 5px #fff;
  margin-top: 3px;
  height: 3px;
}
@media (max-width: 991.98px) {
  .nav-item .sub-menu .sub-menu-list .nav-link {
    color: #008bd2;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .nav-item .sub-menu .sub-menu-list .nav-link.active {
    color: #036798;
  }
  .nav-item .sub-menu .sub-menu-list .nav-link.active:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .nav-item .sub-menu .sub-menu-list .nav-link:after {
    position: absolute;
    border-bottom: solid 5px #036798;
    margin-top: 0;
    height: 3px;
  }
}
@media (max-width: 991.98px) {
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav-item .expand {
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    width: 24px;
    height: 24px;
    background-color: #f7f7f7;
    border-radius: 3px;
  }
  .nav-item .expand:before {
    background-color: #008bd2;
    margin: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .nav-item.active .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .nav-item:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
  }
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity: 0;
  }
}
.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-nav .logo img {
  height: 35px;
  width: auto;
}
.mobile-nav .search a {
  display: block;
}
.mobile-nav .search a:hover {
  background-color: unset;
}
.mobile-nav .search span:before {
  margin: 0;
  width: 30px;
  height: 30px;
  -webkit-mask-size: 30px;
          mask-size: 30px;
}
.mobile-nav .bottom-row {
  margin-top: 0 !important;
}

.mobile-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 10px;
  padding-left: 15px;
}
.mobile-nav-menu .logo {
  width: 100%;
  text-align: center;
}
.mobile-nav-menu .logo img {
  height: 35px;
  width: auto;
}

.navbar-toggle-close {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.navbar-toggle-open,
.navbar-toggle-close {
  padding: 0;
  height: auto;
  background: none;
}
.navbar-toggle-open .navbar-toggle-icon,
.navbar-toggle-close .navbar-toggle-icon {
  position: relative;
}
.navbar-toggle-open .navbar-toggle-icon:before,
.navbar-toggle-close .navbar-toggle-icon:before {
  width: 30px;
  height: 30px;
  -webkit-mask-size: 40px;
          mask-size: 40px;
  margin-right: 0;
  background-color: #008bd2;
}
.navbar-toggle-open .navbar-toggle-icon:after,
.navbar-toggle-close .navbar-toggle-icon:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 50px;
  height: 50px;
  background-color: #f7f7f7;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
}

.language-menu .dropdown {
  background-color: unset;
}
.language-menu .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.language-menu .dropdown .dropdown-toggle span {
  color: #aaa;
}
.language-menu .dropdown .dropdown-toggle span:before, .language-menu .dropdown .dropdown-toggle span:after {
  background-color: #aaa;
}
.language-menu .dropdown .dropdown-toggle:after {
  content: none;
}
.language-menu .dropdown .dropdown-toggle.show span, .language-menu .dropdown .dropdown-toggle:hover span {
  color: #008bd2;
}
.language-menu .dropdown .dropdown-toggle.show span:before, .language-menu .dropdown .dropdown-toggle.show span:after, .language-menu .dropdown .dropdown-toggle:hover span:before, .language-menu .dropdown .dropdown-toggle:hover span:after {
  background-color: #008bd2;
}
.language-menu .dropdown .dropdown-menu {
  width: 80%;
  padding: 15px;
  right: 0;
  left: unset;
}
.language-menu .dropdown .dropdown-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
.language-menu .dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.language-menu.mobile .dropdown .dropdown-toggle {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.language-menu.mobile .dropdown .dropdown-toggle span {
  color: #fff;
}
.language-menu.mobile .dropdown .dropdown-toggle span:before, .language-menu.mobile .dropdown .dropdown-toggle span:after {
  background-color: #fff;
}
.language-menu.mobile .dropdown .dropdown-menu {
  min-width: 95%;
  right: unset;
}
.language-menu.mobile .dropdown .dropdown-menu li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.search-bar {
  position: absolute;
  right: 160px;
  bottom: 6px;
  background: #fff;
  border-radius: 50px;
  border: solid 0 #aaa;
}
.search-bar button {
  height: 50px;
}
.search-bar.active .form-ke-search-header {
  border-radius: 50px;
  border: solid 1px #aaa;
}
.search-bar.active .form-ke-search-header input.search {
  width: 300px;
}
.search-bar .form-ke-search-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #fff;
}
.search-bar .form-ke-search-header input.search {
  margin: 0;
  width: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
  border: none;
  background: transparent;
  padding-left: 20px;
}
.search-bar .form-ke-search-header input.search:focus {
  outline: none;
}
.search-bar .form-ke-search-header button {
  background: none;
}
.search-bar .form-ke-search-header button:before {
  -webkit-mask-size: 30px;
          mask-size: 30px;
  width: 30px;
  height: 30px;
  background-color: #008bd2;
}

html[lang=de] div.search-bar {
  display: none;
}

html[lang=de] div.mobile-nav.mobile .search {
  display: none;
}

.breadcrumb-nav {
  position: relative;
  height: 45px;
  background-color: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.breadcrumb-nav .breadcrumb-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.breadcrumb-nav .breadcrumb-list .br-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-nav .breadcrumb-list .br-item.active {
  color: #aaa;
}
.breadcrumb-nav .breadcrumb-list .br-item:after {
  background-color: #aaa;
  margin: 0 3px;
}

header.home-page .breadcrumb-nav {
  display: none;
}

.swiper.news-slider .swiper-slide {
  background-color: #f7f7f7;
  height: 315px;
  border-radius: 5px;
}
.swiper.news-slider .swiper-slide .img-wrap {
  float: none;
  margin: 0;
  width: 100%;
  height: 164px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper.news-slider .swiper-slide img {
  min-height: calc(100% + 10px);
  min-width: calc(100% + 20px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper.news-slider .swiper-slide:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.swiper.news-slider .swiper-slide:hover img {
  min-height: 100%;
  min-width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* mixin for multiline */
.category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-filter .category-filter-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.category-filter .category-filter-check input::after {
  display: none;
}
.category-filter .category-filter-check input:hover {
  cursor: pointer;
}
.category-filter .checkbox-label.underline {
  width: 100%;
}
.category-filter .checkbox-label:hover {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .category-filter {
    gap: 16px 9px;
  }
}

.reset-filter {
  margin-left: auto;
}
.reset-filter:nth-child(1n) {
  margin-left: unset;
}
@media (max-width: 991.98px) {
  .reset-filter:nth-child(1n) {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .reset-filter {
    width: 100%;
  }
}

.tx-sf-event-mgt .category-filter {
  padding-top: 0;
}

footer {
  position: relative;
  min-height: 359px;
  background-color: #008bd2;
  color: #fff;
}
footer > .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
footer h4 {
  margin-bottom: 20px;
}
footer p,
footer a {
  color: #fff;
}
footer .icon:before {
  background-color: #fff;
}
footer .main-footer .logo-container {
  position: relative;
}
footer .main-footer .social-media-icons {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767.98px) {
  footer .main-footer .social-media-icons {
    display: none;
  }
}
footer .main-footer .social-media-icons.mobile {
  position: relative;
  padding-bottom: 15px;
  display: none;
}
@media (max-width: 767.98px) {
  footer .main-footer .social-media-icons.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .main-footer .social-media-icons a:before {
  -webkit-mask-size: 40px;
          mask-size: 40px;
  height: 40px;
  width: 40px;
}
@media (max-width: 767.98px) {
  footer .main-footer .footer-content {
    padding: 25px 0;
  }
}
footer .main-footer .footer-content .location {
  margin: 20px 0;
}
footer .footer-sitemap .sitemap-headline {
  width: 100%;
}
footer .footer-sitemap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer .footer-sitemap a:before {
  content: "";
  -webkit-mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
          mask-image: url(/Assets/images/arrow-right.590cbfd6.svg);
  -webkit-mask-size: 20px;
          mask-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  footer .footer-sitemap {
    display: none;
  }
}
footer .copyright-container {
  position: relative;
  width: 100%;
  min-height: 50px;
  background-color: #0177b0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright-container > div {
  padding-top: 13px;
  padding-bottom: 13px;
}
footer .copyright-container .copyright-wrapper {
  min-width: 392px;
}
@media (max-width: 991.98px) {
  footer .copyright-container .copyright-wrapper {
    margin-bottom: 10px;
  }
}
footer .copyright-container .separator {
  margin: 0 5px;
}
footer .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5 {
  color: #fff;
}

/* mixin for multiline */
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: none;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-list .product-card > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-list .product-card > a:hover {
  color: #008bd2;
}
.product-list .product-card > a:hover {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  .product-list-header {
    padding-top: 10px;
  }
}

/* mixin for multiline */
nav.navbar {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  padding: 15px 0 0;
}
@media (max-width: 991.98px) {
  nav.navbar {
    padding: 13px 0;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
  }
  nav.navbar > .container {
    max-width: unset;
  }
}
nav.navbar .top-row {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  nav.navbar .top-row {
    display: none;
  }
}
nav.navbar .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.navbar .top .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
nav.navbar .top .social-media-icons .social-icon {
  width: 40px;
  height: 40px;
  padding: 0;
}
nav.navbar .top .social-media-icons .social-icon:hover {
  cursor: pointer;
}
nav.navbar .top .social-media-icons .social-icon:hover:before {
  background-color: #008bd2;
}
nav.navbar .top .social-media-icons .social-icon:before {
  width: 40px;
  height: 40px;
  -webkit-mask-size: 40px;
          mask-size: 40px;
  background-color: #d8d8d8;
}
nav.navbar .top .language-menu {
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa;
}
@media (max-width: 991.98px) {
  nav.navbar .bottom-row {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    z-index: 100;
    padding-top: 13px;
    background-color: #fff;
    -webkit-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  nav.navbar .bottom-row .language-menu {
    -ms-flex-item-align: baseline;
        align-self: baseline;
    margin-top: auto;
    padding: 15px 30px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    width: 100%;
  }
  nav.navbar .bottom-row .language-menu.mobile {
    margin-top: 0;
    padding: 15px 0;
    margin-bottom: 50px;
  }
  nav.navbar .bottom-row .language-menu:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: calc(100vw + 30px);
    height: 100%;
    background-color: #036798;
    z-index: -1;
  }
  nav.navbar .bottom-row.open .bottom {
    padding-left: 15px;
  }
}
@media (max-width: 991.98px) {
  nav.navbar .bottom-row {
    padding-top: 0;
  }
}
nav.navbar .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
nav.navbar .bottom .navbar-nav {
  margin-top: 8px;
  width: 100%;
}
nav.navbar .bottom > .logo {
  margin-bottom: auto;
}
@media (max-width: 991.98px) {
  nav.navbar .bottom > .logo {
    display: none;
  }
}
nav.navbar .bottom > .logo a:hover {
  background-color: unset;
}
nav.navbar .bottom > .logo img {
  width: 140px;
  height: auto;
}
nav.navbar .bottom .search:hover .icon:before {
  background-color: #036798;
}
nav.navbar .bottom .search .icon:before {
  -webkit-mask-size: 30px;
          mask-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  nav.navbar .bottom .search {
    display: none;
  }
}
@media (max-width: 991.98px) {
  nav.navbar .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  nav.navbar .bottom .navbar-nav {
    width: 100%;
  }
}
nav.navbar .search span:before {
  background-color: #008bd2;
}

/* mixin for multiline */
header {
  position: relative;
}
header.home-page .header-content .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header.home-page .header-content .btn-group .button {
  font-size: 2.625rem;
  font-weight: 100;
  line-height: 1;
  padding: 39px 28px;
  height: 120px;
  min-width: 430px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}
header.home-page .header-content .btn-group .button:after {
  -webkit-mask-size: 35px;
          mask-size: 35px;
  width: 35px;
  height: 42px;
}
@media (max-width: 991.98px) {
  header.home-page .header-content .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-top: 30px;
  }
  header.home-page .header-content .btn-group .button {
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 13px 15px;
    height: 50px;
    min-width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.home-page .header-content .btn-group .button:after {
    -webkit-mask-size: 20px;
            mask-size: 20px;
    width: 20px;
    height: 20px;
  }
}
header.home-page .background-image img {
  height: calc(80vh - 127px);
}
@media (max-width: 991.98px) {
  header.home-page .background-image img {
    height: 375px;
  }
}
header .background-image,
header .no-image {
  display: block;
  position: relative;
}
header .background-image:before,
header .no-image:before {
  content: "";
  position: absolute;
  inset: 0 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 103, 152, 0.9)), to(rgba(3, 103, 152, 0.2)));
  background: linear-gradient(180deg, rgba(3, 103, 152, 0.9) 0%, rgba(3, 103, 152, 0.2) 100%);
}
header .background-image.hide-gradient:before,
header .no-image.hide-gradient:before {
  background: none;
}
header .background-image img,
header .no-image img {
  width: 100%;
  height: 555px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991.98px) {
  header .background-image img,
  header .no-image img {
    height: 250px;
  }
}
header .background-image:has(+ picture.background-image.parallax),
header .no-image:has(+ picture.background-image.parallax) {
  visibility: hidden;
}
header .background-image.parallax,
header .no-image.parallax {
  position: absolute;
  top: 0;
}
header .background-image.parallax *,
header .no-image.parallax * {
  position: fixed;
}
header .background-image.parallax div.gradient,
header .no-image.parallax div.gradient {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 103, 152, 0.9)), to(rgba(3, 103, 152, 0.2)));
  background: linear-gradient(180deg, rgba(3, 103, 152, 0.9) 0%, rgba(3, 103, 152, 0.2) 100%);
}
header .background-image.full-image img,
header .no-image.full-image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  max-height: 555px;
}
header .no-image {
  width: 100%;
  height: 555px;
}
@media (max-width: 991.98px) {
  header .no-image {
    height: 250px;
  }
}
header .header-content {
  position: absolute;
  inset: 0 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}
header .header-content.align-center .header-text {
  max-width: 660px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
}
header .header-content .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .header-content .header-text h1,
header .header-content .header-text h2,
header .header-content .header-text h3,
header .header-content .header-text h4,
header .header-content .header-text h5 {
  margin-bottom: 0;
  color: #fff;
}
header .header-content .container {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  header .header-content .container {
    margin-bottom: 50px;
  }
}

#professional-confirmation.modal {
  background-color: #fff;
  display: block;
  height: auto;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
#professional-confirmation.modal.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: 1s all ease-in-out;
  transition: 1s all ease-in-out;
}
#professional-confirmation.modal .modal-dialog {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#professional-confirmation.modal .modal-dialog .modal-content {
  max-width: 1120px;
  border: none;
  margin: 0;
  padding: 0;
}
#professional-confirmation.modal .modal-dialog .modal-header {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}
#professional-confirmation.modal .modal-dialog .modal-header button {
  margin: 16px 16px 0 0;
  background-color: unset;
}
#professional-confirmation.modal .modal-dialog .modal-header button:after {
  background-color: #eaeaea;
  -webkit-mask-size: 40px;
          mask-size: 40px;
}
#professional-confirmation.modal .modal-dialog .modal-body {
  padding: 0 100px 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#professional-confirmation.modal .modal-dialog .modal-body > * {
  margin: 20px 0;
}
#professional-confirmation.modal .modal-dialog .modal-body .intro-text > * {
  color: #036798;
  font-size: 22px;
}
#professional-confirmation.modal .modal-dialog .modal-body .checkbox-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#professional-confirmation.modal .modal-dialog .modal-body .checkbox-wrapper .confimation-checkbox-text {
  color: #7c7c7c;
  font-size: 20px;
  cursor: pointer;
}
#professional-confirmation.modal .modal-dialog .modal-body .confimation-btn-text {
  margin: 20px 0 80px;
}
#professional-confirmation.modal .modal-dialog .modal-body .outro-note-text {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
}
@media (max-width: 767.98px) {
  #professional-confirmation.modal .modal-dialog .modal-body {
    padding: 0 15px 15px;
  }
  #professional-confirmation.modal .modal-dialog .modal-body .intro-text > *,
  #professional-confirmation.modal .modal-dialog .modal-body .checkbox-wrapper .confimation-checkbox-text {
    font-size: 18px;
  }
  #professional-confirmation.modal .modal-dialog .modal-body .confimation-btn-text {
    margin: 20px 0;
  }
  #professional-confirmation.modal .modal-dialog .modal-body .outro-note-text {
    margin-bottom: 50px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
  pointer-events: all;
}

.modal-backdrop.show {
  display: block;
}

#professional-confirmation.modal {
  z-index: 1050;
  outline: 0;
}

#professional-confirmation.modal.show {
  display: block;
}

.news {
  position: relative;
}
@media (min-width: 1200px) {
  .news {
    margin: 0 -20px;
  }
}
.news .news-slider-more-btn {
  position: absolute;
  right: 20px;
  top: -59px;
}
@media (max-width: 1199.98px) {
  .news .news-slider-more-btn {
    right: 0;
  }
}

.news-list-view {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-list-view .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .news-list-view .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.news-list-view .filter .form-element {
  margin: 0;
}
.news-list-view .filter .select2-selection__rendered,
.news-list-view .filter input {
  min-width: 430px;
  height: 58px;
}
@media (max-width: 991.98px) {
  .news-list-view .filter .select2-selection__rendered,
  .news-list-view .filter input {
    min-width: unset;
    width: 100%;
  }
}
.news-list-view .filter .select2-selection--single {
  height: 58px !important;
}
.news-list-view .filter button.submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  color: #008bd2;
  background: unset;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-list-view .filter button.submit:hover:before {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-list-view .filter button.submit:before {
  -webkit-mask-size: 24px;
          mask-size: 24px;
  width: 24px;
  height: 24px;
}
.news-list-view .news-item {
  padding-bottom: 40px;
  border-bottom: 2px solid #eaeaea;
}
.news-list-view .news-item:not(:first-child) {
  margin-top: 40px;
}
.news-list-view .news-item:last-child {
  border-bottom: none;
}
.news-list-view .news-item .media-container {
  width: 100%;
  height: 233px;
  position: relative;
}
@media (max-width: 767.98px) {
  .news-list-view .news-item .media-container {
    height: 200px;
    margin-bottom: 20px;
  }
}
.news-list-view .news-item .media-container a {
  display: inline;
}
.news-list-view .news-item .media-container img,
.news-list-view .news-item .media-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-list-view .news-item .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.news-list-view .news-item .info-container a:hover .title {
  color: #fff;
}
.news-list-view .news-item .info-container .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.news-list-view .news-item .info-container .info {
  margin-bottom: 40px;
  margin-top: 15px;
  color: #7c7c7c;
}
.news-list-view .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 30px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .news-list-view .pagination {
    gap: 2px;
  }
}
.news-list-view .pagination div,
.news-list-view .pagination li {
  height: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-list-view .pagination div:after,
.news-list-view .pagination li:after {
  margin: 0;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}
.news-list-view .pagination div.icon:after {
  color: #647A84;
}
.news-list-view .pagination .current {
  color: #647A84;
  border: 3px solid #647A84;
}
.news-list-view .pagination .display-none:after,
.news-list-view .pagination .display-none:before {
  display: none;
}

.swiper.news-slider {
  padding: 60px 0 80px !important;
}
@media (min-width: 1200px) {
  .swiper.news-slider {
    padding: 60px 20px 80px !important;
  }
}
.swiper.news-slider .swiper-slide .more {
  padding: 0;
}
.swiper.news-slider .swiper-slide .footer {
  border: none;
  color: #222;
  padding: 0;
  margin: 10px;
}
.swiper.news-slider .swiper-slide .footer * {
  line-height: 1.4;
}
.swiper.news-slider .swiper-slide .footer .news-list-date {
  font-weight: bold;
}
.swiper.news-slider .swiper-slide .footer .header {
  margin-top: 5px;
}
.swiper.news-slider .swiper-slide .footer span {
  margin: 0;
  padding: 0;
}
.swiper.news-slider .swiper-slide .more-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #008bd2;
  font-weight: 600;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.swiper.news-slider .swiper-slide .more-link:before {
  background-color: #008bd2 !important;
}
.swiper.news-slider .swiper-slide:hover .more-link {
  color: #036798;
}
.swiper.news-slider .swiper-slide:hover .more-link:before {
  background-color: #036798 !important;
}
.swiper.news-slider .swiper-button-prev,
.swiper.news-slider .swiper-button-next {
  top: unset;
  bottom: 10px;
}
@media (max-width: 767.98px) {
  .swiper.news-slider .swiper-button-prev,
  .swiper.news-slider .swiper-button-next {
    display: none;
  }
}
.swiper.news-slider .swiper-button-next {
  right: 15px;
}
.swiper.news-slider .swiper-button-prev {
  left: 15px;
}

.select2-container--default .select2-search--dropdown .select2-search__field, .select2 .selection .select2-selection.select2-selection--single, form .form-control {
  border-radius: 3px;
  border-color: #eaeaea;
}

form .form-label {
  margin-bottom: 0;
}
form .form-element {
  margin-bottom: 10px;
}
form .form-element label.error {
  color: #d20a11;
}
form > .form-element {
  margin-bottom: 5px !important;
}
form .form-control {
  height: 48px;
}
form .form-control.error {
  border-color: #d20a11;
}
form textarea.form-control {
  height: 150px;
}
form .form-element-radio {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .form-element-radio legend {
  font-size: 16px;
}
form .single-radio-select div[role=radiogroup] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form .single-radio-select div[role=radiogroup] .form-check {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .single-radio-select div[role=radiogroup] .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
form .single-radio-select div[role=radiogroup] .form-check input {
  margin-top: 0;
}
form .single-radio-select div[role=radiogroup] label.error {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
form .linked-checkbox-container .form-check {
  padding-left: 0;
}
form .linked-checkbox-container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
form .linked-checkbox-container label input {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
form .form-check-input {
  --bs-form-check-bg-image: none !important;
  cursor: pointer;
}
form .form-check-input:active {
  -webkit-filter: none;
          filter: none;
}
form .form-check-input:checked {
  background-color: #fff;
}
form .form-check-input .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .multi-checkbox-container div[role=radiogroup] .form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
form fieldset.blue > legend {
  color: #008bd2;
}

.select2-container--open .select2-dropdown--above {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-color: #eaeaea;
}

.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: #eaeaea;
}

/* mixin for multiline */
html,
body {
  font-size: 16px;
}
@media (max-width: 991.98px) {
  html,
  body {
    font-size: 14px;
  }
}

html {
  overflow-x: hidden;
  scroll-padding-top: 180px;
}
@media (max-width: 767.98px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: "Roboto", roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  background: #fff;
  color: #222;
  padding: 0;
  margin: 127px 0 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  -moz-hyphens: none; /* stylelint-disable-line property-no-vendor-prefix  */
}
body.sub-menu-visible {
  margin: calc(127px + 40px) 0 0;
}
@media (max-width: 991.98px) {
  body {
    margin-top: 61px !important;
    -webkit-transition: margin-top 0.3s ease-in-out;
    transition: margin-top 0.3s ease-in-out;
  }
}

main {
  float: none;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .desktop {
    display: none !important;
  }
}

.tx-kesearch-pi1 .filters input,
.tx-kesearch-pi1 .search-box-input {
  width: 100% !important;
}
.tx-kesearch-pi1 .kesearch-results {
  margin: 30px 0;
}
.tx-kesearch-pi1 .kesearch-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.tx-kesearch-pi1 .kesearch-results .result-list-item {
  background-color: #fff;
  padding: 20px;
}
.tx-kesearch-pi1 .kesearch-results .result-list-item .result-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tx-kesearch-pi1 .kesearch-results .result-list-item .result-title {
  font-size: 22px;
}
.tx-kesearch-pi1 .kesearch-results .result-list-item .result-number {
  font-size: 22px;
}
.tx-kesearch-pi1 .kesearch-results .result-list-item .result-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30px;
}
.tx-kesearch-pi1 .pages_total {
  margin-top: 20px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  display: flex;
  gap: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tx-kesearch-pi1 .kesearch_pagebrowser > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}
.tx-kesearch-pi1 .kesearch_pagebrowser > ul li a.current {
  pointer-events: none;
  color: #000;
}
.tx-kesearch-pi1 .kesearch_pagebrowser > ul .next,
.tx-kesearch-pi1 .kesearch_pagebrowser > ul .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .cookie-modal-wrapper .cookie-modal-content-explain .cookie-modal-description-wrapper {
  margin: 0 0 16px;
}
body .cookie-modal-wrapper .cookie-footer {
  margin-top: 12px;
}
body .cookie-modal-wrapper .cookie-modal-inner .cookie-modal-content-wrapper .cookie-modal-button-wrapper .cookie-modal-button-back-explain,
body .cookie-modal-wrapper .cookie-modal-inner .cookie-modal-content-wrapper .cookie-modal-button-wrapper .cookie-modal-button-explain {
  background-color: transparent;
  color: #008bd2;
  border: none;
}
body .cookie-modal-wrapper .cookie-modal-inner .cookie-modal-content-wrapper .cookie-modal-button-wrapper .cookie-modal-button-back-explain:hover,
body .cookie-modal-wrapper .cookie-modal-inner .cookie-modal-content-wrapper .cookie-modal-button-wrapper .cookie-modal-button-explain:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  body .cookie-modal-wrapper .cookie-modal-inner {
    bottom: 0;
    top: unset;
    padding: 20px;
  }
  body .cookie-modal-wrapper .cookie-modal-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  body .cookie-modal-wrapper .cookie-modal-button-wrapper > span {
    margin: 0 2.5rem 0 0 !important;
    width: auto;
  }
  body .cookie-modal-wrapper .cookie-modal-button-explain {
    position: relative;
    right: unset;
    bottom: unset;
    padding-left: 0;
    display: block;
    width: 100%;
  }
  body .cookie-modal-wrapper .cookie-modal-button-choose {
    margin: 14px 0;
  }
  body .cookie-modal-wrapper .cookie-modal-button-wrapper {
    padding: 1rem 0;
  }
  body .cookie-modal-wrapper .cookie-modal-inner.float {
    max-height: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
