<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Kaisei Tokumin', serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 &gt; .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.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffcc1a !important;
}
.bg-success {
  background-color: #006b54 !important;
}
.bg-info {
  background-color: #cbb6f2 !important;
}
.bg-warning {
  background-color: #ffcc1a !important;
}
.bg-danger {
  background-color: #dac5b1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ff4d7c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff4d7c !important;
  border-color: #ff4d7c !important;
}
.btn-info,
.btn-info:active {
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #976ce5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #976ce5 !important;
  border-color: #976ce5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #006b54 !important;
  border-color: #006b54 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #001410 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #001410 !important;
  border-color: #001410 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
  color: #1a1400 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ffcc1a !important;
  border-color: #c29700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a1400 !important;
  background-color: #c29700 !important;
  border-color: #c29700 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #be9976 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #be9976 !important;
  border-color: #be9976 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #fafafa !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffa4bc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff4d7c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa4bc !important;
  border-color: #ffa4bc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cbb6f2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #976ce5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #cbb6f2 !important;
  border-color: #cbb6f2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #006b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #001410 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #006b54 !important;
  border-color: #006b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffcc1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c29700 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1a1400 !important;
  background-color: #ffcc1a !important;
  border-color: #ffcc1a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dac5b1;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #be9976 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dac5b1 !important;
  border-color: #dac5b1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffcc1a !important;
}
.text-secondary {
  color: #ffa4bc !important;
}
.text-success {
  color: #006b54 !important;
}
.text-info {
  color: #cbb6f2 !important;
}
.text-warning {
  color: #ffcc1a !important;
}
.text-danger {
  color: #dac5b1 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b38b00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff3e71 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000504 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8d5fe3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b38b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b9926c !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: #ffcc1a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cbb6f2;
}
.alert-warning {
  background-color: #ffcc1a;
}
.alert-danger {
  background-color: #dac5b1;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffcc1a;
  border-color: #ffcc1a;
  color: #342800;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffcc1a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff9e6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #00ebb8;
}
.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: #fff9e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ffcc1a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ffcc1a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffcc1a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffcc1a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffcc1a;
  border-bottom-color: #ffcc1a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffcc1a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box &gt; div &gt; div:hover {
  color: #000000 !important;
  background: #ffa4bc !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='%23ffcc1a' %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;
}
.cid-tYTQJnGO8a {
  background-color: transparent;
}
.cid-tYTQJnGO8a .navbar-dropdown {
  background-color: #ccf1ee !important;
  padding: 0;
}
.cid-tYTQJnGO8a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ccf1ee !important;
  background: #ccf1ee;
}
.cid-tYTQJnGO8a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYTQJnGO8a .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYTQJnGO8a .menu_box .navbar.opened,
  .cid-tYTQJnGO8a .menu_box .navbar-collapse {
    background-color: #ccf1ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYTQJnGO8a .navbar-dropdown {
  position: relative !important;
}
.cid-tYTQJnGO8a .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYTQJnGO8a .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYTQJnGO8a .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYTQJnGO8a .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-tYTQJnGO8a .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYTQJnGO8a .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYTQJnGO8a .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYTQJnGO8a .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYTQJnGO8a .offcanvas-body .mbr-text,
  .cid-tYTQJnGO8a .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYTQJnGO8a .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYTQJnGO8a .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYTQJnGO8a ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYTQJnGO8a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTQJnGO8a .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);
  }
  .cid-tYTQJnGO8a .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYTQJnGO8a li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #54004c;
  }
  .cid-tYTQJnGO8a .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYTQJnGO8a .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tYTQJnGO8a .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYTQJnGO8a .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .nav-item {
    margin: 0 !important;
  }
}
.cid-tYTQJnGO8a .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYTQJnGO8a .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tYTQJnGO8a .nav-item .nav-link::before {
  content: '';
  background-color: #ffa4bc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tYTQJnGO8a .nav-item .nav-link:hover,
.cid-tYTQJnGO8a .nav-item .nav-link:focus {
  color: #ffa4bc !important;
}
.cid-tYTQJnGO8a .nav-item .nav-link:hover::before,
.cid-tYTQJnGO8a .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tYTQJnGO8a .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYTQJnGO8a .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYTQJnGO8a .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYTQJnGO8a .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-tYTQJnGO8a .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYTQJnGO8a .offcanvas_box {
    display: none;
  }
}
.cid-tYTQJnGO8a .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYTQJnGO8a .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYTQJnGO8a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYTQJnGO8a .container {
  display: flex;
  margin: auto;
}
.cid-tYTQJnGO8a .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYTQJnGO8a .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYTQJnGO8a .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYTQJnGO8a .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYTQJnGO8a .navbar-nav {
    margin: 0;
  }
}
.cid-tYTQJnGO8a .dropdown-menu,
.cid-tYTQJnGO8a .navbar.opened {
  background-color: false !important;
}
.cid-tYTQJnGO8a .nav-item:focus,
.cid-tYTQJnGO8a .nav-link:focus {
  outline: none;
}
.cid-tYTQJnGO8a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYTQJnGO8a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYTQJnGO8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYTQJnGO8a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYTQJnGO8a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYTQJnGO8a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYTQJnGO8a .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYTQJnGO8a .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYTQJnGO8a .navbar.opened {
  transition: all 0.3s;
}
.cid-tYTQJnGO8a .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYTQJnGO8a .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tYTQJnGO8a .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYTQJnGO8a .navbar.collapsed {
  justify-content: center;
}
.cid-tYTQJnGO8a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYTQJnGO8a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYTQJnGO8a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYTQJnGO8a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYTQJnGO8a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYTQJnGO8a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYTQJnGO8a .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYTQJnGO8a .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYTQJnGO8a .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYTQJnGO8a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYTQJnGO8a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYTQJnGO8a .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYTQJnGO8a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYTQJnGO8a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYTQJnGO8a .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYTQJnGO8a .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYTQJnGO8a .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYTQJnGO8a .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYTQJnGO8a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYTQJnGO8a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYTQJnGO8a .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYTQJnGO8a .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYTQJnGO8a .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYTQJnGO8a .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYTQJnGO8a .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-tYTQJnGO8a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYTQJnGO8a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYTQJnGO8a .dropdown-item.active,
.cid-tYTQJnGO8a .dropdown-item:active {
  background-color: transparent;
}
.cid-tYTQJnGO8a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tYTQJnGO8a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYTQJnGO8a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYTQJnGO8a .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tYTQJnGO8a ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYTQJnGO8a .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYTQJnGO8a button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ccf1ee;
  background: #474a48;
}
.cid-tYTQJnGO8a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYTQJnGO8a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYTQJnGO8a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTQJnGO8a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYTQJnGO8a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYTQJnGO8a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTQJnGO8a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYTQJnGO8a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYTQJnGO8a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYTQJnGO8a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYTQJnGO8a .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-tYTQJnGO8a .navbar {
    height: 70px;
  }
  .cid-tYTQJnGO8a .navbar.opened {
    height: auto;
  }
  .cid-tYTQJnGO8a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYTQJnGO8a .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYTQJnGO8a .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tYTQJnGO8a .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYTQJnGO8a .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYTQJnGO8a .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tYTQJnGO8a .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tYTQJnGO8a .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYTQJnGO8a .text_widget {
  margin-bottom: 32px;
}
.cid-tYTQJnGO8a .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYTQJnGO8a .text_widget a:hover,
.cid-tYTQJnGO8a .text_widget a:focus {
  opacity: .6;
}
.cid-tYTQJnGO8a .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYTQJnGO8a .navbar-caption {
  color: #F9F6E0;
}
.cid-tYTQJnGO8a .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYTQJnGO8a .mbr-section-subtitle,
.cid-tYTQJnGO8a .text_widget,
.cid-tYTQJnGO8a .mbr-section-btn {
  text-align: center;
}
.cid-tYTQJnGO8a a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-t02M7Pvbo7 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/body-corporate-legal-advice-2000x1333.jpg");
}
.cid-t02M7Pvbo7 .row {
  flex-direction: row-reverse;
}
.cid-t02M7Pvbo7 .card-wrapper {
  padding-left: 32px;
  padding-right: 32px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-t02M7Pvbo7 .wrapper {
  margin-top: 120px;
}
.cid-t02M7Pvbo7 .wrapper .mbr-iconfont {
  font-size: 3rem;
}
@media (min-width: 992px) {
  .cid-t02M7Pvbo7 .wrapper .display-7 {
    font-size: 23px;
  }
}
.cid-t02M7Pvbo7 .wrap {
  min-height: 650px;
  position: relative;
}
.cid-t02M7Pvbo7 .wrap img {
  width: 144px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-t02M7Pvbo7 .wrap {
    display: none;
  }
}
.cid-t02M7Pvbo7 .wrap:hover .image-1 {
  top: -80px;
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-2 {
  right: 20px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-3 {
  left: 80px;
  top: 190px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-4 {
  top: 260px;
  right: 30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-5 {
  left: -80px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-6 {
  right: -30px;
}
.cid-t02M7Pvbo7 .wrap:hover .image-7 {
  bottom: 10px;
  left: 70px;
}
.cid-t02M7Pvbo7 .image-1 {
  top: -90px;
  left: -90px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-2 {
  right: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-3 {
  left: 80px;
  top: 200px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-4 {
  top: 250px;
  right: 20px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-5 {
  left: -90px;
  bottom: 100px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-6 {
  bottom: 0;
  right: -40px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .image-7 {
  bottom: 0;
  left: 80px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  will-change: transform;
}
.cid-t02M7Pvbo7 .card-title {
  text-align: center;
  color: #fffaf6;
}
.cid-t02M7Pvbo7 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tYTZypLySm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ccf1ee;
}
.cid-tYTZypLySm .item-img {
  position: relative;
}
.cid-tYTZypLySm .item-img img {
  transition: all 0.2s;
  object-fit: cover;
}
.cid-tYTZypLySm .cardbg {
  background: #54004c;
  height: 100%;
  min-height: 300px;
}
.cid-tYTZypLySm .mbr-section-subtitle {
  border: 1px solid currentColor;
  border-radius: 1rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
}
.cid-tYTZypLySm .image-wrapper {
  overflow: hidden;
}
.cid-tYTZypLySm .item1 {
  margin-bottom: 2rem !important;
}
.cid-tYTZypLySm .item-wrapper {
  position: relative;
  background: #54004c;
  border: 3px solid #54004c;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tYTZypLySm .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-tYTZypLySm .item-link {
  position: absolute;
  bottom: 8px;
  right: 90px;
  color: #ffffff;
}
.cid-tYTZypLySm .item1,
.cid-tYTZypLySm .item {
  transition: transform 0.3s;
  margin-bottom: 2rem;
}
.cid-tYTZypLySm .item1 .item:hover,
.cid-tYTZypLySm .item .item:hover {
  cursor: pointer;
}
.cid-tYTZypLySm .item1:hover .link-icon-wrapper span,
.cid-tYTZypLySm .item:hover .link-icon-wrapper span {
  transform: rotate(-20deg) scale(1.3);
}
@media (max-width: 992px) {
  .cid-tYTZypLySm .card2 {
    margin-top: 1rem;
  }
}
.cid-tYTZypLySm .link-icon-wrapper {
  position: absolute;
  right: -1px;
  padding: 2px;
  bottom: -1px;
  background: #54004c;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 2rem;
  z-index: 3;
}
.cid-tYTZypLySm .link-icon-wrapper .icon-wrap {
  background: #ffffff;
  width: 55px;
  height: 55px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.cid-tYTZypLySm .link-icon-wrapper .icon-wrap span {
  color: #ffffff;
  font-size: 1.1rem;
  transition: all 0.3s;
  display: block;
  padding-top: 1px;
}
.cid-tYTZypLySm .link-icon-wrapper .svg1 {
  position: absolute;
  top: -29px;
  right: 0px;
  transform: rotate(180deg);
  width: 30px;
}
.cid-tYTZypLySm .link-icon-wrapper .svg1 path {
  fill: #54004c;
}
.cid-tYTZypLySm .link-icon-wrapper .svg2 {
  position: absolute;
  transform: rotate(180deg);
  width: 30px;
  bottom: 0;
  left: -29px;
}
.cid-tYTZypLySm .link-icon-wrapper .svg2 path {
  fill: #54004c;
}
.cid-tYTZypLySm .item-content {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1rem;
  padding: 0 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-tYTZypLySm .item-content {
    padding: 0 1rem 1.4rem;
    margin-top: 1rem;
  }
}
.cid-tYTZypLySm img,
.cid-tYTZypLySm .item-img {
  width: 100%;
}
.cid-tYTZypLySm .item:focus,
.cid-tYTZypLySm span:focus {
  outline: none;
}
@media (max-width: 767px) {
  .cid-tYTZypLySm .item {
    margin-bottom: 1rem;
  }
}
.cid-tYTZypLySm .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYTZypLySm .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tYTZypLySm .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tYTZypLySm .mbr-section-subtitle,
.cid-tYTZypLySm .subtitle-wrap,
.cid-tYTZypLySm .mbr-section-btn {
  text-align: left;
}
.cid-tYTZypLySm .mbr-text,
.cid-tYTZypLySm .item .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tYTSanGZVP {
  border-bottom: 3px solid #000000;
  background-image: url("../../../assets/images/body-corporate-legal-advice2.webp");
}
.cid-tYTSanGZVP .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tYTSanGZVP .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
  .cid-tYTSanGZVP .back {
    width: auto;
    height: 100%;
  }
}
.cid-tYTSanGZVP .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYTSanGZVP .mbr-section-btn {
    margin-left: .5rem;
    margin-right: 1rem;
  }
}
@media (min-width: 991px) {
  .cid-tYTSanGZVP .mbr-section-btn {
    margin-left: .5rem;
  }
}
.cid-tYTSanGZVP .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYTSanGZVP .btn:hover,
.cid-tYTSanGZVP .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYTSanGZVP .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYTSanGZVP .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYTSanGZVP .btn:hover:before,
.cid-tYTSanGZVP .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYTSanGZVP .btn-secondary {
  color: #000000 !important;
}
.cid-tYTSanGZVP .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYTSanGZVP .card-title {
  text-align: left;
  color: #ffffff;
}
.cid-tYTSanGZVP .mbr-text,
.cid-tYTSanGZVP .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tYTSanGZVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYTSanGZVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX3962mxO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #54004c;
}
.cid-tYX3962mxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX3962mxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX3962mxO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYX3962mxO .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYX3962mxO .container {
    padding: 0 24px;
  }
}
.cid-tYX3962mxO .row {
  justify-content: space-between;
}
.cid-tYX3962mxO .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-tYX3962mxO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ccf1ee;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-tYX3962mxO .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYX3962mxO .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tYX3962mxO .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-tYX3962mxO .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYX3962mxO .mbr-section-title {
  color: #141414;
}
.cid-tYX3962mxO .card-number {
  color: #000000;
}
.cid-tYX3962mxO .card-title {
  color: #141414;
}
.cid-tYX3962mxO .card-text {
  color: #141414;
}
.cid-tYX3962mxO .card-title,
.cid-tYX3962mxO .mbr-section-btn {
  text-align: left;
}
.cid-tYAreans3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ccf1ee;
}
.cid-tYAreans3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYAreans3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYAreans3U .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tYAreans3U .mbr-section-title {
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-subtitle {
  color: #24262b;
}
.cid-tYAreans3U .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tYAreans3U .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #54004c;
}
@media (max-width: 767px) {
  .cid-tYAreans3U .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tYAreans3U .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  text-align: center;
}
.cid-tYAreans3U .card-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tYAreans3U .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tYAreans3U .mbr-section-btn {
  margin-top: 20px;
}
.cid-tYAreans3U .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tYAreans3U .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tYAreans3U .card-text,
.cid-tYAreans3U .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tWdA4lme1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #54004c;
}
.cid-tWdA4lme1F .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tWdA4lme1F .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tWdA4lme1F .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tWdA4lme1F .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tWdA4lme1F .btn:hover,
.cid-tWdA4lme1F .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tWdA4lme1F .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tWdA4lme1F .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tWdA4lme1F .btn:hover:before,
.cid-tWdA4lme1F .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tWdA4lme1F .btn-secondary {
  color: #000000 !important;
}
.cid-tWdA4lme1F .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tWdA4lme1F .mbr-section-title,
.cid-tWdA4lme1F .mbr-section-btn {
  color: #ffffff;
}
.cid-tWdA4lme1F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tWdAOce5PO {
  background-image: url("../../../assets/images/body-corporate-legal-advice4-1920x1282.jpg");
  margin-top: -3px;
  border-bottom: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.cid-tWdAOce5PO .row {
  align-items: center;
}
.cid-tWdAOce5PO .text-wrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #54004c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tWdAOce5PO .content {
  position: relative;
  border: 3px solid #ffffff;
  padding: 40px;
}
.cid-tWdAOce5PO .label {
  position: absolute;
  border-radius: 20px;
  background-color: #ffffff;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
@media (max-width: 991px) {
  .cid-tWdAOce5PO .text-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .cid-tWdAOce5PO .card {
    height: 300px;
  }
}
.cid-tWdAOce5PO .mbr-section-title,
.cid-tWdAOce5PO .mbr-section-btn {
  color: #ffffff;
}
.cid-tWdAOce5PO .mbr-text {
  color: #ffffff;
}
.cid-tYAjiJwPQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf1ee;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  margin-top: -3px;
}
.cid-tYAjiJwPQi blockquote {
  margin-bottom: 0;
  border-color: #ccf1ee;
  background-color: #ccf1ee;
  font-style: normal;
}
.cid-tYAjiJwPQi .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tYAjiJwPQi .inform div:first-child {
  border-left: none;
}
.cid-tYAjiJwPQi .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tYAjiJwPQi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tYAjiJwPQi .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-tYX5gSIHmW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #54004c;
}
.cid-tYX5gSIHmW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX5gSIHmW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX5gSIHmW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYX5gSIHmW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYX5gSIHmW .container {
    padding: 0 24px;
  }
}
.cid-tYX5gSIHmW .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tYX5gSIHmW .image-wrapper {
  height: 100%;
}
.cid-tYX5gSIHmW .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tYX5gSIHmW .image-wrapper img {
    height: 350px;
  }
}
.cid-tYX5gSIHmW .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ccf1ee;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYX5gSIHmW .content-wrapper {
    padding: 24px;
  }
}
.cid-tYX5gSIHmW .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tYX5gSIHmW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tYX5gSIHmW .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tYX5gSIHmW .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYX5gSIHmW .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tYX5gSIHmW .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYX5gSIHmW .mbr-section-title {
  color: #141414;
}
.cid-tYX5gSIHmW .mbr-text {
  color: #141414;
}
.cid-tYX5z9A2Vy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ccf1ee;
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
}
.cid-tYX5z9A2Vy blockquote {
  margin-bottom: 0;
  border-color: #000000;
  background-color: #54004c;
  font-style: normal;
}
.cid-tYX5z9A2Vy .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-tYX5z9A2Vy .inform div:first-child {
  border-left: none;
}
.cid-tYX5z9A2Vy .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-tYX5z9A2Vy .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tYX5z9A2Vy .mbr-text {
  color: #ffffff;
}
.cid-tYSqn6CoQ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ccf1ee;
}
.cid-tYSqn6CoQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYSqn6CoQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYSqn6CoQ6 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .container {
    padding: 0 30px;
  }
}
.cid-tYSqn6CoQ6 .row {
  justify-content: center;
}
.cid-tYSqn6CoQ6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYSqn6CoQ6 .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYSqn6CoQ6 .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map {
    padding: 0;
  }
}
.cid-tYSqn6CoQ6 .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYSqn6CoQ6 .google-map iframe {
    height: 300px;
  }
}
.cid-tYSqn6CoQ6 .mbr-card-title {
  color: #212529;
}
.cid-tYSqn6CoQ6 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYSqn6CoQ6 .mbr-card-title,
.cid-tYSqn6CoQ6 .title-wrapper {
  text-align: center;
}
.cid-t02MA2L5z5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #54004c;
  overflow: hidden;
}
.cid-t02MA2L5z5 .mbr-text {
  color: #002549;
}
.cid-t02MA2L5z5 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tYUcxXJqia {
  overflow: hidden;
  background-color: #54004c;
}
.cid-tYUcxXJqia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUcxXJqia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYUcxXJqia .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYUcxXJqia .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYUcxXJqia .container {
    padding: 0 24px;
  }
}
.cid-tYUcxXJqia .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-tYUcxXJqia .content-wrapper {
    padding: 0;
  }
}
.cid-tYUcxXJqia .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYUcxXJqia .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ccf1ee;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-tYUcxXJqia .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-tYUcxXJqia .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tYUcxXJqia .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-tYUcxXJqia .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYUcxXJqia .mbr-section-title {
  color: #141414;
}
.cid-tYUcxXJqia .mbr-desc {
  color: #141414;
}
.cid-tYUcxXJqia .mbr-text {
  color: #000000;
}
.cid-tYUcxXJqia .mbr-section-title,
.cid-tYUcxXJqia .mbr-section-btn {
  color: #000000;
}
.cid-tYUcxYsCox {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf1ee;
}
.cid-tYUcxYsCox .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYUcxYsCox .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYUcxYsCox .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYUcxYsCox .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYUcxYsCox .btn:hover,
.cid-tYUcxYsCox .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYUcxYsCox .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYUcxYsCox .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYUcxYsCox .btn:hover:before,
.cid-tYUcxYsCox .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYUcxYsCox .btn-secondary {
  color: #000000 !important;
}
.cid-tYUcxYsCox .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYUcxYsCox .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYUcxYsCox .mbr-section-title,
.cid-tYUcxYsCox .mbr-section-btn DIV {
  text-align: left;
}
.cid-tYUcxYsCox .mbr-section-title,
.cid-tYUcxYsCox .mbr-section-btn {
  color: #000000;
}
.cid-tYUcxYsCox .mbr-section-subtitle {
  color: #000000;
}
.cid-tYUj3xvXaV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #54004c;
}
.cid-tYUj3xvXaV .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-tYUj3xvXaV .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tYUj3xvXaV .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYUj3xvXaV .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYUj3xvXaV .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYUj3xvXaV .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYUj3xvXaV .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-tYUj3xvXaV .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYUj3xvXaV .btn:hover,
.cid-tYUj3xvXaV .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYUj3xvXaV .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYUj3xvXaV .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYUj3xvXaV .btn:hover:before,
.cid-tYUj3xvXaV .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYUj3xvXaV .btn-secondary {
  color: #000000 !important;
}
.cid-tYUj3xvXaV .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYUj3xvXaV .card-title,
.cid-tYUj3xvXaV .mbr-section-btn {
  color: #ffffff;
}
.cid-tYUj3xvXaV .mbr-text {
  color: #ffffff;
}
.cid-tYUcxZptqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ccf1ee;
}
.cid-tYUcxZptqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYUcxZptqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYUcxZptqc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .container {
    padding: 0 30px;
  }
}
.cid-tYUcxZptqc .row {
  justify-content: center;
}
.cid-tYUcxZptqc .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYUcxZptqc .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYUcxZptqc .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYUcxZptqc .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .google-map {
    padding: 0;
  }
}
.cid-tYUcxZptqc .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYUcxZptqc .google-map iframe {
    height: 300px;
  }
}
.cid-tYUcxZptqc .mbr-card-title {
  color: #212529;
}
.cid-tYUcxZptqc .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYUcxZptqc .mbr-card-title,
.cid-tYUcxZptqc .title-wrapper {
  text-align: center;
}
.cid-tYUcxZROCK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #54004c;
  overflow: hidden;
}
.cid-tYUcxZROCK .mbr-text {
  color: #002549;
}
.cid-tYUcxZROCK .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tYUcy07z9q {
  background-color: transparent;
}
.cid-tYUcy07z9q .navbar-dropdown {
  background-color: #ccf1ee !important;
  padding: 0;
}
.cid-tYUcy07z9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ccf1ee !important;
  background: #ccf1ee;
}
.cid-tYUcy07z9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYUcy07z9q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYUcy07z9q .menu_box .navbar.opened,
  .cid-tYUcy07z9q .menu_box .navbar-collapse {
    background-color: #ccf1ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYUcy07z9q .navbar-dropdown {
  position: relative !important;
}
.cid-tYUcy07z9q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYUcy07z9q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYUcy07z9q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYUcy07z9q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-tYUcy07z9q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYUcy07z9q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYUcy07z9q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYUcy07z9q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYUcy07z9q .offcanvas-body .mbr-text,
  .cid-tYUcy07z9q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYUcy07z9q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYUcy07z9q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYUcy07z9q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYUcy07z9q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYUcy07z9q .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);
  }
  .cid-tYUcy07z9q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYUcy07z9q li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #54004c;
  }
  .cid-tYUcy07z9q .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYUcy07z9q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tYUcy07z9q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYUcy07z9q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .nav-item {
    margin: 0 !important;
  }
}
.cid-tYUcy07z9q .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYUcy07z9q .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tYUcy07z9q .nav-item .nav-link::before {
  content: '';
  background-color: #ffa4bc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tYUcy07z9q .nav-item .nav-link:hover,
.cid-tYUcy07z9q .nav-item .nav-link:focus {
  color: #ffa4bc !important;
}
.cid-tYUcy07z9q .nav-item .nav-link:hover::before,
.cid-tYUcy07z9q .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tYUcy07z9q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYUcy07z9q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYUcy07z9q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYUcy07z9q .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-tYUcy07z9q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYUcy07z9q .offcanvas_box {
    display: none;
  }
}
.cid-tYUcy07z9q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYUcy07z9q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYUcy07z9q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYUcy07z9q .container {
  display: flex;
  margin: auto;
}
.cid-tYUcy07z9q .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYUcy07z9q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYUcy07z9q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYUcy07z9q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYUcy07z9q .navbar-nav {
    margin: 0;
  }
}
.cid-tYUcy07z9q .dropdown-menu,
.cid-tYUcy07z9q .navbar.opened {
  background-color: false !important;
}
.cid-tYUcy07z9q .nav-item:focus,
.cid-tYUcy07z9q .nav-link:focus {
  outline: none;
}
.cid-tYUcy07z9q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYUcy07z9q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYUcy07z9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYUcy07z9q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYUcy07z9q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYUcy07z9q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYUcy07z9q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYUcy07z9q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYUcy07z9q .navbar.opened {
  transition: all 0.3s;
}
.cid-tYUcy07z9q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYUcy07z9q .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tYUcy07z9q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYUcy07z9q .navbar.collapsed {
  justify-content: center;
}
.cid-tYUcy07z9q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYUcy07z9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYUcy07z9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYUcy07z9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYUcy07z9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYUcy07z9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYUcy07z9q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYUcy07z9q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYUcy07z9q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYUcy07z9q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYUcy07z9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYUcy07z9q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYUcy07z9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYUcy07z9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYUcy07z9q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYUcy07z9q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYUcy07z9q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYUcy07z9q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYUcy07z9q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYUcy07z9q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYUcy07z9q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYUcy07z9q .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYUcy07z9q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYUcy07z9q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYUcy07z9q .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-tYUcy07z9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYUcy07z9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYUcy07z9q .dropdown-item.active,
.cid-tYUcy07z9q .dropdown-item:active {
  background-color: transparent;
}
.cid-tYUcy07z9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tYUcy07z9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYUcy07z9q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYUcy07z9q .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tYUcy07z9q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYUcy07z9q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYUcy07z9q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ccf1ee;
  background: #474a48;
}
.cid-tYUcy07z9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYUcy07z9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYUcy07z9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYUcy07z9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYUcy07z9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYUcy07z9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYUcy07z9q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYUcy07z9q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYUcy07z9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYUcy07z9q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYUcy07z9q .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-tYUcy07z9q .navbar {
    height: 70px;
  }
  .cid-tYUcy07z9q .navbar.opened {
    height: auto;
  }
  .cid-tYUcy07z9q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYUcy07z9q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYUcy07z9q .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tYUcy07z9q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYUcy07z9q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYUcy07z9q .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tYUcy07z9q .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tYUcy07z9q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYUcy07z9q .text_widget {
  margin-bottom: 32px;
}
.cid-tYUcy07z9q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYUcy07z9q .text_widget a:hover,
.cid-tYUcy07z9q .text_widget a:focus {
  opacity: .6;
}
.cid-tYUcy07z9q .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYUcy07z9q .navbar-caption {
  color: #F9F6E0;
}
.cid-tYUcy07z9q .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYUcy07z9q .mbr-section-subtitle,
.cid-tYUcy07z9q .text_widget,
.cid-tYUcy07z9q .mbr-section-btn {
  text-align: center;
}
.cid-tYUcy07z9q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYWZ6Dne0t {
  overflow: hidden;
  background-color: #54004c;
}
.cid-tYWZ6Dne0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYWZ6Dne0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYWZ6Dne0t .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYWZ6Dne0t .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYWZ6Dne0t .container {
    padding: 0 24px;
  }
}
.cid-tYWZ6Dne0t .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-tYWZ6Dne0t .content-wrapper {
    padding: 0;
  }
}
.cid-tYWZ6Dne0t .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ccf1ee;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-tYWZ6Dne0t .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-tYWZ6Dne0t .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tYWZ6Dne0t .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-tYWZ6Dne0t .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYWZ6Dne0t .mbr-section-title {
  color: #141414;
}
.cid-tYWZ6Dne0t .mbr-desc {
  color: #141414;
}
.cid-tYWZ6Dne0t .mbr-text {
  color: #000000;
}
.cid-tYWZ6Dne0t .mbr-section-title,
.cid-tYWZ6Dne0t .mbr-section-btn {
  color: #000000;
}
.cid-tYWZ6E7u4w {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf1ee;
}
.cid-tYWZ6E7u4w .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYWZ6E7u4w .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYWZ6E7u4w .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYWZ6E7u4w .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYWZ6E7u4w .btn:hover,
.cid-tYWZ6E7u4w .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYWZ6E7u4w .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYWZ6E7u4w .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYWZ6E7u4w .btn:hover:before,
.cid-tYWZ6E7u4w .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYWZ6E7u4w .btn-secondary {
  color: #000000 !important;
}
.cid-tYWZ6E7u4w .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYWZ6E7u4w .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYWZ6E7u4w .mbr-section-title,
.cid-tYWZ6E7u4w .mbr-section-btn DIV {
  text-align: left;
}
.cid-tYWZ6E7u4w .mbr-section-title,
.cid-tYWZ6E7u4w .mbr-section-btn {
  color: #000000;
}
.cid-tYWZ6E7u4w .mbr-section-subtitle {
  color: #000000;
}
.cid-tYWZ6Ep8Vt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #54004c;
}
.cid-tYWZ6Ep8Vt .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-tYWZ6Ep8Vt .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tYWZ6Ep8Vt .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYWZ6Ep8Vt .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYWZ6Ep8Vt .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYWZ6Ep8Vt .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYWZ6Ep8Vt .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-tYWZ6Ep8Vt .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYWZ6Ep8Vt .btn:hover,
.cid-tYWZ6Ep8Vt .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYWZ6Ep8Vt .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYWZ6Ep8Vt .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYWZ6Ep8Vt .btn:hover:before,
.cid-tYWZ6Ep8Vt .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYWZ6Ep8Vt .btn-secondary {
  color: #000000 !important;
}
.cid-tYWZ6Ep8Vt .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYWZ6Ep8Vt .card-title,
.cid-tYWZ6Ep8Vt .mbr-section-btn {
  color: #ffffff;
}
.cid-tYWZ6Ep8Vt .mbr-text {
  color: #ffffff;
}
.cid-tYWZ6EHsR5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ccf1ee;
}
.cid-tYWZ6EHsR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYWZ6EHsR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYWZ6EHsR5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .container {
    padding: 0 30px;
  }
}
.cid-tYWZ6EHsR5 .row {
  justify-content: center;
}
.cid-tYWZ6EHsR5 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYWZ6EHsR5 .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYWZ6EHsR5 .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .google-map {
    padding: 0;
  }
}
.cid-tYWZ6EHsR5 .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYWZ6EHsR5 .google-map iframe {
    height: 300px;
  }
}
.cid-tYWZ6EHsR5 .mbr-card-title {
  color: #212529;
}
.cid-tYWZ6EHsR5 .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYWZ6EHsR5 .mbr-card-title,
.cid-tYWZ6EHsR5 .title-wrapper {
  text-align: center;
}
.cid-tYWZ6Fcu8p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #54004c;
  overflow: hidden;
}
.cid-tYWZ6Fcu8p .mbr-text {
  color: #002549;
}
.cid-tYWZ6Fcu8p .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tYWZ6Fu0uf {
  background-color: transparent;
}
.cid-tYWZ6Fu0uf .navbar-dropdown {
  background-color: #ccf1ee !important;
  padding: 0;
}
.cid-tYWZ6Fu0uf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ccf1ee !important;
  background: #ccf1ee;
}
.cid-tYWZ6Fu0uf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYWZ6Fu0uf .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYWZ6Fu0uf .menu_box .navbar.opened,
  .cid-tYWZ6Fu0uf .menu_box .navbar-collapse {
    background-color: #ccf1ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYWZ6Fu0uf .navbar-dropdown {
  position: relative !important;
}
.cid-tYWZ6Fu0uf .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYWZ6Fu0uf .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYWZ6Fu0uf .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYWZ6Fu0uf .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-tYWZ6Fu0uf .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYWZ6Fu0uf .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYWZ6Fu0uf .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYWZ6Fu0uf .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYWZ6Fu0uf .offcanvas-body .mbr-text,
  .cid-tYWZ6Fu0uf .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYWZ6Fu0uf .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYWZ6Fu0uf ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYWZ6Fu0uf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYWZ6Fu0uf .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);
  }
  .cid-tYWZ6Fu0uf .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYWZ6Fu0uf li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #54004c;
  }
  .cid-tYWZ6Fu0uf .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYWZ6Fu0uf .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tYWZ6Fu0uf .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYWZ6Fu0uf .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .nav-item {
    margin: 0 !important;
  }
}
.cid-tYWZ6Fu0uf .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYWZ6Fu0uf .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tYWZ6Fu0uf .nav-item .nav-link::before {
  content: '';
  background-color: #ffa4bc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tYWZ6Fu0uf .nav-item .nav-link:hover,
.cid-tYWZ6Fu0uf .nav-item .nav-link:focus {
  color: #ffa4bc !important;
}
.cid-tYWZ6Fu0uf .nav-item .nav-link:hover::before,
.cid-tYWZ6Fu0uf .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tYWZ6Fu0uf .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYWZ6Fu0uf .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYWZ6Fu0uf .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYWZ6Fu0uf .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-tYWZ6Fu0uf .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYWZ6Fu0uf .offcanvas_box {
    display: none;
  }
}
.cid-tYWZ6Fu0uf .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYWZ6Fu0uf .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYWZ6Fu0uf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYWZ6Fu0uf .container {
  display: flex;
  margin: auto;
}
.cid-tYWZ6Fu0uf .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYWZ6Fu0uf .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYWZ6Fu0uf .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYWZ6Fu0uf .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYWZ6Fu0uf .navbar-nav {
    margin: 0;
  }
}
.cid-tYWZ6Fu0uf .dropdown-menu,
.cid-tYWZ6Fu0uf .navbar.opened {
  background-color: false !important;
}
.cid-tYWZ6Fu0uf .nav-item:focus,
.cid-tYWZ6Fu0uf .nav-link:focus {
  outline: none;
}
.cid-tYWZ6Fu0uf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYWZ6Fu0uf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYWZ6Fu0uf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYWZ6Fu0uf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYWZ6Fu0uf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYWZ6Fu0uf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYWZ6Fu0uf .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYWZ6Fu0uf .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYWZ6Fu0uf .navbar.opened {
  transition: all 0.3s;
}
.cid-tYWZ6Fu0uf .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYWZ6Fu0uf .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tYWZ6Fu0uf .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYWZ6Fu0uf .navbar.collapsed {
  justify-content: center;
}
.cid-tYWZ6Fu0uf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYWZ6Fu0uf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYWZ6Fu0uf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYWZ6Fu0uf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYWZ6Fu0uf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYWZ6Fu0uf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYWZ6Fu0uf .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYWZ6Fu0uf .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYWZ6Fu0uf .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYWZ6Fu0uf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYWZ6Fu0uf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYWZ6Fu0uf .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYWZ6Fu0uf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYWZ6Fu0uf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYWZ6Fu0uf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYWZ6Fu0uf .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYWZ6Fu0uf .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYWZ6Fu0uf .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYWZ6Fu0uf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYWZ6Fu0uf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYWZ6Fu0uf .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYWZ6Fu0uf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYWZ6Fu0uf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYWZ6Fu0uf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYWZ6Fu0uf .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-tYWZ6Fu0uf .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYWZ6Fu0uf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYWZ6Fu0uf .dropdown-item.active,
.cid-tYWZ6Fu0uf .dropdown-item:active {
  background-color: transparent;
}
.cid-tYWZ6Fu0uf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tYWZ6Fu0uf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYWZ6Fu0uf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYWZ6Fu0uf .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tYWZ6Fu0uf ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYWZ6Fu0uf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYWZ6Fu0uf button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ccf1ee;
  background: #474a48;
}
.cid-tYWZ6Fu0uf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYWZ6Fu0uf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYWZ6Fu0uf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYWZ6Fu0uf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYWZ6Fu0uf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYWZ6Fu0uf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYWZ6Fu0uf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYWZ6Fu0uf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYWZ6Fu0uf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYWZ6Fu0uf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYWZ6Fu0uf .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-tYWZ6Fu0uf .navbar {
    height: 70px;
  }
  .cid-tYWZ6Fu0uf .navbar.opened {
    height: auto;
  }
  .cid-tYWZ6Fu0uf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYWZ6Fu0uf .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYWZ6Fu0uf .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tYWZ6Fu0uf .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYWZ6Fu0uf .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYWZ6Fu0uf .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tYWZ6Fu0uf .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tYWZ6Fu0uf .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYWZ6Fu0uf .text_widget {
  margin-bottom: 32px;
}
.cid-tYWZ6Fu0uf .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYWZ6Fu0uf .text_widget a:hover,
.cid-tYWZ6Fu0uf .text_widget a:focus {
  opacity: .6;
}
.cid-tYWZ6Fu0uf .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYWZ6Fu0uf .navbar-caption {
  color: #F9F6E0;
}
.cid-tYWZ6Fu0uf .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYWZ6Fu0uf .mbr-section-subtitle,
.cid-tYWZ6Fu0uf .text_widget,
.cid-tYWZ6Fu0uf .mbr-section-btn {
  text-align: center;
}
.cid-tYWZ6Fu0uf a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tYX05mPIDX {
  overflow: hidden;
  background-color: #54004c;
}
.cid-tYX05mPIDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX05mPIDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX05mPIDX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tYX05mPIDX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tYX05mPIDX .container {
    padding: 0 24px;
  }
}
.cid-tYX05mPIDX .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-tYX05mPIDX .content-wrapper {
    padding: 0;
  }
}
.cid-tYX05mPIDX .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tYX05mPIDX .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ccf1ee;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-tYX05mPIDX .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-tYX05mPIDX .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tYX05mPIDX .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-tYX05mPIDX .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tYX05mPIDX .mbr-section-title {
  color: #141414;
}
.cid-tYX05mPIDX .mbr-desc {
  color: #141414;
}
.cid-tYX05mPIDX .mbr-text {
  color: #000000;
}
.cid-tYX05mPIDX .mbr-section-title,
.cid-tYX05mPIDX .mbr-section-btn {
  color: #000000;
}
.cid-tYX05nyHwC {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  margin-top: -3px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf1ee;
}
.cid-tYX05nyHwC .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYX05nyHwC .mbr-section-btn {
    margin-left: 0;
    margin-right: .5rem;
  }
}
@media (min-width: 992px) {
  .cid-tYX05nyHwC .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
.cid-tYX05nyHwC .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYX05nyHwC .btn:hover,
.cid-tYX05nyHwC .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYX05nyHwC .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYX05nyHwC .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYX05nyHwC .btn:hover:before,
.cid-tYX05nyHwC .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYX05nyHwC .btn-secondary {
  color: #000000 !important;
}
.cid-tYX05nyHwC .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYX05nyHwC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tYX05nyHwC .mbr-section-title,
.cid-tYX05nyHwC .mbr-section-btn DIV {
  text-align: left;
}
.cid-tYX05nyHwC .mbr-section-title,
.cid-tYX05nyHwC .mbr-section-btn {
  color: #000000;
}
.cid-tYX05nyHwC .mbr-section-subtitle {
  color: #000000;
}
.cid-tYX05nR0fd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 3px solid #000000;
  background-color: #54004c;
}
.cid-tYX05nR0fd .card-wrapper {
  padding-left: 32px;
}
@media (max-width: 991px) {
  .cid-tYX05nR0fd .card-wrapper {
    margin-top: 2rem !important;
    padding: 0;
  }
}
.cid-tYX05nR0fd .image-wrapper img {
  border-radius: 50px;
  width: 100%;
  object-fit: cover;
  border: 3px solid;
  border-color: #000000;
}
@media (min-width: 992px) {
  .cid-tYX05nR0fd .image-wrapper img {
    min-height: 840px;
    max-width: 550px;
  }
}
.cid-tYX05nR0fd .mbr-section-btn {
  position: relative;
}
@media (max-width: 991px) {
  .cid-tYX05nR0fd .mbr-section-btn {
    margin-left: .5rem;
    margin-right: .5rem;
  }
}
@media (min-width: 991px) {
  .cid-tYX05nR0fd .mbr-section-btn {
    margin-right: 1.5rem;
  }
}
.cid-tYX05nR0fd .btn {
  position: relative;
  min-width: 225px;
  min-height: 54px;
  z-index: 10;
  font-weight: 700;
  border: 3px solid #000000 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  padding-left: 40px;
  padding-right: 40px;
  transform: translate(0, -9px);
  transition: all 400ms ease;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-tYX05nR0fd .btn:hover,
.cid-tYX05nR0fd .btn:focus {
  border: 3px solid #000000 !important;
  transform: translate(10px, 0);
}
@media (max-width: 991px) {
  .cid-tYX05nR0fd .btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-tYX05nR0fd .btn:before {
  position: absolute;
  content: "";
  width: 101%;
  height: 107%;
  top: 10px;
  left: 12px;
  border: 3px solid #000;
  border-radius: 10px;
  transition: all 0.2s ease;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-tYX05nR0fd .btn:hover:before,
.cid-tYX05nR0fd .btn:focus:before {
  left: -1px;
  top: -2px;
}
.cid-tYX05nR0fd .btn-secondary {
  color: #000000 !important;
}
.cid-tYX05nR0fd .btn-secondary:hover {
  color: #000000 !important;
}
.cid-tYX05nR0fd .card-title,
.cid-tYX05nR0fd .mbr-section-btn {
  color: #ffffff;
}
.cid-tYX05nR0fd .mbr-text {
  color: #ffffff;
}
.cid-tYX05o5ltj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ccf1ee;
}
.cid-tYX05o5ltj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYX05o5ltj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYX05o5ltj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .container {
    padding: 0 30px;
  }
}
.cid-tYX05o5ltj .row {
  justify-content: center;
}
.cid-tYX05o5ltj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .content-wrapper {
    margin-bottom: 30px;
    height: auto;
  }
}
.cid-tYX05o5ltj .content-wrapper .cards .card {
  margin-bottom: 25px;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper {
  margin-bottom: 25px;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper .title-wrap .mbr-card-title {
  margin-bottom: 0;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap {
  margin-left: 16px;
  display: inline-flex;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 2px;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .title-wrapper .title-wrap .rating-wrap .mbr-star:first-child {
  margin-left: 0;
}
.cid-tYX05o5ltj .content-wrapper .cards .card .mbr-text {
  margin-bottom: 0;
}
.cid-tYX05o5ltj .google-map {
  padding-left: 30px;
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .google-map {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .google-map {
    padding: 0;
  }
}
.cid-tYX05o5ltj .google-map iframe {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-tYX05o5ltj .google-map iframe {
    height: 300px;
  }
}
.cid-tYX05o5ltj .mbr-card-title {
  color: #212529;
}
.cid-tYX05o5ltj .mbr-text {
  color: #212529;
  text-align: center;
}
.cid-tYX05o5ltj .mbr-card-title,
.cid-tYX05o5ltj .title-wrapper {
  text-align: center;
}
.cid-tYX05oCS96 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #54004c;
  overflow: hidden;
}
.cid-tYX05oCS96 .mbr-text {
  color: #002549;
}
.cid-tYX05oCS96 .media-container-row .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tYX05oUs2f {
  background-color: transparent;
}
.cid-tYX05oUs2f .navbar-dropdown {
  background-color: #ccf1ee !important;
  padding: 0;
}
.cid-tYX05oUs2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ccf1ee !important;
  background: #ccf1ee;
}
.cid-tYX05oUs2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYX05oUs2f .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tYX05oUs2f .menu_box .navbar.opened,
  .cid-tYX05oUs2f .menu_box .navbar-collapse {
    background-color: #ccf1ee !important;
    transition: all 0s ease 0s;
  }
}
.cid-tYX05oUs2f .navbar-dropdown {
  position: relative !important;
}
.cid-tYX05oUs2f .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tYX05oUs2f .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tYX05oUs2f .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tYX05oUs2f .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #474a48;
  }
  .cid-tYX05oUs2f .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tYX05oUs2f .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tYX05oUs2f .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tYX05oUs2f .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tYX05oUs2f .offcanvas-body .mbr-text,
  .cid-tYX05oUs2f .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tYX05oUs2f .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tYX05oUs2f .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tYX05oUs2f ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tYX05oUs2f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYX05oUs2f .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);
  }
  .cid-tYX05oUs2f .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tYX05oUs2f li.nav-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    padding: 4px 20px !important;
    margin: 0;
    border-right: 1px solid #54004c;
  }
  .cid-tYX05oUs2f .lg_brand {
    margin: 0 1rem;
  }
  .cid-tYX05oUs2f .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tYX05oUs2f .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tYX05oUs2f .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .nav-item {
    margin: 0 !important;
  }
}
.cid-tYX05oUs2f .nav-item .nav-link {
  transition: all 0.5s ease-out;
  position: relative;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tYX05oUs2f .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-tYX05oUs2f .nav-item .nav-link::before {
  content: '';
  background-color: #ffa4bc;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: -12px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-tYX05oUs2f .nav-item .nav-link:hover,
.cid-tYX05oUs2f .nav-item .nav-link:focus {
  color: #ffa4bc !important;
}
.cid-tYX05oUs2f .nav-item .nav-link:hover::before,
.cid-tYX05oUs2f .nav-item .nav-link:focus::before {
  opacity: 1;
}
.cid-tYX05oUs2f .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tYX05oUs2f .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tYX05oUs2f .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tYX05oUs2f .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-tYX05oUs2f .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tYX05oUs2f .offcanvas_box {
    display: none;
  }
}
.cid-tYX05oUs2f .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tYX05oUs2f .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tYX05oUs2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tYX05oUs2f .container {
  display: flex;
  margin: auto;
}
.cid-tYX05oUs2f .iconfont-wrapper {
  color: #f9f6e0;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tYX05oUs2f .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tYX05oUs2f .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tYX05oUs2f .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tYX05oUs2f .navbar-nav {
    margin: 0;
  }
}
.cid-tYX05oUs2f .dropdown-menu,
.cid-tYX05oUs2f .navbar.opened {
  background-color: false !important;
}
.cid-tYX05oUs2f .nav-item:focus,
.cid-tYX05oUs2f .nav-link:focus {
  outline: none;
}
.cid-tYX05oUs2f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYX05oUs2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYX05oUs2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYX05oUs2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYX05oUs2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYX05oUs2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYX05oUs2f .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tYX05oUs2f .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tYX05oUs2f .navbar.opened {
  transition: all 0.3s;
}
.cid-tYX05oUs2f .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tYX05oUs2f .navbar .navbar-logo img {
  max-width: 60px;
  min-height: 60px;
  object-fit: contain;
  border-radius: 5px !important;
}
.cid-tYX05oUs2f .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tYX05oUs2f .navbar.collapsed {
  justify-content: center;
}
.cid-tYX05oUs2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYX05oUs2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tYX05oUs2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYX05oUs2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYX05oUs2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYX05oUs2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tYX05oUs2f .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tYX05oUs2f .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tYX05oUs2f .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tYX05oUs2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYX05oUs2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYX05oUs2f .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tYX05oUs2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYX05oUs2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tYX05oUs2f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYX05oUs2f .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tYX05oUs2f .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tYX05oUs2f .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tYX05oUs2f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tYX05oUs2f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYX05oUs2f .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tYX05oUs2f .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYX05oUs2f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYX05oUs2f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYX05oUs2f .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-tYX05oUs2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tYX05oUs2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYX05oUs2f .dropdown-item.active,
.cid-tYX05oUs2f .dropdown-item:active {
  background-color: transparent;
}
.cid-tYX05oUs2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tYX05oUs2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYX05oUs2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYX05oUs2f .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-tYX05oUs2f ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tYX05oUs2f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYX05oUs2f button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ccf1ee;
  background: #474a48;
}
.cid-tYX05oUs2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYX05oUs2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYX05oUs2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYX05oUs2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYX05oUs2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYX05oUs2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYX05oUs2f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYX05oUs2f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYX05oUs2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYX05oUs2f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tYX05oUs2f .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-tYX05oUs2f .navbar {
    height: 70px;
  }
  .cid-tYX05oUs2f .navbar.opened {
    height: auto;
  }
  .cid-tYX05oUs2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYX05oUs2f .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tYX05oUs2f .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-tYX05oUs2f .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tYX05oUs2f .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tYX05oUs2f .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 200px;
}
.cid-tYX05oUs2f .navbar-caption:hover {
  color: #ffcc1a;
}
@media (min-width: 992px) {
  .cid-tYX05oUs2f .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tYX05oUs2f .text_widget {
  margin-bottom: 32px;
}
.cid-tYX05oUs2f .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tYX05oUs2f .text_widget a:hover,
.cid-tYX05oUs2f .text_widget a:focus {
  opacity: .6;
}
.cid-tYX05oUs2f .mbr-section-subtitle {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYX05oUs2f .navbar-caption {
  color: #F9F6E0;
}
.cid-tYX05oUs2f .mbr-text {
  color: #F9F6E0;
  text-align: center;
}
.cid-tYX05oUs2f .mbr-section-subtitle,
.cid-tYX05oUs2f .text_widget,
.cid-tYX05oUs2f .mbr-section-btn {
  text-align: center;
}
.cid-tYX05oUs2f a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
</pre></body></html>