.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Radio Canada Big;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 4.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.9625rem + (3.75 - 1.9625) * ((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.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #35387f !important;
}
.bg-success {
  background-color: #d4c995 !important;
}
.bg-info {
  background-color: #dedeff !important;
}
.bg-warning {
  background-color: #282840 !important;
}
.bg-danger {
  background-color: #fff4c3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #35387f !important;
  border-color: #35387f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4448a3 !important;
  border-color: #4448a3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4448a3 !important;
  border-color: #4448a3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #806901 !important;
  border-color: #806901 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b39301 !important;
  border-color: #b39301 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b39301 !important;
  border-color: #b39301 !important;
}
.btn-info,
.btn-info:active {
  background-color: #dedeff !important;
  border-color: #dedeff !important;
  color: #0000de !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #0000de !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #d4c995 !important;
  border-color: #d4c995 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #e3dbb9 !important;
  border-color: #e3dbb9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #e3dbb9 !important;
  border-color: #e3dbb9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #282840 !important;
  border-color: #282840 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3c3c5f !important;
  border-color: #3c3c5f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3c3c5f !important;
  border-color: #3c3c5f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fff4c3 !important;
  border-color: #fff4c3 !important;
  color: #c39f00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fffdf6 !important;
  border-color: #fffdf6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #c39f00 !important;
  background-color: #fffdf6 !important;
  border-color: #fffdf6 !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: #35387f;
  color: #35387f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1b1d42 !important;
  background-color: transparent !important;
  border-color: #1b1d42 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #35387f !important;
  border-color: #35387f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #806901;
  color: #806901;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2a2200 !important;
  background-color: transparent !important;
  border-color: #2a2200 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #806901 !important;
  border-color: #806901 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dedeff;
  color: #dedeff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8787ff !important;
  background-color: transparent !important;
  border-color: #8787ff !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #0000de !important;
  background-color: #dedeff !important;
  border-color: #dedeff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d4c995;
  color: #d4c995;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #bbaa57 !important;
  background-color: transparent !important;
  border-color: #bbaa57 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #d4c995 !important;
  border-color: #d4c995 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #282840;
  color: #282840;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #07070b !important;
  background-color: transparent !important;
  border-color: #07070b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #282840 !important;
  border-color: #282840 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fff4c3;
  color: #fff4c3;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffe46c !important;
  background-color: transparent !important;
  border-color: #ffe46c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #c39f00 !important;
  background-color: #fff4c3 !important;
  border-color: #fff4c3 !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: #35387f !important;
}
.text-secondary {
  color: #806901 !important;
}
.text-success {
  color: #d4c995 !important;
}
.text-info {
  color: #dedeff !important;
}
.text-warning {
  color: #282840 !important;
}
.text-danger {
  color: #fff4c3 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #171837 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1600 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b7a44c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7878ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #010101 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffe15d !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: #35387f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #dedeff;
}
.alert-warning {
  background-color: #282840;
}
.alert-danger {
  background-color: #fff4c3;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #35387f;
  border-color: #35387f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #35387f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7074c3;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #9292bb;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #35387f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #35387f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #35387f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #35387f;
}
.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: #35387f;
  border-bottom-color: #35387f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #35387f !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: #806901 !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='%2335387f' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 20px 64px;
  border-radius: 900px !important;
  font-weight: 400 !important;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 32px;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.content-wrap,
.desc-wrap {
  border-radius: 30px !important;
}
.nav-link {
  border-radius: 900px;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uefW9bNkUI {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uefW9bNkUI .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uefW9bNkUI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uefW9bNkUI .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uefW9bNkUI .menu_box .navbar.opened,
  .cid-uefW9bNkUI .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uefW9bNkUI nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uefW9bNkUI .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uefW9bNkUI .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uefW9bNkUI .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uefW9bNkUI .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .nav-item {
    margin: 0 !important;
  }
}
.cid-uefW9bNkUI .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uefW9bNkUI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #35387f;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover,
.cid-uefW9bNkUI .nav-item .nav-link:focus {
  color: #35387f !important;
}
.cid-uefW9bNkUI .nav-item .nav-link:hover::before,
.cid-uefW9bNkUI .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uefW9bNkUI .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uefW9bNkUI .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uefW9bNkUI .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uefW9bNkUI .offcanvas_box {
    display: none;
  }
}
.cid-uefW9bNkUI .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uefW9bNkUI .container {
  display: flex;
  margin: auto;
}
.cid-uefW9bNkUI .iconfont-wrapper {
  color: #ffffff;
  background-color: #d4c995;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uefW9bNkUI .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uefW9bNkUI .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav {
    margin: 0;
  }
}
.cid-uefW9bNkUI .dropdown-menu,
.cid-uefW9bNkUI .navbar.opened {
  background-color: false !important;
}
.cid-uefW9bNkUI .nav-item:focus,
.cid-uefW9bNkUI .nav-link:focus {
  outline: none;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uefW9bNkUI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uefW9bNkUI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uefW9bNkUI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uefW9bNkUI .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uefW9bNkUI .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uefW9bNkUI .navbar.opened {
  transition: all 0.3s;
}
.cid-uefW9bNkUI .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uefW9bNkUI .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uefW9bNkUI .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uefW9bNkUI .navbar.collapsed {
  justify-content: center;
}
.cid-uefW9bNkUI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uefW9bNkUI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uefW9bNkUI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uefW9bNkUI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uefW9bNkUI .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uefW9bNkUI .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uefW9bNkUI .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uefW9bNkUI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uefW9bNkUI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uefW9bNkUI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uefW9bNkUI .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uefW9bNkUI .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uefW9bNkUI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uefW9bNkUI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uefW9bNkUI .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uefW9bNkUI .navbar.navbar-short {
  min-height: 60px;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uefW9bNkUI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uefW9bNkUI .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-uefW9bNkUI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uefW9bNkUI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uefW9bNkUI .dropdown-item.active,
.cid-uefW9bNkUI .dropdown-item:active {
  background-color: transparent;
}
.cid-uefW9bNkUI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uefW9bNkUI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uefW9bNkUI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uefW9bNkUI ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uefW9bNkUI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uefW9bNkUI button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dedeff;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #35387f;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uefW9bNkUI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uefW9bNkUI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uefW9bNkUI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uefW9bNkUI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uefW9bNkUI .navbar {
    height: 70px;
  }
  .cid-uefW9bNkUI .navbar.opened {
    height: auto;
  }
  .cid-uefW9bNkUI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uefW9bNkUI .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uefW9bNkUI .navbar-caption:hover {
  color: #35387f;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uefW9bNkUI .text_widget {
  margin-bottom: 32px;
}
.cid-uefW9bNkUI .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uefW9bNkUI .text_widget a:hover,
.cid-uefW9bNkUI .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uefW9bNkUI .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uefW9bNkUI .contacts-wrapper {
  min-width: 200px;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-phone:focus {
  color: #35387f;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:hover,
.cid-uefW9bNkUI .contacts-wrapper .mbr-email:focus {
  color: #35387f;
}
.cid-uefW9bNkUI .navbar-caption {
  color: #282840;
}
.cid-uefW9bNkUI .mbr-phone {
  color: #282840;
}
.cid-uefW9bNkUI .mbr-email {
  color: #282840;
}
.cid-uefW9bNkUI .mbr-section-subtitle,
.cid-uefW9bNkUI .text_widget,
.cid-uefW9bNkUI .mbr-section-btn {
  text-align: center;
}
.cid-uefW9bNkUI a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHZObK7am8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/ioys1owt75yapas67bsg-2-wid4r-1024x1024.webp");
}
.cid-uHZObK7am8 .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uHZObK7am8 .decor-wrap {
    width: 100%;
  }
}
.cid-uHZObK7am8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZObK7am8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZObK7am8 .row {
  position: relative;
  z-index: 1;
}
.cid-uHZObK7am8 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHZObK7am8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHZObK7am8 .mbr-section-title {
  color: #212529;
}
.cid-uHZObK7am8 .mbr-section-subtitle {
  color: #212529;
}
.cid-uHZObK7am8 .mbr-text {
  color: #51565c;
}
.cid-uHZObK7am8 .mbr-section-title,
.cid-uHZObK7am8 .mbr-section-btn {
  color: #35387f;
}
.cid-uefWcNNRbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uefWcNNRbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWcNNRbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWcNNRbv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWcNNRbv .items-wrapper {
  margin: 0 -10px;
}
.cid-uefWcNNRbv .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item {
    margin-bottom: 16px;
  }
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .icon-wrapper,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .icon-wrapper {
  transform: rotate(-25deg);
}
.cid-uefWcNNRbv .item:hover .item-wrapper .item-content .item-img,
.cid-uefWcNNRbv .item:focus .item-wrapper .item-content .item-img {
  opacity: 1;
  transform: scale(1);
}
.cid-uefWcNNRbv .item:nth-child(2n) .item-wrapper {
  background-color: #fff4c3;
}
.cid-uefWcNNRbv .item:nth-child(3n) .item-wrapper {
  background-color: #d4c995;
}
.cid-uefWcNNRbv .item:nth-child(4n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uefWcNNRbv .item:nth-child(5n) .item-wrapper {
  background-color: #d4c995;
}
.cid-uefWcNNRbv .item:nth-child(6n) .item-wrapper {
  background-color: #eaffbf;
}
.cid-uefWcNNRbv .item .item-wrapper {
  height: 100%;
  position: relative;
  padding: 42px;
  background-color: #d4c995;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content {
  position: relative;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  margin-bottom: 22px;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  color: #51565c;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
  position: absolute;
  top: -205px;
  right: -105px;
  width: 250px;
  height: 250px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: scale(0.5);
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img {
    top: -55px;
    right: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    transform: none;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
  position: absolute;
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uefWcNNRbv .item .item-wrapper .item-content .item-img img {
    width: 100px;
    height: 100px;
  }
}
.cid-uefWcNNRbv .item .item-wrapper .item-text {
  padding-top: 16px;
  margin-bottom: 0;
}
.cid-uefWcNNRbv .mbr-section-title {
  color: #35387f;
}
.cid-uefWcNNRbv .panel-title-edit {
  color: #212529;
}
.cid-uefWcNNRbv .panel-text {
  color: #51565c;
}
.cid-uefWcNNRbv .item-text {
  color: #232323;
}
.cid-uefWcNNRbv .item-title {
  color: #35387f;
}
.cid-uI05NlEvHm {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uI05NlEvHm .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uI05NlEvHm .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uI05NlEvHm .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffe2d4;
  z-index: 1;
}
.cid-uI05NlEvHm .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #eaffbf;
}
.cid-uI05NlEvHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI05NlEvHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI05NlEvHm .row {
  position: relative;
  z-index: 2;
}
.cid-uI05NlEvHm .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uI05NlEvHm .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uI05NlEvHm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI05NlEvHm .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uI05NlEvHm .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uI05NlEvHm .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uI05NlEvHm .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uI05NlEvHm .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uI05NlEvHm .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI05NlEvHm .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uI05NlEvHm .mbr-section-title {
  color: #35387f;
}
.cid-uI05NlEvHm .mbr-text {
  color: #51565c;
}
.cid-uI05QcL6sg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uI05QcL6sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI05QcL6sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI05QcL6sg .row {
  position: relative;
  z-index: 2;
}
.cid-uI05QcL6sg .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uI05QcL6sg .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uI05QcL6sg .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uI05QcL6sg .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uI05QcL6sg .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uI05QcL6sg .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uI05QcL6sg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uI05QcL6sg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uI05QcL6sg .mbr-section-title {
  color: #35387f;
}
.cid-uI05QcL6sg .mbr-text {
  color: #51565c;
}
.cid-uI05QcL6sg .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uefWfKX631 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uefWfKX631 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWfKX631 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWfKX631 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uefWfKX631 .title-wrapper .mbr-section-title span {
  color: #35387f;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWfKX631 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item {
    margin-bottom: 16px;
  }
}
.cid-uefWfKX631 .item:hover .item-wrapper .item-img img,
.cid-uefWfKX631 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uefWfKX631 .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper {
    display: block;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uefWfKX631 .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-content .item-title_1,
.cid-uefWfKX631 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uefWfKX631 .item .item-wrapper .item-content .item-text_1,
.cid-uefWfKX631 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uefWfKX631 .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uefWfKX631 .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uefWfKX631 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uefWfKX631 .item .card_1 {
  background-color: #d4c995;
}
.cid-uefWfKX631 .item .card_2 {
  background-color: #fff4c3;
}
.cid-uefWfKX631 .item .card_3 {
  background-color: #d4c995;
}
.cid-uefWfKX631 .item .card_4 {
  background-color: #fff4c3;
}
.cid-uefWfKX631 .item .card_5 {
  background-color: #d4c995;
}
.cid-uefWfKX631 .item .card_6 {
  background-color: #fff4c3;
}
.cid-uefWfKX631 .item .card_7 {
  background-color: #d4c995;
}
.cid-uefWfKX631 .item .card_8 {
  background-color: #fff4c3;
}
.cid-uefWfKX631 .mbr-section-title {
  color: #806901;
  text-align: center;
}
.cid-uefWfKX631 .item-title_1 {
  color: #282840;
}
.cid-uefWfKX631 .item-title_2 {
  color: #000000;
}
.cid-uefWfKX631 .item-text_1 {
  color: #ffffff;
}
.cid-uefWfKX631 .item-text_2 {
  color: #12b82e;
}
.cid-uefWfKX631 .item-text_1,
.cid-uefWfKX631 .mbr-section-btn {
  color: #282840;
}
.cid-uefWfKX631 .item-text_2,
.cid-uefWfKX631 .mbr-section-btn {
  color: #212529;
}
.cid-uefWwwxa8H {
  background-image: url("../../../assets/images/whatsapp20image202025-05-2020at2015.15.04202-1280x960.webp");
}
.cid-uefWwwxa8H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWwwxa8H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWwwxa8H .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uefWwwxa8H .image-wrap {
    height: 400px;
  }
}
.cid-uMEqldrNJd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMEqldrNJd img {
  margin: auto;
  position: relative;
}
.cid-uMEqldrNJd .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uMEqldrNJd .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uMEqldrNJd .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uMEqldrNJd .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
}
.cid-uMEqldrNJd .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uMEqldrNJd .mbr-section-text {
  color: #000000;
}
.cid-uMEqldrNJd .mbr-section-subtitle {
  color: #806901;
}
.cid-uMEqldrNJd .mbr-section-title {
  color: #000000;
}
.cid-uMEvNXpAYb {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMEvNXpAYb img {
  margin: auto;
  position: relative;
}
.cid-uMEvNXpAYb .col-md-6 {
  margin-bottom: 1rem;
}
.cid-uMEvNXpAYb .card {
  transition: all 0.3s;
  height: fit-content;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.cid-uMEvNXpAYb .card:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  border-top-left-radius: 9rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
.cid-uMEvNXpAYb .dot {
  width: 6px;
  height: 6px;
  background: #ffffff;
}
.cid-uMEvNXpAYb .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-uMEvNXpAYb .mbr-section-text {
  color: #000000;
}
.cid-uMEvNXpAYb .mbr-section-subtitle {
  color: #806901;
}
.cid-uMEvNXpAYb .mbr-section-title {
  color: #000000;
}
.cid-uMEqOtTAUI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #d4c995;
}
.cid-uMEqOtTAUI .item:focus,
.cid-uMEqOtTAUI span:focus {
  outline: none;
}
.cid-uMEqOtTAUI .item-wrapper {
  position: relative;
}
.cid-uMEqOtTAUI .container-fluid {
  padding: 0 32px;
}
@media (max-width: 992px) {
  .cid-uMEqOtTAUI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uMEqOtTAUI .container {
    padding: 0 24px;
  }
}
.cid-uMEqOtTAUI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 465px;
  max-width: 465px;
}
@media (max-width: 767px) {
  .cid-uMEqOtTAUI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMEqOtTAUI .embla__slide .slide-content {
  width: 100%;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border-radius: .5rem !important;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-color: #ffffff;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper {
  margin-bottom: 8px;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .rating-wrapper .list .item-wrap {
  margin: 0 8px 0 0;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .mbr-name {
  margin-bottom: 8px;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uMEqOtTAUI .embla__slide .slide-content .item-wrapper .item-content .mbr-number {
    margin: 24px 0 0 0;
  }
}
.cid-uMEqOtTAUI .embla__button--next,
.cid-uMEqOtTAUI .embla__button--prev {
  display: flex;
}
.cid-uMEqOtTAUI .embla__button {
  bottom: 1rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 21px;
  background-color: #806901 !important;
  color: #d4c995;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uMEqOtTAUI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMEqOtTAUI .embla__button:hover {
  opacity: .85 !important;
  color: #35387f !important;
}
.cid-uMEqOtTAUI .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uMEqOtTAUI .embla__button.embla__button--next {
  right: 32px;
}
.cid-uMEqOtTAUI .embla {
  position: relative;
  width: 100%;
  padding: 32px;
  border-top: 1px solid #806901;
  border-bottom: 1px solid #806901;
}
@media (max-width: 767px) {
  .cid-uMEqOtTAUI .embla {
    padding: 24px 0;
  }
}
.cid-uMEqOtTAUI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMEqOtTAUI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMEqOtTAUI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMEqOtTAUI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMEqOtTAUI .list {
  color: #8AA29E;
}
.cid-uMEqOtTAUI .item-title {
  color: #F9F6E0;
}
.cid-uMEqOtTAUI .mbr-name {
  color: #806901;
}
.cid-uMEqOtTAUI .item-text {
  color: #000000;
}
.cid-uMEqOtTAUI .mbr-number {
  color: #806901;
}
.cid-uMEqOtTAUI .list,
.cid-uMEqOtTAUI .item-wrap {
  color: #ff0000;
}
.cid-uefWx1j0Lc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uefWx1j0Lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWx1j0Lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWx1j0Lc .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uefWx1j0Lc .title-wrapper .mbr-section-title span {
  color: #806901;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWx1j0Lc .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uefWx1j0Lc .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uefWx1j0Lc .google-map iframe {
    height: 350px;
  }
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uefWx1j0Lc .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #806901;
}
.cid-uefWx1j0Lc .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #806901;
}
.cid-uefWx1j0Lc .card {
  justify-content: center;
}
.cid-uefWx1j0Lc .mbr-section-title {
  color: #232323;
}
.cid-uefWx1j0Lc .mbr-desc {
  color: #51565c;
}
.cid-uefWx1j0Lc .mbr-address {
  color: #212529;
}
.cid-uefWx1j0Lc .list {
  color: #212529;
}
.cid-uefWx1j0Lc .list,
.cid-uefWx1j0Lc .item-wrap {
  color: #000000;
}
.cid-uefWFe2XjT {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #35387f;
}
.cid-uefWFe2XjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uefWFe2XjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uefWFe2XjT .content-wrap {
  justify-content: center;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uefWFe2XjT .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uefWFe2XjT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uefWFe2XjT .links-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .links-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uefWFe2XjT .links-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uefWFe2XjT .links-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uefWFe2XjT .links-wrapper .links-wrap .soc-item a:hover,
.cid-uefWFe2XjT .links-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uefWFe2XjT .legal-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .legal-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uefWFe2XjT .legal-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uefWFe2XjT .legal-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uefWFe2XjT .legal-wrapper .links-wrap .soc-item a:hover,
.cid-uefWFe2XjT .legal-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uefWFe2XjT .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uefWFe2XjT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #806901;
}
.cid-uefWFe2XjT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #282840;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uefWFe2XjT .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uefWFe2XjT .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uefWFe2XjT .mbr-section-title {
  color: #ff8576;
}
.cid-uefWFe2XjT .mbr-copy {
  color: #51565c;
}
.cid-uefWFe2XjT .mbr-copy,
.cid-uefWFe2XjT .copy-wrapper {
  text-align: right;
}
.cid-uefWFe2XjT .mbr-copy,
.cid-uefWFe2XjT .copy-wrapper,
.cid-uefWFe2XjT .social-wrapper {
  color: #f4f4f2;
  text-align: right;
}
.cid-uefWFe2XjT .mbr-section-btn {
  color: #fff4c3;
  text-align: left;
}
.cid-uOuP4wnd87 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuP4wnd87 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOuP4wnd87 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOuP4wnd87 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuP4wnd87 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuP4wnd87 .menu_box .navbar.opened,
  .cid-uOuP4wnd87 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuP4wnd87 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuP4wnd87 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuP4wnd87 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uOuP4wnd87 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuP4wnd87 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOuP4wnd87 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuP4wnd87 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uOuP4wnd87 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuP4wnd87 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uOuP4wnd87 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #35387f;
  transition: all 0.3s ease-in-out;
}
.cid-uOuP4wnd87 .nav-item .nav-link:hover,
.cid-uOuP4wnd87 .nav-item .nav-link:focus {
  color: #35387f !important;
}
.cid-uOuP4wnd87 .nav-item .nav-link:hover::before,
.cid-uOuP4wnd87 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuP4wnd87 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuP4wnd87 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuP4wnd87 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuP4wnd87 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOuP4wnd87 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuP4wnd87 .offcanvas_box {
    display: none;
  }
}
.cid-uOuP4wnd87 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuP4wnd87 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuP4wnd87 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuP4wnd87 .container {
  display: flex;
  margin: auto;
}
.cid-uOuP4wnd87 .iconfont-wrapper {
  color: #ffffff;
  background-color: #d4c995;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOuP4wnd87 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuP4wnd87 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOuP4wnd87 .navbar-nav {
    margin: 0;
  }
}
.cid-uOuP4wnd87 .dropdown-menu,
.cid-uOuP4wnd87 .navbar.opened {
  background-color: false !important;
}
.cid-uOuP4wnd87 .nav-item:focus,
.cid-uOuP4wnd87 .nav-link:focus {
  outline: none;
}
.cid-uOuP4wnd87 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuP4wnd87 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuP4wnd87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuP4wnd87 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuP4wnd87 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuP4wnd87 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuP4wnd87 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuP4wnd87 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuP4wnd87 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuP4wnd87 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuP4wnd87 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uOuP4wnd87 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOuP4wnd87 .navbar.collapsed {
  justify-content: center;
}
.cid-uOuP4wnd87 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuP4wnd87 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuP4wnd87 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuP4wnd87 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuP4wnd87 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuP4wnd87 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuP4wnd87 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuP4wnd87 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuP4wnd87 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuP4wnd87 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuP4wnd87 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuP4wnd87 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuP4wnd87 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuP4wnd87 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuP4wnd87 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuP4wnd87 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uOuP4wnd87 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuP4wnd87 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuP4wnd87 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuP4wnd87 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuP4wnd87 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuP4wnd87 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuP4wnd87 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuP4wnd87 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuP4wnd87 .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-uOuP4wnd87 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOuP4wnd87 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuP4wnd87 .dropdown-item.active,
.cid-uOuP4wnd87 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuP4wnd87 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uOuP4wnd87 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuP4wnd87 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuP4wnd87 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuP4wnd87 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuP4wnd87 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuP4wnd87 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dedeff;
}
.cid-uOuP4wnd87 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #35387f;
}
.cid-uOuP4wnd87 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuP4wnd87 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuP4wnd87 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuP4wnd87 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuP4wnd87 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuP4wnd87 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuP4wnd87 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuP4wnd87 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuP4wnd87 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuP4wnd87 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOuP4wnd87 .navbar {
    height: 70px;
  }
  .cid-uOuP4wnd87 .navbar.opened {
    height: auto;
  }
  .cid-uOuP4wnd87 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuP4wnd87 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOuP4wnd87 .navbar-caption:hover {
  color: #35387f;
}
@media (min-width: 992px) {
  .cid-uOuP4wnd87 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuP4wnd87 .text_widget {
  margin-bottom: 32px;
}
.cid-uOuP4wnd87 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuP4wnd87 .text_widget a:hover,
.cid-uOuP4wnd87 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOuP4wnd87 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uOuP4wnd87 .contacts-wrapper {
  min-width: 200px;
}
.cid-uOuP4wnd87 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuP4wnd87 .contacts-wrapper .mbr-phone:hover,
.cid-uOuP4wnd87 .contacts-wrapper .mbr-phone:focus {
  color: #35387f;
}
.cid-uOuP4wnd87 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuP4wnd87 .contacts-wrapper .mbr-email:hover,
.cid-uOuP4wnd87 .contacts-wrapper .mbr-email:focus {
  color: #35387f;
}
.cid-uOuP4wnd87 .navbar-caption {
  color: #282840;
}
.cid-uOuP4wnd87 .mbr-phone {
  color: #282840;
}
.cid-uOuP4wnd87 .mbr-email {
  color: #282840;
}
.cid-uOuP4wnd87 .mbr-section-subtitle,
.cid-uOuP4wnd87 .text_widget,
.cid-uOuP4wnd87 .mbr-section-btn {
  text-align: center;
}
.cid-uOuP4wnd87 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuP4x1TvF {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/avo5sw5cyibgwoebegyt-3-amuvi-1024x1024.webp");
}
.cid-uOuP4x1TvF .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uOuP4x1TvF .decor-wrap {
    width: 100%;
  }
}
.cid-uOuP4x1TvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4x1TvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4x1TvF .row {
  position: relative;
  z-index: 1;
}
.cid-uOuP4x1TvF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOuP4x1TvF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOuP4x1TvF .mbr-section-title {
  color: #212529;
}
.cid-uOuP4x1TvF .mbr-section-subtitle {
  color: #212529;
}
.cid-uOuP4x1TvF .mbr-text {
  color: #51565c;
}
.cid-uOuP4x1TvF .mbr-section-title,
.cid-uOuP4x1TvF .mbr-section-btn {
  color: #35387f;
}
.cid-uOuP4yYZTX {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uOuP4yYZTX .decor-wrap {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uOuP4yYZTX .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uOuP4yYZTX .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffe2d4;
  z-index: 1;
}
.cid-uOuP4yYZTX .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #eaffbf;
}
.cid-uOuP4yYZTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4yYZTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4yYZTX .row {
  position: relative;
  z-index: 2;
}
.cid-uOuP4yYZTX .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uOuP4yYZTX .content-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {
  .cid-uOuP4yYZTX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uOuP4yYZTX .content-wrapper .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .cid-uOuP4yYZTX .content-wrapper .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOuP4yYZTX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOuP4yYZTX .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOuP4yYZTX .image-wrapper {
    margin-top: 46px;
  }
}
.cid-uOuP4yYZTX .image-wrapper img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOuP4yYZTX .image-wrapper img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}
.cid-uOuP4yYZTX .mbr-section-title {
  color: #35387f;
}
.cid-uOuP4yYZTX .mbr-text {
  color: #51565c;
}
.cid-uOuP4zFHzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOuP4zFHzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4zFHzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4zFHzm .row {
  position: relative;
  z-index: 2;
}
.cid-uOuP4zFHzm .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uOuP4zFHzm .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uOuP4zFHzm .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOuP4zFHzm .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uOuP4zFHzm .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOuP4zFHzm .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuP4zFHzm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuP4zFHzm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuP4zFHzm .mbr-section-title {
  color: #35387f;
}
.cid-uOuP4zFHzm .mbr-text {
  color: #51565c;
}
.cid-uOuP4zFHzm .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uOuP4BoS0g {
  background-image: url("../../../assets/images/whatsapp20image202025-05-0720at2012.56.01-1280x960.webp");
}
.cid-uOuP4BoS0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4BoS0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4BoS0g .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOuP4BoS0g .image-wrap {
    height: 400px;
  }
}
.cid-uOuP4Fy622 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOuP4Fy622 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4Fy622 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4Fy622 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uOuP4Fy622 .title-wrapper .mbr-section-title span {
  color: #806901;
}
@media (max-width: 992px) {
  .cid-uOuP4Fy622 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuP4Fy622 .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uOuP4Fy622 .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uOuP4Fy622 .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOuP4Fy622 .google-map iframe {
    height: 350px;
  }
}
.cid-uOuP4Fy622 .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uOuP4Fy622 .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuP4Fy622 .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #806901;
}
.cid-uOuP4Fy622 .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #806901;
}
.cid-uOuP4Fy622 .card {
  justify-content: center;
}
.cid-uOuP4Fy622 .mbr-section-title {
  color: #232323;
}
.cid-uOuP4Fy622 .mbr-desc {
  color: #51565c;
}
.cid-uOuP4Fy622 .mbr-address {
  color: #212529;
}
.cid-uOuP4Fy622 .list {
  color: #212529;
}
.cid-uOuP4Fy622 .list,
.cid-uOuP4Fy622 .item-wrap {
  color: #000000;
}
.cid-uOuP4GgbFB {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #35387f;
}
.cid-uOuP4GgbFB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuP4GgbFB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuP4GgbFB .content-wrap {
  justify-content: center;
}
.cid-uOuP4GgbFB .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uOuP4GgbFB .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uOuP4GgbFB .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uOuP4GgbFB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuP4GgbFB .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuP4GgbFB .links-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuP4GgbFB .links-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuP4GgbFB .links-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuP4GgbFB .links-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuP4GgbFB .links-wrapper .links-wrap .soc-item a:hover,
.cid-uOuP4GgbFB .links-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuP4GgbFB .legal-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuP4GgbFB .legal-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuP4GgbFB .legal-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuP4GgbFB .legal-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuP4GgbFB .legal-wrapper .links-wrap .soc-item a:hover,
.cid-uOuP4GgbFB .legal-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuP4GgbFB .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuP4GgbFB .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuP4GgbFB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuP4GgbFB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOuP4GgbFB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOuP4GgbFB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #806901;
}
.cid-uOuP4GgbFB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #282840;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uOuP4GgbFB .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuP4GgbFB .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uOuP4GgbFB .mbr-section-title {
  color: #ff8576;
}
.cid-uOuP4GgbFB .mbr-copy {
  color: #51565c;
}
.cid-uOuP4GgbFB .mbr-copy,
.cid-uOuP4GgbFB .copy-wrapper {
  text-align: right;
}
.cid-uOuP4GgbFB .mbr-copy,
.cid-uOuP4GgbFB .copy-wrapper,
.cid-uOuP4GgbFB .social-wrapper {
  color: #f4f4f2;
  text-align: right;
}
.cid-uOuP4GgbFB .mbr-section-btn {
  color: #fff4c3;
  text-align: left;
}
.cid-uOuVpPC3Z5 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuVpPC3Z5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOuVpPC3Z5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOuVpPC3Z5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuVpPC3Z5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuVpPC3Z5 .menu_box .navbar.opened,
  .cid-uOuVpPC3Z5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuVpPC3Z5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuVpPC3Z5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuVpPC3Z5 .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uOuVpPC3Z5 .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuVpPC3Z5 .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOuVpPC3Z5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuVpPC3Z5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uOuVpPC3Z5 .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuVpPC3Z5 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uOuVpPC3Z5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #35387f;
  transition: all 0.3s ease-in-out;
}
.cid-uOuVpPC3Z5 .nav-item .nav-link:hover,
.cid-uOuVpPC3Z5 .nav-item .nav-link:focus {
  color: #35387f !important;
}
.cid-uOuVpPC3Z5 .nav-item .nav-link:hover::before,
.cid-uOuVpPC3Z5 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuVpPC3Z5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuVpPC3Z5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuVpPC3Z5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuVpPC3Z5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOuVpPC3Z5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuVpPC3Z5 .offcanvas_box {
    display: none;
  }
}
.cid-uOuVpPC3Z5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuVpPC3Z5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuVpPC3Z5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuVpPC3Z5 .container {
  display: flex;
  margin: auto;
}
.cid-uOuVpPC3Z5 .iconfont-wrapper {
  color: #ffffff;
  background-color: #d4c995;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOuVpPC3Z5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuVpPC3Z5 .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOuVpPC3Z5 .navbar-nav {
    margin: 0;
  }
}
.cid-uOuVpPC3Z5 .dropdown-menu,
.cid-uOuVpPC3Z5 .navbar.opened {
  background-color: false !important;
}
.cid-uOuVpPC3Z5 .nav-item:focus,
.cid-uOuVpPC3Z5 .nav-link:focus {
  outline: none;
}
.cid-uOuVpPC3Z5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuVpPC3Z5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuVpPC3Z5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuVpPC3Z5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuVpPC3Z5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuVpPC3Z5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuVpPC3Z5 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuVpPC3Z5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuVpPC3Z5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuVpPC3Z5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuVpPC3Z5 .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uOuVpPC3Z5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOuVpPC3Z5 .navbar.collapsed {
  justify-content: center;
}
.cid-uOuVpPC3Z5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuVpPC3Z5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuVpPC3Z5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuVpPC3Z5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuVpPC3Z5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuVpPC3Z5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuVpPC3Z5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuVpPC3Z5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuVpPC3Z5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuVpPC3Z5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuVpPC3Z5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuVpPC3Z5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuVpPC3Z5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuVpPC3Z5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuVpPC3Z5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuVpPC3Z5 .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uOuVpPC3Z5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuVpPC3Z5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuVpPC3Z5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuVpPC3Z5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuVpPC3Z5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuVpPC3Z5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuVpPC3Z5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuVpPC3Z5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuVpPC3Z5 .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-uOuVpPC3Z5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOuVpPC3Z5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuVpPC3Z5 .dropdown-item.active,
.cid-uOuVpPC3Z5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuVpPC3Z5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uOuVpPC3Z5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuVpPC3Z5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuVpPC3Z5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuVpPC3Z5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuVpPC3Z5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuVpPC3Z5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dedeff;
}
.cid-uOuVpPC3Z5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #35387f;
}
.cid-uOuVpPC3Z5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuVpPC3Z5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuVpPC3Z5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuVpPC3Z5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuVpPC3Z5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuVpPC3Z5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuVpPC3Z5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuVpPC3Z5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuVpPC3Z5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuVpPC3Z5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOuVpPC3Z5 .navbar {
    height: 70px;
  }
  .cid-uOuVpPC3Z5 .navbar.opened {
    height: auto;
  }
  .cid-uOuVpPC3Z5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuVpPC3Z5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOuVpPC3Z5 .navbar-caption:hover {
  color: #35387f;
}
@media (min-width: 992px) {
  .cid-uOuVpPC3Z5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuVpPC3Z5 .text_widget {
  margin-bottom: 32px;
}
.cid-uOuVpPC3Z5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuVpPC3Z5 .text_widget a:hover,
.cid-uOuVpPC3Z5 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOuVpPC3Z5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uOuVpPC3Z5 .contacts-wrapper {
  min-width: 200px;
}
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-phone:hover,
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-phone:focus {
  color: #35387f;
}
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-email:hover,
.cid-uOuVpPC3Z5 .contacts-wrapper .mbr-email:focus {
  color: #35387f;
}
.cid-uOuVpPC3Z5 .navbar-caption {
  color: #282840;
}
.cid-uOuVpPC3Z5 .mbr-phone {
  color: #282840;
}
.cid-uOuVpPC3Z5 .mbr-email {
  color: #282840;
}
.cid-uOuVpPC3Z5 .mbr-section-subtitle,
.cid-uOuVpPC3Z5 .text_widget,
.cid-uOuVpPC3Z5 .mbr-section-btn {
  text-align: center;
}
.cid-uOuVpPC3Z5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuVpQhLHU {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/wenakker20vooraansig-2000x1502.webp");
}
.cid-uOuVpQhLHU .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uOuVpQhLHU .decor-wrap {
    width: 100%;
  }
}
.cid-uOuVpQhLHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuVpQhLHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuVpQhLHU .row {
  position: relative;
  z-index: 1;
}
.cid-uOuVpQhLHU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOuVpQhLHU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOuVpQhLHU .mbr-section-title {
  color: #212529;
}
.cid-uOuVpQhLHU .mbr-section-subtitle {
  color: #212529;
}
.cid-uOuVpQhLHU .mbr-text {
  color: #51565c;
}
.cid-uOuVpQhLHU .mbr-section-title,
.cid-uOuVpQhLHU .mbr-section-btn {
  color: #35387f;
}
.cid-uOuW06C8tv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOuW06C8tv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuW06C8tv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuW06C8tv .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uOuW06C8tv .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-uOuW06C8tv .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uOuW06C8tv .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-uOuW06C8tv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uOuW06C8tv .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uOuW06C8tv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-uOuW06C8tv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOuW06C8tv .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-uOuW06C8tv .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-uOuW06C8tv .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOuW06C8tv .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uOuW06C8tv .mbr-section-title {
  color: #212529;
}
.cid-uOuW06C8tv .mbr-desc {
  color: #212529;
}
.cid-uOuVpTdCRE {
  background-image: url("../../../assets/images/whatsapp20image202025-05-0720at2012.56.02201-1280x960.webp");
}
.cid-uOuVpTdCRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuVpTdCRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuVpTdCRE .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOuVpTdCRE .image-wrap {
    height: 400px;
  }
}
.cid-uOuVpW8ysh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOuVpW8ysh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuVpW8ysh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuVpW8ysh .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uOuVpW8ysh .title-wrapper .mbr-section-title span {
  color: #806901;
}
@media (max-width: 992px) {
  .cid-uOuVpW8ysh .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuVpW8ysh .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uOuVpW8ysh .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uOuVpW8ysh .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOuVpW8ysh .google-map iframe {
    height: 350px;
  }
}
.cid-uOuVpW8ysh .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uOuVpW8ysh .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuVpW8ysh .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #806901;
}
.cid-uOuVpW8ysh .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #806901;
}
.cid-uOuVpW8ysh .card {
  justify-content: center;
}
.cid-uOuVpW8ysh .mbr-section-title {
  color: #232323;
}
.cid-uOuVpW8ysh .mbr-desc {
  color: #51565c;
}
.cid-uOuVpW8ysh .mbr-address {
  color: #212529;
}
.cid-uOuVpW8ysh .list {
  color: #212529;
}
.cid-uOuVpW8ysh .list,
.cid-uOuVpW8ysh .item-wrap {
  color: #000000;
}
.cid-uOuVpWVNDr {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #35387f;
}
.cid-uOuVpWVNDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuVpWVNDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuVpWVNDr .content-wrap {
  justify-content: center;
}
.cid-uOuVpWVNDr .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uOuVpWVNDr .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uOuVpWVNDr .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uOuVpWVNDr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuVpWVNDr .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuVpWVNDr .links-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuVpWVNDr .links-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuVpWVNDr .links-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuVpWVNDr .links-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuVpWVNDr .links-wrapper .links-wrap .soc-item a:hover,
.cid-uOuVpWVNDr .links-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuVpWVNDr .legal-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuVpWVNDr .legal-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuVpWVNDr .legal-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuVpWVNDr .legal-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuVpWVNDr .legal-wrapper .links-wrap .soc-item a:hover,
.cid-uOuVpWVNDr .legal-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuVpWVNDr .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuVpWVNDr .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuVpWVNDr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuVpWVNDr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOuVpWVNDr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOuVpWVNDr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #806901;
}
.cid-uOuVpWVNDr .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #282840;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uOuVpWVNDr .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuVpWVNDr .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uOuVpWVNDr .mbr-section-title {
  color: #ff8576;
}
.cid-uOuVpWVNDr .mbr-copy {
  color: #51565c;
}
.cid-uOuVpWVNDr .mbr-copy,
.cid-uOuVpWVNDr .copy-wrapper {
  text-align: right;
}
.cid-uOuVpWVNDr .mbr-copy,
.cid-uOuVpWVNDr .copy-wrapper,
.cid-uOuVpWVNDr .social-wrapper {
  color: #f4f4f2;
  text-align: right;
}
.cid-uOuVpWVNDr .mbr-section-btn {
  color: #fff4c3;
  text-align: left;
}
.cid-uOuYr39ZJL {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uOuYr39ZJL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOuYr39ZJL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOuYr39ZJL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOuYr39ZJL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOuYr39ZJL .menu_box .navbar.opened,
  .cid-uOuYr39ZJL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOuYr39ZJL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uOuYr39ZJL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOuYr39ZJL .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-uOuYr39ZJL .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOuYr39ZJL .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uOuYr39ZJL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOuYr39ZJL .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-uOuYr39ZJL .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .nav-item {
    margin: 0 !important;
  }
}
.cid-uOuYr39ZJL .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-uOuYr39ZJL .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #35387f;
  transition: all 0.3s ease-in-out;
}
.cid-uOuYr39ZJL .nav-item .nav-link:hover,
.cid-uOuYr39ZJL .nav-item .nav-link:focus {
  color: #35387f !important;
}
.cid-uOuYr39ZJL .nav-item .nav-link:hover::before,
.cid-uOuYr39ZJL .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOuYr39ZJL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOuYr39ZJL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOuYr39ZJL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOuYr39ZJL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOuYr39ZJL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOuYr39ZJL .offcanvas_box {
    display: none;
  }
}
.cid-uOuYr39ZJL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOuYr39ZJL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOuYr39ZJL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOuYr39ZJL .container {
  display: flex;
  margin: auto;
}
.cid-uOuYr39ZJL .iconfont-wrapper {
  color: #ffffff;
  background-color: #d4c995;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOuYr39ZJL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOuYr39ZJL .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uOuYr39ZJL .navbar-nav {
    margin: 0;
  }
}
.cid-uOuYr39ZJL .dropdown-menu,
.cid-uOuYr39ZJL .navbar.opened {
  background-color: false !important;
}
.cid-uOuYr39ZJL .nav-item:focus,
.cid-uOuYr39ZJL .nav-link:focus {
  outline: none;
}
.cid-uOuYr39ZJL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOuYr39ZJL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOuYr39ZJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOuYr39ZJL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOuYr39ZJL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOuYr39ZJL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOuYr39ZJL .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOuYr39ZJL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOuYr39ZJL .navbar.opened {
  transition: all 0.3s;
}
.cid-uOuYr39ZJL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOuYr39ZJL .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-uOuYr39ZJL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOuYr39ZJL .navbar.collapsed {
  justify-content: center;
}
.cid-uOuYr39ZJL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOuYr39ZJL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOuYr39ZJL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOuYr39ZJL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOuYr39ZJL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOuYr39ZJL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOuYr39ZJL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOuYr39ZJL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOuYr39ZJL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOuYr39ZJL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOuYr39ZJL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOuYr39ZJL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOuYr39ZJL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOuYr39ZJL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOuYr39ZJL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOuYr39ZJL .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-uOuYr39ZJL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOuYr39ZJL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOuYr39ZJL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOuYr39ZJL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOuYr39ZJL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOuYr39ZJL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOuYr39ZJL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOuYr39ZJL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOuYr39ZJL .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-uOuYr39ZJL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOuYr39ZJL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOuYr39ZJL .dropdown-item.active,
.cid-uOuYr39ZJL .dropdown-item:active {
  background-color: transparent;
}
.cid-uOuYr39ZJL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-uOuYr39ZJL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOuYr39ZJL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOuYr39ZJL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOuYr39ZJL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOuYr39ZJL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOuYr39ZJL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dedeff;
}
.cid-uOuYr39ZJL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #35387f;
}
.cid-uOuYr39ZJL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOuYr39ZJL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuYr39ZJL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOuYr39ZJL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOuYr39ZJL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuYr39ZJL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOuYr39ZJL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOuYr39ZJL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOuYr39ZJL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOuYr39ZJL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOuYr39ZJL .navbar {
    height: 70px;
  }
  .cid-uOuYr39ZJL .navbar.opened {
    height: auto;
  }
  .cid-uOuYr39ZJL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOuYr39ZJL .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uOuYr39ZJL .navbar-caption:hover {
  color: #35387f;
}
@media (min-width: 992px) {
  .cid-uOuYr39ZJL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOuYr39ZJL .text_widget {
  margin-bottom: 32px;
}
.cid-uOuYr39ZJL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOuYr39ZJL .text_widget a:hover,
.cid-uOuYr39ZJL .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOuYr39ZJL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-uOuYr39ZJL .contacts-wrapper {
  min-width: 200px;
}
.cid-uOuYr39ZJL .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuYr39ZJL .contacts-wrapper .mbr-phone:hover,
.cid-uOuYr39ZJL .contacts-wrapper .mbr-phone:focus {
  color: #35387f;
}
.cid-uOuYr39ZJL .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOuYr39ZJL .contacts-wrapper .mbr-email:hover,
.cid-uOuYr39ZJL .contacts-wrapper .mbr-email:focus {
  color: #35387f;
}
.cid-uOuYr39ZJL .navbar-caption {
  color: #282840;
}
.cid-uOuYr39ZJL .mbr-phone {
  color: #282840;
}
.cid-uOuYr39ZJL .mbr-email {
  color: #282840;
}
.cid-uOuYr39ZJL .mbr-section-subtitle,
.cid-uOuYr39ZJL .text_widget,
.cid-uOuYr39ZJL .mbr-section-btn {
  text-align: center;
}
.cid-uOuYr39ZJL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOuYr43LRs {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/wenakker20vooraansig-2000x1502.webp");
}
.cid-uOuYr43LRs .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uOuYr43LRs .decor-wrap {
    width: 100%;
  }
}
.cid-uOuYr43LRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuYr43LRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuYr43LRs .row {
  position: relative;
  z-index: 1;
}
.cid-uOuYr43LRs .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOuYr43LRs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOuYr43LRs .mbr-section-title {
  color: #212529;
}
.cid-uOuYr43LRs .mbr-section-subtitle {
  color: #212529;
}
.cid-uOuYr43LRs .mbr-text {
  color: #51565c;
}
.cid-uOuYr43LRs .mbr-section-title,
.cid-uOuYr43LRs .mbr-section-btn {
  color: #35387f;
}
.cid-uOuZZidt4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOuZZidt4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuZZidt4P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuZZidt4P .row {
  position: relative;
  z-index: 2;
}
.cid-uOuZZidt4P .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uOuZZidt4P .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uOuZZidt4P .image-wrapper .image-wrap img {
  object-fit: fit;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOuZZidt4P .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uOuZZidt4P .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOuZZidt4P .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuZZidt4P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuZZidt4P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOuZZidt4P .mbr-section-title {
  color: #212529;
}
.cid-uOuZZidt4P .mbr-text {
  color: #51565c;
}
.cid-uOuZZidt4P .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uOv06KRFiy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOv06KRFiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv06KRFiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv06KRFiy .row {
  position: relative;
  z-index: 2;
}
.cid-uOv06KRFiy .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
  padding-right: 0;
  padding-left: 76px;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOv06KRFiy .image-wrapper .image-wrap {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper .image-wrap {
    padding-left: 0;
  }
}
.cid-uOv06KRFiy .image-wrapper .image-wrap img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOv06KRFiy .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uOv06KRFiy .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv06KRFiy .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOv06KRFiy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv06KRFiy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv06KRFiy .mbr-section-title {
  color: #212529;
}
.cid-uOv06KRFiy .mbr-text {
  color: #51565c;
}
.cid-uOv06KRFiy .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uOv07nzdTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOv07nzdTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv07nzdTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv07nzdTD .row {
  position: relative;
  z-index: 2;
}
.cid-uOv07nzdTD .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uOv07nzdTD .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uOv07nzdTD .image-wrapper .image-wrap img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOv07nzdTD .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uOv07nzdTD .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv07nzdTD .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOv07nzdTD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv07nzdTD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv07nzdTD .mbr-section-title {
  color: #212529;
}
.cid-uOv07nzdTD .mbr-text {
  color: #51565c;
}
.cid-uOv07nzdTD .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uOv11nHHme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uOv11nHHme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOv11nHHme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOv11nHHme .row {
  position: relative;
  z-index: 2;
}
.cid-uOv11nHHme .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
  padding-right: 0;
  padding-left: 76px;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOv11nHHme .image-wrapper .image-wrap {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper .image-wrap {
    padding-left: 0;
  }
}
.cid-uOv11nHHme .image-wrapper .image-wrap img {
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uOv11nHHme .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uOv11nHHme .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOv11nHHme .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOv11nHHme .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOv11nHHme .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOv11nHHme .mbr-section-title {
  color: #212529;
}
.cid-uOv11nHHme .mbr-text {
  color: #51565c;
}
.cid-uOv11nHHme .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uOuYr5lh0p {
  background-image: url("../../../assets/images/imgp7981-2000x1330.webp");
}
.cid-uOuYr5lh0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuYr5lh0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuYr5lh0p .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOuYr5lh0p .image-wrap {
    height: 400px;
  }
}
.cid-uOuYr5Z7oA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOuYr5Z7oA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuYr5Z7oA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuYr5Z7oA .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uOuYr5Z7oA .title-wrapper .mbr-section-title span {
  color: #806901;
}
@media (max-width: 992px) {
  .cid-uOuYr5Z7oA .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuYr5Z7oA .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uOuYr5Z7oA .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uOuYr5Z7oA .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOuYr5Z7oA .google-map iframe {
    height: 350px;
  }
}
.cid-uOuYr5Z7oA .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uOuYr5Z7oA .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuYr5Z7oA .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #806901;
}
.cid-uOuYr5Z7oA .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #806901;
}
.cid-uOuYr5Z7oA .card {
  justify-content: center;
}
.cid-uOuYr5Z7oA .mbr-section-title {
  color: #232323;
}
.cid-uOuYr5Z7oA .mbr-desc {
  color: #51565c;
}
.cid-uOuYr5Z7oA .mbr-address {
  color: #212529;
}
.cid-uOuYr5Z7oA .list {
  color: #212529;
}
.cid-uOuYr5Z7oA .list,
.cid-uOuYr5Z7oA .item-wrap {
  color: #000000;
}
.cid-uOuYr6MoC2 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #35387f;
}
.cid-uOuYr6MoC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOuYr6MoC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOuYr6MoC2 .content-wrap {
  justify-content: center;
}
.cid-uOuYr6MoC2 .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uOuYr6MoC2 .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uOuYr6MoC2 .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uOuYr6MoC2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuYr6MoC2 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uOuYr6MoC2 .links-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuYr6MoC2 .links-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuYr6MoC2 .links-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuYr6MoC2 .links-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuYr6MoC2 .links-wrapper .links-wrap .soc-item a:hover,
.cid-uOuYr6MoC2 .links-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuYr6MoC2 .legal-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOuYr6MoC2 .legal-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuYr6MoC2 .legal-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuYr6MoC2 .legal-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-uOuYr6MoC2 .legal-wrapper .links-wrap .soc-item a:hover,
.cid-uOuYr6MoC2 .legal-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-uOuYr6MoC2 .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOuYr6MoC2 .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uOuYr6MoC2 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOuYr6MoC2 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOuYr6MoC2 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOuYr6MoC2 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #806901;
}
.cid-uOuYr6MoC2 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #282840;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uOuYr6MoC2 .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOuYr6MoC2 .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uOuYr6MoC2 .mbr-section-title {
  color: #ff8576;
}
.cid-uOuYr6MoC2 .mbr-copy {
  color: #51565c;
}
.cid-uOuYr6MoC2 .mbr-copy,
.cid-uOuYr6MoC2 .copy-wrapper {
  text-align: right;
}
.cid-uOuYr6MoC2 .mbr-copy,
.cid-uOuYr6MoC2 .copy-wrapper,
.cid-uOuYr6MoC2 .social-wrapper {
  color: #f4f4f2;
  text-align: right;
}
.cid-uOuYr6MoC2 .mbr-section-btn {
  color: #fff4c3;
  text-align: left;
}
.cid-vb6ssnAwMa {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vb6ssnAwMa .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-vb6ssnAwMa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-vb6ssnAwMa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb6ssnAwMa .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vb6ssnAwMa .menu_box .navbar.opened,
  .cid-vb6ssnAwMa .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-vb6ssnAwMa nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vb6ssnAwMa .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 0;
  }
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vb6ssnAwMa .mbr-section-btn-main .btn {
  padding: 10px 64px;
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .cid-vb6ssnAwMa .mbr-section-btn-main .btn {
    padding: 10px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vb6ssnAwMa .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-vb6ssnAwMa .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vb6ssnAwMa .btn:hover {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .cid-vb6ssnAwMa .nav-item {
    margin: 4px 16px;
  }
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .nav-item {
    margin: 0 !important;
  }
}
.cid-vb6ssnAwMa .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 4rem !important;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
}
.cid-vb6ssnAwMa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #35387f;
  transition: all 0.3s ease-in-out;
}
.cid-vb6ssnAwMa .nav-item .nav-link:hover,
.cid-vb6ssnAwMa .nav-item .nav-link:focus {
  color: #35387f !important;
}
.cid-vb6ssnAwMa .nav-item .nav-link:hover::before,
.cid-vb6ssnAwMa .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vb6ssnAwMa .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vb6ssnAwMa .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vb6ssnAwMa .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vb6ssnAwMa .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-vb6ssnAwMa .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vb6ssnAwMa .offcanvas_box {
    display: none;
  }
}
.cid-vb6ssnAwMa .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vb6ssnAwMa .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vb6ssnAwMa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vb6ssnAwMa .container {
  display: flex;
  margin: auto;
}
.cid-vb6ssnAwMa .iconfont-wrapper {
  color: #ffffff;
  background-color: #d4c995;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-vb6ssnAwMa .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vb6ssnAwMa .iconfont-wrapper:hover {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-vb6ssnAwMa .navbar-nav {
    margin: 0;
  }
}
.cid-vb6ssnAwMa .dropdown-menu,
.cid-vb6ssnAwMa .navbar.opened {
  background-color: false !important;
}
.cid-vb6ssnAwMa .nav-item:focus,
.cid-vb6ssnAwMa .nav-link:focus {
  outline: none;
}
.cid-vb6ssnAwMa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb6ssnAwMa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb6ssnAwMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb6ssnAwMa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb6ssnAwMa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb6ssnAwMa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb6ssnAwMa .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vb6ssnAwMa .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vb6ssnAwMa .navbar.opened {
  transition: all 0.3s;
}
.cid-vb6ssnAwMa .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vb6ssnAwMa .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 100% !important;
}
.cid-vb6ssnAwMa .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb6ssnAwMa .navbar.collapsed {
  justify-content: center;
}
.cid-vb6ssnAwMa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb6ssnAwMa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vb6ssnAwMa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb6ssnAwMa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb6ssnAwMa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb6ssnAwMa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vb6ssnAwMa .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vb6ssnAwMa .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vb6ssnAwMa .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vb6ssnAwMa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb6ssnAwMa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb6ssnAwMa .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vb6ssnAwMa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb6ssnAwMa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vb6ssnAwMa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb6ssnAwMa .navbar ul.navbar-nav {
    overflow: hidden;
    margin-bottom: 16px;
  }
  .cid-vb6ssnAwMa .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vb6ssnAwMa .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vb6ssnAwMa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vb6ssnAwMa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb6ssnAwMa .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vb6ssnAwMa .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb6ssnAwMa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb6ssnAwMa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb6ssnAwMa .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-vb6ssnAwMa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vb6ssnAwMa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb6ssnAwMa .dropdown-item.active,
.cid-vb6ssnAwMa .dropdown-item:active {
  background-color: transparent;
}
.cid-vb6ssnAwMa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 4px 0 !important;
}
.cid-vb6ssnAwMa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb6ssnAwMa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb6ssnAwMa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb6ssnAwMa ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vb6ssnAwMa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb6ssnAwMa button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #dedeff;
}
.cid-vb6ssnAwMa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #35387f;
}
.cid-vb6ssnAwMa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb6ssnAwMa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb6ssnAwMa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb6ssnAwMa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb6ssnAwMa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb6ssnAwMa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb6ssnAwMa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb6ssnAwMa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb6ssnAwMa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vb6ssnAwMa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb6ssnAwMa .navbar {
    height: 70px;
  }
  .cid-vb6ssnAwMa .navbar.opened {
    height: auto;
  }
  .cid-vb6ssnAwMa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb6ssnAwMa .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-vb6ssnAwMa .navbar-caption:hover {
  color: #35387f;
}
@media (min-width: 992px) {
  .cid-vb6ssnAwMa .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vb6ssnAwMa .text_widget {
  margin-bottom: 32px;
}
.cid-vb6ssnAwMa .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vb6ssnAwMa .text_widget a:hover,
.cid-vb6ssnAwMa .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-vb6ssnAwMa .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 40px;
  }
}
.cid-vb6ssnAwMa .contacts-wrapper {
  min-width: 200px;
}
.cid-vb6ssnAwMa .contacts-wrapper .mbr-phone {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vb6ssnAwMa .contacts-wrapper .mbr-phone:hover,
.cid-vb6ssnAwMa .contacts-wrapper .mbr-phone:focus {
  color: #35387f;
}
.cid-vb6ssnAwMa .contacts-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vb6ssnAwMa .contacts-wrapper .mbr-email:hover,
.cid-vb6ssnAwMa .contacts-wrapper .mbr-email:focus {
  color: #35387f;
}
.cid-vb6ssnAwMa .navbar-caption {
  color: #282840;
}
.cid-vb6ssnAwMa .mbr-phone {
  color: #282840;
}
.cid-vb6ssnAwMa .mbr-email {
  color: #282840;
}
.cid-vb6ssnAwMa .mbr-section-subtitle,
.cid-vb6ssnAwMa .text_widget,
.cid-vb6ssnAwMa .mbr-section-btn {
  text-align: center;
}
.cid-vb6ssnAwMa a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vb6sso8BTO {
  padding-top: 12rem;
  padding-bottom: 12rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-image: url("../../../assets/images/gemini-generated-image-k5sej2k5sej2k5se-1-1024x1024.webp");
}
.cid-vb6sso8BTO .decor-wrap {
  position: absolute;
  right: 0;
  width: 60%;
  height: 150%;
  border-radius: 100% 0 0 100%;
  background-color: #ffffff;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vb6sso8BTO .decor-wrap {
    width: 100%;
    background-image: none;
  }
}
.cid-vb6sso8BTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6sso8BTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vb6sso8BTO .mbr-fallback-image {
    display: none;
  }
}
.cid-vb6sso8BTO .row {
  position: relative;
  z-index: 1;
}
.cid-vb6sso8BTO .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vb6sso8BTO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-vb6sso8BTO .mbr-section-title {
  color: #212529;
}
.cid-vb6sso8BTO .mbr-section-subtitle {
  color: #212529;
}
.cid-vb6sso8BTO .mbr-text {
  color: #51565c;
}
.cid-vb6sso8BTO .mbr-section-title,
.cid-vb6sso8BTO .mbr-section-btn {
  color: #35387f;
}
.cid-vb6wkat7E8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-vb6wkat7E8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6wkat7E8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6wkat7E8 .content-wrapper {
  position: relative;
  padding: 100px 100px 105px;
  border-radius: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vb6wkat7E8 .content-wrapper {
    padding: 46px 22px;
  }
}
.cid-vb6wkat7E8 .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-vb6wkat7E8 .content-wrapper .content-wrap .mbr-desc {
  margin-bottom: 10px;
}
.cid-vb6wkat7E8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 56px;
}
.cid-vb6wkat7E8 .content-wrapper .content-wrap .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-vb6wkat7E8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 12px;
  }
}
.cid-vb6wkat7E8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb6wkat7E8 .content-wrapper .image-wrapper {
  position: absolute;
  right: -50px;
  bottom: -150px;
  width: 400px;
  height: 400px;
}
@media (max-width: 992px) {
  .cid-vb6wkat7E8 .content-wrapper .image-wrapper {
    right: -20px;
    bottom: -75px;
    width: 200px;
    height: 200px;
  }
}
.cid-vb6wkat7E8 .content-wrapper .image-wrapper img {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vb6wkat7E8 .content-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-vb6wkat7E8 .mbr-section-title {
  color: #212529;
}
.cid-vb6wkat7E8 .mbr-desc {
  color: #212529;
}
.cid-vb6ssqu9XG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vb6ssqu9XG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6ssqu9XG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6ssqu9XG .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-vb6ssqu9XG .title-wrapper .mbr-section-title span {
  color: #806901;
}
@media (max-width: 992px) {
  .cid-vb6ssqu9XG .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vb6ssqu9XG .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vb6ssqu9XG .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-vb6ssqu9XG .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vb6ssqu9XG .google-map iframe {
    height: 350px;
  }
}
.cid-vb6ssqu9XG .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-vb6ssqu9XG .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb6ssqu9XG .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #806901;
}
.cid-vb6ssqu9XG .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #806901;
}
.cid-vb6ssqu9XG .card {
  justify-content: center;
}
.cid-vb6ssqu9XG .mbr-section-title {
  color: #232323;
}
.cid-vb6ssqu9XG .mbr-desc {
  color: #51565c;
}
.cid-vb6ssqu9XG .mbr-address {
  color: #212529;
}
.cid-vb6ssqu9XG .list {
  color: #212529;
}
.cid-vb6ssqu9XG .list,
.cid-vb6ssqu9XG .item-wrap {
  color: #000000;
}
.cid-vb6ssr0D5r {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #35387f;
}
.cid-vb6ssr0D5r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb6ssr0D5r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb6ssr0D5r .content-wrap {
  justify-content: center;
}
.cid-vb6ssr0D5r .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vb6ssr0D5r .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-vb6ssr0D5r .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-vb6ssr0D5r .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb6ssr0D5r .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-vb6ssr0D5r .links-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb6ssr0D5r .links-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vb6ssr0D5r .links-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb6ssr0D5r .links-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-vb6ssr0D5r .links-wrapper .links-wrap .soc-item a:hover,
.cid-vb6ssr0D5r .links-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-vb6ssr0D5r .legal-wrapper {
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vb6ssr0D5r .legal-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vb6ssr0D5r .legal-wrapper .links-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb6ssr0D5r .legal-wrapper .links-wrap .soc-item a {
  display: block;
}
.cid-vb6ssr0D5r .legal-wrapper .links-wrap .soc-item a:hover,
.cid-vb6ssr0D5r .legal-wrapper .links-wrap .soc-item a:hover {
  color: #ff543d;
}
.cid-vb6ssr0D5r .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vb6ssr0D5r .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-vb6ssr0D5r .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vb6ssr0D5r .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vb6ssr0D5r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vb6ssr0D5r .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #806901;
}
.cid-vb6ssr0D5r .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #282840;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-vb6ssr0D5r .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb6ssr0D5r .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-vb6ssr0D5r .mbr-section-title {
  color: #ff8576;
}
.cid-vb6ssr0D5r .mbr-copy {
  color: #51565c;
}
.cid-vb6ssr0D5r .mbr-copy,
.cid-vb6ssr0D5r .copy-wrapper {
  text-align: right;
}
.cid-vb6ssr0D5r .mbr-copy,
.cid-vb6ssr0D5r .copy-wrapper,
.cid-vb6ssr0D5r .social-wrapper {
  color: #f4f4f2;
  text-align: right;
}
.cid-vb6ssr0D5r .mbr-section-btn {
  color: #fff4c3;
  text-align: left;
}
