.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7b84f !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #29292a !important;
}
.bg-warning {
  background-color: #a4ac86 !important;
}
.bg-danger {
  background-color: #414833 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7b84f !important;
  border-color: #f7b84f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f9cc80 !important;
  border-color: #f9cc80 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f9cc80 !important;
  border-color: #f9cc80 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #816c97 !important;
  border-color: #816c97 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #9b8aac !important;
  border-color: #9b8aac !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9b8aac !important;
  border-color: #9b8aac !important;
}
.btn-info,
.btn-info:active {
  background-color: #29292a !important;
  border-color: #29292a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #424244 !important;
  border-color: #424244 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #424244 !important;
  border-color: #424244 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a4ac86 !important;
  border-color: #a4ac86 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #bbc1a4 !important;
  border-color: #bbc1a4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #bbc1a4 !important;
  border-color: #bbc1a4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #414833 !important;
  border-color: #414833 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #5c6648 !important;
  border-color: #5c6648 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5c6648 !important;
  border-color: #5c6648 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7b84f;
  color: #f7b84f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e5930a !important;
  background-color: transparent !important;
  border-color: #e5930a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7b84f !important;
  border-color: #f7b84f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #816c97;
  color: #816c97;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #564765 !important;
  background-color: transparent !important;
  border-color: #564765 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #816c97 !important;
  border-color: #816c97 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #29292a;
  color: #29292a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29292a !important;
  border-color: #29292a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a4ac86;
  color: #a4ac86;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #798259 !important;
  background-color: transparent !important;
  border-color: #798259 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a4ac86 !important;
  border-color: #a4ac86 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #414833;
  color: #414833;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #13150f !important;
  background-color: transparent !important;
  border-color: #13150f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #414833 !important;
  border-color: #414833 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #f7b84f !important;
}
.text-secondary {
  color: #816c97 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #29292a !important;
}
.text-warning {
  color: #a4ac86 !important;
}
.text-danger {
  color: #414833 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d68a0a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4e415c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #717953 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0b0c09 !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: #f7b84f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29292a;
}
.alert-warning {
  background-color: #a4ac86;
}
.alert-danger {
  background-color: #414833;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7b84f;
  border-color: #f7b84f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7b84f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dcdcdc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dde0d2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b5bea3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f7b84f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f7b84f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7b84f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7b84f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7b84f;
  border-bottom-color: #f7b84f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7b84f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #816c97 !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='%23f7b84f' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uSpUJv0rSs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSpUJv0rSs nav.navbar {
  position: fixed;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpUJv0rSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpUJv0rSs .dropdown-item:hover,
.cid-uSpUJv0rSs .dropdown-item:focus {
  background: #f7b84f !important;
  color: white !important;
}
.cid-uSpUJv0rSs .dropdown-item:hover span {
  color: white;
}
.cid-uSpUJv0rSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpUJv0rSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpUJv0rSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpUJv0rSs .nav-link {
  position: relative;
}
.cid-uSpUJv0rSs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpUJv0rSs .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown-menu,
.cid-uSpUJv0rSs .navbar.opened {
  background: #ffffff !important;
}
.cid-uSpUJv0rSs .nav-item:focus,
.cid-uSpUJv0rSs .nav-link:focus {
  outline: none;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpUJv0rSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpUJv0rSs .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: #ffffff;
}
.cid-uSpUJv0rSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpUJv0rSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpUJv0rSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpUJv0rSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpUJv0rSs .navbar.collapsed {
  justify-content: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpUJv0rSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpUJv0rSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpUJv0rSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpUJv0rSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSpUJv0rSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpUJv0rSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpUJv0rSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpUJv0rSs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uSpUJv0rSs .dropdown-item.active,
.cid-uSpUJv0rSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpUJv0rSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpUJv0rSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpUJv0rSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpUJv0rSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uSpUJv0rSs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uSpUJv0rSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar {
    height: 70px;
  }
  .cid-uSpUJv0rSs .navbar.opened {
    height: auto;
  }
  .cid-uSpUJv0rSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpUJv0rSs .container,
.cid-uSpUJv0rSs .container-fluid {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uSpUJv0rSs .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uSpUJv0rSs .contacts-menu .mbr-iconfont {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .contacts-menu {
    display: none;
  }
}
.cid-uSpUJv0rSs .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uSpUJv0rSs .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f7b84f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uSpUJv0rSs .icon-box:hover {
  transform: scale(1.1);
}
.cid-uSpUJv0rSs .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uSpUJv0rSs .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn-black {
  color: #f7b84f !important;
}
@media (max-width: 577px) {
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .nav-link:hover {
  color: #f7b84f !important;
}
.cid-uSpUJv0rSs .card-text {
  color: #000000;
}
.cid-uSpUJv0rSs .card-title {
  color: #000000;
}
.cid-uC9T8Qd9tz {
  background-color: #ffffff;
}
.cid-uC9T8Qd9tz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC9T8Qd9tz .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-uC9T8Qd9tz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC9T8Qd9tz .row {
  flex-direction: row-reverse;
}
.cid-uC9T8Qd9tz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uC9T8Qd9tz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uC9T8Qd9tz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uC9T8Qd9tz .mbr-section-title {
  color: #816c97;
  text-align: left;
}
.cid-uC9T8Qd9tz .mbr-text,
.cid-uC9T8Qd9tz .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uSf3htj1JY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSf3htj1JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf3htj1JY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf3htj1JY .mbr-section-title {
  color: #816c97;
}
.cid-uSf3htj1JY .mbr-section-subtitle {
  color: #816c97;
}
.cid-uSf34Hdo15 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uSf34Hdo15 .mbr-text {
  color: #767676;
}
.cid-uSf34Hdo15 .card-subtitle {
  margin: 0;
}
.cid-uSf34Hdo15 .link {
  margin: 0;
}
.cid-uSf34Hdo15 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uSf34Hdo15 .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uSf34Hdo15 img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uSf34Hdo15 .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uSf34Hdo15 .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uSf34Hdo15 .card-img:hover:before {
  opacity: 0.4;
}
.cid-uSf34Hdo15 .card-img:hover img {
  transform: scale(1.05);
}
.cid-uSf34Hdo15 .row {
  justify-content: center;
}
.cid-uSf34Hdo15 .card {
  margin-bottom: 4rem;
}
.cid-uSf34Hdo15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf34Hdo15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf34Hdo15 .card-title,
.cid-uSf34Hdo15 .card-img {
  color: #816c97;
}
.cid-uSf34Hdo15 .mbr-text,
.cid-uSf34Hdo15 .link {
  color: #000000;
}
.cid-uSf6u3jMbB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSf6u3jMbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf6u3jMbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf6u3jMbB .col-lg-8 {
  padding: 4rem 6rem;
}
@media (max-width: 1600px) {
  .cid-uSf6u3jMbB .col-lg-8 {
    padding: 2rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uSf6u3jMbB .col-lg-8 {
    padding: 2rem 1rem;
  }
}
.cid-uSf6u3jMbB .img-col {
  border-left: 1px solid lightgray;
  padding: 1rem;
}
.cid-uSf6u3jMbB .img-col img {
  width: 140px;
}
@media (max-width: 767px) {
  .cid-uSf6u3jMbB .img-col {
    border-left: 0px solid lightgray;
    padding: 0;
    padding-top: 1rem;
  }
}
.cid-uSf6u3jMbB .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uSf6u3jMbB .mbr-text,
.cid-uSf6u3jMbB .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uSf6u3jMbB .mbr-section-title,
.cid-uSf6u3jMbB .line {
  color: #ffffff;
}
.cid-uSf6u3jMbB .mbr-section-subtitle,
.cid-uSf6u3jMbB .align {
  text-align: left;
  color: #232323;
}
.cid-uSf9n2O239 {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-uSf9n2O239 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uSf9n2O239 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uSf9n2O239 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uSf9n2O239 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uSf9n2O239 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #232323;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uSf9n2O239 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uSf9n2O239 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uSf9n2O239 .mbr-iconfont-social:hover:before {
  background: #232323;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uSf9n2O239 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uSf9n2O239 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uSf9n2O239 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uSf9n2O239 .mbr-section-title,
.cid-uSf9n2O239 .social-list {
  color: #232323;
}
@media (max-width: 768px) {
  .cid-uSf9n2O239 h2:before,
  .cid-uSf9n2O239 h2:after {
    display: none;
  }
}
.cid-uSf9n2O239 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf9n2O239 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXU8rdakyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXU8rdakyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXU8rdakyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXU8rdakyO .content-wrapper {
  padding: 12px;
  border: 1px solid #f7b84f;
  background-color: #ffffff;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uXU8rdakyO .content-wrapper {
    padding: 6px;
  }
}
.cid-uXU8rdakyO .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #f7b84f;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXU8rdakyO .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-uXU8rdakyO .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #ffffff;
  border: 1px solid #f7b84f;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXU8rdakyO .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-uXU8rdakyO .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-uXU8rdakyO .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-uXU8rdakyO .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uXU8rdakyO .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-uXU8rdakyO .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #f7b84f 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-uXU8rdakyO .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-uXU8rdakyO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uXU8rdakyO .mbr-section-title {
  color: #181824;
}
.cid-uXU8rdakyO .mbr-text {
  color: #000000;
}
.cid-uCa8Lcai7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCa8Lcai7C .media-wrap {
  padding: 0;
  max-width: 60%;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin: 0 auto 22px;
  }
}
@media (max-width: 767px) {
  .cid-uCa8Lcai7C .row {
    text-align: center;
  }
  .cid-uCa8Lcai7C .row > div {
    margin: auto;
  }
  .cid-uCa8Lcai7C .social-row {
    justify-content: center;
  }
}
.cid-uCa8Lcai7C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCa8Lcai7C .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 0rem;
  }
}
.cid-uCa8Lcai7C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCa8Lcai7C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCa8Lcai7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCa8Lcai7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCa8Lcai7C H5 {
  color: #000000;
}
.cid-uCa8Lcai7C .copyright {
  color: #000000;
}
.cid-uSpUJv0rSs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSpUJv0rSs nav.navbar {
  position: fixed;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpUJv0rSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpUJv0rSs .dropdown-item:hover,
.cid-uSpUJv0rSs .dropdown-item:focus {
  background: #f7b84f !important;
  color: white !important;
}
.cid-uSpUJv0rSs .dropdown-item:hover span {
  color: white;
}
.cid-uSpUJv0rSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpUJv0rSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpUJv0rSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpUJv0rSs .nav-link {
  position: relative;
}
.cid-uSpUJv0rSs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpUJv0rSs .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown-menu,
.cid-uSpUJv0rSs .navbar.opened {
  background: #ffffff !important;
}
.cid-uSpUJv0rSs .nav-item:focus,
.cid-uSpUJv0rSs .nav-link:focus {
  outline: none;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpUJv0rSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpUJv0rSs .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: #ffffff;
}
.cid-uSpUJv0rSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpUJv0rSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpUJv0rSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpUJv0rSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpUJv0rSs .navbar.collapsed {
  justify-content: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpUJv0rSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpUJv0rSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpUJv0rSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpUJv0rSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSpUJv0rSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpUJv0rSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpUJv0rSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpUJv0rSs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uSpUJv0rSs .dropdown-item.active,
.cid-uSpUJv0rSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpUJv0rSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpUJv0rSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpUJv0rSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpUJv0rSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uSpUJv0rSs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uSpUJv0rSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar {
    height: 70px;
  }
  .cid-uSpUJv0rSs .navbar.opened {
    height: auto;
  }
  .cid-uSpUJv0rSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpUJv0rSs .container,
.cid-uSpUJv0rSs .container-fluid {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uSpUJv0rSs .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uSpUJv0rSs .contacts-menu .mbr-iconfont {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .contacts-menu {
    display: none;
  }
}
.cid-uSpUJv0rSs .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uSpUJv0rSs .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f7b84f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uSpUJv0rSs .icon-box:hover {
  transform: scale(1.1);
}
.cid-uSpUJv0rSs .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uSpUJv0rSs .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn-black {
  color: #f7b84f !important;
}
@media (max-width: 577px) {
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .nav-link:hover {
  color: #f7b84f !important;
}
.cid-uSpUJv0rSs .card-text {
  color: #000000;
}
.cid-uSpUJv0rSs .card-title {
  color: #000000;
}
.cid-uVP77E4AM8 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVP77E4AM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP77E4AM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVP77E4AM8 .content-wrapper {
  display: flex;
  position: relative;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uVP77E4AM8 .content-wrapper {
    padding: 30px 20px;
  }
}
.cid-uVP77E4AM8 .content-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVP77E4AM8 .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uVP77E4AM8 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-image: linear-gradient(0.251turn, #ffffff 37%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVP77E4AM8 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 32px;
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 64px;
}
.cid-uVP77E4AM8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVP77E4AM8 .mbr-section-title {
  color: #404349;
}
.cid-uVP77E4AM8 .mbr-text {
  color: #232323;
}
.cid-uVP77E4AM8 .mbr-desc {
  color: #b19a7c;
}
.cid-uVP77E4AM8 .mbr-section-title,
.cid-uVP77E4AM8 .mbr-section-btn {
  color: #816c97;
}
.cid-uVP6mAC6Dp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVP6mAC6Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP6mAC6Dp .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-uVP6mAC6Dp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVP6mAC6Dp .row {
  flex-direction: row-reverse;
}
.cid-uVP6mAC6Dp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVP6mAC6Dp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVP6mAC6Dp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVP6mAC6Dp .mbr-section-title {
  color: #816c97;
}
.cid-uVP6mAC6Dp .mbr-text,
.cid-uVP6mAC6Dp .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVP8BYB5pG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVP8BYB5pG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVP8BYB5pG .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-uVP8BYB5pG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVP8BYB5pG .row {
  flex-direction: row-reverse;
}
.cid-uVP8BYB5pG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVP8BYB5pG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVP8BYB5pG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVP8BYB5pG .mbr-section-title {
  color: #000000;
}
.cid-uVP8BYB5pG .mbr-text,
.cid-uVP8BYB5pG .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uWhTYEMCKV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWhTYEMCKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhTYEMCKV .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-uWhTYEMCKV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWhTYEMCKV .row {
  flex-direction: row-reverse;
}
.cid-uWhTYEMCKV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWhTYEMCKV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWhTYEMCKV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWhTYEMCKV .mbr-section-title {
  color: #816c97;
}
.cid-uWhTYEMCKV .mbr-text,
.cid-uWhTYEMCKV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uVP9QrYwGU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVP9QrYwGU .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVP9QrYwGU .item {
    margin-bottom: 1rem;
  }
}
.cid-uVP9QrYwGU .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uVP9QrYwGU .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uVP9QrYwGU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uVP9QrYwGU .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uVP9QrYwGU .carousel-control,
.cid-uVP9QrYwGU .close {
  background: #1b1b1b;
}
.cid-uVP9QrYwGU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uVP9QrYwGU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uVP9QrYwGU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uVP9QrYwGU .carousel-control-next span {
  margin-left: 5px;
}
.cid-uVP9QrYwGU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uVP9QrYwGU .close::before {
  content: '\e91a';
}
.cid-uVP9QrYwGU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uVP9QrYwGU .carousel-control {
  display: flex;
  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-uVP9QrYwGU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVP9QrYwGU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uVP9QrYwGU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uVP9QrYwGU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uVP9QrYwGU .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-uVP9QrYwGU .carousel-indicators li.active,
.cid-uVP9QrYwGU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uVP9QrYwGU .carousel-indicators li::after,
.cid-uVP9QrYwGU .carousel-indicators li::before {
  content: none;
}
.cid-uVP9QrYwGU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uVP9QrYwGU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uVP9QrYwGU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uVP9QrYwGU .carousel-indicators {
    display: none;
  }
}
.cid-uVP9QrYwGU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uVP9QrYwGU .carousel-inner > .active {
  display: block;
}
.cid-uVP9QrYwGU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uVP9QrYwGU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uVP9QrYwGU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uVP9QrYwGU .carousel-control,
  .cid-uVP9QrYwGU .carousel-indicators,
  .cid-uVP9QrYwGU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uVP9QrYwGU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uVP9QrYwGU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uVP9QrYwGU .carousel-indicators .active,
.cid-uVP9QrYwGU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uVP9QrYwGU .carousel-indicators .active {
  background: #fff;
}
.cid-uVP9QrYwGU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uVP9QrYwGU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uVP9QrYwGU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uVP9QrYwGU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uVP9QrYwGU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uVP9QrYwGU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uVP9QrYwGU .carousel {
  width: 100%;
}
.cid-uVP9QrYwGU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uVP9QrYwGU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uVP9QrYwGU .modal.fade .modal-dialog,
.cid-uVP9QrYwGU .modal.in .modal-dialog {
  transform: none;
}
.cid-uVP9QrYwGU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uVP9QrYwGU .content-head {
  max-width: 800px;
}
.cid-uYW1v3t5df {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYW1v3t5df .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYW1v3t5df .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYW1v3t5df .mbr-section-title {
  color: #816c97;
}
.cid-uYW0O7DQvN {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYW0O7DQvN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uYW0O7DQvN .item {
    margin-bottom: 1rem;
  }
}
.cid-uYW0O7DQvN .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uYW0O7DQvN .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uYW0O7DQvN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uYW0O7DQvN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uYW0O7DQvN .carousel-control,
.cid-uYW0O7DQvN .close {
  background: #1b1b1b;
}
.cid-uYW0O7DQvN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYW0O7DQvN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYW0O7DQvN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYW0O7DQvN .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYW0O7DQvN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYW0O7DQvN .close::before {
  content: '\e91a';
}
.cid-uYW0O7DQvN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYW0O7DQvN .carousel-control {
  display: flex;
  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-uYW0O7DQvN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYW0O7DQvN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYW0O7DQvN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYW0O7DQvN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYW0O7DQvN .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-uYW0O7DQvN .carousel-indicators li.active,
.cid-uYW0O7DQvN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYW0O7DQvN .carousel-indicators li::after,
.cid-uYW0O7DQvN .carousel-indicators li::before {
  content: none;
}
.cid-uYW0O7DQvN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYW0O7DQvN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYW0O7DQvN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYW0O7DQvN .carousel-indicators {
    display: none;
  }
}
.cid-uYW0O7DQvN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYW0O7DQvN .carousel-inner > .active {
  display: block;
}
.cid-uYW0O7DQvN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYW0O7DQvN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYW0O7DQvN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYW0O7DQvN .carousel-control,
  .cid-uYW0O7DQvN .carousel-indicators,
  .cid-uYW0O7DQvN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYW0O7DQvN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYW0O7DQvN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYW0O7DQvN .carousel-indicators .active,
.cid-uYW0O7DQvN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYW0O7DQvN .carousel-indicators .active {
  background: #fff;
}
.cid-uYW0O7DQvN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYW0O7DQvN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYW0O7DQvN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYW0O7DQvN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYW0O7DQvN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYW0O7DQvN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYW0O7DQvN .carousel {
  width: 100%;
}
.cid-uYW0O7DQvN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYW0O7DQvN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYW0O7DQvN .modal.fade .modal-dialog,
.cid-uYW0O7DQvN .modal.in .modal-dialog {
  transform: none;
}
.cid-uYW0O7DQvN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYW0O7DQvN .content-head {
  max-width: 800px;
}
.cid-uYW0O7DQvN H3 {
  color: #816c97;
}
.cid-uCa8Lcai7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCa8Lcai7C .media-wrap {
  padding: 0;
  max-width: 60%;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin: 0 auto 22px;
  }
}
@media (max-width: 767px) {
  .cid-uCa8Lcai7C .row {
    text-align: center;
  }
  .cid-uCa8Lcai7C .row > div {
    margin: auto;
  }
  .cid-uCa8Lcai7C .social-row {
    justify-content: center;
  }
}
.cid-uCa8Lcai7C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCa8Lcai7C .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 0rem;
  }
}
.cid-uCa8Lcai7C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCa8Lcai7C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCa8Lcai7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCa8Lcai7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCa8Lcai7C H5 {
  color: #000000;
}
.cid-uCa8Lcai7C .copyright {
  color: #000000;
}
.cid-uSpUJv0rSs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSpUJv0rSs nav.navbar {
  position: fixed;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpUJv0rSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpUJv0rSs .dropdown-item:hover,
.cid-uSpUJv0rSs .dropdown-item:focus {
  background: #f7b84f !important;
  color: white !important;
}
.cid-uSpUJv0rSs .dropdown-item:hover span {
  color: white;
}
.cid-uSpUJv0rSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpUJv0rSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpUJv0rSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpUJv0rSs .nav-link {
  position: relative;
}
.cid-uSpUJv0rSs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpUJv0rSs .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown-menu,
.cid-uSpUJv0rSs .navbar.opened {
  background: #ffffff !important;
}
.cid-uSpUJv0rSs .nav-item:focus,
.cid-uSpUJv0rSs .nav-link:focus {
  outline: none;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpUJv0rSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpUJv0rSs .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: #ffffff;
}
.cid-uSpUJv0rSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpUJv0rSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpUJv0rSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpUJv0rSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpUJv0rSs .navbar.collapsed {
  justify-content: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpUJv0rSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpUJv0rSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpUJv0rSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpUJv0rSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSpUJv0rSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpUJv0rSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpUJv0rSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpUJv0rSs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uSpUJv0rSs .dropdown-item.active,
.cid-uSpUJv0rSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpUJv0rSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpUJv0rSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpUJv0rSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpUJv0rSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uSpUJv0rSs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uSpUJv0rSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar {
    height: 70px;
  }
  .cid-uSpUJv0rSs .navbar.opened {
    height: auto;
  }
  .cid-uSpUJv0rSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpUJv0rSs .container,
.cid-uSpUJv0rSs .container-fluid {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uSpUJv0rSs .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uSpUJv0rSs .contacts-menu .mbr-iconfont {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .contacts-menu {
    display: none;
  }
}
.cid-uSpUJv0rSs .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uSpUJv0rSs .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f7b84f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uSpUJv0rSs .icon-box:hover {
  transform: scale(1.1);
}
.cid-uSpUJv0rSs .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uSpUJv0rSs .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn-black {
  color: #f7b84f !important;
}
@media (max-width: 577px) {
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .nav-link:hover {
  color: #f7b84f !important;
}
.cid-uSpUJv0rSs .card-text {
  color: #000000;
}
.cid-uSpUJv0rSs .card-title {
  color: #000000;
}
.cid-uVPez5SBJw {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVPez5SBJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPez5SBJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVPez5SBJw .container {
    padding: 0 22px;
  }
}
.cid-uVPez5SBJw .card {
  justify-content: center;
}
.cid-uVPez5SBJw .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVPez5SBJw .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uVPez5SBJw .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uVPez5SBJw .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVPez5SBJw .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uVPez5SBJw .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #ffa600;
}
@media (max-width: 1440px) {
  .cid-uVPez5SBJw .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uVPez5SBJw .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uVPez5SBJw .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uVPez5SBJw .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uVPez5SBJw .mbr-section-title {
  color: #816c97;
}
.cid-uVPez5SBJw .mbr-text {
  color: #232323;
}
.cid-uWhGDMtWJZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWhGDMtWJZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhGDMtWJZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhGDMtWJZ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWhGDMtWJZ .container {
    padding: 0 16px;
  }
}
.cid-uWhGDMtWJZ .row {
  justify-content: space-between;
}
.cid-uWhGDMtWJZ .row:hover,
.cid-uWhGDMtWJZ .row:focus {
  cursor: pointer;
}
.cid-uWhGDMtWJZ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhGDMtWJZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhGDMtWJZ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWhGDMtWJZ .image-wrapper img {
    height: 300px;
  }
}
.cid-uWhGDMtWJZ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWhGDMtWJZ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWhGDMtWJZ .mbr-section-title {
  color: #000000;
}
.cid-uWhGDMtWJZ .mbr-text {
  color: #000000;
}
.cid-uWhGDMtWJZ .mbr-section-title,
.cid-uWhGDMtWJZ .mbr-section-btn {
  color: #816c97;
}
.cid-uVUix8u4eV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVUix8u4eV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUix8u4eV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVUix8u4eV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uVUix8u4eV .container {
    padding: 0 16px;
  }
}
.cid-uVUix8u4eV .row {
  justify-content: space-between;
}
.cid-uVUix8u4eV .row:hover,
.cid-uVUix8u4eV .row:focus {
  cursor: pointer;
}
.cid-uVUix8u4eV .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUix8u4eV .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVUix8u4eV .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uVUix8u4eV .image-wrapper img {
    height: 300px;
  }
}
.cid-uVUix8u4eV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVUix8u4eV .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUix8u4eV .mbr-section-title {
  color: #000000;
}
.cid-uVUix8u4eV .mbr-text {
  color: #000000;
}
.cid-uVUix8u4eV .mbr-section-title,
.cid-uVUix8u4eV .mbr-section-btn {
  color: #816c97;
}
.cid-uVUlOnOmhi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVUlOnOmhi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUlOnOmhi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVUlOnOmhi .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uVUlOnOmhi .container {
    padding: 0 16px;
  }
}
.cid-uVUlOnOmhi .row {
  justify-content: space-between;
}
.cid-uVUlOnOmhi .row:hover,
.cid-uVUlOnOmhi .row:focus {
  cursor: pointer;
}
.cid-uVUlOnOmhi .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUlOnOmhi .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVUlOnOmhi .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uVUlOnOmhi .image-wrapper img {
    height: 300px;
  }
}
.cid-uVUlOnOmhi .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVUlOnOmhi .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUlOnOmhi .mbr-section-title {
  color: #000000;
}
.cid-uVUlOnOmhi .mbr-text {
  color: #000000;
}
.cid-uVUlOnOmhi .mbr-section-title,
.cid-uVUlOnOmhi .mbr-section-btn {
  color: #816c97;
}
.cid-uVUiTrkfRW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUiTrkfRW .mbr-text {
  color: #000000;
}
.cid-uVUiTrkfRW .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUiTrkfRW .mbr-section-title {
  color: #000000;
}
.cid-uVUlZXHMUM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUlZXHMUM .mbr-text {
  color: #000000;
}
.cid-uVUlZXHMUM .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUlZXHMUM .mbr-section-title {
  color: #000000;
}
.cid-uWhHi5r1b7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWhHi5r1b7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhHi5r1b7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhHi5r1b7 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWhHi5r1b7 .container {
    padding: 0 16px;
  }
}
.cid-uWhHi5r1b7 .row {
  justify-content: space-between;
}
.cid-uWhHi5r1b7 .row:hover,
.cid-uWhHi5r1b7 .row:focus {
  cursor: pointer;
}
.cid-uWhHi5r1b7 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhHi5r1b7 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhHi5r1b7 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWhHi5r1b7 .image-wrapper img {
    height: 300px;
  }
}
.cid-uWhHi5r1b7 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWhHi5r1b7 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWhHi5r1b7 .mbr-section-title {
  color: #000000;
}
.cid-uWhHi5r1b7 .mbr-text {
  color: #000000;
}
.cid-uWhHi5r1b7 .mbr-section-title,
.cid-uWhHi5r1b7 .mbr-section-btn {
  color: #816c97;
}
.cid-uVUkftQW85 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUkftQW85 .mbr-text {
  color: #000000;
}
.cid-uVUkftQW85 .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUkftQW85 .mbr-section-title {
  color: #816c97;
}
.cid-uWSixDMDHn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWSixDMDHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWSixDMDHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWSixDMDHn .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWSixDMDHn .container {
    padding: 0 16px;
  }
}
.cid-uWSixDMDHn .row {
  justify-content: space-between;
}
.cid-uWSixDMDHn .row:hover,
.cid-uWSixDMDHn .row:focus {
  cursor: pointer;
}
.cid-uWSixDMDHn .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWSixDMDHn .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWSixDMDHn .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWSixDMDHn .image-wrapper img {
    height: 300px;
  }
}
.cid-uWSixDMDHn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWSixDMDHn .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWSixDMDHn .mbr-section-title {
  color: #000000;
}
.cid-uWSixDMDHn .mbr-text {
  color: #000000;
}
.cid-uWSixDMDHn .mbr-section-title,
.cid-uWSixDMDHn .mbr-section-btn {
  color: #816c97;
}
.cid-uWtqrJhjNE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtqrJhjNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtqrJhjNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtqrJhjNE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtqrJhjNE .container {
    padding: 0 16px;
  }
}
.cid-uWtqrJhjNE .row {
  justify-content: space-between;
}
.cid-uWtqrJhjNE .row:hover,
.cid-uWtqrJhjNE .row:focus {
  cursor: pointer;
}
.cid-uWtqrJhjNE .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtqrJhjNE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtqrJhjNE .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtqrJhjNE .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtqrJhjNE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtqrJhjNE .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtqrJhjNE .mbr-section-title {
  color: #000000;
}
.cid-uWtqrJhjNE .mbr-text {
  color: #000000;
}
.cid-uWtqrJhjNE .mbr-section-title,
.cid-uWtqrJhjNE .mbr-section-btn {
  color: #816c97;
}
.cid-uVUmQQ41HV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVUmQQ41HV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUmQQ41HV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVUmQQ41HV .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uVUmQQ41HV .container {
    padding: 0 16px;
  }
}
.cid-uVUmQQ41HV .row {
  justify-content: space-between;
}
.cid-uVUmQQ41HV .row:hover,
.cid-uVUmQQ41HV .row:focus {
  cursor: pointer;
}
.cid-uVUmQQ41HV .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUmQQ41HV .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVUmQQ41HV .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uVUmQQ41HV .image-wrapper img {
    height: 300px;
  }
}
.cid-uVUmQQ41HV .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVUmQQ41HV .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUmQQ41HV .mbr-section-title {
  color: #000000;
}
.cid-uVUmQQ41HV .mbr-text {
  color: #000000;
}
.cid-uVUmQQ41HV .mbr-section-title,
.cid-uVUmQQ41HV .mbr-section-btn {
  color: #816c97;
}
.cid-uVUnJRaUjJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uVUnJRaUjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUnJRaUjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVUnJRaUjJ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uVUnJRaUjJ .container {
    padding: 0 16px;
  }
}
.cid-uVUnJRaUjJ .row {
  justify-content: space-between;
}
.cid-uVUnJRaUjJ .row:hover,
.cid-uVUnJRaUjJ .row:focus {
  cursor: pointer;
}
.cid-uVUnJRaUjJ .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVUnJRaUjJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVUnJRaUjJ .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uVUnJRaUjJ .image-wrapper img {
    height: 300px;
  }
}
.cid-uVUnJRaUjJ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVUnJRaUjJ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uVUnJRaUjJ .mbr-section-title {
  color: #000000;
}
.cid-uVUnJRaUjJ .mbr-text {
  color: #000000;
}
.cid-uVUnJRaUjJ .mbr-section-title,
.cid-uVUnJRaUjJ .mbr-section-btn {
  color: #816c97;
}
.cid-uVUmK7a77m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUmK7a77m .mbr-text {
  color: #000000;
}
.cid-uVUmK7a77m .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUmK7a77m .mbr-section-title {
  color: #000000;
}
.cid-uWtqMn47ij {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtqMn47ij .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtqMn47ij .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtqMn47ij .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtqMn47ij .container {
    padding: 0 16px;
  }
}
.cid-uWtqMn47ij .row {
  justify-content: space-between;
}
.cid-uWtqMn47ij .row:hover,
.cid-uWtqMn47ij .row:focus {
  cursor: pointer;
}
.cid-uWtqMn47ij .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtqMn47ij .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtqMn47ij .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtqMn47ij .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtqMn47ij .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtqMn47ij .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtqMn47ij .mbr-section-title {
  color: #000000;
}
.cid-uWtqMn47ij .mbr-text {
  color: #000000;
}
.cid-uWtqMn47ij .mbr-section-title,
.cid-uWtqMn47ij .mbr-section-btn {
  color: #816c97;
}
.cid-uVUnlm159G {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUnlm159G .mbr-text {
  color: #000000;
}
.cid-uVUnlm159G .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUnlm159G .mbr-section-title {
  color: #816c97;
}
.cid-uWtr2OgDVj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtr2OgDVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtr2OgDVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtr2OgDVj .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtr2OgDVj .container {
    padding: 0 16px;
  }
}
.cid-uWtr2OgDVj .row {
  justify-content: space-between;
}
.cid-uWtr2OgDVj .row:hover,
.cid-uWtr2OgDVj .row:focus {
  cursor: pointer;
}
.cid-uWtr2OgDVj .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtr2OgDVj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtr2OgDVj .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtr2OgDVj .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtr2OgDVj .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtr2OgDVj .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtr2OgDVj .mbr-section-title {
  color: #000000;
}
.cid-uWtr2OgDVj .mbr-text {
  color: #000000;
}
.cid-uWtr2OgDVj .mbr-section-title,
.cid-uWtr2OgDVj .mbr-section-btn {
  color: #816c97;
}
.cid-uWtrg6DkoE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtrg6DkoE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtrg6DkoE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtrg6DkoE .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtrg6DkoE .container {
    padding: 0 16px;
  }
}
.cid-uWtrg6DkoE .row {
  justify-content: space-between;
}
.cid-uWtrg6DkoE .row:hover,
.cid-uWtrg6DkoE .row:focus {
  cursor: pointer;
}
.cid-uWtrg6DkoE .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtrg6DkoE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtrg6DkoE .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtrg6DkoE .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtrg6DkoE .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtrg6DkoE .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtrg6DkoE .mbr-section-title {
  color: #000000;
}
.cid-uWtrg6DkoE .mbr-text {
  color: #000000;
}
.cid-uWtrg6DkoE .mbr-section-title,
.cid-uWtrg6DkoE .mbr-section-btn {
  color: #816c97;
}
.cid-uWhISTBGdh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWhISTBGdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWhISTBGdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWhISTBGdh .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWhISTBGdh .container {
    padding: 0 16px;
  }
}
.cid-uWhISTBGdh .row {
  justify-content: space-between;
}
.cid-uWhISTBGdh .row:hover,
.cid-uWhISTBGdh .row:focus {
  cursor: pointer;
}
.cid-uWhISTBGdh .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWhISTBGdh .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWhISTBGdh .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWhISTBGdh .image-wrapper img {
    height: 300px;
  }
}
.cid-uWhISTBGdh .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWhISTBGdh .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWhISTBGdh .mbr-section-title {
  color: #000000;
}
.cid-uWhISTBGdh .mbr-text {
  color: #000000;
}
.cid-uWhISTBGdh .mbr-section-title,
.cid-uWhISTBGdh .mbr-section-btn {
  color: #816c97;
}
.cid-uWhITxRJfa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWhITxRJfa .mbr-text {
  color: #000000;
}
.cid-uWhITxRJfa .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhITxRJfa .mbr-section-title {
  color: #000000;
}
.cid-uWtrvrWKYF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtrvrWKYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtrvrWKYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtrvrWKYF .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtrvrWKYF .container {
    padding: 0 16px;
  }
}
.cid-uWtrvrWKYF .row {
  justify-content: space-between;
}
.cid-uWtrvrWKYF .row:hover,
.cid-uWtrvrWKYF .row:focus {
  cursor: pointer;
}
.cid-uWtrvrWKYF .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtrvrWKYF .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtrvrWKYF .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtrvrWKYF .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtrvrWKYF .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtrvrWKYF .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtrvrWKYF .mbr-section-title {
  color: #000000;
}
.cid-uWtrvrWKYF .mbr-text {
  color: #000000;
}
.cid-uWtrvrWKYF .mbr-section-title,
.cid-uWtrvrWKYF .mbr-section-btn {
  color: #816c97;
}
.cid-uVUmoz7Zdd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVUmoz7Zdd .mbr-text {
  color: #000000;
}
.cid-uVUmoz7Zdd .mbr-section-subtitle {
  color: #000000;
}
.cid-uVUmoz7Zdd .mbr-section-title {
  color: #816c97;
}
.cid-uWtrMynBF3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtrMynBF3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtrMynBF3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtrMynBF3 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtrMynBF3 .container {
    padding: 0 16px;
  }
}
.cid-uWtrMynBF3 .row {
  justify-content: space-between;
}
.cid-uWtrMynBF3 .row:hover,
.cid-uWtrMynBF3 .row:focus {
  cursor: pointer;
}
.cid-uWtrMynBF3 .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtrMynBF3 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtrMynBF3 .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtrMynBF3 .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtrMynBF3 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtrMynBF3 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtrMynBF3 .mbr-section-title {
  color: #000000;
}
.cid-uWtrMynBF3 .mbr-text {
  color: #000000;
}
.cid-uWtrMynBF3 .mbr-section-title,
.cid-uWtrMynBF3 .mbr-section-btn {
  color: #816c97;
}
.cid-uWtrX3CyWx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uWtrX3CyWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWtrX3CyWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uWtrX3CyWx .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uWtrX3CyWx .container {
    padding: 0 16px;
  }
}
.cid-uWtrX3CyWx .row {
  justify-content: space-between;
}
.cid-uWtrX3CyWx .row:hover,
.cid-uWtrX3CyWx .row:focus {
  cursor: pointer;
}
.cid-uWtrX3CyWx .row .card {
  position: relative;
  z-index: 1;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uWtrX3CyWx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWtrX3CyWx .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-uWtrX3CyWx .image-wrapper img {
    height: 300px;
  }
}
.cid-uWtrX3CyWx .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uWtrX3CyWx .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uWtrX3CyWx .mbr-section-title {
  color: #000000;
}
.cid-uWtrX3CyWx .mbr-text {
  color: #000000;
}
.cid-uWtrX3CyWx .mbr-section-title,
.cid-uWtrX3CyWx .mbr-section-btn {
  color: #816c97;
}
.cid-uWhJ5lq1Ri {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWhJ5lq1Ri .mbr-text {
  color: #000000;
}
.cid-uWhJ5lq1Ri .mbr-section-subtitle {
  color: #000000;
}
.cid-uWhJ5lq1Ri .mbr-section-title {
  color: #816c97;
}
.cid-uCa8Lcai7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCa8Lcai7C .media-wrap {
  padding: 0;
  max-width: 60%;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uCa8Lcai7C .media-wrap {
    margin: 0 auto 22px;
  }
}
@media (max-width: 767px) {
  .cid-uCa8Lcai7C .row {
    text-align: center;
  }
  .cid-uCa8Lcai7C .row > div {
    margin: auto;
  }
  .cid-uCa8Lcai7C .social-row {
    justify-content: center;
  }
}
.cid-uCa8Lcai7C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCa8Lcai7C .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCa8Lcai7C .list {
    margin-bottom: 0rem;
  }
}
.cid-uCa8Lcai7C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCa8Lcai7C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCa8Lcai7C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCa8Lcai7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCa8Lcai7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCa8Lcai7C H5 {
  color: #000000;
}
.cid-uCa8Lcai7C .copyright {
  color: #000000;
}
.cid-uSpUJv0rSs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uSpUJv0rSs nav.navbar {
  position: fixed;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uSpUJv0rSs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uSpUJv0rSs .dropdown-item:hover,
.cid-uSpUJv0rSs .dropdown-item:focus {
  background: #f7b84f !important;
  color: white !important;
}
.cid-uSpUJv0rSs .dropdown-item:hover span {
  color: white;
}
.cid-uSpUJv0rSs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uSpUJv0rSs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uSpUJv0rSs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uSpUJv0rSs .nav-link {
  position: relative;
}
.cid-uSpUJv0rSs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .container {
    flex-wrap: nowrap;
  }
}
.cid-uSpUJv0rSs .iconfont-wrapper {
  color: #222222 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown-menu,
.cid-uSpUJv0rSs .navbar.opened {
  background: #ffffff !important;
}
.cid-uSpUJv0rSs .nav-item:focus,
.cid-uSpUJv0rSs .nav-link:focus {
  outline: none;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSpUJv0rSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSpUJv0rSs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSpUJv0rSs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSpUJv0rSs .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: #ffffff;
}
.cid-uSpUJv0rSs .navbar.opened {
  transition: all 0.3s;
}
.cid-uSpUJv0rSs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uSpUJv0rSs .navbar .navbar-logo img {
  width: auto;
}
.cid-uSpUJv0rSs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uSpUJv0rSs .navbar.collapsed {
  justify-content: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSpUJv0rSs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSpUJv0rSs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uSpUJv0rSs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSpUJv0rSs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSpUJv0rSs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uSpUJv0rSs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uSpUJv0rSs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uSpUJv0rSs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSpUJv0rSs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uSpUJv0rSs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSpUJv0rSs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uSpUJv0rSs .navbar-brand .navbar-logo a {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-brand {
    padding-right: 40px;
  }
}
.cid-uSpUJv0rSs .dropdown-item.active,
.cid-uSpUJv0rSs .dropdown-item:active {
  background-color: transparent;
}
.cid-uSpUJv0rSs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSpUJv0rSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSpUJv0rSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSpUJv0rSs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSpUJv0rSs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSpUJv0rSs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSpUJv0rSs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSpUJv0rSs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSpUJv0rSs .navbar-dropdown {
  padding: 0;
  position: fixed;
}
@media (min-width: 768px) {
  .cid-uSpUJv0rSs .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uSpUJv0rSs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uSpUJv0rSs .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-uSpUJv0rSs .navbar {
    height: 70px;
  }
  .cid-uSpUJv0rSs .navbar.opened {
    height: auto;
  }
  .cid-uSpUJv0rSs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSpUJv0rSs .container,
.cid-uSpUJv0rSs .container-fluid {
  flex-wrap: wrap;
}
.cid-uSpUJv0rSs .brand-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 12px;
  padding-top: 12px;
}
.cid-uSpUJv0rSs .contacts-menu {
  display: flex;
  justify-content: flex-end;
}
.cid-uSpUJv0rSs .contacts-menu .mbr-iconfont {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-uSpUJv0rSs .contacts-menu {
    display: none;
  }
}
.cid-uSpUJv0rSs .card-wrap {
  display: flex;
  align-items: center;
  padding: 10px;
  min-width: 250px;
}
.cid-uSpUJv0rSs .icon-box {
  display: flex;
  padding: 18px;
  border-radius: 50%;
  background-color: #f7b84f;
  margin-right: 24px;
  transition: 0.3s all;
}
.cid-uSpUJv0rSs .icon-box:hover {
  transform: scale(1.1);
}
.cid-uSpUJv0rSs .navbar-collapse {
  border-top: 1px solid #555555;
}
@media (min-width: 992px) {
  .cid-uSpUJv0rSs .navbar-collapse {
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cid-uSpUJv0rSs .navbar-collapse .navbar-nav {
    margin: 0 -1em;
    flex-grow: 1;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    margin-left: auto;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn-black {
  color: #f7b84f !important;
}
@media (max-width: 577px) {
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uSpUJv0rSs .navbar-collapse .mbr-section-btn .btn {
    flex-grow: 1;
  }
}
.cid-uSpUJv0rSs .navbar-collapse .nav-link:hover {
  color: #f7b84f !important;
}
.cid-uSpUJv0rSs .card-text {
  color: #000000;
}
.cid-uSpUJv0rSs .card-title {
  color: #000000;
}
.cid-uSkHYOB4r7 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSkHYOB4r7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSkHYOB4r7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSkHYOB4r7 .mbr-section-title {
  color: #232323;
}
.cid-uVPnvylPh7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVPnvylPh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVPnvylPh7 .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uVPnvylPh7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVPnvylPh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVPnvylPh7 .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #232323;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #f7b84f;
  height: 80px;
  border-radius: 50%;
}
.cid-uVPnvylPh7 .card-title,
.cid-uVPnvylPh7 .iconfont-wrapper,
.cid-uVPnvylPh7 .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVPnvylPh7 .content-head {
  max-width: 800px;
}
.cid-uVPnvylPh7 .mbr-section-title {
  color: #000000;
}
.cid-uVPnvylPh7 .mbr-section-btn {
  text-align: center;
}
.cid-uCaMaBBGFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCaMaBBGFP .media-wrap {
  padding: 0;
  max-width: 60%;
}
@media (max-width: 991px) {
  .cid-uCaMaBBGFP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uCaMaBBGFP .media-wrap {
    margin: 0 auto 22px;
  }
}
@media (max-width: 767px) {
  .cid-uCaMaBBGFP .row {
    text-align: center;
  }
  .cid-uCaMaBBGFP .row > div {
    margin: auto;
  }
  .cid-uCaMaBBGFP .social-row {
    justify-content: center;
  }
}
.cid-uCaMaBBGFP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCaMaBBGFP .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCaMaBBGFP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uCaMaBBGFP .list {
    margin-bottom: 0rem;
  }
}
.cid-uCaMaBBGFP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uCaMaBBGFP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uCaMaBBGFP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uCaMaBBGFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCaMaBBGFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCaMaBBGFP H5 {
  color: #000000;
}
.cid-uCaMaBBGFP .copyright {
  color: #000000;
}
