body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0000 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #ff0000 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !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: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !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: #a80000 !important;
  border-color: #a80000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a80000 !important;
  border-color: #a80000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !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: #2a747e !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: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !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: #ff5f0f !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: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !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: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff0000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a80000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!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: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0000 !important;
}
.text-secondary {
  color: #bbbbbb !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #ff0000 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #888888 !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: #990000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !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: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
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;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff0000;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcccc;
}
.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: #ffcccc;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #ff0000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #ff0000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  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: #ff0000;
  border-bottom-color: #ff0000;
}
.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: #ffffff !important;
  background-color: #ff0000 !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: #bbbbbb !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='%23ff0000' %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 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1wDs5rqxV {
  background-image: url("../../../assets/images/4-3-2000x1500.webp");
}
.cid-u1wDs5rqxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wDs5rqxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wDs5rqxV .mbr-section-title {
  color: #ffffff;
}
.cid-u1wDs5rqxV .mbr-text,
.cid-u1wDs5rqxV .mbr-section-btn {
  color: #ffffff;
}
.cid-u1wEOH1YBx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1wEOH1YBx blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1wJbAgsW1 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1wJbAgsW1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1wJbAgsW1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1wJbAgsW1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1wJbAgsW1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1wJbAgsW1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1wJbAgsW1 .icon-focus {
  display: none;
}
.cid-u1wJbAgsW1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1wJbAgsW1 ul {
  font-size: 0;
}
.cid-u1wJbAgsW1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1wJbAgsW1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1wJbAgsW1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1wJbAgsW1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1wJbAgsW1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1wJbAgsW1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1wJbAgsW1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1wJbAgsW1 .btn:hover {
  background: transparent !important;
}
.cid-u1wJbAgsW1 .btn:hover:before {
  background: transparent !important;
}
.cid-u1wJbAgsW1 .btn:before {
  background-color: transparent !important;
}
.cid-u1wJbAgsW1 .btn:focus {
  box-shadow: none;
}
.cid-u1wJbAgsW1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1wJbAgsW1 .mbr-gallery-item > div > span {
  color: #ffffff;
  text-align: left;
}
.cid-u1wOVpj8zv {
  background-image: url("../../../assets/images/2-2000x1330.webp");
}
.cid-u1wOVpj8zv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wOVpj8zv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wOVpj8zv .mbr-section-title {
  color: #ffffff;
}
.cid-u1wOVpj8zv .mbr-text,
.cid-u1wOVpj8zv .mbr-section-btn {
  color: #ffffff;
}
.cid-u1wODrg7Bq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1wODrg7Bq blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1wNQ9XHXM {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1wNQ9XHXM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1wNQ9XHXM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1wNQ9XHXM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1wNQ9XHXM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1wNQ9XHXM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1wNQ9XHXM .icon-focus {
  display: none;
}
.cid-u1wNQ9XHXM .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1wNQ9XHXM ul {
  font-size: 0;
}
.cid-u1wNQ9XHXM .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #ffffff !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1wNQ9XHXM .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1wNQ9XHXM .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1wNQ9XHXM .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1wNQ9XHXM .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1wNQ9XHXM .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1wNQ9XHXM .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1wNQ9XHXM .btn:hover {
  background: transparent !important;
}
.cid-u1wNQ9XHXM .btn:hover:before {
  background: transparent !important;
}
.cid-u1wNQ9XHXM .btn:before {
  background-color: transparent !important;
}
.cid-u1wNQ9XHXM .btn:focus {
  box-shadow: none;
}
.cid-u1wNQ9XHXM .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1wNQ9XHXM .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1wVDBy1Cc {
  background-image: url("../../../assets/images/nf-proizvodi-led-2000x1300.webp");
}
.cid-u1wVDBy1Cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1wVDBy1Cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1wVDBy1Cc .mbr-section-title {
  color: #ffffff;
}
.cid-u1wVDBy1Cc .mbr-text,
.cid-u1wVDBy1Cc .mbr-section-btn {
  color: #ffffff;
}
.cid-u1wWSfrHaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1wWSfrHaD blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1wXod0neS {
  padding-top: 30px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1wXod0neS .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1wXod0neS .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1wXod0neS .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1wXod0neS .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1wXod0neS .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1wXod0neS .icon-focus {
  display: none;
}
.cid-u1wXod0neS .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1wXod0neS ul {
  font-size: 0;
}
.cid-u1wXod0neS .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1wXod0neS .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1wXod0neS .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1wXod0neS .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1wXod0neS .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1wXod0neS .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1wXod0neS .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1wXod0neS .btn:hover {
  background: transparent !important;
}
.cid-u1wXod0neS .btn:hover:before {
  background: transparent !important;
}
.cid-u1wXod0neS .btn:before {
  background-color: transparent !important;
}
.cid-u1wXod0neS .btn:focus {
  box-shadow: none;
}
.cid-u1wXod0neS .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1wXod0neS .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1x7epVpHU {
  background-image: url("../../../assets/images/4-2-2000x1500.webp");
}
.cid-u1x7epVpHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1x7epVpHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1x7epVpHU .mbr-section-title {
  color: #ffffff;
}
.cid-u1x7epVpHU .mbr-text,
.cid-u1x7epVpHU .mbr-section-btn {
  color: #ffffff;
}
.cid-u1x8987Msu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1x8987Msu blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1x7O0R6X5 {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1x7O0R6X5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1x7O0R6X5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1x7O0R6X5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1x7O0R6X5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1x7O0R6X5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1x7O0R6X5 .icon-focus {
  display: none;
}
.cid-u1x7O0R6X5 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1x7O0R6X5 ul {
  font-size: 0;
}
.cid-u1x7O0R6X5 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1x7O0R6X5 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1x7O0R6X5 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1x7O0R6X5 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1x7O0R6X5 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1x7O0R6X5 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1x7O0R6X5 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1x7O0R6X5 .btn:hover {
  background: transparent !important;
}
.cid-u1x7O0R6X5 .btn:hover:before {
  background: transparent !important;
}
.cid-u1x7O0R6X5 .btn:before {
  background-color: transparent !important;
}
.cid-u1x7O0R6X5 .btn:focus {
  box-shadow: none;
}
.cid-u1x7O0R6X5 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1x7O0R6X5 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IbUysjX1 {
  background-image: url("../../../assets/images/nf-proizvodi-galanterija-2000x1500.webp");
}
.cid-u1IbUysjX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IbUysjX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IbUysjX1 .mbr-section-title {
  color: #ffffff;
}
.cid-u1IbUysjX1 .mbr-text,
.cid-u1IbUysjX1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u1IcNWwBiP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1IcNWwBiP blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1Id7QICkt {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1Id7QICkt .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1Id7QICkt .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1Id7QICkt .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1Id7QICkt .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1Id7QICkt .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1Id7QICkt .icon-focus {
  display: none;
}
.cid-u1Id7QICkt .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1Id7QICkt ul {
  font-size: 0;
}
.cid-u1Id7QICkt .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1Id7QICkt .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1Id7QICkt .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1Id7QICkt .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1Id7QICkt .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1Id7QICkt .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1Id7QICkt .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1Id7QICkt .btn:hover {
  background: transparent !important;
}
.cid-u1Id7QICkt .btn:hover:before {
  background: transparent !important;
}
.cid-u1Id7QICkt .btn:before {
  background-color: transparent !important;
}
.cid-u1Id7QICkt .btn:focus {
  box-shadow: none;
}
.cid-u1Id7QICkt .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1Id7QICkt .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1IiL171sl {
  background-image: url("../../../assets/images/a18-800x600.webp");
}
.cid-u1IiL171sl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IiL171sl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1IiL171sl .mbr-text,
.cid-u1IiL171sl .mbr-section-btn {
  color: #ffffff;
}
.cid-u1IiL171sl .mbr-section-title {
  color: #ffffff;
}
.cid-u1IiMCxLLP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1IiMCxLLP blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1IiG1CfFi {
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u1IiG1CfFi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1IiG1CfFi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1IiG1CfFi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1IiG1CfFi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1IiG1CfFi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1IiG1CfFi .icon-focus {
  display: none;
}
.cid-u1IiG1CfFi .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1IiG1CfFi ul {
  font-size: 0;
}
.cid-u1IiG1CfFi .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1IiG1CfFi .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1IiG1CfFi .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1IiG1CfFi .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1IiG1CfFi .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1IiG1CfFi .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1IiG1CfFi .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1IiG1CfFi .btn:hover {
  background: transparent !important;
}
.cid-u1IiG1CfFi .btn:hover:before {
  background: transparent !important;
}
.cid-u1IiG1CfFi .btn:before {
  background-color: transparent !important;
}
.cid-u1IiG1CfFi .btn:focus {
  box-shadow: none;
}
.cid-u1IiG1CfFi .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1IiG1CfFi .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1IKIfWNMz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #dedede;
}
.cid-u1ILjw9ves {
  padding-top: 30px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #dedede;
}
.cid-u1ILjw9ves .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u1ILjw9ves .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1ILjw9ves .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1ILjw9ves .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u1ILjw9ves .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u1ILjw9ves .icon-focus {
  display: none;
}
.cid-u1ILjw9ves .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u1ILjw9ves ul {
  font-size: 0;
}
.cid-u1ILjw9ves .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u1ILjw9ves .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u1ILjw9ves .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u1ILjw9ves .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u1ILjw9ves .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u1ILjw9ves .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u1ILjw9ves .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u1ILjw9ves .btn:hover {
  background: transparent !important;
}
.cid-u1ILjw9ves .btn:hover:before {
  background: transparent !important;
}
.cid-u1ILjw9ves .btn:before {
  background-color: transparent !important;
}
.cid-u1ILjw9ves .btn:focus {
  box-shadow: none;
}
.cid-u1ILjw9ves .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u1ILjw9ves .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2MqLbe6KI {
  background-image: url("../../../assets/images/zim-info-adris-2000x1500.webp");
}
.cid-u2MqLbe6KI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2MqLbe6KI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2MqLbe6KI .mbr-section-title {
  color: #ffffff;
}
.cid-u2MqLbe6KI .mbr-text,
.cid-u2MqLbe6KI .mbr-section-btn {
  color: #ffffff;
}
.cid-u2MrPviPku {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u2MrPviPku blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2MufEEply {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u2MufEEply .mbr-section-subtitle {
  color: #767676;
}
.cid-u2MufEEply .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2MufEEply .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2MufEEply .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2MufEEply .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2MufEEply .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u2MufEEply .icon-focus,
.cid-u2MufEEply .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u2MufEEply .icon-focus:before,
.cid-u2MufEEply .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2MufEEply .icon-video {
  font-size: 1.5rem !important;
}
.cid-u2MufEEply .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2MufEEply ul {
  font-size: 0;
}
.cid-u2MufEEply .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u2MufEEply .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u2MufEEply .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u2MufEEply .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u2MufEEply .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u2MufEEply .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u2MufEEply .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u2MufEEply .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u2MufEEply .mbr-gallery-filter ul li:first-child,
.cid-u2MufEEply .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u2MufEEply .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u2MufEEply .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2QC01XgvS {
  background-image: url("../../../assets/images/2-2000x1500.webp");
}
.cid-u2QC01XgvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QC01XgvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2QC01XgvS .mbr-section-title {
  color: #ffffff;
}
.cid-u2QC01XgvS .mbr-text,
.cid-u2QC01XgvS .mbr-section-btn {
  color: #ffffff;
}
.cid-u2QC1wTW2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u2QC1wTW2u blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2QDT3adle {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u2QDT3adle .mbr-section-subtitle {
  color: #767676;
}
.cid-u2QDT3adle .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2QDT3adle .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2QDT3adle .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2QDT3adle .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2QDT3adle .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u2QDT3adle .icon-focus,
.cid-u2QDT3adle .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u2QDT3adle .icon-focus:before,
.cid-u2QDT3adle .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2QDT3adle .icon-video {
  font-size: 1.5rem !important;
}
.cid-u2QDT3adle .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2QDT3adle ul {
  font-size: 0;
}
.cid-u2QDT3adle .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u2QDT3adle .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u2QDT3adle .mbr-gallery-filter ul li:first-child,
.cid-u2QDT3adle .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u2QDT3adle .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u2QDT3adle .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2QGrzMKh8 {
  background-image: url("../../../assets/images/d1-1-2000x1500.webp");
}
.cid-u2QGrzMKh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QGrzMKh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2QGrzMKh8 .mbr-section-title {
  color: #ffffff;
}
.cid-u2QGrzMKh8 .mbr-text,
.cid-u2QGrzMKh8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u2QGt8nm0f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u2QGt8nm0f blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u2QGmdieIj {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u2QGmdieIj .mbr-section-subtitle {
  color: #767676;
}
.cid-u2QGmdieIj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2QGmdieIj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2QGmdieIj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2QGmdieIj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2QGmdieIj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u2QGmdieIj .icon-focus,
.cid-u2QGmdieIj .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u2QGmdieIj .icon-focus:before,
.cid-u2QGmdieIj .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2QGmdieIj .icon-video {
  font-size: 1.5rem !important;
}
.cid-u2QGmdieIj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2QGmdieIj ul {
  font-size: 0;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #353535 !important;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u2QGmdieIj .mbr-gallery-filter ul li.active .btn:after {
  border-color: #353535;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u2QGmdieIj .mbr-gallery-filter ul li:first-child,
.cid-u2QGmdieIj .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u2QGmdieIj .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u2QGmdieIj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2QV8uLyaZ {
  background-image: url("../../../assets/images/zim-plaviprogram-2000x1500.webp");
}
.cid-u2QV8uLyaZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2QV8uLyaZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2QV8uLyaZ .mbr-section-title {
  color: #ffffff;
}
.cid-u2QV8uLyaZ .mbr-text,
.cid-u2QV8uLyaZ .mbr-section-btn {
  color: #ffffff;
}
.cid-u2QWocbbpY {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u2QWocbbpY .mbr-section-subtitle {
  color: #767676;
}
.cid-u2QWocbbpY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u2QWocbbpY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2QWocbbpY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2QWocbbpY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u2QWocbbpY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u2QWocbbpY .icon-focus,
.cid-u2QWocbbpY .icon-video {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-u2QWocbbpY .icon-focus:before,
.cid-u2QWocbbpY .icon-video:before {
  content: '+';
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u2QWocbbpY .icon-video {
  font-size: 1.5rem !important;
}
.cid-u2QWocbbpY .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u2QWocbbpY ul {
  font-size: 0;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul {
  text-align: left;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li .btn {
  position: relative;
  padding: 0.5rem 1rem 0.6rem;
  margin: 0!important;
  background-color: transparent !important;
  border-width: 0 !important;
  color: #e96188 !important;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  opacity: 0.5;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li:not(.active) .btn:hover:after,
.cid-u2QWocbbpY .mbr-gallery-filter ul li.active .btn:after {
  border-color: #e96188;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li .btn:hover:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li .btn:not(:hover):after {
  animation: none;
}
.cid-u2QWocbbpY .mbr-gallery-filter ul li:first-child,
.cid-u2QWocbbpY .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-u2QWocbbpY .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-u2QWocbbpY .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u394h0Uiz1 {
  background-image: url("../../../assets/images/pleksi-1600x1000.webp");
}
.cid-u394h0Uiz1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u394h0Uiz1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u394h0Uiz1 .mbr-text,
.cid-u394h0Uiz1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u394h0Uiz1 .mbr-section-title {
  color: #ffffff;
}
.cid-u39dUpqFWP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u39dUpqFWP H1 {
  color: #232323;
}
.cid-u39dUpqFWP .mbr-text,
.cid-u39dUpqFWP .mbr-section-btn {
  color: #000000;
}
.cid-u39dUpqFWP .img1 {
  box-shadow: 0 10px 55px 5px rgba(212, 212, 212, 0.35);
  border-radius: 10px;
}
.cid-u39dUpqFWP .relative {
  position: relative;
}
.cid-u39dUpqFWP .card-img {
  width: 50%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-u39dUpqFWP .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-u39dUpqFWP .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-u39dUpqFWP .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-u39dUpqFWP .card-img1 .img1 {
  width: 180%;
}
.cid-u39dUpqFWP .img2 {
  box-shadow: 0 10px 55px 5px rgba(212, 212, 212, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-u39Wmi3CAj {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f4f8fa;
}
.cid-u39Wmi3CAj .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-u39Wmi3CAj .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-u39Wmi3CAj .text-content {
  padding-right: 1.5rem;
}
.cid-u39Wmi3CAj .mbr-text,
.cid-u39Wmi3CAj .mbr-section-btn {
  color: #000000;
}
.cid-u39Wmi3CAj .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(159, 108, 96, 0.3);
  box-shadow: 0px 0px 30px rgba(159, 108, 96, 0.3);
  border-radius: .25rem;
}
.cid-u39Wmi3CAj .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-u39Wmi3CAj .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-u39Wmi3CAj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-u39Wmi3CAj .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-u39Wmi3CAj .main-row {
    margin: 0;
  }
  .cid-u39Wmi3CAj .mbr-section-title,
  .cid-u39Wmi3CAj .mbr-text,
  .cid-u39Wmi3CAj .list,
  .cid-u39Wmi3CAj .mbr-section-btn {
    text-align: center !important;
  }
  .cid-u39Wmi3CAj .text-content {
    padding: 0;
  }
}
.cid-u3Mx8mXnLO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u3Mx8mXnLO h4 {
  margin-bottom: 0;
}
.cid-u3Mx8mXnLO p {
  color: #767676;
}
.cid-u3Mx8mXnLO .cardcenter {
  background-color: #ff0000;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-u3Mx8mXnLO .cardcenter:hover {
  background-color: #353535;
}
.cid-u3Mx8mXnLO .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-u3Mx8mXnLO .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-u3Mx8mXnLO .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-u3Mx8mXnLO .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-u3Mx8mXnLO .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-u3Mx8mXnLO .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #ff0000 !important;
  box-shadow: none!important;
}
.cid-u3Mx8mXnLO .btn[class*="-outline"]:active,
.cid-u3Mx8mXnLO .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-u3Mx8mXnLO .card-box {
  padding-top: 2rem;
}
.cid-u3Mx8mXnLO .card-wrapper {
  height: 100%;
}
.cid-u3Mx8mXnLO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-u3Mx8mXnLO img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-u3Mx8mXnLO .card-title {
  color: #ff0000;
}
.cid-u3Mx8mXnLO .main-title {
  color: #232323;
}
.cid-u3Mx8mXnLO .text {
  color: #ffffff;
}
.cid-u3Mx8mXnLO .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-u3Mx8mXnLO .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-u3Mx8mXnLO .link {
    margin: auto;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u3MBrwLVmS {
  background-image: url("../../../assets/images/pexels-photo-3-2000x1333.webp");
}
.cid-u3MBrwLVmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3MBrwLVmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3MBrwLVmS .mbr-section-title {
  color: #ffffff;
}
.cid-u3MGaizU1f {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u3MGaizU1f h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u3MGaizU1f p {
  color: #767676;
  text-align: left;
}
.cid-u3MGaizU1f .card-box {
  padding-top: 2rem;
}
.cid-u3MGaizU1f .card-wrapper {
  height: 100%;
}
.cid-u3MGaizU1f img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-u3MGaizU1f P {
  text-align: center;
  color: #000000;
}
.cid-u3MGaizU1f .card-title {
  text-align: center;
}
.cid-u3MGaizU1f .card-img {
  position: relative;
}
.cid-u3MGaizU1f .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-u3MGaizU1f .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #ff0000;
}
.cid-u51WkietLj {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-u51WkietLj .container {
  max-width: 1500px;
}
.cid-u51WkietLj .row {
  background: #ff0000;
}
.cid-u51WkietLj .img-col {
  padding: 0;
}
.cid-u51WkietLj .title-col {
  padding: 4rem 8rem;
}
.cid-u51WkietLj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u51WkietLj h2 {
  padding: 0;
  margin: 0;
}
.cid-u51WkietLj .text-wrap {
  margin: auto;
}
.cid-u51WkietLj .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-u51WkietLj .row {
    margin: 2rem;
  }
  .cid-u51WkietLj .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u51WkietLj .row {
    margin: 0rem;
  }
  .cid-u51WkietLj .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u51XdmLXDC {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #232323;
}
.cid-u51XdmLXDC .container {
  max-width: 1500px;
}
.cid-u51XdmLXDC .row {
  background: #333333;
}
.cid-u51XdmLXDC .img-col {
  padding: 0;
}
.cid-u51XdmLXDC .title-col {
  padding: 4rem 8rem;
}
.cid-u51XdmLXDC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u51XdmLXDC h2 {
  padding: 0;
  margin: 0;
}
.cid-u51XdmLXDC .text-wrap {
  margin: auto;
}
.cid-u51XdmLXDC .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-u51XdmLXDC .row {
    margin: 2rem;
  }
  .cid-u51XdmLXDC .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u51XdmLXDC .row {
    margin: 0rem;
  }
  .cid-u51XdmLXDC .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u523C1Vxk4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-u523C1Vxk4 .container {
  max-width: 1500px;
}
.cid-u523C1Vxk4 .row {
  background: #ffffff;
}
.cid-u523C1Vxk4 .img-col {
  padding: 0;
}
.cid-u523C1Vxk4 .title-col {
  padding: 4rem 8rem;
}
.cid-u523C1Vxk4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u523C1Vxk4 h2 {
  padding: 0;
  margin: 0;
}
.cid-u523C1Vxk4 .text-wrap {
  margin: auto;
}
.cid-u523C1Vxk4 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-u523C1Vxk4 .row {
    margin: 2rem;
  }
  .cid-u523C1Vxk4 .title-col {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u523C1Vxk4 .row {
    margin: 0rem;
  }
  .cid-u523C1Vxk4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u523C1Vxk4 H2 {
  color: #000000;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u51LMXQ3ga {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-u51LMXQ3ga .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-u51LMXQ3ga .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-u51LMXQ3ga .form-control:focus,
.cid-u51LMXQ3ga .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-u51LMXQ3ga .form-group {
  margin-bottom: 1rem;
}
.cid-u51LMXQ3ga input::-webkit-input-placeholder,
.cid-u51LMXQ3ga textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-u51LMXQ3ga input:-moz-placeholder,
.cid-u51LMXQ3ga textarea:-moz-placeholder {
  color: #656565;
}
.cid-u51LMXQ3ga .jq-selectbox li,
.cid-u51LMXQ3ga .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u51LMXQ3ga .jq-selectbox li:hover,
.cid-u51LMXQ3ga .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-u51LMXQ3ga .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u51LMXQ3ga .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-u51LMXQ3ga .map {
  width: 100%;
  height: 30rem;
}
.cid-u51LMXQ3ga .map iframe {
  width: inherit;
  height: 100%;
}
.cid-u51LMXQ3ga .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u51LMXQ3ga .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-u51LMXQ3ga .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-u51LMXQ3ga .mbr-text {
  color: #767676;
}
.cid-u51LMXQ3ga a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-u51LMXQ3ga .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-u51LMXQ3ga .input-group-btn {
  display: block;
  text-align: center;
}
.cid-u51LMXQ3ga textarea.form-control {
  resize: none;
}
.cid-u51LMXQ3ga .google-map {
  height: 25rem;
  position: relative;
}
.cid-u51LMXQ3ga .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u51LMXQ3ga .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u51LMXQ3ga .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u51LMXQ3ga .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-u51LMXQ3ga h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-u51LMXQ3ga .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-u51LMXQ3ga .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-u51LMXQ3ga .google-map {
    padding-bottom: 2rem;
  }
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u526atuQv8 {
  background-image: url("../../../assets/images/zim-koncept-dizajn-2000x1500.webp");
}
.cid-u526atuQv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u526atuQv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u526atuQv8 .mbr-text,
.cid-u526atuQv8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u526atuQv8 .mbr-section-title {
  color: #ffffff;
}
.cid-u5278feaor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5278feaor blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u528UFdW4W {
  background-image: url("../../../assets/images/zim-info-adris-1-900x600.webp");
}
.cid-u528UFdW4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u528UFdW4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u528UFdW4W .mbr-section-title {
  color: #ffffff;
}
.cid-u528UFdW4W .mbr-text,
.cid-u528UFdW4W .mbr-section-btn {
  color: #ffffff;
}
.cid-u52a30gySW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u52a30gySW blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u5FkhaL4bL {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u5FkhaL4bL .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5FkhaL4bL .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5FkhaL4bL .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5FkhaL4bL .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5FkhaL4bL .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5FkhaL4bL .icon-focus {
  display: none;
}
.cid-u5FkhaL4bL .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5FkhaL4bL ul {
  font-size: 0;
}
.cid-u5FkhaL4bL .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5FkhaL4bL .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5FkhaL4bL .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u5FkhaL4bL .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5FkhaL4bL .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5FkhaL4bL .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u5FkhaL4bL .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5FkhaL4bL .btn:hover {
  background: transparent !important;
}
.cid-u5FkhaL4bL .btn:hover:before {
  background: transparent !important;
}
.cid-u5FkhaL4bL .btn:before {
  background-color: transparent !important;
}
.cid-u5FkhaL4bL .btn:focus {
  box-shadow: none;
}
.cid-u5FkhaL4bL .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5FkhaL4bL .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u5G1lhM5l6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5G1lhM5l6 blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u5G1gxP7Bl {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-u5G1gxP7Bl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u5G1gxP7Bl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5G1gxP7Bl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5G1gxP7Bl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u5G1gxP7Bl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u5G1gxP7Bl .icon-focus {
  display: none;
}
.cid-u5G1gxP7Bl .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-u5G1gxP7Bl ul {
  font-size: 0;
}
.cid-u5G1gxP7Bl .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-u5G1gxP7Bl .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-u5G1gxP7Bl .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-u5G1gxP7Bl .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-u5G1gxP7Bl .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-u5G1gxP7Bl .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-u5G1gxP7Bl .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-u5G1gxP7Bl .btn:hover {
  background: transparent !important;
}
.cid-u5G1gxP7Bl .btn:hover:before {
  background: transparent !important;
}
.cid-u5G1gxP7Bl .btn:before {
  background-color: transparent !important;
}
.cid-u5G1gxP7Bl .btn:focus {
  box-shadow: none;
}
.cid-u5G1gxP7Bl .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-u5G1gxP7Bl .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxjbVsdy7S {
  background-image: url("../../../assets/images/zim-2-bp-brala-2000x1300.webp");
}
.cid-uxjbVsdy7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjbVsdy7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjbVsdy7S .mbr-section-title {
  color: #ffffff;
}
.cid-uxjbVsdy7S .mbr-text,
.cid-uxjbVsdy7S .mbr-section-btn {
  color: #ffffff;
}
.cid-uxjbXALAxF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uxjbXALAxF blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxp9q3ci6e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxp9q3ci6e .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxp9q3ci6e .mbr-text {
  text-align: left;
}
.cid-uxp4T54Esz {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uxp4T54Esz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxp4T54Esz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxp4T54Esz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxp4T54Esz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxp4T54Esz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxp4T54Esz .icon-focus {
  display: none;
}
.cid-uxp4T54Esz .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uxp4T54Esz ul {
  font-size: 0;
}
.cid-uxp4T54Esz .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uxp4T54Esz .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uxp4T54Esz .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-uxp4T54Esz .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uxp4T54Esz .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uxp4T54Esz .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uxp4T54Esz .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uxp4T54Esz .btn:hover {
  background: transparent !important;
}
.cid-uxp4T54Esz .btn:hover:before {
  background: transparent !important;
}
.cid-uxp4T54Esz .btn:before {
  background-color: transparent !important;
}
.cid-uxp4T54Esz .btn:focus {
  box-shadow: none;
}
.cid-uxp4T54Esz .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uxp4T54Esz .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uxp9Rj33mW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uxp9Rj33mW .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uxp9Rj33mW .mbr-text {
  text-align: left;
}
.cid-uxp8qvJ28G {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uxp8qvJ28G .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxp8qvJ28G .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxp8qvJ28G .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxp8qvJ28G .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxp8qvJ28G .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxp8qvJ28G .icon-focus {
  display: none;
}
.cid-uxp8qvJ28G .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uxp8qvJ28G ul {
  font-size: 0;
}
.cid-uxp8qvJ28G .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uxp8qvJ28G .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uxp8qvJ28G .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-uxp8qvJ28G .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uxp8qvJ28G .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uxp8qvJ28G .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uxp8qvJ28G .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uxp8qvJ28G .btn:hover {
  background: transparent !important;
}
.cid-uxp8qvJ28G .btn:hover:before {
  background: transparent !important;
}
.cid-uxp8qvJ28G .btn:before {
  background-color: transparent !important;
}
.cid-uxp8qvJ28G .btn:focus {
  box-shadow: none;
}
.cid-uxp8qvJ28G .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uxp8qvJ28G .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpsnJWIe8 {
  background-image: url("../../../assets/images/zim-banke-addiko-banka-2000x1500.webp");
}
.cid-uxpsnJWIe8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpsnJWIe8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpsnJWIe8 .mbr-section-title {
  color: #ffffff;
}
.cid-uxpsnJWIe8 .mbr-text,
.cid-uxpsnJWIe8 .mbr-section-btn {
  color: #fafafa;
}
.cid-uxptsMHaRY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uxptsMHaRY blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxptSZpg7D {
  padding-top: 30px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uxptSZpg7D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxptSZpg7D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxptSZpg7D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxptSZpg7D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxptSZpg7D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxptSZpg7D .icon-focus {
  display: none;
}
.cid-uxptSZpg7D .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uxptSZpg7D ul {
  font-size: 0;
}
.cid-uxptSZpg7D .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uxptSZpg7D .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uxptSZpg7D .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-uxptSZpg7D .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uxptSZpg7D .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uxptSZpg7D .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uxptSZpg7D .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uxptSZpg7D .btn:hover {
  background: transparent !important;
}
.cid-uxptSZpg7D .btn:hover:before {
  background: transparent !important;
}
.cid-uxptSZpg7D .btn:before {
  background-color: transparent !important;
}
.cid-uxptSZpg7D .btn:focus {
  box-shadow: none;
}
.cid-uxptSZpg7D .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uxptSZpg7D .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uxpxMmzj0u {
  padding-top: 15px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uxpxMmzj0u .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxpxMmzj0u .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxpxMmzj0u .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxpxMmzj0u .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxpxMmzj0u .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxpxMmzj0u .icon-focus {
  display: none;
}
.cid-uxpxMmzj0u .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uxpxMmzj0u ul {
  font-size: 0;
}
.cid-uxpxMmzj0u .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uxpxMmzj0u .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uxpxMmzj0u .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-uxpxMmzj0u .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uxpxMmzj0u .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uxpxMmzj0u .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uxpxMmzj0u .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uxpxMmzj0u .btn:hover {
  background: transparent !important;
}
.cid-uxpxMmzj0u .btn:hover:before {
  background: transparent !important;
}
.cid-uxpxMmzj0u .btn:before {
  background-color: transparent !important;
}
.cid-uxpxMmzj0u .btn:focus {
  box-shadow: none;
}
.cid-uxpxMmzj0u .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uxpxMmzj0u .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxq6JVl0mx {
  background-image: url("../../../assets/images/zim-shop-hm-1200x675.webp");
}
.cid-uxq6JVl0mx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxq6JVl0mx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxq6JVl0mx .mbr-section-title {
  color: #ffffff;
}
.cid-uxq6JVl0mx .mbr-text,
.cid-uxq6JVl0mx .mbr-section-btn {
  color: #fafafa;
}
.cid-uxq85UBZU0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uxq85UBZU0 blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxq8QSFDO1 {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uxq8QSFDO1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxq8QSFDO1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxq8QSFDO1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxq8QSFDO1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxq8QSFDO1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #353535;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxq8QSFDO1 .icon-focus {
  display: none;
}
.cid-uxq8QSFDO1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uxq8QSFDO1 ul {
  font-size: 0;
}
.cid-uxq8QSFDO1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-uxq8QSFDO1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uxq8QSFDO1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ff0000, #bbbbbb);
}
.cid-uxq8QSFDO1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uxq8QSFDO1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uxq8QSFDO1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-uxq8QSFDO1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uxq8QSFDO1 .btn:hover {
  background: transparent !important;
}
.cid-uxq8QSFDO1 .btn:hover:before {
  background: transparent !important;
}
.cid-uxq8QSFDO1 .btn:before {
  background-color: transparent !important;
}
.cid-uxq8QSFDO1 .btn:focus {
  box-shadow: none;
}
.cid-uxq8QSFDO1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-uxq8QSFDO1 .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxqhdOR0Bk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxqUniS3JZ {
  background-image: url("../../../assets/images/m1-2000x1300.webp");
}
.cid-uxqUniS3JZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqUniS3JZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqUniS3JZ .mbr-section-title {
  color: #ffffff;
}
.cid-uxqUniS3JZ .mbr-text,
.cid-uxqUniS3JZ .mbr-section-btn {
  color: #fafafa;
}
.cid-uxqZGyR8wB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uxqZGyR8wB blockquote {
  border-color: #ff0000;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uxuuuRX8kG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uxuuuRX8kG .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uxuuuRX8kG .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxuuuRX8kG .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uxuuuRX8kG .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uxuuuRX8kG .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uxuuuRX8kG .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-uxuuuRX8kG .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-uxuuuRX8kG .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-uxuuuRX8kG .mbr-gallery-filter ul {
  display: block;
}
.cid-uxuuuRX8kG .mbr-gallery-filter ul li {
  position: relative;
}
.cid-uxuuuRX8kG .mbr-gallery-filter li.active .btn {
  color: #ff0000 !important;
  background: transparent;
}
.cid-uxuuuRX8kG .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ff0000 !important;
}
.cid-uxuuuRX8kG .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-uxuuuRX8kG .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-uxuuuRX8kG .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ff0000 !important;
}
.cid-uxuuuRX8kG .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-uxuuuRX8kG .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-uxuuuRX8kG .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-uxuuuRX8kG .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-uxuuuRX8kG .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-uxuuuRX8kG .icon-focus:before {
  content: '\e95e';
}
.cid-uxuuuRX8kG .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-uxuuuRX8kG .mbr-section-title {
  margin: 0;
}
.cid-uxuuuRX8kG .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-uxuuuRX8kG .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-uxuuuRX8kG .mbr-gallery-item > div > span {
  text-align: left;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxwBCIGRVJ {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #bbbbbb;
}
.cid-uxwBCIGRVJ .carousel {
  width: 100%;
}
.cid-uxwBCIGRVJ .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-uxwBCIGRVJ .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-uxwBCIGRVJ .carousel-caption {
  bottom: 40px;
}
.cid-uxwBCIGRVJ .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uxwBCIGRVJ .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uxwBCIGRVJ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uxwBCIGRVJ .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uxwBCIGRVJ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uxwBCIGRVJ .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uxwBCIGRVJ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uxwBCIGRVJ .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uxwBCIGRVJ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uxwBCIGRVJ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxwBCIGRVJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uxwBCIGRVJ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uxwBCIGRVJ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uxwBCIGRVJ .carousel-indicators li.active,
.cid-uxwBCIGRVJ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uxwBCIGRVJ .carousel-indicators li::after,
.cid-uxwBCIGRVJ .carousel-indicators li::before {
  content: none;
}
.cid-uxwBCIGRVJ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uxwBCIGRVJ .carousel-indicators {
    display: none !important;
  }
}
.cid-uxwBCIGRVJ DIV {
  text-align: left;
}
.cid-uxwGBkB0qQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uxwGBkB0qQ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uxwGBkB0qQ p {
  color: #767676;
  text-align: left;
}
.cid-uxwGBkB0qQ .card-box {
  padding-top: 2rem;
}
.cid-uxwGBkB0qQ .card-wrapper {
  height: 100%;
}
.cid-uxwGBkB0qQ img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uxwGBkB0qQ P {
  text-align: center;
  color: #353535;
}
.cid-uxwGBkB0qQ .card-title {
  text-align: center;
}
.cid-uxwGBkB0qQ .card-img {
  position: relative;
}
.cid-uxwGBkB0qQ .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uxwGBkB0qQ .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #ff0000;
}
.cid-uxwG7YFhYH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #353535;
}
@media (max-width: 992px) {
  .cid-uxwG7YFhYH {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-uxwG7YFhYH .text {
  padding: 0;
}
.cid-uxwG7YFhYH section {
  position: relative;
}
.cid-uxwG7YFhYH h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-uxwG7YFhYH .mbr-iconfont {
  padding: 0!important;
}
.cid-uxwG7YFhYH .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #353535;
}
.cid-uxwG7YFhYH .box {
  background-image: url("../../../assets/images/youtube-podloga-1079x619.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxwG7YFhYH .icon-wrap {
  background-color: #e43f3f !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uxwG7YFhYH .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-uxwG7YFhYH .icon-wrap span {
  padding-left: 8px;
}
.cid-uxwG7YFhYH .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uxwG7YFhYH .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uxwG7YFhYH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxwG7YFhYH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxwG7YFhYH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxwG7YFhYH a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uxwG7YFhYH a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uxwG7YFhYH {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-uxwG7YFhYH .box {
    height: 250px;
  }
  .cid-uxwG7YFhYH .row {
    padding: 1rem!important;
  }
}
.cid-uxwG7YFhYH H2 {
  color: #ffffff;
}
.cid-uxNFcpORvr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxNFcpORvr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxNFcpORvr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxNFcpORvr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uxNFcpORvr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxNFcpORvr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uxNFcpORvr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxNFcpORvr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uxNFcpORvr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uxNFcpORvr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uxNGJNdU4z {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uxNGJNdU4z .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-uxNGJNdU4z .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-uxNGJNdU4z .form-control:focus,
.cid-uxNGJNdU4z .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-uxNGJNdU4z .form-group {
  margin-bottom: 1rem;
}
.cid-uxNGJNdU4z input::-webkit-input-placeholder,
.cid-uxNGJNdU4z textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-uxNGJNdU4z input:-moz-placeholder,
.cid-uxNGJNdU4z textarea:-moz-placeholder {
  color: #656565;
}
.cid-uxNGJNdU4z .jq-selectbox li,
.cid-uxNGJNdU4z .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxNGJNdU4z .jq-selectbox li:hover,
.cid-uxNGJNdU4z .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-uxNGJNdU4z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxNGJNdU4z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-uxNGJNdU4z .map {
  width: 100%;
  height: 30rem;
}
.cid-uxNGJNdU4z .map iframe {
  width: inherit;
  height: 100%;
}
.cid-uxNGJNdU4z .icon-block {
  margin-bottom: 10px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uxNGJNdU4z .icon-block .icon-block__icon {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uxNGJNdU4z .icon-block .icon-block__title {
  display: inline-block;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
}
.cid-uxNGJNdU4z .mbr-text {
  color: #767676;
}
.cid-uxNGJNdU4z a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-uxNGJNdU4z .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-uxNGJNdU4z .input-group-btn {
  display: block;
  text-align: center;
}
.cid-uxNGJNdU4z textarea.form-control {
  resize: none;
}
.cid-uxNGJNdU4z .google-map {
  height: 25rem;
  position: relative;
}
.cid-uxNGJNdU4z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxNGJNdU4z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxNGJNdU4z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxNGJNdU4z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-uxNGJNdU4z h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uxNGJNdU4z .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-uxNGJNdU4z .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-uxNGJNdU4z .google-map {
    padding-bottom: 2rem;
  }
}
.cid-uysZrcwVVV .navbar-dropdown {
  position: relative !important;
}
.cid-uysZrcwVVV .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uysZrcwVVV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uysZrcwVVV .dropdown-item:hover,
.cid-uysZrcwVVV .dropdown-item:focus {
  background: #ff0000 !important;
  color: white !important;
}
.cid-uysZrcwVVV .dropdown-item:hover span {
  color: white;
}
.cid-uysZrcwVVV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uysZrcwVVV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uysZrcwVVV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uysZrcwVVV .nav-link {
  position: relative;
}
.cid-uysZrcwVVV .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uysZrcwVVV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown-menu,
.cid-uysZrcwVVV .navbar.opened {
  background: #fafafa !important;
}
.cid-uysZrcwVVV .nav-item:focus,
.cid-uysZrcwVVV .nav-link:focus {
  outline: none;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uysZrcwVVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uysZrcwVVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uysZrcwVVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uysZrcwVVV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.opened {
  transition: all 0.3s;
}
.cid-uysZrcwVVV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uysZrcwVVV .navbar .navbar-logo img {
  width: auto;
}
.cid-uysZrcwVVV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar.collapsed {
  justify-content: center;
}
.cid-uysZrcwVVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uysZrcwVVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uysZrcwVVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uysZrcwVVV .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: 41%;
}
.cid-uysZrcwVVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uysZrcwVVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uysZrcwVVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uysZrcwVVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uysZrcwVVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uysZrcwVVV .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: 40%;
  }
  .cid-uysZrcwVVV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uysZrcwVVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uysZrcwVVV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uysZrcwVVV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uysZrcwVVV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uysZrcwVVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uysZrcwVVV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uysZrcwVVV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uysZrcwVVV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uysZrcwVVV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uysZrcwVVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uysZrcwVVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uysZrcwVVV .dropdown-item.active,
.cid-uysZrcwVVV .dropdown-item:active {
  background-color: transparent;
}
.cid-uysZrcwVVV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uysZrcwVVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fafafa;
}
.cid-uysZrcwVVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uysZrcwVVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uysZrcwVVV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uysZrcwVVV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uysZrcwVVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uysZrcwVVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uysZrcwVVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uysZrcwVVV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uysZrcwVVV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uysZrcwVVV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uysZrcwVVV .navbar {
    height: 70px;
  }
  .cid-uysZrcwVVV .navbar.opened {
    height: auto;
  }
  .cid-uysZrcwVVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u15ggLeMAA {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #bbbbbb;
}
.cid-u15ggLeMAA .carousel {
  width: 100%;
}
.cid-u15ggLeMAA .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-u15ggLeMAA .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-u15ggLeMAA .carousel-caption {
  bottom: 40px;
}
.cid-u15ggLeMAA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-u15ggLeMAA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-u15ggLeMAA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-u15ggLeMAA .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-u15ggLeMAA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-u15ggLeMAA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-u15ggLeMAA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-u15ggLeMAA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u15ggLeMAA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u15ggLeMAA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u15ggLeMAA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u15ggLeMAA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-u15ggLeMAA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u15ggLeMAA .carousel-indicators li.active,
.cid-u15ggLeMAA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u15ggLeMAA .carousel-indicators li::after,
.cid-u15ggLeMAA .carousel-indicators li::before {
  content: none;
}
.cid-u15ggLeMAA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u15ggLeMAA .carousel-indicators {
    display: none !important;
  }
}
.cid-u15ggLeMAA P {
  color: #fafafa;
}
.cid-u13RBb5kmB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-u13RBb5kmB h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u13RBb5kmB p {
  color: #767676;
  text-align: left;
}
.cid-u13RBb5kmB .card-box {
  padding-top: 2rem;
}
.cid-u13RBb5kmB .card-wrapper {
  height: 100%;
}
.cid-u13RBb5kmB img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-u13RBb5kmB P {
  text-align: center;
  color: #353535;
}
.cid-u13RBb5kmB .card-title {
  text-align: center;
}
.cid-u13RBb5kmB .card-img {
  position: relative;
}
.cid-u13RBb5kmB .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-u13RBb5kmB .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #ff0000;
}
.cid-u13GcbiCKg {
  display: flex;
  background-image: url("../../../assets/images/zim-2-bp-brala-2000x1300.webp");
}
.cid-u13GcbiCKg .mbr-overlay {
  background: #232323;
  background: linear-gradient(90deg, #232323, #353535);
}
.cid-u13GcbiCKg .mbr-section-title {
  margin: 0;
}
.cid-u13GcbiCKg .mbr-text {
  color: #efefef;
}
.cid-u13GcbiCKg .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-u13GcbiCKg .card-img {
  text-align: left;
}
.cid-u13GcbiCKg .card .card-img span {
  font-size: 60px;
  color: #ffffff;
}
.cid-u13GcbiCKg .header-content {
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-u13GcbiCKg .header-content .text-row {
  margin: auto 0;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u13GcbiCKg .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-u13GcbiCKg .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u13GcbiCKg .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-u15DgmCDW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u15DgmCDW8 .mbr-text {
  color: #353535;
}
.cid-uxiZDkqKzg {
  overflow: hidden !important;
  background: linear-gradient(to right, #ff0000 0%, #ff0000 30%, #bbbbbb 30%, #bbbbbb 100%);
}
.cid-uxiZDkqKzg .animated-element {
  color: #efefef;
}
.cid-uxiZDkqKzg .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-uxiZDkqKzg .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uxiZDkqKzg {
    background: #bbbbbb;
  }
}
.cid-uxiZDkqKzg .mbr-section-subtitle {
  color: #353535;
}
.cid-uxiZDkqKzg .mbr-text,
.cid-uxiZDkqKzg .mbr-section-btn {
  color: #353535;
}
.cid-u144DBLAIM {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #dedede;
}
.cid-u144DBLAIM .card-title {
  line-height: 1.6;
  margin: 0;
}
.cid-u144DBLAIM .card {
  overflow: visible;
  transition: all 0.3s;
}
.cid-u144DBLAIM .card:hover {
  margin-top: -0.6rem;
}
.cid-u144DBLAIM .card-wrapper {
  position: relative;
}
.cid-u144DBLAIM .card-img {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  border-radius: 6px;
}
.cid-u144DBLAIM .card-img:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.cid-u144DBLAIM .card-img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: black;
  opacity: 0.2;
  z-index: 10;
  pointer-events: none;
  border-radius: 6px;
}
.cid-u144DBLAIM .big {
  margin-top: -25%;
}
.cid-u144DBLAIM .card-box {
  position: absolute;
  overflow: hidden;
  margin-bottom: -8px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 100;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-u144DBLAIM .small {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cid-u144DBLAIM .card:not(.last-child) {
    padding-bottom: 1.5rem !important;
  }
}
.cid-u13VHu1r6r {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #353535;
}
@media (max-width: 992px) {
  .cid-u13VHu1r6r {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-u13VHu1r6r .text {
  padding: 0;
}
.cid-u13VHu1r6r section {
  position: relative;
}
.cid-u13VHu1r6r h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-u13VHu1r6r .mbr-iconfont {
  padding: 0!important;
}
.cid-u13VHu1r6r .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #353535;
}
.cid-u13VHu1r6r .box {
  background-image: url("../../../assets/images/youtube-podloga-1079x619.webp");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u13VHu1r6r .icon-wrap {
  background-color: #e43f3f !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-u13VHu1r6r .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-u13VHu1r6r .icon-wrap span {
  padding-left: 8px;
}
.cid-u13VHu1r6r .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-u13VHu1r6r .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-u13VHu1r6r .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u13VHu1r6r .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u13VHu1r6r .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u13VHu1r6r a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-u13VHu1r6r a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u13VHu1r6r {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-u13VHu1r6r .box {
    height: 250px;
  }
  .cid-u13VHu1r6r .row {
    padding: 1rem!important;
  }
}
.cid-u13VHu1r6r H2 {
  color: #ffffff;
}
.cid-u15mxsKe7W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-u15mxsKe7W .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-u15mxsKe7W .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u15mxsKe7W .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u15mxsKe7W .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-u15mxsKe7W .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-u15mxsKe7W .mbr-gallery-item > div:hover::before {
  opacity: 0.5 !important;
}
.cid-u15mxsKe7W .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-u15mxsKe7W .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #232323 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  background: transparent;
  padding: 12px 15px 12px 15px;
}
.cid-u15mxsKe7W .mbr-gallery-filter ul {
  display: block;
}
.cid-u15mxsKe7W .mbr-gallery-filter ul li {
  position: relative;
}
.cid-u15mxsKe7W .mbr-gallery-filter li.active .btn {
  color: #ff0000 !important;
  background: transparent;
}
.cid-u15mxsKe7W .mbr-gallery-filter .btn::after {
  bottom: 0.5rem;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  width: 4px;
  transition: all 0.3s ease-in-out;
  background: #ff0000 !important;
}
.cid-u15mxsKe7W .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-u15mxsKe7W .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-u15mxsKe7W .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background: #ff0000 !important;
}
.cid-u15mxsKe7W .mbr-gallery-filter .mbr-gallery-filter-all.active .btn.active:after,
.cid-u15mxsKe7W .mbr-gallery-filter .mbr-gallery-filter-all:not(.active) .btn.active:after {
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}
.cid-u15mxsKe7W .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 100%;
  top: -2rem;
  right: 0;
  text-align: right;
  padding: 1rem;
  color: #fff;
  background: transparent;
}
.cid-u15mxsKe7W .mbr-gallery-item > div:hover .mbr-gallery-title {
  top: 0;
  right: 0;
  display: block;
  visibility: visible;
  opacity: 1;
}
.cid-u15mxsKe7W .mbr-gallery-item > div:hover .icon-focus {
  top: calc(50% - 24px);
}
.cid-u15mxsKe7W .icon-focus:before {
  content: '\e95e';
}
.cid-u15mxsKe7W .icon-focus {
  font-family: 'MobiriseIcons' !important;
  transition: all .3s;
  font-size: 2rem !important;
  top: 50%;
  left: calc(50% - 24px);
  width: 48px;
  padding: 0 8px;
  border-radius: 50%;
  color: #444444 !important;
  background-color: #ffffff;
}
.cid-u15mxsKe7W .mbr-section-title {
  margin: 0;
}
.cid-u15mxsKe7W .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-u15mxsKe7W .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-u1sabFol6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u1sabFol6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1sabFol6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1sabFol6N .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u1sabFol6N .row {
    text-align: center;
  }
  .cid-u1sabFol6N .row > div {
    margin: auto;
  }
  .cid-u1sabFol6N .social-row {
    justify-content: center;
  }
}
.cid-u1sabFol6N .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u1sabFol6N .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u1sabFol6N .list {
    margin-bottom: 0rem;
  }
}
.cid-u1sabFol6N .mbr-text {
  color: #ffffff;
}
.cid-u1sabFol6N .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u1sabFol6N .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u1sabFol6N div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-vjpR8bwRhT {
  z-index: 1000;
  width: 100%;
}
.cid-vjpR8bwRhT .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vjpR8bwRhT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vjpR8bwRhT .navbar-nav {
    max-width: 45%;
  }
}
.cid-vjpR8bwRhT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vjpR8bwRhT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vjpR8bwRhT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vjpR8bwRhT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vjpR8bwRhT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vjpR8bwRhT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vjpR8bwRhT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vjpR8bwRhT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vjpR8bwRhT .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vjpR8bwRhT .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vjpR8bwRhT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjpR8bwRhT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vjpR8bwRhT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjpR8bwRhT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjpR8bwRhT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vjpR8bwRhT .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vjpR8bwRhT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vjpR8bwRhT .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vjpR8bwRhT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vjpR8bwRhT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjpR8bwRhT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-vjpR8bwRhT .nav-item:focus,
.cid-vjpR8bwRhT .nav-link:focus {
  outline: none;
}
.cid-vjpR8bwRhT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjpR8bwRhT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjpR8bwRhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjpR8bwRhT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjpR8bwRhT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjpR8bwRhT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjpR8bwRhT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vjpR8bwRhT .navbar.opened {
  transition: all 0.3s;
}
.cid-vjpR8bwRhT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjpR8bwRhT .navbar .navbar-logo img {
  width: auto;
}
.cid-vjpR8bwRhT .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vjpR8bwRhT .navbar.collapsed {
  justify-content: center;
}
.cid-vjpR8bwRhT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjpR8bwRhT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjpR8bwRhT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vjpR8bwRhT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjpR8bwRhT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjpR8bwRhT .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: 41%;
}
.cid-vjpR8bwRhT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjpR8bwRhT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjpR8bwRhT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vjpR8bwRhT .navbar {
    min-height: 72px;
  }
  .cid-vjpR8bwRhT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vjpR8bwRhT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjpR8bwRhT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjpR8bwRhT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjpR8bwRhT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjpR8bwRhT .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: 40%;
  }
  .cid-vjpR8bwRhT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjpR8bwRhT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vjpR8bwRhT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjpR8bwRhT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vjpR8bwRhT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vjpR8bwRhT .dropdown-item.active,
.cid-vjpR8bwRhT .dropdown-item:active {
  background-color: transparent;
}
.cid-vjpR8bwRhT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjpR8bwRhT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjpR8bwRhT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjpR8bwRhT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vjpR8bwRhT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vjpR8bwRhT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vjpR8bwRhT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjpR8bwRhT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vjpR8bwRhT .navbar-buttons {
    text-align: left;
  }
}
.cid-vjpR8bwRhT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjpR8bwRhT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vjpR8bwRhT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjpR8bwRhT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjpR8bwRhT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjpR8bwRhT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjpR8bwRhT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpR8bwRhT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjpR8bwRhT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjpR8bwRhT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjpR8bwRhT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vjpR8bwRhT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjpR8bwRhT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vjpR8bwRhT .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjpR8bwRhT .navbar {
    height: 70px;
  }
  .cid-vjpR8bwRhT .navbar.opened {
    height: auto;
  }
  .cid-vjpR8bwRhT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vjpR8bwRhT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vjpR8bwRhT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vjpR8bwRhT .navbar-brand {
    margin-right: auto;
  }
  .cid-vjpR8bwRhT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vjpR8bwRhT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vjpR8bwRhT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vjpR8bwRhT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vjpR8bwRhT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vjpR8bwRhT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjpPGC2pc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjpPGC2pc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjpPGC2pc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjpPGC2pc0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjpPGC2pc0 .row {
  flex-direction: row-reverse;
}
.cid-vjpPGC2pc0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjpPGC2pc0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjpPGC2pc0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjpPGC2pc0 .mbr-section-title {
  color: #000000;
}
.cid-vjpPGC2pc0 .mbr-text,
.cid-vjpPGC2pc0 .mbr-section-btn {
  color: #232323;
}
.cid-vjpOA85MVY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-vjpOA85MVY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-vjpOA85MVY p {
  color: #767676;
  text-align: left;
}
.cid-vjpOA85MVY .card-box {
  padding-top: 2rem;
}
.cid-vjpOA85MVY .card-wrapper {
  height: 100%;
}
.cid-vjpOA85MVY img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-vjpOA85MVY P {
  text-align: center;
  color: #353535;
}
.cid-vjpOA85MVY .card-title {
  text-align: center;
}
.cid-vjpOA85MVY .card-img {
  position: relative;
}
.cid-vjpOA85MVY .card-icon {
  position: absolute;
  background: #ffffff;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-vjpOA85MVY .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #ff0000;
}
