<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Brygada 1918', serif;
}
.display-1 {
  font-family: 'Brygada 1918', serif;
  font-size: 4.375rem;
  line-height: 1.1;
}
.display-1 &gt; .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-2 {
  font-family: 'Brygada 1918', serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 &gt; .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 &gt; .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Brygada 1918', serif;
  font-size: 2.0625rem;
  line-height: 1.5;
}
.display-5 &gt; .mbr-iconfont {
  font-size: 2.578125rem;
}
.display-7 {
  font-family: 'Brygada 1918', serif;
  font-size: 1.5625rem;
  line-height: 1.5;
}
.display-7 &gt; .mbr-iconfont {
  font-size: 1.953125rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.0625rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.65rem;
    font-size: calc( 1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.371875rem + (2.0625 - 1.371875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.25rem;
    font-size: calc( 1.196875rem + (1.5625 - 1.196875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196875rem + (1.5625 - 1.196875) * ((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: #eb89aa !important;
}
.bg-success {
  background-color: #fdffab !important;
}
.bg-info {
  background-color: #01d936 !important;
}
.bg-warning {
  background-color: #3d1c22 !important;
}
.bg-danger {
  background-color: #7a7a7a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb89aa !important;
  border-color: #eb89aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #de3f75 !important;
  border-color: #de3f75 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #de3f75 !important;
  border-color: #de3f75 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !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: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #01d936 !important;
  border-color: #01d936 !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: #018321 !important;
  border-color: #018321 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #018321 !important;
  border-color: #018321 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fdffab !important;
  border-color: #fdffab !important;
  color: #a7ab00 !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: #525400 !important;
  background-color: #fbff54 !important;
  border-color: #fbff54 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #a7ab00 !important;
  background-color: #fbff54 !important;
  border-color: #fbff54 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3d1c22 !important;
  border-color: #3d1c22 !important;
  color: #ffffff !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: #020101 !important;
  border-color: #020101 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #020101 !important;
  border-color: #020101 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7a7a7a !important;
  border-color: #7a7a7a !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: #4f4f4f !important;
  border-color: #4f4f4f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4f4f4f !important;
  border-color: #4f4f4f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eb89aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #de3f75 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb89aa !important;
  border-color: #eb89aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #01d936;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #018321 !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: #01d936 !important;
  border-color: #01d936 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fdffab;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #fbff54 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #a7ab00 !important;
  background-color: #fdffab !important;
  border-color: #fdffab !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d1c22;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #020101 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #3d1c22 !important;
  border-color: #3d1c22 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7a7a7a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4f4f4f !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: #7a7a7a !important;
  border-color: #7a7a7a !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: #eb89aa !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #fdffab !important;
}
.text-info {
  color: #01d936 !important;
}
.text-warning {
  color: #3d1c22 !important;
}
.text-danger {
  color: #7a7a7a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #dc326b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #fbff45 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #01731d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #474747 !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: #eb89aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01d936;
}
.alert-warning {
  background-color: #3d1c22;
}
.alert-danger {
  background-color: #7a7a7a;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb89aa;
  border-color: #eb89aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #eb89aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a7ffbd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c37c89;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bababa;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control &gt; .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #eb89aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder &gt; .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #eb89aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eb89aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb89aa;
}
.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: #eb89aa;
  border-bottom-color: #eb89aa;
}
.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: #eb89aa !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: #f4f4f4 !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='%23eb89aa' %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-sK8WHrsCdW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sK8WHrsCdW .navbar-dropdown {
  position: relative !important;
}
.cid-sK8WHrsCdW nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sK8WHrsCdW .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sK8WHrsCdW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sK8WHrsCdW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sK8WHrsCdW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sK8WHrsCdW .offcanvas-body .mbr-text,
  .cid-sK8WHrsCdW .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sK8WHrsCdW .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #c7597e;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sK8WHrsCdW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sK8WHrsCdW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .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-sK8WHrsCdW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sK8WHrsCdW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sK8WHrsCdW li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sK8WHrsCdW li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sK8WHrsCdW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sK8WHrsCdW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .nav-item {
    margin: 0 !important;
  }
}
.cid-sK8WHrsCdW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sK8WHrsCdW .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sK8WHrsCdW .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-sK8WHrsCdW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sK8WHrsCdW .offcanvas_box {
    display: none;
  }
}
.cid-sK8WHrsCdW .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .dropdown .dropdown-item:hover {
  color: #eb89aa !important;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sK8WHrsCdW .nav-link {
  position: relative;
}
.cid-sK8WHrsCdW .container {
  display: flex;
  margin: auto;
}
.cid-sK8WHrsCdW .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8WHrsCdW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8WHrsCdW .iconfont-wrapper:hover {
  background-color: #c1466f;
}
.cid-sK8WHrsCdW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sK8WHrsCdW .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sK8WHrsCdW .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sK8WHrsCdW .dropdown-menu,
.cid-sK8WHrsCdW .navbar.opened {
  background: #ffffff !important;
}
.cid-sK8WHrsCdW .nav-item:focus,
.cid-sK8WHrsCdW .nav-link:focus {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sK8WHrsCdW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sK8WHrsCdW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sK8WHrsCdW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sK8WHrsCdW .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sK8WHrsCdW .navbar.opened {
  transition: all 0.3s;
}
.cid-sK8WHrsCdW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sK8WHrsCdW .navbar .navbar-logo img {
  width: auto;
}
.cid-sK8WHrsCdW .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sK8WHrsCdW .navbar.collapsed {
  justify-content: center;
}
.cid-sK8WHrsCdW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sK8WHrsCdW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sK8WHrsCdW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sK8WHrsCdW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sK8WHrsCdW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sK8WHrsCdW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sK8WHrsCdW .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sK8WHrsCdW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sK8WHrsCdW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sK8WHrsCdW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sK8WHrsCdW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sK8WHrsCdW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sK8WHrsCdW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sK8WHrsCdW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sK8WHrsCdW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sK8WHrsCdW .navbar.navbar-short {
  min-height: 60px;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sK8WHrsCdW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sK8WHrsCdW .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-sK8WHrsCdW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sK8WHrsCdW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sK8WHrsCdW .dropdown-item.active,
.cid-sK8WHrsCdW .dropdown-item:active {
  background-color: transparent;
}
.cid-sK8WHrsCdW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sK8WHrsCdW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sK8WHrsCdW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sK8WHrsCdW .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sK8WHrsCdW ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sK8WHrsCdW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sK8WHrsCdW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7597e;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sK8WHrsCdW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sK8WHrsCdW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sK8WHrsCdW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sK8WHrsCdW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sK8WHrsCdW .navbar {
    height: 70px;
  }
  .cid-sK8WHrsCdW .navbar.opened {
    height: auto;
  }
  .cid-sK8WHrsCdW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sK8WHrsCdW .mbr-section-subtitle {
  color: #c7597e;
}
.cid-sK8WHrsCdW .mbr-text {
  color: #c7597e;
}
.cid-sK8WHrsCdW .text_widget {
  color: #c7597e;
}
.cid-sK8WKgdzBG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  overflow: hidden;
  background-color: #fff2fd;
}
.cid-sK8WKgdzBG .row {
  align-items: center;
  justify-content: center;
}
.cid-sK8WKgdzBG .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-sK8WKgdzBG .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-sK8WKgdzBG .content_box {
  position: relative;
  z-index: 1;
}
.cid-sK8WKgdzBG .mbr-section-title {
  margin-bottom: 21px;
  color: #c7597e;
}
.cid-sK8WKgdzBG .mbr-text {
  margin-bottom: 21px;
}
.cid-sK8WKgdzBG .image-wrapper,
.cid-sK8WKgdzBG img {
  width: 100%;
}
.cid-sK8WKgdzBG .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sK8WKgdzBG .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sK8WKgdzBG .image_left {
    padding-top: 5rem;
  }
  .cid-sK8WKgdzBG .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sK8WKgdzBG .row {
    flex-direction: column;
  }
  .cid-sK8WKgdzBG .shape {
    display: none;
  }
  .cid-sK8WKgdzBG .content_box {
    padding: 2rem 0;
  }
}
.cid-sK8WKgdzBG .mbr-text,
.cid-sK8WKgdzBG .mbr-section-btn {
  color: #c7597e;
}
.cid-sK8WQejsF3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sK8WQejsF3 .mbr-section-title {
  color: #202020;
}
.cid-sK8WQejsF3 .mbr-text {
  margin: 25px 0;
  color: #c7597e;
  line-height: 1.2727em;
  position: relative;
  z-index: 2;
}
.cid-sK8WQejsF3 .content_box {
  position: relative;
}
.cid-sK8WQejsF3 .shape {
  position: absolute;
  z-index: 1;
  bottom: -50%;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  opacity: 0.5;
}
.cid-sK8WQejsF3 .shape img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: contain;
}
.cid-sK8XwkDPAS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sK8XwkDPAS .main_header {
  position: relative;
  z-index: 5;
  padding: 0 12px;
  margin: 0 4%;
}
@media (max-width: 767px) {
  .cid-sK8XwkDPAS .main_header {
    margin: 0;
  }
}
.cid-sK8XwkDPAS .mbr-section-title {
  color: #c7597e;
  margin: 25px 0;
}
.cid-sK8XwkDPAS .two_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-color: #fff2fd;
  z-index: 0;
}
.cid-sK8XwkDPAS img {
  width: 100%;
  object-fit: cover;
}
.cid-sK8XwkDPAS .image_left,
.cid-sK8XwkDPAS .image_right {
  display: block;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .cid-sK8XwkDPAS .image_left {
    padding-top: 150px;
  }
}
.cid-sK8XwkDPAS .image_right {
  right: 0;
  left: auto;
}
.cid-sK8XwkDPAS .list_widget {
  margin-bottom: 43px;
}
.cid-sK8XwkDPAS .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #c7597e;
}
.cid-sK8XwkDPAS .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sK8XwkDPAS .linkBtn a:after,
.cid-sK8XwkDPAS .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sK8XwkDPAS .linkBtn a:before {
  left: 0;
}
.cid-sK8XwkDPAS .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sK8XwkDPAS .linkBtn a:hover:before,
.cid-sK8XwkDPAS .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sK8XwkDPAS .mbr-text,
.cid-sK8XwkDPAS .linkBtn {
  color: #c7597e;
}
.cid-sK8XztX2RW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sK8XztX2RW .image_wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  display: block;
}
.cid-sK8XztX2RW .item-img {
  width: 250px;
  margin-bottom: 21px;
  height: 100%;
  display: inline-block;
}
.cid-sK8XztX2RW img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.cid-sK8XztX2RW .item {
  margin-bottom: 70px;
}
.cid-sK8XztX2RW .item-title {
  margin-bottom: 11px;
  color: #202020;
}
.cid-sK8XztX2RW .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
.cid-sK8XztX2RW .mbr-text {
  margin-bottom: 18px;
}
.cid-sK8XztX2RW .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sK8XztX2RW .linkBtn a:after,
.cid-sK8XztX2RW .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sK8XztX2RW .linkBtn a:before {
  left: 0;
}
.cid-sK8XztX2RW .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sK8XztX2RW .linkBtn a:hover:before,
.cid-sK8XztX2RW .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sK8XztX2RW .item-title,
.cid-sK8XztX2RW .item-img {
  color: #f706d6;
}
.cid-sK8XztX2RW .mbr-text,
.cid-sK8XztX2RW .linkBtn {
  color: #c7597e;
}
.cid-sK8XztX2RW .item-title,
.cid-sK8XztX2RW .item-img {
  color: #c7597e;
}
.cid-sK8XG8x9uy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sK8XG8x9uy img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 800px) {
  .cid-sK8XG8x9uy img {
    height: auto;
  }
}
.cid-sT4uVRc2Uy {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/tallarinesfoc.jpg-1440x1440.jpg");
}
.cid-sT4uVRc2Uy .image-wrapper,
.cid-sT4uVRc2Uy img {
  width: 100%;
  object-fit: contain;
}
.cid-sT4uVRc2Uy img {
  display: inline-block;
  width: 12rem;
}
.cid-sT4uVRc2Uy .mbr-section-title {
  margin: 25px 0;
}
.cid-sT4uVRc2Uy .mbr-text {
  margin-bottom: 19px;
}
.cid-sT4uVRc2Uy .mbr-section-title,
.cid-sT4uVRc2Uy .image-wrapper {
  color: #ffd3f9;
}
.cid-sT4z2MOhYf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sT4z2MOhYf img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}
@media (max-width: 800px) {
  .cid-sT4z2MOhYf img {
    height: auto;
  }
}
.cid-sK8XVZNQo6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sK8XVZNQo6 .image-wrapper {
  position: relative;
  width: 100%;
}
.cid-sK8XVZNQo6 .image-wrapper img {
  display: block;
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
.cid-sK8XVZNQo6 .item-img {
  margin-bottom: 18px;
  display: block;
  text-align: center;
}
.cid-sK8XVZNQo6 .item-img img {
  width: 240px;
  height: auto;
  object-fit: contain;
  display: inline-block;
  transition: transform 0.29s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-sK8XVZNQo6 .main_header {
  padding: 10%;
}
@media (min-width: 992px) {
  .cid-sK8XVZNQo6 .main_header {
    padding: 0 15%;
  }
  .cid-sK8XVZNQo6 .main_header:hover img {
    transform: translateX(7px);
  }
}
@media (max-width: 767px) {
  .cid-sK8XVZNQo6 .main_header {
    padding: 30px 12px 4rem;
  }
}
.cid-sK8XVZNQo6 .mbr-section-title {
  margin-bottom: 22px;
  color: #c7597e;
}
.cid-sK8XVZNQo6 .mbr-text {
  margin: 11px 0 4px;
  color: #c7597e;
}
.cid-sK8XVZNQo6 .header_address {
  margin-top: 26px;
}
.cid-sK8XWPJ2GK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #eb89aa;
}
.cid-sK8XWPJ2GK .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sK8XWPJ2GK .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sK8XWPJ2GK img,
.cid-sK8XWPJ2GK .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 100%;
}
.cid-sK8XWPJ2GK .item {
  margin-bottom: 30px;
}
.cid-sK8XWPJ2GK .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sK8XWPJ2GK .card_title {
  color: #ffffff;
  letter-spacing: .075em;
  line-height: 1.06em;
}
.cid-sK8XWPJ2GK .item-img {
  position: relative;
  z-index: 1;
}
.cid-sK8XWPJ2GK .item-img img {
  transform: scale(1.05);
}
.cid-sK8XWPJ2GK .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sK8XWPJ2GK .item-img .card_info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}
.cid-sK8XYi3KO7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sK8XYi3KO7 .mbr-section-title {
  margin-bottom: 1rem;
  color: #c7597e;
}
.cid-sK8XYi3KO7 .footer_logo {
  margin-bottom: 2rem;
}
.cid-sK8XYi3KO7 .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sK8XYi3KO7 .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #c7597e;
}
.cid-sK8XYi3KO7 .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sK8XYi3KO7 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sK8XYi3KO7 .iconfont-wrapper:hover {
  background-color: #c1466f;
}
@media (max-width: 767px) {
  .cid-sK8XYi3KO7 .footer_timework {
    margin-top: 50px;
  }
  .cid-sK8XYi3KO7 .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sK8XZfk3pu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sK8XZfk3pu .mbr-text {
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sT4Fve60DH .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sT4Fve60DH .navbar-dropdown {
  position: relative !important;
}
.cid-sT4Fve60DH nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sT4Fve60DH nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sT4Fve60DH .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sT4Fve60DH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sT4Fve60DH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sT4Fve60DH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sT4Fve60DH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sT4Fve60DH .offcanvas-body .mbr-text,
  .cid-sT4Fve60DH .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sT4Fve60DH .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #c7597e;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sT4Fve60DH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sT4Fve60DH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sT4Fve60DH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sT4Fve60DH .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-sT4Fve60DH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sT4Fve60DH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sT4Fve60DH li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sT4Fve60DH li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sT4Fve60DH .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sT4Fve60DH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sT4Fve60DH .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sT4Fve60DH .nav-item {
    margin: 0 !important;
  }
}
.cid-sT4Fve60DH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sT4Fve60DH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sT4Fve60DH .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sT4Fve60DH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sT4Fve60DH .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-sT4Fve60DH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sT4Fve60DH .offcanvas_box {
    display: none;
  }
}
.cid-sT4Fve60DH .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sT4Fve60DH .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sT4Fve60DH .dropdown .dropdown-item:hover {
  color: #eb89aa !important;
}
.cid-sT4Fve60DH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sT4Fve60DH .nav-link {
  position: relative;
}
.cid-sT4Fve60DH .container {
  display: flex;
  margin: auto;
}
.cid-sT4Fve60DH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sT4Fve60DH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sT4Fve60DH .iconfont-wrapper:hover {
  background-color: #c1466f;
}
.cid-sT4Fve60DH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sT4Fve60DH .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sT4Fve60DH .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sT4Fve60DH .dropdown-menu,
.cid-sT4Fve60DH .navbar.opened {
  background: #ffffff !important;
}
.cid-sT4Fve60DH .nav-item:focus,
.cid-sT4Fve60DH .nav-link:focus {
  outline: none;
}
.cid-sT4Fve60DH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT4Fve60DH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT4Fve60DH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sT4Fve60DH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT4Fve60DH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT4Fve60DH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT4Fve60DH .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sT4Fve60DH .navbar.opened {
  transition: all 0.3s;
}
.cid-sT4Fve60DH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sT4Fve60DH .navbar .navbar-logo img {
  width: auto;
}
.cid-sT4Fve60DH .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sT4Fve60DH .navbar.collapsed {
  justify-content: center;
}
.cid-sT4Fve60DH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT4Fve60DH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sT4Fve60DH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sT4Fve60DH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT4Fve60DH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sT4Fve60DH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT4Fve60DH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sT4Fve60DH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sT4Fve60DH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sT4Fve60DH .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sT4Fve60DH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT4Fve60DH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT4Fve60DH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sT4Fve60DH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT4Fve60DH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sT4Fve60DH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sT4Fve60DH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sT4Fve60DH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sT4Fve60DH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sT4Fve60DH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sT4Fve60DH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sT4Fve60DH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sT4Fve60DH .navbar.navbar-short {
  min-height: 60px;
}
.cid-sT4Fve60DH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sT4Fve60DH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sT4Fve60DH .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-sT4Fve60DH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT4Fve60DH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT4Fve60DH .dropdown-item.active,
.cid-sT4Fve60DH .dropdown-item:active {
  background-color: transparent;
}
.cid-sT4Fve60DH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sT4Fve60DH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT4Fve60DH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT4Fve60DH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sT4Fve60DH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT4Fve60DH .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sT4Fve60DH ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sT4Fve60DH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sT4Fve60DH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sT4Fve60DH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7597e;
}
.cid-sT4Fve60DH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT4Fve60DH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT4Fve60DH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT4Fve60DH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT4Fve60DH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT4Fve60DH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT4Fve60DH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT4Fve60DH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT4Fve60DH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sT4Fve60DH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT4Fve60DH .navbar {
    height: 70px;
  }
  .cid-sT4Fve60DH .navbar.opened {
    height: auto;
  }
  .cid-sT4Fve60DH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT4Fve60DH .mbr-section-subtitle {
  color: #c7597e;
}
.cid-sT4Fve60DH .mbr-text {
  color: #c7597e;
}
.cid-sT4Fve60DH .text_widget {
  color: #c7597e;
}
.cid-sT4GsxaMs9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2fd;
}
.cid-sT4FvkSd0b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT4FvkSd0b .mbr-section-title {
  margin-bottom: 1rem;
  color: #c7597e;
}
.cid-sT4FvkSd0b .footer_logo {
  margin-bottom: 2rem;
}
.cid-sT4FvkSd0b .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sT4FvkSd0b .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #c7597e;
}
.cid-sT4FvkSd0b .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sT4FvkSd0b .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sT4FvkSd0b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sT4FvkSd0b .iconfont-wrapper:hover {
  background-color: #c1466f;
}
@media (max-width: 767px) {
  .cid-sT4FvkSd0b .footer_timework {
    margin-top: 50px;
  }
  .cid-sT4FvkSd0b .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sT4FvltlUH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sT4FvltlUH .mbr-text {
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sT4IPOWH7E .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sT4IPOWH7E .navbar-dropdown {
  position: relative !important;
}
.cid-sT4IPOWH7E nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sT4IPOWH7E nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sT4IPOWH7E .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sT4IPOWH7E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sT4IPOWH7E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sT4IPOWH7E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sT4IPOWH7E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sT4IPOWH7E .offcanvas-body .mbr-text,
  .cid-sT4IPOWH7E .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sT4IPOWH7E .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #c7597e;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sT4IPOWH7E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sT4IPOWH7E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sT4IPOWH7E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sT4IPOWH7E .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-sT4IPOWH7E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sT4IPOWH7E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sT4IPOWH7E li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sT4IPOWH7E li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sT4IPOWH7E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sT4IPOWH7E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sT4IPOWH7E .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sT4IPOWH7E .nav-item {
    margin: 0 !important;
  }
}
.cid-sT4IPOWH7E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sT4IPOWH7E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sT4IPOWH7E .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sT4IPOWH7E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sT4IPOWH7E .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-sT4IPOWH7E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sT4IPOWH7E .offcanvas_box {
    display: none;
  }
}
.cid-sT4IPOWH7E .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sT4IPOWH7E .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sT4IPOWH7E .dropdown .dropdown-item:hover {
  color: #eb89aa !important;
}
.cid-sT4IPOWH7E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sT4IPOWH7E .nav-link {
  position: relative;
}
.cid-sT4IPOWH7E .container {
  display: flex;
  margin: auto;
}
.cid-sT4IPOWH7E .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sT4IPOWH7E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sT4IPOWH7E .iconfont-wrapper:hover {
  background-color: #c1466f;
}
.cid-sT4IPOWH7E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sT4IPOWH7E .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sT4IPOWH7E .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sT4IPOWH7E .dropdown-menu,
.cid-sT4IPOWH7E .navbar.opened {
  background: #ffffff !important;
}
.cid-sT4IPOWH7E .nav-item:focus,
.cid-sT4IPOWH7E .nav-link:focus {
  outline: none;
}
.cid-sT4IPOWH7E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sT4IPOWH7E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sT4IPOWH7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sT4IPOWH7E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sT4IPOWH7E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT4IPOWH7E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT4IPOWH7E .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sT4IPOWH7E .navbar.opened {
  transition: all 0.3s;
}
.cid-sT4IPOWH7E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sT4IPOWH7E .navbar .navbar-logo img {
  width: auto;
}
.cid-sT4IPOWH7E .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sT4IPOWH7E .navbar.collapsed {
  justify-content: center;
}
.cid-sT4IPOWH7E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT4IPOWH7E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sT4IPOWH7E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sT4IPOWH7E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT4IPOWH7E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sT4IPOWH7E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT4IPOWH7E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sT4IPOWH7E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sT4IPOWH7E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sT4IPOWH7E .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sT4IPOWH7E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT4IPOWH7E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT4IPOWH7E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sT4IPOWH7E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT4IPOWH7E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sT4IPOWH7E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sT4IPOWH7E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sT4IPOWH7E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sT4IPOWH7E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sT4IPOWH7E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sT4IPOWH7E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sT4IPOWH7E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sT4IPOWH7E .navbar.navbar-short {
  min-height: 60px;
}
.cid-sT4IPOWH7E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sT4IPOWH7E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sT4IPOWH7E .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-sT4IPOWH7E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT4IPOWH7E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT4IPOWH7E .dropdown-item.active,
.cid-sT4IPOWH7E .dropdown-item:active {
  background-color: transparent;
}
.cid-sT4IPOWH7E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sT4IPOWH7E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT4IPOWH7E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT4IPOWH7E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sT4IPOWH7E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT4IPOWH7E .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sT4IPOWH7E ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sT4IPOWH7E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sT4IPOWH7E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sT4IPOWH7E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7597e;
}
.cid-sT4IPOWH7E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sT4IPOWH7E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT4IPOWH7E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sT4IPOWH7E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sT4IPOWH7E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT4IPOWH7E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sT4IPOWH7E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sT4IPOWH7E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sT4IPOWH7E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sT4IPOWH7E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT4IPOWH7E .navbar {
    height: 70px;
  }
  .cid-sT4IPOWH7E .navbar.opened {
    height: auto;
  }
  .cid-sT4IPOWH7E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT4IPOWH7E .mbr-section-subtitle {
  color: #c7597e;
}
.cid-sT4IPOWH7E .mbr-text {
  color: #c7597e;
}
.cid-sT4IPOWH7E .text_widget {
  color: #c7597e;
}
.cid-sT4IPPOWF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff2fd;
}
#custom-html-1h {
  /* Type valid CSS here */
}
#custom-html-1h div {
  padding: 14px 0;
  color: #777;
  text-align: center;
}
#custom-html-1h p {
  font-size: 12px;
  color: #777;
}
.cid-sT4IPQmvmv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sT4IPQmvmv .mbr-section-title {
  margin-bottom: 1rem;
  color: #c7597e;
}
.cid-sT4IPQmvmv .footer_logo {
  margin-bottom: 2rem;
}
.cid-sT4IPQmvmv .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sT4IPQmvmv .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #c7597e;
}
.cid-sT4IPQmvmv .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sT4IPQmvmv .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sT4IPQmvmv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sT4IPQmvmv .iconfont-wrapper:hover {
  background-color: #c1466f;
}
@media (max-width: 767px) {
  .cid-sT4IPQmvmv .footer_timework {
    margin-top: 50px;
  }
  .cid-sT4IPQmvmv .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sT4IPR26gt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sT4IPR26gt .mbr-text {
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-ug4ye53GDM .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-ug4ye53GDM .navbar-dropdown {
  position: relative !important;
}
.cid-ug4ye53GDM nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-ug4ye53GDM nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-ug4ye53GDM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-ug4ye53GDM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ug4ye53GDM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ug4ye53GDM .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ug4ye53GDM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ug4ye53GDM .offcanvas-body .mbr-text,
  .cid-ug4ye53GDM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ug4ye53GDM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #c7597e;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ug4ye53GDM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ug4ye53GDM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ug4ye53GDM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ug4ye53GDM .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-ug4ye53GDM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ug4ye53GDM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-ug4ye53GDM li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-ug4ye53GDM li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-ug4ye53GDM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ug4ye53GDM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ug4ye53GDM .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-ug4ye53GDM .nav-item {
    margin: 0 !important;
  }
}
.cid-ug4ye53GDM .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ug4ye53GDM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-ug4ye53GDM .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ug4ye53GDM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ug4ye53GDM .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-ug4ye53GDM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ug4ye53GDM .offcanvas_box {
    display: none;
  }
}
.cid-ug4ye53GDM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ug4ye53GDM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ug4ye53GDM .dropdown .dropdown-item:hover {
  color: #eb89aa !important;
}
.cid-ug4ye53GDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ug4ye53GDM .nav-link {
  position: relative;
}
.cid-ug4ye53GDM .container {
  display: flex;
  margin: auto;
}
.cid-ug4ye53GDM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ug4ye53GDM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ug4ye53GDM .iconfont-wrapper:hover {
  background-color: #c1466f;
}
.cid-ug4ye53GDM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-ug4ye53GDM .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-ug4ye53GDM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-ug4ye53GDM .dropdown-menu,
.cid-ug4ye53GDM .navbar.opened {
  background: #ffffff !important;
}
.cid-ug4ye53GDM .nav-item:focus,
.cid-ug4ye53GDM .nav-link:focus {
  outline: none;
}
.cid-ug4ye53GDM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ug4ye53GDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ug4ye53GDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ug4ye53GDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ug4ye53GDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ug4ye53GDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ug4ye53GDM .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-ug4ye53GDM .navbar.opened {
  transition: all 0.3s;
}
.cid-ug4ye53GDM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ug4ye53GDM .navbar .navbar-logo img {
  width: auto;
}
.cid-ug4ye53GDM .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-ug4ye53GDM .navbar.collapsed {
  justify-content: center;
}
.cid-ug4ye53GDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ug4ye53GDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ug4ye53GDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-ug4ye53GDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ug4ye53GDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ug4ye53GDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ug4ye53GDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ug4ye53GDM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ug4ye53GDM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ug4ye53GDM .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-ug4ye53GDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ug4ye53GDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ug4ye53GDM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ug4ye53GDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ug4ye53GDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ug4ye53GDM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ug4ye53GDM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ug4ye53GDM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ug4ye53GDM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ug4ye53GDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ug4ye53GDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ug4ye53GDM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ug4ye53GDM .navbar.navbar-short {
  min-height: 60px;
}
.cid-ug4ye53GDM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ug4ye53GDM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ug4ye53GDM .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-ug4ye53GDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ug4ye53GDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ug4ye53GDM .dropdown-item.active,
.cid-ug4ye53GDM .dropdown-item:active {
  background-color: transparent;
}
.cid-ug4ye53GDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ug4ye53GDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ug4ye53GDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ug4ye53GDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ug4ye53GDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ug4ye53GDM .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-ug4ye53GDM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-ug4ye53GDM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ug4ye53GDM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-ug4ye53GDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7597e;
}
.cid-ug4ye53GDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ug4ye53GDM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug4ye53GDM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ug4ye53GDM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ug4ye53GDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug4ye53GDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ug4ye53GDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ug4ye53GDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ug4ye53GDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ug4ye53GDM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ug4ye53GDM .navbar {
    height: 70px;
  }
  .cid-ug4ye53GDM .navbar.opened {
    height: auto;
  }
  .cid-ug4ye53GDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug4ye53GDM .mbr-section-subtitle {
  color: #c7597e;
}
.cid-ug4ye53GDM .mbr-text {
  color: #c7597e;
}
.cid-ug4ye53GDM .text_widget {
  color: #c7597e;
}
.cid-ug4ye5r0Sy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #fff2fd;
}
.cid-ug4ye5r0Sy .row {
  align-items: center;
  justify-content: center;
}
.cid-ug4ye5r0Sy .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-ug4ye5r0Sy .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-ug4ye5r0Sy .content_box {
  position: relative;
  z-index: 1;
}
.cid-ug4ye5r0Sy .mbr-section-title {
  margin-bottom: 21px;
  color: #c7597e;
}
.cid-ug4ye5r0Sy .mbr-text {
  margin-bottom: 21px;
}
.cid-ug4ye5r0Sy .image-wrapper,
.cid-ug4ye5r0Sy img {
  width: 100%;
}
.cid-ug4ye5r0Sy .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-ug4ye5r0Sy .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-ug4ye5r0Sy .image_left {
    padding-top: 5rem;
  }
  .cid-ug4ye5r0Sy .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-ug4ye5r0Sy .row {
    flex-direction: column;
  }
  .cid-ug4ye5r0Sy .shape {
    display: none;
  }
  .cid-ug4ye5r0Sy .content_box {
    padding: 2rem 0;
  }
}
.cid-ug4ye5r0Sy .mbr-text,
.cid-ug4ye5r0Sy .mbr-section-btn {
  color: #c7597e;
}
.cid-ug4ye84Awc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-ug4ye84Awc .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ug4ye84Awc .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-ug4ye84Awc .mbr-section-title {
  color: #c7597e;
  margin-bottom: 29px;
  text-align: left;
}
.cid-ug4ye84Awc img,
.cid-ug4ye84Awc .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ug4ye84Awc .list_widget {
  padding-bottom: 20px;
}
.cid-ug4ye84Awc .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #000000;
  text-align: left;
}
.cid-ug4ye84Awc .linkBtn {
  margin-top: 23px;
  color: #f706d6;
}
.cid-ug4ye84Awc .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-ug4ye84Awc .linkBtn a:after,
.cid-ug4ye84Awc .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-ug4ye84Awc .linkBtn a:before {
  left: 0;
}
.cid-ug4ye84Awc .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-ug4ye84Awc .linkBtn a:hover:before,
.cid-ug4ye84Awc .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-ug4ye84Awc .mbr-text,
.cid-ug4ye84Awc .linkBtn {
  text-align: left;
}
.cid-ug4ye8tw8i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #eb89aa;
}
.cid-ug4ye8tw8i .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-ug4ye8tw8i .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-ug4ye8tw8i img,
.cid-ug4ye8tw8i .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 100%;
}
.cid-ug4ye8tw8i .item {
  margin-bottom: 30px;
}
.cid-ug4ye8tw8i .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ug4ye8tw8i .card_title {
  color: #ffffff;
  letter-spacing: .075em;
  line-height: 1.06em;
}
.cid-ug4ye8tw8i .item-img {
  position: relative;
  z-index: 1;
}
.cid-ug4ye8tw8i .item-img img {
  transform: scale(1.05);
}
.cid-ug4ye8tw8i .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-ug4ye8tw8i .item-img .card_info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}
.cid-ug4ye8VVMG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4ye8VVMG .mbr-section-title {
  margin-bottom: 1rem;
  color: #c7597e;
}
.cid-ug4ye8VVMG .footer_logo {
  margin-bottom: 2rem;
}
.cid-ug4ye8VVMG .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-ug4ye8VVMG .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #c7597e;
}
.cid-ug4ye8VVMG .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-ug4ye8VVMG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-ug4ye8VVMG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ug4ye8VVMG .iconfont-wrapper:hover {
  background-color: #c1466f;
}
@media (max-width: 767px) {
  .cid-ug4ye8VVMG .footer_timework {
    margin-top: 50px;
  }
  .cid-ug4ye8VVMG .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-ug4ye9qqJe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-ug4ye9qqJe .mbr-text {
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
.cid-sVE1qtDJMt .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-sVE1qtDJMt .navbar-dropdown {
  position: relative !important;
}
.cid-sVE1qtDJMt nav.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sVE1qtDJMt nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-sVE1qtDJMt .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-sVE1qtDJMt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-sVE1qtDJMt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-sVE1qtDJMt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-sVE1qtDJMt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-sVE1qtDJMt .offcanvas-body .mbr-text,
  .cid-sVE1qtDJMt .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-sVE1qtDJMt .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 1px;
    border-right: 5px;
    background-color: #c7597e;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-sVE1qtDJMt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-sVE1qtDJMt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-sVE1qtDJMt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sVE1qtDJMt .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-sVE1qtDJMt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-sVE1qtDJMt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-sVE1qtDJMt li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-sVE1qtDJMt li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-sVE1qtDJMt .lg_brand {
    margin: 0 1rem;
  }
}
.cid-sVE1qtDJMt .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-sVE1qtDJMt .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-sVE1qtDJMt .nav-item {
    margin: 0 !important;
  }
}
.cid-sVE1qtDJMt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sVE1qtDJMt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 72px !important;
    left: -40px !important;
  }
  .cid-sVE1qtDJMt .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-sVE1qtDJMt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-sVE1qtDJMt .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-sVE1qtDJMt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-sVE1qtDJMt .offcanvas_box {
    display: none;
  }
}
.cid-sVE1qtDJMt .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sVE1qtDJMt .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-sVE1qtDJMt .dropdown .dropdown-item:hover {
  color: #eb89aa !important;
}
.cid-sVE1qtDJMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sVE1qtDJMt .nav-link {
  position: relative;
}
.cid-sVE1qtDJMt .container {
  display: flex;
  margin: auto;
}
.cid-sVE1qtDJMt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sVE1qtDJMt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sVE1qtDJMt .iconfont-wrapper:hover {
  background-color: #c1466f;
}
.cid-sVE1qtDJMt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sVE1qtDJMt .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-sVE1qtDJMt .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-sVE1qtDJMt .dropdown-menu,
.cid-sVE1qtDJMt .navbar.opened {
  background: #ffffff !important;
}
.cid-sVE1qtDJMt .nav-item:focus,
.cid-sVE1qtDJMt .nav-link:focus {
  outline: none;
}
.cid-sVE1qtDJMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sVE1qtDJMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sVE1qtDJMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sVE1qtDJMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sVE1qtDJMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sVE1qtDJMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sVE1qtDJMt .navbar {
  height: 120px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-sVE1qtDJMt .navbar.opened {
  transition: all 0.3s;
}
.cid-sVE1qtDJMt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-sVE1qtDJMt .navbar .navbar-logo img {
  width: auto;
}
.cid-sVE1qtDJMt .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
  background: #ffffff !important;
}
.cid-sVE1qtDJMt .navbar.collapsed {
  justify-content: center;
}
.cid-sVE1qtDJMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sVE1qtDJMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sVE1qtDJMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-sVE1qtDJMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sVE1qtDJMt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sVE1qtDJMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sVE1qtDJMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-sVE1qtDJMt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sVE1qtDJMt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-sVE1qtDJMt .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-sVE1qtDJMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sVE1qtDJMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sVE1qtDJMt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-sVE1qtDJMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sVE1qtDJMt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sVE1qtDJMt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sVE1qtDJMt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-sVE1qtDJMt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sVE1qtDJMt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-sVE1qtDJMt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sVE1qtDJMt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sVE1qtDJMt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-sVE1qtDJMt .navbar.navbar-short {
  min-height: 60px;
}
.cid-sVE1qtDJMt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sVE1qtDJMt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sVE1qtDJMt .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-sVE1qtDJMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sVE1qtDJMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sVE1qtDJMt .dropdown-item.active,
.cid-sVE1qtDJMt .dropdown-item:active {
  background-color: transparent;
}
.cid-sVE1qtDJMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sVE1qtDJMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sVE1qtDJMt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sVE1qtDJMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sVE1qtDJMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sVE1qtDJMt .navbar .dropdown.open &gt; .dropdown-menu {
  display: block;
}
.cid-sVE1qtDJMt ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sVE1qtDJMt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sVE1qtDJMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sVE1qtDJMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c7597e;
}
.cid-sVE1qtDJMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sVE1qtDJMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVE1qtDJMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sVE1qtDJMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sVE1qtDJMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVE1qtDJMt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sVE1qtDJMt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sVE1qtDJMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sVE1qtDJMt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sVE1qtDJMt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sVE1qtDJMt .navbar {
    height: 70px;
  }
  .cid-sVE1qtDJMt .navbar.opened {
    height: auto;
  }
  .cid-sVE1qtDJMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sVE1qtDJMt .mbr-section-subtitle {
  color: #c7597e;
}
.cid-sVE1qtDJMt .mbr-text {
  color: #c7597e;
}
.cid-sVE1qtDJMt .text_widget {
  color: #c7597e;
}
.cid-sVE1quGCub {
  padding-top: 2rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
  background-color: #fff2fd;
}
.cid-sVE1quGCub .row {
  align-items: center;
  justify-content: center;
}
.cid-sVE1quGCub .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-sVE1quGCub .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #c7597e;
}
.cid-sVE1quGCub .content_box {
  position: relative;
  z-index: 1;
}
.cid-sVE1quGCub .mbr-section-title {
  margin-bottom: 21px;
  color: #c7597e;
}
.cid-sVE1quGCub .mbr-text {
  margin-bottom: 21px;
}
.cid-sVE1quGCub .image-wrapper,
.cid-sVE1quGCub img {
  width: 100%;
}
.cid-sVE1quGCub .image-wrapper {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .cid-sVE1quGCub .content_box {
    padding: 0 5rem 0 1rem;
  }
  .cid-sVE1quGCub .image_left {
    padding-top: 5rem;
  }
  .cid-sVE1quGCub .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .cid-sVE1quGCub .row {
    flex-direction: column;
  }
  .cid-sVE1quGCub .shape {
    display: none;
  }
  .cid-sVE1quGCub .content_box {
    padding: 2rem 0;
  }
}
.cid-sVE1quGCub .mbr-text,
.cid-sVE1quGCub .mbr-section-btn {
  color: #c7597e;
}
.cid-sVE1LTj0Cj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/lo-pati-dels-flamencs-paelles-a-la-brasa-007-960x960.jpg");
}
.cid-sVE1LTj0Cj .menu-item {
  padding: 0 1rem 1rem 1rem;
}
.cid-sVE1LTj0Cj .menu-item .special-label {
  display: none;
}
.cid-sVE1LTj0Cj .menu-item.special-item {
  padding-bottom: 0;
  margin-bottom: 1rem;
  border: 2px solid #f706d6;
}
.cid-sVE1LTj0Cj .menu-item.special-item .special-label {
  display: block;
  width: 100%;
  word-break: break-word;
}
.cid-sVE1LTj0Cj .menu-item.special-item .special-label .label-text {
  max-width: 100%;
  background: #f706d6;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.cid-sVE1LTj0Cj .special-label {
  color: #fff;
}
.cid-sVE1LTj0Cj .menu-box {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sVE1LTj0Cj .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
  width: 100%;
}
.cid-sVE1LTj0Cj .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sVE1LTj0Cj .menu-row .menu-item:last-child {
  margin-bottom: 2rem;
}
.cid-sVE1LTj0Cj .menu-row {
  margin: 0;
}
.cid-sVE1LTj0Cj .group-title {
  color: #c7597e;
  font-weight: bold;
}
.cid-sVOC8D4z1U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sVOC8D4z1U .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sVOC8D4z1U .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-sVOC8D4z1U .mbr-section-title {
  color: #c7597e;
  margin-bottom: 29px;
}
.cid-sVOC8D4z1U img,
.cid-sVOC8D4z1U .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVOC8D4z1U .list_widget {
  padding-bottom: 20px;
}
.cid-sVOC8D4z1U .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #000000;
}
.cid-sVOC8D4z1U .linkBtn {
  margin-top: 23px;
  color: #c7597e;
}
.cid-sVOC8D4z1U .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sVOC8D4z1U .linkBtn a:after,
.cid-sVOC8D4z1U .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sVOC8D4z1U .linkBtn a:before {
  left: 0;
}
.cid-sVOC8D4z1U .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sVOC8D4z1U .linkBtn a:hover:before,
.cid-sVOC8D4z1U .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sVOEdgSrFt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sVOEdgSrFt .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sVOEdgSrFt .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-sVOEdgSrFt .mbr-section-title {
  color: #c7597e;
  margin-bottom: 29px;
}
.cid-sVOEdgSrFt img,
.cid-sVOEdgSrFt .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVOEdgSrFt .list_widget {
  padding-bottom: 20px;
}
.cid-sVOEdgSrFt .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #000000;
}
.cid-sVOEdgSrFt .linkBtn {
  margin-top: 23px;
  color: #c7597e;
}
.cid-sVOEdgSrFt .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sVOEdgSrFt .linkBtn a:after,
.cid-sVOEdgSrFt .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sVOEdgSrFt .linkBtn a:before {
  left: 0;
}
.cid-sVOEdgSrFt .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sVOEdgSrFt .linkBtn a:hover:before,
.cid-sVOEdgSrFt .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sVOFBHnk9z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sVOFBHnk9z .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sVOFBHnk9z .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-sVOFBHnk9z .mbr-section-title {
  color: #c7597e;
  margin-bottom: 29px;
}
.cid-sVOFBHnk9z img,
.cid-sVOFBHnk9z .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sVOFBHnk9z .list_widget {
  padding-bottom: 20px;
}
.cid-sVOFBHnk9z .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #000000;
}
.cid-sVOFBHnk9z .linkBtn {
  margin-top: 23px;
  color: #c7597e;
}
.cid-sVOFBHnk9z .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sVOFBHnk9z .linkBtn a:after,
.cid-sVOFBHnk9z .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sVOFBHnk9z .linkBtn a:before {
  left: 0;
}
.cid-sVOFBHnk9z .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sVOFBHnk9z .linkBtn a:hover:before,
.cid-sVOFBHnk9z .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sYcf92ajlP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #ffffff;
}
.cid-sYcf92ajlP .content_box {
  padding: 115px 3rem;
  background-color: #fef2f2;
  text-align: center;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sYcf92ajlP .content_box {
    margin-top: 30px;
    padding: 65px 1rem;
  }
}
.cid-sYcf92ajlP .mbr-section-title {
  color: #c7597e;
  margin-bottom: 29px;
  text-align: left;
}
.cid-sYcf92ajlP img,
.cid-sYcf92ajlP .image-wrapper {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sYcf92ajlP .list_widget {
  padding-bottom: 20px;
}
.cid-sYcf92ajlP .mbr-section-subtitle {
  line-height: 1.2727em;
  color: #000000;
  text-align: left;
}
.cid-sYcf92ajlP .linkBtn {
  margin-top: 23px;
  color: #f706d6;
}
.cid-sYcf92ajlP .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-sYcf92ajlP .linkBtn a:after,
.cid-sYcf92ajlP .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-sYcf92ajlP .linkBtn a:before {
  left: 0;
}
.cid-sYcf92ajlP .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-sYcf92ajlP .linkBtn a:hover:before,
.cid-sYcf92ajlP .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-sYcf92ajlP .mbr-text,
.cid-sYcf92ajlP .linkBtn {
  text-align: left;
}
.cid-sVE1qAfPT2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #eb89aa;
}
.cid-sVE1qAfPT2 .mbr-section-title {
  margin-bottom: 18px;
  color: #202020;
}
.cid-sVE1qAfPT2 .head_title {
  margin: 25px 0 58px;
  text-align: center;
}
.cid-sVE1qAfPT2 img,
.cid-sVE1qAfPT2 .item-img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
  height: 100%;
}
.cid-sVE1qAfPT2 .item {
  margin-bottom: 30px;
}
.cid-sVE1qAfPT2 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sVE1qAfPT2 .card_title {
  color: #ffffff;
  letter-spacing: .075em;
  line-height: 1.06em;
}
.cid-sVE1qAfPT2 .item-img {
  position: relative;
  z-index: 1;
}
.cid-sVE1qAfPT2 .item-img img {
  transform: scale(1.05);
}
.cid-sVE1qAfPT2 .item-img:hover img {
  transform: translateX(7px) scale(1.05);
}
.cid-sVE1qAfPT2 .item-img .card_info {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transform: translate(-50%, -50%);
  padding: 0 12px;
}
.cid-sVE1qAQBUq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sVE1qAQBUq .mbr-section-title {
  margin-bottom: 1rem;
  color: #c7597e;
}
.cid-sVE1qAQBUq .footer_logo {
  margin-bottom: 2rem;
}
.cid-sVE1qAQBUq .footer_logo img {
  width: auto;
  object-fit: cover;
  display: inline-block;
}
.cid-sVE1qAQBUq .mbr-text {
  margin: 10px 0;
  text-align: center;
  color: #c7597e;
}
.cid-sVE1qAQBUq .icons_footer {
  margin-top: 35px;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.cid-sVE1qAQBUq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #c7597e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-sVE1qAQBUq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-sVE1qAQBUq .iconfont-wrapper:hover {
  background-color: #c1466f;
}
@media (max-width: 767px) {
  .cid-sVE1qAQBUq .footer_timework {
    margin-top: 50px;
  }
  .cid-sVE1qAQBUq .footer_contact {
    margin-bottom: 50px;
  }
}
.cid-sVE1qBt1X0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eb89aa;
}
.cid-sVE1qBt1X0 .mbr-text {
  color: #ffffff;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
</pre></body></html>