/*=====================================================*/
/* Advansys PageExpress Custom Responsive Stylesheet   */
/*=====================================================*/

:root {
  --body-background: rgb(255, 255, 255);
  --body-color: rgb(49, 49, 49);
  --body-font: "Poppins", sans-serif;
  --h1-font: "Poppins", sans-serif;
  --h2-font: "Poppins", sans-serif;
  --h3-font: "Poppins", sans-serif;
  --h4-font: "Poppins", sans-serif;
  --text-primary: rgb(0, 0, 0);
  --text-secondary: rgb(255, 255, 0);
  --cookie-background: rgb(255, 255, 255);
  --cookie-text-color: rgb(0, 0, 0);
  --button-background: rgb(1, 142, 164);
  --quickinquiry-background: rgb(238, 238, 238);
  --quickinquiry-color: rgb(68, 68, 68);
  --quickinquiry-tab-background: rgb(68, 68, 68);
  --navbar-hamburguer-icon-color: rgb(255, 255, 255);
  --navbar-phone-color: rgb(255, 255, 255);
  --sticky-header-background: rgba(0, 0, 0, 0.5);
  --navbar-phone-icon: rgb(255, 255, 255);
  --nav-mobile-backgroundcolor: rgb(68, 68, 68);
  --navlink-mobile-bordercolor: rgb(102, 102, 102);
  --nav-link-color-mobile: rgb(255, 255, 255);
  --nav-link-color: rgb(0, 0, 0);
  --footer-background: rgb(34, 34, 34);
  --footer-textcolor: rgb(255, 255, 255);
  --sticky-header-text-color: rgb(255, 255, 255);
  --required_color: rgb(255, 0, 0);
  --h1-fontsize: 80px;
  --h2-fontsize: 60px;
  --h3-fontsize: 28px;
  --h4-fontsize: 24px;
  --h1-fontweight: normal;
  --h2-fontweight: normal;
  --h3-fontweight: normal;
  --h4-fontweight: normal;
  --header_promo_line_bgcolor: #000;
  --header_promo_line_textcolor: rgb(255, 255, 255);
  /*-----------------------------------------------------------------------*/
  /* Custom Variables */
  --input_height: 40px;
  --hpl01-h: 0px;
}

body {
  background: var(--body-background);
  color: var(--body-color);
  font-family: var(--body-font);
}

body.inner .block-pagination {
  display: none;
}

main {
  overflow: hidden;
}

:root,
.row {
  --bs-gutter-x: 36px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 700;
}

h1,
.h1 {
  font-family: var(--h1-font);
  font-size: var(--h1-fontsize);
  font-weight: var(--h1-fontweight);
  letter-spacing: -0.025em;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) and (min-height: 728px) and (max-height: 730px) {
  h1,
  .h1 {
    font-size: 65px;
  }
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}

@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

@media (max-width: 360px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}

h2,
.h2 {
  font-family: var(--h2-font);
  font-size: var(--h2-fontsize);
  font-weight: var(--h2-fontweight);
  letter-spacing: -0.025em;
}

@media screen and (min-width: 1279px) and (max-width: 1281px) and (min-height: 728px) and (max-height: 730px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-family: var(--h3-font);
  font-size: var(--h3-fontsize);
  font-weight: var(--h3-fontweight);
}

h4,
.h4 {
  font-family: var(--h4-font);
  font-size: var(--h4-fontsize);
  font-weight: var(--h4-fontweight);
}

@media screen and (min-width: 1279px) and (max-width: 1281px) and (min-height: 566px) and (max-height: 568px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-fontsize) - 10px);
  }

  h2,
  .h2 {
    font-size: calc(var(--h2-fontsize) - 10px);
  }

  h3,
  .h3 {
    font-size: calc(var(--h3-fontsize) - 10px);
  }
}

.form-control {
  min-height: var(--input_height);
}

.btn {
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 40px;
  line-height: 28px;
  padding: 14px 40px;
}

.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-within {
  color: #fff;
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

button:hover,
button:active,
button:focus,
button:focus-within {
  text-decoration: none;
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  padding: 5px 15px;
  background-color: var(--button-background);
  color: #fff;
  cursor: pointer;
}

.btn-primary:hover {
  color: #fff;
  text-decoration: none;
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--button-background);
  background-color: var(--button-background);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:link {
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  transition: 0.2s all;
  background-color: #fff;
  color: #000;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.btn-primary:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #000;
  color: #fff;
}

.btn-share {
  position: relative;
  margin-right: 10px;
  padding: 12px 20px 12px 35px;
  text-transform: none;
  line-height: 1;
  margin-bottom: 10px;
  border-radius: 0;
}

.btn-share span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.btn-share.facebook {
  background-color: #2f5a9b;
}

.btn-share.twitter {
  background-color: #00acf2;
}
@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* Quick Enquiry */
#slideOut {
  right: -400px;
  width: 400px;
  min-height: 300px;
}

#slideOut div.container {
  padding: 15px;
}

/* Display slideOut */
.right-tab.show {
  right: 0px !important;
}

/* Tab */
#slideOut .slideOutTab {
  cursor: pointer;
  position: absolute;
  left: -40px;
  width: 40px;
  height: 200px;
  background: var(--quickinquiry-tab-background);
}

/* Tab Layer */
.slideOutTab div {
  text-align: center;
  position: relative;
  font-family: arial;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
  right: 70px;
  top: 90px;
  width: 180px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg); /* IE9+ */
  writing-mode: horizontal-tb;
}

#slideOut .col-form-label {
  padding: 0 0 3px;
}

#slideOut .form-control {
  min-height: 35px;
}

#slideOut textarea.form-control {
  resize: none;
  height: 108px;
}

#slideOut .form-group {
  margin-bottom: 10px;
}

#slideOut .form-control:focus {
  outline: none;
}

.form.blocked {
  pointer-events: none;
}

.form .form-error {
  display: block;
  color: #b94a48;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 140%;
}

.form .tickbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.form .radio-multi .tickbox:last-child {
  margin-bottom: 0;
}

.form .radio-multi > label {
  display: none;
}

.form input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-top: 5px;
}

.form input[type="checkbox"] + label {
  padding: 0 0 0 5px;
}

.form .form-error {
  font-size: 15px;
}

.form textarea.form-control {
  resize: none;
  height: 150px;
}

form input[type="checkbox"] + label + .form-error {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

form .checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

form .checkbox + label {
  position: relative;
  padding-left: 30px !important;
  cursor: pointer;
}

form .checkbox + label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 20px;
  height: 20px;
}

form .checkbox:checked + label:after {
  content: "\f00c";
  position: absolute;
  left: 4px;
  top: 5px;
  color: rgb(0, 0, 0);
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  display: inline-block;
  font-style: normal;
  cursor: pointer;
  font-weight: 600;
}

.form .required-star {
  color: rgb(255, 0, 0);
}

form .tickbox.has-error label:before {
  color: var(--required_color);
  border-color: var(--required_color);
}

.form .form-group {
  position: relative;
}

.form select.valid,
.form input.valid {
  background-image: url("/images/default/success-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #4a4a4a;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form select.error,
.form input.error {
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border: 2px solid #ff0000;
  background-color: #ffeded;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}

.form .error + div.error,
.form .form-group.has-error div.error {
  color: #f00;
  position: absolute;
  right: 0;
  bottom: -22px;
  margin: 0;
}

.form .captcha .error + div.error,
.form .form-group.captcha.has-error div.error {
  position: static;
}

.form .form-group.has-error.tickbox div.error {
  display: none !important;
}

form .has-error input.error,
form .has-error select.error,
form .has-error textarea.error,
form .radio-multi.has-error .tickbox {
  background-color: rgb(255, 244, 244);
  background-image: url("/images/default/error-field.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  border-color: #f00;
  border-width: 2px;
}

form .has-error div.error {
  color: #f00;
}

#slideOut .form-error {
  display: none;
}

#slideOut .bottom-box {
  position: relative;
  margin-bottom: 0px !important;
}

#slideOut .bottom-box .required {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  color: rgb(68, 68, 68);
}

.right-tab {
  display: none;
  position: fixed;
  top: 200px;
  width: 370px;
  right: -370px;
  background: var(--quickinquiry-background);
  z-index: 99;
  color: var(--quickinquiry-color);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.right-tab iframe {
  border: none;
  width: 100%;
  height: 350px;
}

.right-tab-button {
  background: var(--quickinquiry-tab-background);
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -40px;
}

.right-tab-button > i {
  line-height: 40px;
}

#facebook-feed {
  top: 405px;
  z-index: 9998;
}

#twitter-feed {
  top: 450px;
  z-index: 9997;
}

#instagram-feed {
  top: 495px;
  z-index: 9996;
}

.right-tab-content {
  padding: 15px;
}

/* Cookie Warning */
#cookie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1100;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 50px;
  overflow: hidden;
}

.CookiePreferencesPopup {
  z-index: 1101;
}

#cookie-content {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  border-radius: 0 0 15px 0;
  position: relative;
}

@media (max-width: 575px) {
  #cookie-content {
    flex-direction: column;
  }

  .cookie-buttons {
    margin-top: 15px;
  }
}

#cookie-content:before {
  content: " ";
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: translateX(-50%);
  z-index: 1;
}

.cookie-texts,
.cookie-buttons {
  position: relative;
  z-index: 2;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

#cookie .cookie-text {
  padding-bottom: 0;
}

#cookie .cookie_learn_more a {
  display: block;
  color: var(--button-background);
  text-decoration: none;
}

#cookie .cookie_preferences_button button {
  width: 100%;
  background-color: #313131;
}

#cookie #cookie-content > .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Hamburger */
.hamburger {
  display: inline-block;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--navbar-hamburguer-icon-color);
  border-radius: 4px;
  position: absolute;
  transition: transform ease 0.15s;
}

/* Hamburger animations (minimised) */
.navbar-toggler .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.navbar-toggler .hamburger-inner:after {
  content: "";
  display: block;
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    opacity 0.1s linear;
}

.navbar-toggler .hamburger-inner:before {
  content: "";
  display: block;
  top: -10px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s,
    transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  width: 25px;
  right: 0;
}

.navbar-toggler.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.navbar-toggler.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s,
    transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.navbar-toggler.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
    opacity 0.1s linear 0.22s;
}

.page404 .content-01 {
  text-align: center;
  padding: 45px 0px;
}

.page404 .btn {
  margin: 10px 5px auto;
}

.page404 .btn-wrapper {
  margin-top: 15px;
}

[data-var][contenteditable="true"] {
  outline: 2px dashed #254d7a;
  outline-offset: -2px;
}

@media (min-width: 768px) {
  .right-tab {
    display: block;
  }
}

@media (max-height: 750px) {
  #slideOut {
    top: 20vh;
  }

  #facebook-feed {
    top: calc(20vh + 205px);
  }

  #twitter-feed {
    top: calc(20vh + 250px);
  }

  #instagram-feed {
    top: calc(20vh + 295px);
  }
}

@media (max-height: 650px) {
  .right-tab {
    display: none;
  }
}

.bootbox .bootbox-close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: none !important;
  outline: none !important;
  background-color: transparent;
}

.bootbox.popup-login.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bootbox.popup-login .modal-dialog {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 600px;
  margin: 0;
  max-width: none;
}

.bootbox.popup-login.show .modal-dialog .login_form {
  padding-top: 0px;
}

.bootbox.popup-login.show .spin-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  pointer-events: none;
}

.bootbox.popup-login .modal-dialog .help-block.form-error {
  color: rgb(185, 74, 72);
}

.bootbox.popup-login .modal-dialog .passblock {
  position: relative;
  margin-bottom: 30px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password {
  position: absolute;
  bottom: -25px;
  left: 15px;
  cursor: pointer;
  font-size: 14px;
}

.bootbox.popup-login .modal-dialog .login_form #reset-password:hover {
  text-decoration: underline;
}

.bootbox.popup-login .modal-content {
  border-radius: 0;
}

.bootbox.popup-login .modal-dialog .modal-body {
  padding-bottom: 0;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  background: #b9b9b9;
  margin-top: 15px;
}

.bootbox.popup-login .modal-dialog .bottom_suggestion a {
  color: #000;
  padding: 15px 0px;
  display: block;
}

.bootbox.popup-login #loginform button.btn[type="submit"] {
  border-radius: 0;
  width: 100%;
}

.account_popup_dialog {
  position: absolute;
  top: calc(100% + 15px);
  right: -60px;
  width: 240px;
  text-align: left;
  background: #fff;
  border: 1px solid #000;
}

.account_popup_dialog:before {
  content: "";
  position: absolute;
  right: 60px;
  width: 20px;
  height: 40px;
  top: -40px;
}

.account_popup_dialog .item a {
  color: #000;
  display: block;
  width: 100%;
  padding: 2px 15px;
  transition: all 0.1s;
  text-decoration: none;
}

.account_popup_dialog .item a i {
  margin-right: 10px;
}

.account_popup_dialog .item a:hover,
.account_popup_dialog .item a:active {
  background: #000;
  color: #fff;
}

.bootbox.popup-login.show .modal-dialog .login_form .form-errors .error-line {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  color: rgb(185, 74, 72);
}

.message-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message-container .messagepopupmessage {
  position: relative;
  background: #d7d7d7;
  padding: 15px;
  border-radius: 5px;
  margin-top: 15px;
  border: 1px solid #b9b9b9;
  font-size: 14px;
  width: 100%;
}

.message-container .messagepopupmessage .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  cursor: pointer;
  transition: 0.2s opacity;
}

.message-container .messagepopupmessage:hover .close,
.message-container .messagepopupmessage .close:active {
  opacity: 1;
}

@media (max-width: 575px) {
  .message-container {
    left: 15px;
    right: 15px;
    width: auto;
  }

  .message-container .messagepopupmessage {
    width: 100%;
    margin-top: 5px;
  }

  .message-container .messagepopupmessage .close {
    font-size: 20px;
  }
}

#modal_backdrop.invisible {
  -webkit-transition: visibility 0.3s ease-out;
  transition: visibility 0.3s ease-out;
}

#modal_backdrop.WOLoading i {
  display: none;
}

#modal_backdrop .modal-backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#modal_backdrop.invisible .modal-backdrop i {
  animation: none !important;
}

#modal_backdrop:not(.invisible) .modal-backdrop {
  opacity: 0.7;
  color: #fff;
  z-index: 1100;
}

#modal_backdrop:not(.invisible) .modal-backdrop i {
  width: auto;
}

.select2-container--default .select2-selection--single {
  min-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
  line-height: 38px !important;
}

.captcha.captcha-image img {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: inset 0 2px 2px rgba(172, 172, 172, 0.27);
  border: 1px solid #cccccc;
  width: 150px;
  height: 40px;
}

.captcha-image-reload {
  display: flex;
}

.captcha_whatis {
  cursor: pointer;
  font-size: small;
}

.sash_image {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin-top: -1px;
  margin-left: -1px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}

.d-empty:after {
  content: "\00a0";
}

.sash-svg-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.sash-svg-container img.sash_image,
.sash-svg-container object {
  position: static;
}

.sash-alignment-top_left img.sash_image,
.sash-alignment-top_left object {
  transform: rotate(0);
}

.sash-alignment-top_right img.sash_image,
.sash-alignment-top_right object {
  transform: rotate(90deg);
}

.sash-alignment-bottom_right img.sash_image,
.sash-alignment-bottom_right object {
  transform: rotate(180deg);
}

.sash-alignment-bottom_left img.sash_image,
.sash-alignment-bottom_left object {
  transform: rotate(270deg);
}

.modal-header > *:first-letter {
  text-transform: capitalize;
}

.loading-wrapper {
  position: relative;
}

.loading-wrapper .loading-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading-wrapper .loading-block:before {
  content: "";
  background-image: url("/images/default/dots_loading_w.svg");
  width: 110px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pagination li {
  cursor: pointer;
}

.pagination > * {
  margin-left: 2px;
  margin-right: 2px;
}

.pagination .pagination-input {
  position: relative;
}

.pagination .onpageclick {
  padding: 5px 0px;
  text-align: center;
  min-width: 36px;
}

.pagination .onpageclick > * {
  pointer-events: none;
}

.pagination .onpageclick.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.pagination .pagination-input label {
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s opacity;
}

.pagination input[type="number"] {
  border: none !important;
  outline: none !important;
  width: 90px;
  position: relative;
  z-index: 1;
  -moz-appearance: textfield;
  text-align: center;
}

.pagination input[type="number"]:focus + label {
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

.pagination input[type="number"]::-webkit-outer-spin-button,
.pagination input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pagination .page-item.active .page-link {
  background-color: #000;
  border-color: #000;
}

@media (max-width: 767px) {
  .pagination .pagination-input input[type="number"] {
    width: 100%;
  }

  .pagination .pagination-input {
    width: 100%;
  }
}

.bottom-control {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 400;
}

.bottom-control > * ~ * {
  margin-top: 10px;
}
/* 
@media (max-width: 992px) {
  .bottom-control {
    right: 45px;
  }
} */

@media (min-width: 768px) {
  .bottom-control {
    opacity: 1;
    transition: 0.2s all;
  }

  .bottom-control:hover {
    opacity: 1;
  }
}

.phonelink {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 0;
  color: #fff !important;
  background-color: #018ea4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 0 4px rgba(168, 168, 168, 0.3);
  -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: bounce_border 5s ease-out 1.5s infinite;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-decoration: none;
  font-size: 28px;
  border-radius: 50%;
}

.phonelink svg {
  width: 45%;
  fill: #fff;
}

@media (max-width: 767px) {
  .backtotop,
  .mobile-fixed-email-button,
  .phonelink {
    height: 50px;
    width: 50px;
  }

  .backtotop {
    font-size: 18px;
  }

  .mobile-fixed-email-button {
    font-size: 16px;
  }

  .phonelink {
    font-size: 22px;
  }

  .bottom-control {
    right: 10px;
    bottom: 10px;
  }
}

.bottom-control-left {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 400;
  opacity: 0;
}

@media (max-width: 767px) {
  .bottom-control-left {
    opacity: 1;
    transition: 0.2s all;
  }

  .bottom-control .phonelink {
    display: none;
  }
}

/* @media (max-width: 575px) {
  .bottom-control > * ~ * {
    margin-top: 0;
    margin-left: 5px;
  }

  .bottom-control {
    right: 5px;
    bottom: 5px;
    flex-flow: row;
    display: flex;
  }
} */

.backtotop {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--button-background);
  font-size: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1031;
}

.backtotop.show {
  opacity: 0.4;
  transition: 0.4s all;
  pointer-events: all;
}

.mobile-fixed-email-button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  background-color: var(--button-background);
  background-image: url("/images/default/email-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 100;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-animation: bounce_border 5s ease-out 1.5s infinite;
  -webkit-transform-origin: 50% 50%;
  animation: bounce_border 5s ease-out 1.5s infinite;
  transform-origin: 50% 50%;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.mobile-fixed-email-button:hover {
  color: #fff;
}

@keyframes bounce_border {
  0% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  17% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  22% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  25% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  30% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  }

  35% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
  }
}

.cookiepref h2.title {
  font-weight: 400;
  font-size: 22px;
  margin: 0;
}

.cookiepref div.company_name {
  font-size: 14px;
}

.cookiepref .nav a {
  font-size: 14px;
  color: #000 !important;
  padding: 5px 15px !important;
}

.cookiepref .nav a.active {
  color: #fff !important;
  background-color: #000;
  border-radius: 0;
}

.cookiepref .main-body {
  display: flex;
  flex-direction: column;
}

.cookiepref .main-body .tabs .tab-pane:not(.active) {
  display: none;
}

.cookiepref .main-body .tabs .text {
  font-size: 14px;
}

.cookiepref .main-body .tabs .text a {
  color: var(--body-color);
}

.cookiepref .main-body .tabs .text > *:last-child {
  margin-bottom: 0;
}

.cookiepref .main-body .tabs h4 {
  font-weight: 400;
}

.cookiepref .line {
  position: relative;
  margin-top: 15px;
}

.cookiepref .line ~ .line {
  margin-top: 10px;
}

.cookiepref .line input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookiepref .line input + label,
.cookiepref .line.forced label {
  padding-left: 45px;
  cursor: pointer;
  transform: translateY(0px);
  display: inline;
}

.cookiepref .line input + label:before,
.cookiepref .line.forced label:before {
  content: "";
  width: 40px;
  height: 20px;
  display: block;
  background-color: #f38787;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  transition: 0.2s all;
}

.cookiepref .line input + label:after,
.cookiepref .line.forced label:after {
  content: "";
  height: 18px;
  width: 18px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 1px;
  top: 4px;
  transition: 0.2s all;
}

.cookiepref .line input:checked + label:before,
.cookiepref .line.forced label:before {
  background-color: #61a746;
}

.cookiepref .line input:checked + label:after,
.cookiepref .line.forced label:after {
  left: 20px;
}

body.backdrop-open {
  overflow: hidden;
}

.form_plr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-container,
.leaflet-container * {
  outline: none !important;
}

.fixed-top {
  transition: 0.3s all;
}

ol.bigdot_ol {
  column-count: 2;
  gap: 80px;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

ol.bigdot_ol li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
  padding-right: 30px;
  min-width: 100%;
  margin-bottom: 20px;
}

ol.bigdot_ol li:before {
  content: counter(item) "  ";
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #1d1d1d;
  border-radius: 50%;
  counter-increment: item;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-transparent {
  background: transparent;
  border: 2px solid currentColor;
}

p:last-of-type {
  margin-bottom: 0;
}

/* Block pagination */
.block-pagination {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 340px;
  width: 70px;
  background: none;
  z-index: 5;
  gap: 28px;
  justify-content: end;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 30px;
  right: 0;
}

.page404 .block-pagination {
  display: none;
}

.block-pagination-anchor {
  padding: 5px;
}

.block-pagination-anchor::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #d6d6d6;
  border-radius: 50%;
  transition: 0.3s background-color;
}

.block-pagination-anchor.active::before {
  background-color: #018ea4;
}

@media (max-width: 991.98px) {
  .block-pagination {
    width: 50px;
  }
}

@media (max-width: 767.98px) {
  .block-pagination {
    display: none;
  }
}

/* Block pagination end */

@media (min-width: 992px) {
  .hf-100-d {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .hf-100-m {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .cookiepref .main-body {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .CookiePreferencesPopup .modal-dialog {
    min-width: 700px;
  }

  .cookiepref .nav {
    width: 200px;
  }

  .cookiepref .nav a {
    width: 200px;
    max-width: 200px;
    transition: 0.2s all;
    padding: 20px 15px !important;
  }

  .cookiepref .nav a:not(.active):hover {
    background-color: #dfdfdf;
  }

  .cookiepref .main-body .tabs {
    border-left: 1px solid #000;
  }

  .CookiePreferencesPopup .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.modal-footer .btn-primary,
.modal-footer .btn-primary:focus,
.modal-footer .btn-primary:hover {
  background: var(--button-background) !important;
  color: #fff !important;
  outline: none;
  padding: 5px 30px;
  border: none !important;
}

/* === globalheader === */.nav-01 .container {
  position: relative;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar {
  padding: 0;
}
.navbar-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-logotype {
  display: flex;
  align-items: center;
  padding-top: 37px;
}
.navbar-logo img:last-child {
  display: none;
}

@media (max-width: 1399px) and (min-width: 992px) {
  .navbar-contacts {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .nav-01 .navbar-container {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-contacts {
    min-width: 170px;
  }

  .navbar-header a.nav-link {
    padding: 50px 20px 21px 20px !important;
  }

  .navbar-expand-lg .navbar-collapse {
    padding-top: 15px;
  }
}

.navbar-contacts {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-left: 2px solid #fff;
  margin-left: 34px;
}

.navbar-contacts.mobile-contacts {
  display: none;
}

.navbar-contacts a {
  color: #fff;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
}

.navbar-contacts a.navbar-phone {
  font-size: 18px;
}
.navbar-nav {
  align-items: flex-start;
  height: 100%;
}

@media (max-width: 991px) {
  .navbar-nav {
    height: max-content;
  }
}

.navbar-header .nav-link {
  color: #fff;
  border: none;
  padding: 50px 25px 21px 25px !important;
  text-decoration: none;
  position: relative;
}

#navbar-menu .navbar-nav > .nav-item > .nav-link.currentpage:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 15px 0;
  content: " ";
  display: block;
}

#navbar-menu .nav-item.item-dropdown {
  position: relative;
}
#navbar-menu .nav-item.item-dropdown .nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
}

#navbar-menu .nav-item.item-dropdown.hoveritem > .nav-link:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}

#navbar-menu .nav-item.item-dropdown.hoveritem:hover .dropdown-item-menu {
  display: block;
}

#navbar-menu .nav-item.item-dropdown.hoveritem:hover > .nav-link {
  color: #313131;
}

#navbar-menu .nav-item.item-dropdown.hoveritem:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 25px 21px 25px;
  background: #fff;
  opacity: 0;
  content: " ";
}

#navbar-menu .nav-item.item-dropdown.hoveritem:hover:before {
  opacity: 1;
}

#navbar-menu .nav-item.item-dropdown .dropdown-item-menu {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border-radius: 0 0 15px 0;
  width: fit-content;
  min-width: 275px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: none;
}
#navbar-menu .nav-item.item-dropdown .dropdown-item-menu .container {
  padding: 0 !important;
}
#navbar-menu .nav-item.item-dropdown .dropdown-item-menu .nav-link {
  padding: 6px 24px !important;
  color: #018ea4;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

#navbar-menu .nav-item.item-dropdown .dropdown-item-menu .nav-link:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 300;
}

.fixed-top.scrolled {
  background: #fff;
}

.fixed-top.scrolled .navbar-logotype {
  padding-top: 0;
}

.fixed-top.scrolled .navbar-contacts {
  border-left: 2px solid #f3f3f3;
}

.fixed-top.scrolled .navbar-contacts a {
  color: #018ea4;
}

.fixed-top.scrolled .navbar-header .nav-link {
  color: #313131;
  padding: 33px 25px 21px 25px !important;
  margin-bottom: 20px;
}
.fixed-top.scrolled .navbar-header .nav-link.currentpage {
  color: #018ea4;
}
.fixed-top.scrolled .navbar-header .nav-link.currentpage:before {
  background: rgba(195, 195, 195, 0.2);
}

.fixed-top.scrolled .navbar-header .nav-item.item-dropdown .nav-link {
  margin-bottom: 0 !important;
}

.fixed-top.scrolled #navbar-menu {
  margin-top: 0px;
}

.fixed-top.scrolled .nav-link {
  color: rgb(255, 255, 255);
}
.fixed-top.scrolled .navbar-logo img:first-child {
  display: none;
}
.fixed-top.scrolled .navbar-logo img:last-child {
  display: block;
  height: 72px;
}
.fixed-top.scrolled {
  box-shadow: 0px 0px 13px -2px rgb(0, 0, 0);
}

@media (max-width: 991.98px) {
  .navbar {
    padding-right: 70px;
  }
  #navbar-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 350px;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: left 0.2s linear;
  }
  #navbar-menu.collapse:not(.show) {
    left: -100%;
  }
  #navbar-menu .navbar-nav {
    align-items: stretch;
  }
  #navbar-menu .nav-link {
    font-size: 30px;
    line-height: 60px;
    color: #404040;
    padding: 0 45px !important;
  }
  .navbar-header .nav-link.currentpage:before {
    display: none;
  }

  #navbar-menu .nav-item.item-dropdown .dropdown-item-menu {
    position: relative;
    left: auto;
    top: auto;
    padding-left: 50px;
    display: block;
  }

  #navbar-menu .nav-link + .dropdown-item-menu .navlinks-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  #navbar-menu .nav-item.item-dropdown .dropdown-item-menu .nav-link:before {
    display: none;
  }
  .navbar-contacts.mobile-contacts {
    display: flex;
    margin-top: auto;
    padding: 0;
    border: none;
    margin-left: 45px;
  }

  .navbar-contacts.mobile-contacts a {
    color: rgb(0, 159, 179);
  }

  .menu_open .hamburger {
    position: absolute;
    z-index: 99;
    left: 280px;
    top: 25px;
  }

  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 33px;
    height: 2px;
  }

  .navbar.scrolled .hamburger-inner,
  .navbar.scrolled .hamburger-inner::before,
  .navbar.scrolled .hamburger-inner::after {
    background-color: #252525;
  }

  .menu_open .hamburger-inner,
  .menu_open .hamburger-inner::before,
  .menu_open .hamburger-inner::after {
    background-color: #252525;
  }
  .menu_open.nav-01 .container {
    position: static;
  }

  .fixed-top.scrolled {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    padding-right: 30px;
  }
  .navbar-logo img {
    height: 75px;
  }
}

/* === nav-01 === */.content-header-02 {
  --right-panel-width: 70px;
  width: calc(100% - var(--right-panel-width, 0px));

  position: relative;
  z-index: 2;
}

.content-header-02:after {
  content: " ";
  position: absolute;
  right: -70px;
  bottom: 0;
  height: 170px;
  width: 50%;
  background: #eee;
}

.content-header-02 .content-header-inner {
  background-image: var(--content-banner-heading-img);
  background-size: cover;
  background-position: center;
  min-height: 660px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2;
  border-bottom-right-radius: 15px;
}

@media (max-width: 675px) {
  #content-header-02-823 .content-header-inner {
    min-height: 400px;
  }
}

@media (max-width: 420px) {
  #content-header-02-823 .content-header-inner {
    min-height: 360px;
  }
}

.content-header-02 .content-header-inner:before,
.content-header-02 .content-header-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.4), transparent);
  z-index: 3;
  border-bottom-right-radius: 15px;
}
.content-header-02 .content-header-inner:after {
  height: 33%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent);
}
.content-header-02 .content-header-inner > .container {
  position: relative;
  z-index: 4;
}

.content-header-02-title {
  margin-bottom: 15px;
  font-size: 80px;
  line-height: 1;
}

@media (max-width: 992px) {
  .content-header-02-title {
    font-size: 70px;
  }
}

@media (max-width: 610px) {
  .content-header-02-title {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .content-header-02-title {
    font-size: 48px;
  }
}

.content-header-02-text {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
}
.content-header-02 .content-caption {
  max-width: 700px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-left: var(--bs-gutter-x);
}

@media (max-width: 991.98px) {
  .content-header-02 {
    width: 100%;
  }
  .content-header-02 .content-header-inner {
    border-radius: 0 !important;
  }
  .content-header-02:after {
    display: none;
  }
  .content-header-02 .content-caption {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .content-header-02-text {
    display: none;
  }
}

/* === content-header-02 === */.content-02 {
  padding: 80px 0 60px 0;
  font-size: 20px;
  line-height: 30px;
  background: linear-gradient(to right, #fff 0%, #fff 20%, #eee 20%, #eee 100%);
}

@media (min-width: 576px) {
  .content-02 h2 {
    font-size: 48px;
    line-height: 52px;
  }
}

.content-02 .container .row > div:first-child {
  font-size: 28px;
  line-height: 36px;
  padding-right: 100px;
  font-weight: 300;
}

.content-02 .container .row > div:last-child {
  font-weight: 300;
}

@media (max-width: 991.98px) {
  .content-02 {
    background: #eee;
  }

  .content-02 h2 {
    margin: 50px 0 30px;
    font-size: 42px;
  }

  .content-02 .container .row > div:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

/* === content-02-2-column === */.multi_dropdown {
  margin: 0;
  position: relative;
}

.multi_dropdown:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 110%;
  width: 100%;
  background: linear-gradient(to right, #fff 0%, #fff 20%, #eee 20%, #eee 100%);
}

@media (max-width: 991px) {
  .multi_dropdown:before {
    height: 100%;
    background: #eee;
  }

  .multi_dropdown .panel-group {
    margin-top: 40px;
  }
}

.multi_dropdown .container {
  position: relative;
  z-index: 2;
}
.mdd-title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

.multi_dropdown .row > div:first-child {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.multi_dropdown_image {
  max-width: 100%;
  border-radius: 15px 0 15px 0;
  object-fit: cover;
}

.multi_dropdown .panel:last-of-type {
  border-bottom: 1px solid #999999ab;
}

.multi_dropdown .panel-title {
  color: #018ea4;
  display: block;
  font-size: 36px;
  line-height: 42px;
  padding: 15px 0;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid transparent;
  transition: 0.3s all;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}

.multi_dropdown .panel-title:hover,
.multi_dropdown .panel-title:active,
.multi_dropdown .panel-title:focus {
  text-decoration: none;
}
.multi_dropdown .panel-title > i {
  margin-right: 25px;
  margin-top: 3px;
}
.multi_dropdown .panel-title:not(.collapsed) > i {
  display: none;
}

.multi_dropdown .panel-title:not(.collapsed) {
  margin-bottom: 15px;
}

.multi_dropdown .panel-body {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
}

.multi_dropdown .panel-body p:last-of-type {
  margin: 0;
}
.multi_dropdown .panel-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 35px;
}
.multi_dropdown .panel-body ul li {
  color: #5f7e83;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.multi_dropdown .panel-body ul li:before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.multirow_dropdown_teaser {
  color: #313131;
  font-size: 16px;
  line-height: 26px;
  padding: 80px 70px 80px 0;
  position: relative;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.multirow_dropdown_teaser:before {
  position: absolute;
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  background: #eee;
  border-radius: 0 15px 0 0;
  content: " ";
}
.multirow_dropdown_teaser img {
  position: relative;
}
.multirow_dropdown_teaser > * {
  position: relative;
  z-index: 2;
}

@media (max-width: 1399.98px) {
  .multi_dropdown .panel-title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .multi_dropdown .panel-title {
    font-size: 30px;
    line-height: 35px;
  }
  .multi_dropdown .panel-body {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 991.98px) {
  .multirow_dropdown_teaser {
    margin-bottom: 30px;
  }
  .multi_dropdown .row > div:first-child {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .multi_dropdown {
    padding-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .multirow_dropdown_teaser {
    padding: 30px 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: 30px;
  }

  .multirow_dropdown_teaser:before {
    width: 100%;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .multi_dropdown .panel-title {
    font-size: 28px;
    line-height: 32px;
  }
}

/* === multirow-dropdown === */.content-04 {
  padding: 100px 0 50px;
}

.content-04-title {
  margin-bottom: 20px;
}

.content-04-text {
  margin-bottom: 20px;
}

.content-04-text img {
  width: 100%;
  height: auto;
}

.content-04 .content-04-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .content-04 .row {
    flex-direction: column-reverse;
  }

  .content-04-image {
    margin-bottom: 20px;
  }
}

/* === content-04-text-left-image-right === */.content-01 {
  padding: 50px 0;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  color: var(--content-01-color);
}

.content-01-title {
  margin-bottom: 20px;
}

h3.content-01-title {
  font-style: italic;
}

.content-01 table td {
  border: 1px solid #222222;
  padding: 5px 10px;
}

.content-01 table {
  margin-bottom: 15px;
}

/* === content-01 === */.footer-05-brochure {
  color: #fff;
  position: relative;
  padding-top: 90px;
  background-color: rgb(40, 40, 40);
  overflow-x: hidden;
  overflow-x: clip;
  z-index: 1;
  --input_height: 60px;
}

main.page404 + footer .footer-05-brochure {
  margin-top: 0;
}

.footer-05-brochure .footer-05-top-title {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 25px;
  border-bottom: 4px dashed #fff;
  margin-bottom: 25px;
  max-width: 40%;
}

.footer-05-brochure .footer-05-main-title h2 {
  margin-bottom: 0px;
}

.footer-05-brochure .footer-05-main-text {
  text-align: left;
  line-height: 32px;
  margin-top: 20px;
  letter-spacing: -0.01em;
  font-size: 26px;
}

.footer-05-brochure .footer-05-main-text p:last-of-type {
  margin-bottom: 0;
}

.footer-05-brochure input,
.footer-05-brochure select,
.footer-05-brochure textarea {
  background-color: #fff;
  border-radius: 0;
  border: none !important;
}

.footer-05-brochure .has-error input.error,
.footer-05-brochure .has-error select.error,
.footer-05-brochure .has-error textarea.error {
  background-color: #ffc8c8;
}

.footer-05-brochure .required-star {
  color: #fff;
}

.footer-05-brochure .footer-05-form .col-form-label {
  padding-top: 0;
  font-size: 15px;
  padding-bottom: 10px;
}

.footer-05-brochure .footer-05-form .checkbox + label {
  padding-left: 34px !important;
  font-size: 15px;
  line-height: 22px;
}

.footer-05-brochure .form > .row {
  --bs-gutter-x: 40px;
}

.footer-05-brochure .footer-05-form .checkbox + label::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 19px;
  height: 19px;
  top: 0;
  border: none !important;
  border-radius: 0;
}

.footer-05-brochure .footer-05-form .tickbox.has-error label::before {
  background-color: rgb(255, 0, 0);
}

.footer-05-brochure .footer-05-form .checkbox:checked + label:before {
  content: "";
}

.footer-05-brochure .footer-05-form .checkbox:checked + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 2px;
  top: -1px;
  font-size: 14px;
}

.footer-05-brochure .footer-05-form .required {
  display: none;
}

.footer-05-brochure .footer-05-grid {
  display: grid;
  font-weight: 300;
}

.footer-05-brochure .footer-05-grid .content {
  display: flex;
  align-content: center;
  column-gap: 12px;
}

.footer-05-brochure .content-wrapper:nth-child(2) {
  margin-top: 20px;
}

.footer-05-brochure .content-wrapper:nth-child(2) .icon-link a {
  color: #fff;
}

.footer-05-brochure .icon {
  font-size: 20px;
  color: var(--button-background);
}

.footer-05-brochure .icon-text {
  font-size: 13px;
  margin-bottom: 10px;
}

.footer-05-brochure .icon-link {
  font-size: 18px;
  white-space: nowrap;
}

.footer-05-brochure .icon-link a {
  text-decoration: none;
}

.footer-05-brochure .social-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.footer-05-brochure .social-links a {
  display: flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s all;
  overflow: hidden;
  border-radius: 0;
  background-color: var(--button-background);
  color: var(--button-color);
}

.footer-05-brochure .social-links a:active {
  background-color: #fff;
  color: #000;
}

.footer-05-brochure .social-links a i {
  font-size: 22px;
}

.footer-05-brochure .social-links a img,
.footer-05-brochure .social-links a svg {
  width: 24px;
  height: auto;
  fill: currentColor;
}

.footer-05-brochure .social {
  padding-left: 0;
  margin-top: 35px;
}

.footer-05-brochure .social-links a svg g > * {
  transition: 0.3s fill, 0.3s stroke;
}

.footer-05-brochure .social-links a:active svg g > * {
  fill: #000 !important;
  stroke: #000 !important;
}

.footer-05-brochure .reg-info {
  font-size: 16px;
  line-height: 24px;
}

.footer-05-brochure .reg-info .company-name {
  font-size: 24px;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}

.footer-05-brochure a.view-on-map-link {
  color: var(--button-background) !important;
  text-decoration: none;
}

.footer-05-brochure .reg-info > p {
  margin-bottom: 0;
}

.footer-05-brochure .reload-captcha.btn {
  color: #282828;
  border: 1px solid #282828;
}

.footer-05-brochure .reload-captcha.btn:hover,
.footer-05-brochure .reload-captcha.btn:active,
.footer-05-brochure .reload-captcha.btn:focus,
.footer-05-brochure .reload-captcha.btn:focus-within {
  color: #282828;
}

.footer-05-brochure .captcha-whatis {
  text-decoration: none;
  color: #282828;
}

.footer-05-brochure .footer-registration-img {
  width: 100%;
  max-width: 192px;
}

.footer-05-form .row:nth-child(2) .form-group:last-child {
  margin-top: 25px;
  margin-bottom: 15px;
}

.footer-05-form .form-group {
  margin-bottom: 18px;
}

.footer-05-brochure button[type="submit"] {
  display: inline-block;
  align-content: center;
  background: transparent;
  color: #fff;
  border: 2px solid currentColor;
}

.footer-05-brochure button[type="submit"]::after {
  /*    content: "\f105";*/
  font-family: "Font Awesome 5 Pro";
  margin-left: 36px;
  font-size: 18px;
}

.footer-05-brochure .email-contact .icon-link a,
.footer-05-brochure .call-contact .icon-link a {
  color: #fff !important;
}

.footer-05-brochure .email-contact,
.footer-05-brochure .call-contact {
  display: grid;
  gap: 30px;
}

.footer-05-brochure .email-contact {
  margin-top: 18px;
}

.footer-05-brochure .call-contact {
  margin-top: 26px;
}

.footer-05-brochure .address {
  margin-top: 34px;
}

.footer-05-brochure .content-title {
  font-size: 28px;
  letter-spacing: -0.025em;
  color: var(--button-background);
  line-height: 1;
}

.footer-05-brochure .address .content-title {
  margin-bottom: 8px;
}

.footer-05-brochure .icon-wrapper,
.footer-05-brochure a.view-on-map-link,
.footer-05-brochure .reg-info .company-name {
  display: none;
}

.footer-05-brochure .footer-registration-wrapper {
  margin-top: 130px;
}

.footer-05-brochure .form textarea.form-control {
  height: 230px;
  border-radius: 0 0 15px 0;
}

.footer-05-brochure .footer-05-form {
  padding: 135px 0 70px 115px;
  position: relative;
  background: #018ea4;
  margin-left: 30px;
  top: -135px;
  margin-bottom: -135px;
  z-index: 1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.footer-05-brochure .footer-05-form::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  background: #018ea4;
  right: 0;
  width: 50vw;
  transform: translateX(100%);
}

@-moz-document url-prefix() {
  .footer-05-brochure select {
    padding-top: 19px;
  }
}

.footer-05-brochure .form-group.bottom-box {
  margin-bottom: 0;
}

@media (min-width: 567px) {
  .footer-05-brochure .form .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (max-width: 1199.98px) {
  .footer-05-brochure .footer-05-form {
    padding: 135px 0 55px 70px;
    margin-left: 0;
  }

  .footer-05-brochure .footer-05-main-text br {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .footer-05-brochure {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  .footer-05-brochure .footer-05-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }

  .footer-05-brochure .content:first-child {
    margin-top: 0;
  }

  .footer-05-brochure .address,
  .footer-05-brochure .call-contact,
  .footer-05-brochure .email-contact {
    grid-column: 2/3;
    padding-left: 18px;
    margin-top: 0px;
  }

  .footer-05-brochure .social {
    margin-top: 10px;
    grid-column: 2;
    padding-left: 17px;
  }

  .footer-05-brochure .footer-05-form {
    top: 0;
    margin-bottom: 0;
    padding: 50px;
    margin-top: 50px;
  }

  .footer-05-brochure button[type="submit"] {
    margin-top: 0;
  }

  .footer-05-brochure .footer-05-main-text {
    grid-column: 1/2;
    margin-top: 10px;
  }

  .footer-05-brochure .social {
    padding-left: 18px;
    margin-top: 4px;
  }

  .footer-05-brochure .footer-registration-wrapper {
    margin-top: 0;
    grid-row: 3 / span 3;
  }

  .footer-05-brochure .address {
    margin-top: 14px;
  }

  .footer-05-brochure .form-group.bottom-box {
    text-align: center;
  }

  .footer-05-brochure .footer-registration-img {
    width: 100%;
  }

  .footer-05-brochure .footer-05-form::before {
    content: none;
  }

  .footer-05-main-title,
  .footer-05-main-text {
    padding-right: 75px;
  }

  .footer-05-form {
    position: relative;
  }
  .footer-05-form:after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: #171717;
    content: " ";
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer-05-brochure {
    padding: 40px 0 60px;
  }

  .footer-05-brochure .footer-05-main-title {
    grid-column: span 2;
  }

  .footer-05-brochure .footer-05-main-title h2 {
    margin-bottom: 0px;
  }

  .footer-05-brochure .footer-05-top-title {
    margin: 0 auto 25px;
  }

  .footer-05-brochure .content {
    margin-top: 0;
    padding-bottom: 0%;
    position: static;
  }

  .footer-05-brochure .address {
    padding-left: 0px;
    grid-column: 1;
    grid-row: span 2;
  }

  .footer-05-brochure .call-contact,
  .footer-05-brochure .email-contact {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .footer-05-brochure .social {
    margin-top: 0px;
    padding-left: 9px;
  }

  .footer-05-brochure .reg-info {
    padding-top: 0;
  }

  .footer-05-brochure .footer-05-main-text {
    grid-column: span 2;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 22px;
  }

  .footer-05-brochure .bottom-box {
    text-align: center;
  }

  .footer-05-brochure .footer-registration-wrapper {
    grid-row: 5;
    margin-top: 16px;
  }

  .footer-05-brochure .footer-05-grid {
    row-gap: 0;
    column-gap: 30px;
    grid-template-rows: repeat(4, auto) 1fr;
  }

  .footer-05-brochure .social {
    padding-left: 0;
    margin-top: 22px;
  }

  .footer-registration-wrapper {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .footer-05-brochure .content {
    padding-bottom: 0%;
    width: 100%;
    grid-column: 1;
    margin-top: 20px;
    width: 100%;
  }

  .footer-05-brochure .form .bottom-box {
    text-align: center;
  }

  .footer-05-brochure .social-links {
    justify-content: start;
    margin-top: 8px;
  }

  .footer-05-brochure .call-contact,
  .footer-05-brochure .email-contact {
    padding: 0;
  }

  .footer-05-brochure .footer-05-form {
    margin-top: 26px;
    padding: 0;
    background: transparent;
  }

  .footer-05-brochure button[type="submit"] {
    width: 100%;
  }

  .footer-05-brochure .footer-05-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .footer-05-brochure .address,
  .footer-05-brochure .call-contact,
  .footer-05-brochure .email-contact,
  .footer-05-brochure .social {
    grid-column: 1;
  }

  .footer-05-brochure .footer-05-main-text {
    grid-column: span 1;
    margin-bottom: 7px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-05-brochure .call-contact,
  .footer-05-brochure .email-contact {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  .footer-05-brochure .social {
    margin-top: 10px;
    padding-left: 0px;
  }

  .footer-05-form .form-group {
    margin-bottom: 12px;
  }

  .footer-05-brochure {
    padding: 40px 0 60px;
  }

  .footer-05-brochure .footer-05-main-title {
    grid-column: span 1;
  }

  .footer-05-brochure .footer-registration-wrapper {
    grid-row: unset;
  }

  .footer-05-brochure .footer-05-main-title h2 {
    text-align: center;
  }

  .footer-05-brochure .footer-05-grid .content {
    justify-content: center;
  }
  .footer-05-brochure .content-title {
    text-align: center;
  }
  .footer-05-main-title,
  .footer-05-main-text {
    padding-right: 0;
  }
  .footer-05-brochure .footer-05-grid .content .icon-wrapper + div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-05-brochure .reg-info {
    text-align: center;
  }
  .footer-05-form:after {
    display: none;
  }
}

/* === footer-05-brochure === */.footer-01 {
  color: var(--footer-textcolor);
  background-color: var(--footer-background);
  padding: 45px 0 60px;
}

.footer-01 a {
  color: var(--footer-textcolor);
  text-decoration: none;
}

.footer-01 img {
  height: 18px;
  width: auto;
}

.footer-01 .separator {
  font-style: normal;
  padding: 0 3px;
}

.footer-01 .footer-menu {
  display: flex;
  justify-content: space-evenly;
  font-size: 20px;
  line-height: 1;
}

.footer-01 .footer-menu > .nav-item {
  width: auto;
  z-index: 1;
}

.footer-01 .footer-menu > .nav-item .nav-link {
  color: #fff !important;
  padding: 0 !important;
  border-bottom: none;
}

.footer-01 .footer-menu > .nav-item .nav-link .dd-caret {
  display: none;
}

.footer-01 .container {
  display: grid;
  grid: auto/auto 1fr auto;
  align-items: baseline;
}

.footer-01 .company-name,
.footer-01 .website-design {
  line-height: 1;
  font-size: 14px;
}

.footer-01 .footer-menu {
  grid-area: 1 / span 2;
}

.footer-01 .container {
  grid: auto auto / auto auto;
  justify-content: space-between;
  row-gap: 22px;
}

.footer-01 .footer-menu {
  justify-content: space-between;
  font-size: 24px;
}

.footer-01 .dropdown-item-menu {
  display: none;
}

@media (max-width: 991.98px) {
  .footer-01 {
    padding: 30px 0 45px;
  }

  .footer-01 .company-name,
  .footer-01 .website-design {
    margin-top: 8px;
  }

  .footer-01 .company-name {
    margin-top: 36px;
  }
}

@media (max-width: 767.98px) {
  .footer-01 {
    padding: 30px 0 50px;
  }

  .footer-01 .container {
    grid: auto-flow / 1fr;
    justify-items: start;
    row-gap: 0;
  }

  .footer-01 .footer-menu {
    grid-area: 1;
    width: 100%;
    font-size: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 18px;
  }
}

@media (max-width: 575.98px) {
  .footer-01 {
    padding: 0px 0 45px;
  }

  .footer-01 .separator {
    display: none;
  }
}

@media (max-width: 480px) {
  .footer-01 .footer-menu {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-01 .container {
    justify-items: center;
    text-align: center;
  }
}

/* === footer-01 === */