body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 2.9376rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.672rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 1.875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-4 {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.4375rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.796875rem;
}
.display-7 {
  font-family: 'Syne', sans-serif;
  font-size: 1.0525rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.315625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.35008rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.05632rem;
    font-size: calc( 1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.67816rem + (2.9376 - 1.67816) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.15rem;
    font-size: calc( 1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.153125rem + (1.4375 - 1.153125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.842rem;
    font-size: calc( 1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.018375rem + (1.0525 - 1.018375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.mbr-section-btn {
  text-transform: uppercase;
  margin-top: 24px;
}
.mbr-section-title {
  text-transform: uppercase;
  margin: 0;
}
.price {
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.mbr-section-subtitle {
  padding: 0;
  margin: 0;
  margin-top: 9px;
}
.mbr-text {
  padding: 0;
  margin: 0;
}
/*.mbr-section-btn {
border: 2px solid @primaryColor;
background-color: rgba(0, 0, 0, 0);
text-transform: uppercase;
display: inline-block;
color: #000000;
margin: 0;
margin-top: 24px;
}

.mbr-section-btn:hover {
background-color: @primaryColor;
border: 2px solid @primaryColor;
}

.btn-txt {
    color: #000000;
    display: inline-block;

}

.mbr-section-btn:hover .btn-txt {
    color: #ffffff;
}*/
.btn {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 2.8rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.8rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8a8a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ff8a8a !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff8a8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff8a8a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #47b5ed !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #40b0bf !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff8a8a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3333 !important;
  border-color: #ff8a8a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff9966 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #2b2b2b !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8a8a !important;
  border-color: #ff8a8a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff8a8a !important;
}
.text-secondary {
  color: #ff9966 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ff8a8a !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff5500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff5500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff2424 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #000000;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #ffffff;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
  transition: all 0.2s ease-in-out;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  /*transition: background-position 0s ease-in-out;*/
  /*background-image: linear-gradient(currentColor 50%, currentColor 50%);*/
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff8a8a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ff8a8a;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8a8a;
  border-color: #ff8a8a;
  /*.color: contrast(@primaryColor, darken(@primaryColor, 45%), #ffffff, 60%);*/
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8a8a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  /*border-color: @primaryColor!important;*/
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff8a8a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8a8a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0s ease;
}
.jq-number__spin:hover {
  border-color: #ff8a8a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff8a8a;
  border-bottom-color: #ff8a8a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8a8a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9966 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff8a8a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0s;
}
.cid-uOmSOqg7lU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOmSOqg7lU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOmSOqg7lU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOmSOqg7lU .nav-link {
  position: relative;
}
.cid-uOmSOqg7lU .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uOmSOqg7lU .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uOmSOqg7lU .container {
  display: flex;
  margin: auto;
}
.cid-uOmSOqg7lU .navbar.navbar-short .nav-link,
.cid-uOmSOqg7lU .navbar.navbar-short .navbar-caption,
.cid-uOmSOqg7lU .navbar.navbar-short .mbr-iconfont,
.cid-uOmSOqg7lU .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uOmSOqg7lU .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uOmSOqg7lU .navbar-caption {
  padding-right: 3rem;
}
.cid-uOmSOqg7lU .dropdown-menu,
.cid-uOmSOqg7lU .navbar.opened {
  background: #000000 !important;
}
.cid-uOmSOqg7lU .nav-item:focus,
.cid-uOmSOqg7lU .nav-link:focus {
  outline: none;
}
.cid-uOmSOqg7lU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOmSOqg7lU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOmSOqg7lU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOmSOqg7lU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOmSOqg7lU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOmSOqg7lU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOmSOqg7lU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uOmSOqg7lU .navbar.opened {
  transition: all .3s;
}
.cid-uOmSOqg7lU .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOmSOqg7lU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOmSOqg7lU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOmSOqg7lU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOmSOqg7lU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uOmSOqg7lU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOmSOqg7lU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOmSOqg7lU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOmSOqg7lU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOmSOqg7lU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOmSOqg7lU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOmSOqg7lU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOmSOqg7lU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOmSOqg7lU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOmSOqg7lU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOmSOqg7lU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOmSOqg7lU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOmSOqg7lU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOmSOqg7lU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOmSOqg7lU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOmSOqg7lU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOmSOqg7lU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOmSOqg7lU .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uOmSOqg7lU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOmSOqg7lU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOmSOqg7lU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOmSOqg7lU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOmSOqg7lU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOmSOqg7lU .dropdown-item.active,
.cid-uOmSOqg7lU .dropdown-item:active {
  background-color: transparent;
}
.cid-uOmSOqg7lU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOmSOqg7lU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOmSOqg7lU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOmSOqg7lU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOmSOqg7lU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOmSOqg7lU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOmSOqg7lU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOmSOqg7lU .navbar-buttons {
  text-align: center;
}
.cid-uOmSOqg7lU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOmSOqg7lU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOmSOqg7lU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOmSOqg7lU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOmSOqg7lU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOmSOqg7lU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOmSOqg7lU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOmSOqg7lU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOmSOqg7lU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOmSOqg7lU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOmSOqg7lU .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOmSOqg7lU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOmSOqg7lU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOmSOqg7lU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOmSOqg7lU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOmSOqg7lU .navbar {
    height: 77px;
  }
  .cid-uOmSOqg7lU .navbar.opened {
    height: auto;
  }
  .cid-uOmSOqg7lU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sv2BSB8scu {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/img-20250518-wa0008-1066x1600.jpg");
}
.cid-sv2BSB8scu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2BSB8scu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sv2BSB8scu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.cid-sv2BSB8scu .mbr-fullscreen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 0;
  padding-bottom: 100px;
}
.cid-sv2BSB8scu .mbr-section-title DIV {
  text-align: center;
}
.cid-sv2BXnULIz {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff8a8a;
}
.cid-sv2BXnULIz .row {
  align-items: stretch;
  justify-content: center;
}
.cid-sv2BXnULIz .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-sv2BXnULIz .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-sv2BXnULIz P {
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
}
.cid-sv2BXnULIz img {
  margin-top: 32px;
}
@media (max-width: 990px) {
  .cid-sv2BXnULIz .top {
    margin-top: 0;
  }
}
@media (min-width: 990px) {
  .cid-sv2BXnULIz .top,
  .cid-sv2BXnULIz .top-2 {
    margin-top: 0;
  }
}
.cid-sv2BZB0zIm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff8a8a;
}
.cid-sv2BZB0zIm .card {
  padding: 5rem 0;
  background: #ff8a8a;
  margin: auto;
  border-radius: 0;
}
.cid-sv2BZB0zIm .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sv2BZB0zIm .line {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #ff8a8a;
  opacity: 0;
}
.cid-sv2BZB0zIm .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sv2BZB0zIm .mbr-link {
  text-align: center;
  margin-top: 1rem;
}
.cid-sv2BZB0zIm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sv2BZB0zIm .col-10 {
  margin: auto;
}
.cid-sv2C0Jiidf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff8a8a;
}
.cid-sv2C0Jiidf .card-wrapper {
  background: none;
}
.cid-sv2C0Jiidf .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sv2C0Jiidf .row .row {
    flex-direction: column-reverse;
  }
  .cid-sv2C0Jiidf .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sv2C0Jiidf .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sv2C0Jiidf .img-wrapper {
  margin-bottom: 0 !important;
}
.cid-sv2C0Jiidf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sv2C0Jiidf .mbr-section-title {
  margin: 0;
}
@media (min-width: 601px) and (max-width: 990px) {
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 0px;
  }
  .cid-sv2C0Jiidf .top {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .cid-sv2C0Jiidf .top {
    margin-top: 40px;
  }
  .cid-sv2C0Jiidf .img-wrapper {
    padding-bottom: 16px;
  }
}
.cid-sv2C0Jiidf .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uOncgrj9qf {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #000000;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uOvJGXQAZo .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvJGXQAZo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOvJGXQAZo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOvJGXQAZo .nav-link {
  position: relative;
}
.cid-uOvJGXQAZo .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uOvJGXQAZo .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uOvJGXQAZo .container {
  display: flex;
  margin: auto;
}
.cid-uOvJGXQAZo .navbar.navbar-short .nav-link,
.cid-uOvJGXQAZo .navbar.navbar-short .navbar-caption,
.cid-uOvJGXQAZo .navbar.navbar-short .mbr-iconfont,
.cid-uOvJGXQAZo .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uOvJGXQAZo .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uOvJGXQAZo .navbar-caption {
  padding-right: 3rem;
}
.cid-uOvJGXQAZo .dropdown-menu,
.cid-uOvJGXQAZo .navbar.opened {
  background: #000000 !important;
}
.cid-uOvJGXQAZo .nav-item:focus,
.cid-uOvJGXQAZo .nav-link:focus {
  outline: none;
}
.cid-uOvJGXQAZo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvJGXQAZo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOvJGXQAZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOvJGXQAZo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvJGXQAZo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvJGXQAZo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOvJGXQAZo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uOvJGXQAZo .navbar.opened {
  transition: all .3s;
}
.cid-uOvJGXQAZo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOvJGXQAZo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOvJGXQAZo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvJGXQAZo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOvJGXQAZo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uOvJGXQAZo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvJGXQAZo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOvJGXQAZo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOvJGXQAZo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOvJGXQAZo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOvJGXQAZo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOvJGXQAZo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvJGXQAZo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvJGXQAZo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvJGXQAZo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOvJGXQAZo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOvJGXQAZo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOvJGXQAZo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOvJGXQAZo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOvJGXQAZo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOvJGXQAZo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOvJGXQAZo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOvJGXQAZo .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uOvJGXQAZo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOvJGXQAZo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOvJGXQAZo .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOvJGXQAZo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOvJGXQAZo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvJGXQAZo .dropdown-item.active,
.cid-uOvJGXQAZo .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvJGXQAZo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOvJGXQAZo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvJGXQAZo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOvJGXQAZo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOvJGXQAZo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOvJGXQAZo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOvJGXQAZo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOvJGXQAZo .navbar-buttons {
  text-align: center;
}
.cid-uOvJGXQAZo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOvJGXQAZo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOvJGXQAZo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOvJGXQAZo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvJGXQAZo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvJGXQAZo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOvJGXQAZo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvJGXQAZo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOvJGXQAZo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOvJGXQAZo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvJGXQAZo .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOvJGXQAZo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOvJGXQAZo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOvJGXQAZo .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOvJGXQAZo .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOvJGXQAZo .navbar {
    height: 77px;
  }
  .cid-uOvJGXQAZo .navbar.opened {
    height: auto;
  }
  .cid-uOvJGXQAZo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyClsfLJR {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/logo-orig-1024x1024.jpeg");
}
.cid-uOyClsfLJR .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-uOyClsfLJR .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uOyClsfLJR .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uOyClsfLJR .row {
  justify-content: center;
}
.cid-uOyClsfLJR .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #626262;
}
@media (max-width: 690px) {
  .cid-uOyClsfLJR .item {
    padding-bottom: 25px;
  }
}
.cid-uOvJGZ5e8D {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uOvTpLgEED .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvTpLgEED .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOvTpLgEED .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOvTpLgEED .nav-link {
  position: relative;
}
.cid-uOvTpLgEED .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uOvTpLgEED .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uOvTpLgEED .container {
  display: flex;
  margin: auto;
}
.cid-uOvTpLgEED .navbar.navbar-short .nav-link,
.cid-uOvTpLgEED .navbar.navbar-short .navbar-caption,
.cid-uOvTpLgEED .navbar.navbar-short .mbr-iconfont,
.cid-uOvTpLgEED .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uOvTpLgEED .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uOvTpLgEED .navbar-caption {
  padding-right: 3rem;
}
.cid-uOvTpLgEED .dropdown-menu,
.cid-uOvTpLgEED .navbar.opened {
  background: #000000 !important;
}
.cid-uOvTpLgEED .nav-item:focus,
.cid-uOvTpLgEED .nav-link:focus {
  outline: none;
}
.cid-uOvTpLgEED .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvTpLgEED .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOvTpLgEED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOvTpLgEED .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOvTpLgEED .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOvTpLgEED .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOvTpLgEED .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uOvTpLgEED .navbar.opened {
  transition: all .3s;
}
.cid-uOvTpLgEED .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOvTpLgEED .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOvTpLgEED .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOvTpLgEED .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOvTpLgEED .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uOvTpLgEED .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOvTpLgEED .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOvTpLgEED .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOvTpLgEED .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOvTpLgEED .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOvTpLgEED .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOvTpLgEED .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOvTpLgEED .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOvTpLgEED .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOvTpLgEED .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOvTpLgEED .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOvTpLgEED .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOvTpLgEED .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOvTpLgEED .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOvTpLgEED .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOvTpLgEED .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOvTpLgEED .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOvTpLgEED .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uOvTpLgEED .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOvTpLgEED .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOvTpLgEED .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOvTpLgEED .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOvTpLgEED .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOvTpLgEED .dropdown-item.active,
.cid-uOvTpLgEED .dropdown-item:active {
  background-color: transparent;
}
.cid-uOvTpLgEED .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOvTpLgEED .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOvTpLgEED .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOvTpLgEED .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOvTpLgEED .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOvTpLgEED .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOvTpLgEED ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOvTpLgEED .navbar-buttons {
  text-align: center;
}
.cid-uOvTpLgEED button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOvTpLgEED button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOvTpLgEED button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOvTpLgEED button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvTpLgEED button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOvTpLgEED button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOvTpLgEED nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvTpLgEED nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOvTpLgEED nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOvTpLgEED nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOvTpLgEED .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOvTpLgEED a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOvTpLgEED .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOvTpLgEED .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOvTpLgEED .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOvTpLgEED .navbar {
    height: 77px;
  }
  .cid-uOvTpLgEED .navbar.opened {
    height: auto;
  }
  .cid-uOvTpLgEED .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOvTK5K2Oz {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vrouw-met-bril-2000x3000.jpeg");
}
.cid-uOvTK5K2Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOvTK5K2Oz ul {
  padding: 0;
  border-top: 1px solid currentColor;
}
.cid-uOvTK5K2Oz .item-menu-overlay {
  top: -40px;
}
.cid-uOvTK5K2Oz li {
  list-style-type: none;
  border-bottom: 1px solid currentColor;
  padding: 0.5rem 0;
}
.cid-uOvTK5K2Oz .tag1 {
  position: relative;
  padding-left: 20px !important;
}
.cid-uOvTK5K2Oz .tag1:before {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 8px;
  height: 8px;
}
.cid-uOvTK5K2Oz .item {
  margin-bottom: 2rem !important;
}
.cid-uOvTK5K2Oz .card-wrapper {
  border: 1px solid #ff8a8a;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uOvTK5K2Oz .card-wrapper {
    padding: 1rem;
  }
}
.cid-uOvTK5K2Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOvTK5K2Oz .card-company-row {
  display: flex;
  margin-bottom: 2rem;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uOvTK5K2Oz .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uOvTK5K2Oz .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uOvTK5K2Oz .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uOvTK5K2Oz .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #f47451;
}
@media (max-width: 991px) {
  .cid-uOvTK5K2Oz .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOvTK5K2Oz .image-wrapper {
    padding: 1rem;
  }
}
.cid-uOvTK5K2Oz .mbr-section-title {
  color: #221b35;
}
.cid-uOvTK5K2Oz .mbr-text,
.cid-uOvTK5K2Oz .mbr-section-btn {
  color: #221b35;
  text-align: left;
}
.cid-uOvTpLSL1c {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uOw1jVbevl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOw1jVbevl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOw1jVbevl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOw1jVbevl .nav-link {
  position: relative;
}
.cid-uOw1jVbevl .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uOw1jVbevl .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uOw1jVbevl .container {
  display: flex;
  margin: auto;
}
.cid-uOw1jVbevl .navbar.navbar-short .nav-link,
.cid-uOw1jVbevl .navbar.navbar-short .navbar-caption,
.cid-uOw1jVbevl .navbar.navbar-short .mbr-iconfont,
.cid-uOw1jVbevl .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uOw1jVbevl .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uOw1jVbevl .navbar-caption {
  padding-right: 3rem;
}
.cid-uOw1jVbevl .dropdown-menu,
.cid-uOw1jVbevl .navbar.opened {
  background: #000000 !important;
}
.cid-uOw1jVbevl .nav-item:focus,
.cid-uOw1jVbevl .nav-link:focus {
  outline: none;
}
.cid-uOw1jVbevl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOw1jVbevl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOw1jVbevl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOw1jVbevl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOw1jVbevl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOw1jVbevl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOw1jVbevl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uOw1jVbevl .navbar.opened {
  transition: all .3s;
}
.cid-uOw1jVbevl .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOw1jVbevl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOw1jVbevl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOw1jVbevl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOw1jVbevl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uOw1jVbevl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOw1jVbevl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOw1jVbevl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOw1jVbevl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOw1jVbevl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOw1jVbevl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOw1jVbevl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOw1jVbevl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOw1jVbevl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOw1jVbevl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOw1jVbevl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOw1jVbevl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOw1jVbevl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOw1jVbevl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOw1jVbevl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOw1jVbevl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOw1jVbevl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOw1jVbevl .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uOw1jVbevl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOw1jVbevl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOw1jVbevl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOw1jVbevl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOw1jVbevl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOw1jVbevl .dropdown-item.active,
.cid-uOw1jVbevl .dropdown-item:active {
  background-color: transparent;
}
.cid-uOw1jVbevl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOw1jVbevl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOw1jVbevl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOw1jVbevl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOw1jVbevl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOw1jVbevl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOw1jVbevl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOw1jVbevl .navbar-buttons {
  text-align: center;
}
.cid-uOw1jVbevl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOw1jVbevl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOw1jVbevl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOw1jVbevl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOw1jVbevl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOw1jVbevl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOw1jVbevl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOw1jVbevl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOw1jVbevl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOw1jVbevl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOw1jVbevl .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOw1jVbevl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOw1jVbevl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOw1jVbevl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOw1jVbevl .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOw1jVbevl .navbar {
    height: 77px;
  }
  .cid-uOw1jVbevl .navbar.opened {
    height: auto;
  }
  .cid-uOw1jVbevl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOyAWAViVD {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img-20250517-wa0003-2000x2999.jpg");
}
.cid-uOyAWAViVD .card-wrapper {
  background: #f2f2f2;
  padding: 30px 30px 60px;
  margin: 25px 0 0;
}
.cid-uOyAWAViVD .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-uOyAWAViVD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-uOyAWAViVD .row {
  justify-content: center;
}
.cid-uOyAWAViVD .mbr-section-title {
  padding: 0;
  padding-bottom: 85px;
  margin: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 690px) {
  .cid-uOyAWAViVD .item {
    padding-bottom: 25px;
  }
}
.cid-uOw1jVMMJp {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #000000;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }.cid-uOK7FYQPTz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOK7FYQPTz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uOK7FYQPTz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOK7FYQPTz .nav-link {
  position: relative;
}
.cid-uOK7FYQPTz .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: .2;
  height: 50%;
  width: 100%;
  background-color: currentColor;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s ease-out;
}
.cid-uOK7FYQPTz .nav-link:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.cid-uOK7FYQPTz .container {
  display: flex;
  margin: auto;
}
.cid-uOK7FYQPTz .navbar.navbar-short .nav-link,
.cid-uOK7FYQPTz .navbar.navbar-short .navbar-caption,
.cid-uOK7FYQPTz .navbar.navbar-short .mbr-iconfont,
.cid-uOK7FYQPTz .navbar.navbar-short .btn {
  color: #000000 !important;
  border-color: #000000;
}
.cid-uOK7FYQPTz .navbar.navbar-short .hamburger span {
  background: #000000 !important;
}
.cid-uOK7FYQPTz .navbar-caption {
  padding-right: 3rem;
}
.cid-uOK7FYQPTz .dropdown-menu,
.cid-uOK7FYQPTz .navbar.opened {
  background: #000000 !important;
}
.cid-uOK7FYQPTz .nav-item:focus,
.cid-uOK7FYQPTz .nav-link:focus {
  outline: none;
}
.cid-uOK7FYQPTz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOK7FYQPTz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOK7FYQPTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uOK7FYQPTz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uOK7FYQPTz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOK7FYQPTz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOK7FYQPTz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #000000;
}
.cid-uOK7FYQPTz .navbar.opened {
  transition: all .3s;
}
.cid-uOK7FYQPTz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uOK7FYQPTz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uOK7FYQPTz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOK7FYQPTz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOK7FYQPTz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.2rem);
  }
}
.cid-uOK7FYQPTz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOK7FYQPTz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOK7FYQPTz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOK7FYQPTz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOK7FYQPTz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uOK7FYQPTz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOK7FYQPTz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOK7FYQPTz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOK7FYQPTz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOK7FYQPTz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOK7FYQPTz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOK7FYQPTz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOK7FYQPTz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOK7FYQPTz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOK7FYQPTz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOK7FYQPTz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uOK7FYQPTz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOK7FYQPTz .navbar.navbar-short {
  background: #000000 !important;
  min-height: 60px;
}
.cid-uOK7FYQPTz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOK7FYQPTz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOK7FYQPTz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOK7FYQPTz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOK7FYQPTz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOK7FYQPTz .dropdown-item.active,
.cid-uOK7FYQPTz .dropdown-item:active {
  background-color: transparent;
}
.cid-uOK7FYQPTz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOK7FYQPTz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOK7FYQPTz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOK7FYQPTz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uOK7FYQPTz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOK7FYQPTz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOK7FYQPTz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOK7FYQPTz .navbar-buttons {
  text-align: center;
}
.cid-uOK7FYQPTz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOK7FYQPTz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uOK7FYQPTz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOK7FYQPTz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOK7FYQPTz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOK7FYQPTz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOK7FYQPTz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOK7FYQPTz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOK7FYQPTz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOK7FYQPTz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOK7FYQPTz .navbar-dropdown {
  padding: .5rem 1rem;
}
.cid-uOK7FYQPTz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uOK7FYQPTz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOK7FYQPTz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uOK7FYQPTz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOK7FYQPTz .navbar {
    height: 77px;
  }
  .cid-uOK7FYQPTz .navbar.opened {
    height: auto;
  }
  .cid-uOK7FYQPTz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOPzSBtxoh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/lola-girl-1198x775.jpg");
}
.cid-uOPzSBtxoh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uOPzSBtxoh .mbr-section-title {
  color: #313131;
  text-align: center;
}
.cid-uOPzSBtxoh .mbr-section-subtitle {
  color: #313131;
  text-align: center;
  margin: 0;
}
.cid-uOPzSBtxoh .row {
  display: flex;
  justify-content: center;
  padding: 0;
  padding-bottom: 52px;
}
.cid-uOK7FZTnwx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.lang-links {
                    position: fixed;
                    left: 15px;
                    bottom: 15px;
                }

                .lang-links .language-wrapper {
                    background-color: #ffffff;
                    border-radius: 25px;
                    width: 50px;
                    height: 50px;
                    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
                    display: flex;
                }

                .lang-links .language {
                    width: 48px;
                    height: 48px;
                    border-radius: 25px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 4px;
                }

                .lang-links .language:hover {
                    width: 50px;
                    height: 50px;
                    border-radius: 25px;
                    background-color: #efefef;
                }