body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 6.8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.5rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.76rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #f4b1cb !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4b1cb !important;
  border-color: #f4b1cb !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: #e96598 !important;
  border-color: #e96598 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e96598 !important;
  border-color: #e96598 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4b1cb !important;
  border-color: #f4b1cb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e96598 !important;
  border-color: #e96598 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e96598 !important;
  border-color: #e96598 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !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: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !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: #4b4b4b !important;
  border-color: #4b4b4b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b4b4b !important;
  border-color: #4b4b4b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !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: #f4b1cb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e96598 !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: #f4b1cb !important;
  border-color: #f4b1cb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4b1cb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e96598 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f4b1cb !important;
  border-color: #f4b1cb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !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: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #767676;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4b4b4b !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: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #f4b1cb !important;
}
.text-secondary {
  color: #f4b1cb !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e7588f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #e7588f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #434343 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #f4b1cb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4b1cb;
  border-color: #f4b1cb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f4b1cb;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #f4b1cb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #f4b1cb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f4b1cb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f4b1cb;
}
.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: #f4b1cb;
  border-bottom-color: #f4b1cb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f4b1cb !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4b1cb !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='%23f4b1cb' %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-skD1N8pVos {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skD1N8pVos nav.navbar {
  position: fixed;
}
.cid-skD1N8pVos .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skD1N8pVos .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skD1N8pVos .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skD1N8pVos .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skD1N8pVos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skD1N8pVos .nav-link,
.cid-skD1N8pVos .dropdown-item {
  font-weight: 700;
}
.cid-skD1N8pVos .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #f4b1cb 0%, #f4b1cb 100%) !important;
}
.cid-skD1N8pVos .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skD1N8pVos .container {
  display: flex;
  margin: auto;
}
.cid-skD1N8pVos .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skD1N8pVos .navbar-caption,
.cid-skD1N8pVos .dropdown-item {
  background-image: none;
}
.cid-skD1N8pVos .dropdown-menu,
.cid-skD1N8pVos .navbar.opened {
  background: #ffffff !important;
}
.cid-skD1N8pVos .nav-item:focus,
.cid-skD1N8pVos .nav-link:focus {
  outline: none;
}
.cid-skD1N8pVos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skD1N8pVos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skD1N8pVos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skD1N8pVos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skD1N8pVos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skD1N8pVos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skD1N8pVos .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-skD1N8pVos .navbar.opened {
  transition: all 0.3s;
}
.cid-skD1N8pVos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skD1N8pVos .navbar .navbar-logo img {
  width: auto;
}
.cid-skD1N8pVos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skD1N8pVos .navbar.collapsed {
  justify-content: center;
}
.cid-skD1N8pVos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skD1N8pVos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-skD1N8pVos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-skD1N8pVos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skD1N8pVos .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skD1N8pVos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skD1N8pVos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skD1N8pVos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skD1N8pVos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skD1N8pVos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skD1N8pVos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skD1N8pVos .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skD1N8pVos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skD1N8pVos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skD1N8pVos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skD1N8pVos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skD1N8pVos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skD1N8pVos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skD1N8pVos .navbar.navbar-short {
  min-height: 106px;
}
.cid-skD1N8pVos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skD1N8pVos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skD1N8pVos .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skD1N8pVos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skD1N8pVos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skD1N8pVos .dropdown-item.active,
.cid-skD1N8pVos .dropdown-item:active {
  background-color: transparent;
}
.cid-skD1N8pVos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skD1N8pVos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skD1N8pVos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skD1N8pVos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skD1N8pVos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skD1N8pVos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skD1N8pVos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skD1N8pVos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skD1N8pVos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skD1N8pVos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skD1N8pVos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skD1N8pVos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skD1N8pVos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skD1N8pVos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skD1N8pVos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skD1N8pVos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skD1N8pVos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skD1N8pVos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skD1N8pVos .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skD1N8pVos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skD1N8pVos .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skD1N8pVos .navbar {
    height: 70px;
  }
  .cid-skD1N8pVos .navbar.opened {
    height: auto;
  }
  .cid-skD1N8pVos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skD1N8pVos .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skD1N8pVos .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skD1Q2u9VP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skD1Q2u9VP .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .cid-skD1Q2u9VP .img-col img:last-child {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .cid-skD1Q2u9VP .content-wrapper {
    padding-bottom: 1.5rem;
  }
  .cid-skD1Q2u9VP .img-col img {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-skD1Q2u9VP .img-col img {
    right: 0 !important;
  }
  .cid-skD1Q2u9VP .img-col img:last-child {
    display: none !important;
  }
}
.cid-skD1Q2u9VP .img-col {
  position: relative;
}
.cid-skD1Q2u9VP .img-col img {
  width: 100%;
  max-width: 540px;
  position: relative;
  padding: 0 10px;
  z-index: 1;
  right: 0;
}
.cid-skD1Q2u9VP .img-col img:last-child {
  position: absolute;
  width: 50%;
  z-index: 2;
  bottom: -40px;
  left: -10px;
  right: auto;
}
.cid-sCmOnQBNms {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCmOnQBNms .mbr-text {
  color: #000000;
}
.cid-sCmOnQBNms .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sCmOnQBNms .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sCmOnQBNms .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #f4b1cb;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.cid-tyAa2o0rlH {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  transition: background-color 0.3s ease-in-out;
}
.cid-tyAa2o0rlH:hover {
  background-color: #e43f3f;
}
.cid-tyAa2o0rlH .mbr-section-title {
  margin: 0;
}
.cid-tyAa2o0rlH .card-wrapper {
  z-index: 3;
}
.cid-tyAa2o0rlH .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tyAa2o0rlH .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tyAa2o0rlH .mbr-section-title,
.cid-tyAa2o0rlH .text-block {
  color: #000000;
}
.cid-sCmPVHaZVP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-sCmPVHaZVP .container {
  max-width: 1500px;
}
.cid-sCmPVHaZVP .row {
  background: #ffffff;
}
.cid-sCmPVHaZVP .img-col {
  padding: 0;
}
.cid-sCmPVHaZVP .title-col {
  padding: 4rem 6rem;
}
.cid-sCmPVHaZVP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCmPVHaZVP h2 {
  padding: 0;
  margin: 0;
}
.cid-sCmPVHaZVP .text-wrap {
  margin: auto;
}
.cid-sCmPVHaZVP .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sCmPVHaZVP .row {
    margin: 2rem;
  }
  .cid-sCmPVHaZVP .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sCmPVHaZVP .row {
    margin: 0rem;
  }
  .cid-sCmPVHaZVP .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sCmRaF5b07 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-sCmRaF5b07 .container {
  max-width: 1500px;
}
.cid-sCmRaF5b07 .row {
  background: #ffffff;
}
.cid-sCmRaF5b07 .img-col {
  padding: 0;
}
.cid-sCmRaF5b07 .title-col {
  padding: 4rem 6rem;
}
.cid-sCmRaF5b07 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCmRaF5b07 h2 {
  padding: 0;
  margin: 0;
}
.cid-sCmRaF5b07 .text-wrap {
  margin: auto;
}
.cid-sCmRaF5b07 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sCmRaF5b07 .row {
    margin: 2rem;
  }
  .cid-sCmRaF5b07 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sCmRaF5b07 .row {
    margin: 0rem;
  }
  .cid-sCmRaF5b07 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sCn8iJsGn9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f8f8f8;
}
.cid-sCn8iJsGn9 .container {
  max-width: 1500px;
}
.cid-sCn8iJsGn9 .row {
  background: #ffffff;
}
.cid-sCn8iJsGn9 .img-col {
  padding: 0;
}
.cid-sCn8iJsGn9 .title-col {
  padding: 4rem 6rem;
}
.cid-sCn8iJsGn9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sCn8iJsGn9 h2 {
  padding: 0;
  margin: 0;
}
.cid-sCn8iJsGn9 .text-wrap {
  margin: auto;
}
.cid-sCn8iJsGn9 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sCn8iJsGn9 .row {
    margin: 2rem;
  }
  .cid-sCn8iJsGn9 .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sCn8iJsGn9 .row {
    margin: 0rem;
  }
  .cid-sCn8iJsGn9 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sCn8iJsGn9 H2 {
  color: #000000;
}
.cid-sCn1dHSLoI {
  padding-top: 60px;
  padding-bottom: 105px;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sCn1dHSLoI .carousel {
  z-index: 2;
  position: relative;
}
.cid-sCn1dHSLoI .user {
  padding: 0!important;
}
.cid-sCn1dHSLoI .big-icon {
  top: 1rem;
  font-size: 12rem;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #e6eefa;
  opacity: 0.5;
}
.cid-sCn1dHSLoI .mbr-iconfont {
  font-family: Moririse2!important;
}
.cid-sCn1dHSLoI .carousel-item.active,
.cid-sCn1dHSLoI .carousel-item-next,
.cid-sCn1dHSLoI .carousel-item-prev {
  display: flex;
}
.cid-sCn1dHSLoI .user_name {
  margin: 0;
}
.cid-sCn1dHSLoI .carousel-controls a {
  font-size: 2rem;
}
.cid-sCn1dHSLoI .carousel-controls a span {
  position: absolute;
  transition: opacity 0.3s;
  top: 70px;
  padding: 10px;
  border-radius: 50%;
  color: #232323;
  background: transparent;
  opacity: 0.5;
}
.cid-sCn1dHSLoI .carousel-controls a:hover span {
  opacity: 1;
  cursor: pointer;
}
.cid-sCn1dHSLoI ol {
  margin-bottom: 0;
  bottom: -3rem;
}
.cid-sCn1dHSLoI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: auto 7px;
  border: none;
  background: #232323;
  transition: all 0.3s;
  border-radius: 50%;
  opacity: 0.5;
}
.cid-sCn1dHSLoI .carousel-indicators li:hover {
  opacity: 1;
}
.cid-sCn1dHSLoI .carousel-indicators .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}
.cid-sCn1dHSLoI .user_text {
  color: #232323;
  text-align: left;
}
.cid-sCn1dHSLoI .user_desk {
  color: #767676;
}
.cid-sCn1dHSLoI .user_desk,
.cid-sCn1dHSLoI .carousel-item {
  text-align: left;
}
.cid-sCn1dHSLoI .carousel-indicators {
  margin: 0;
  margin-left: 0.5rem;
  justify-content: flex-start !important;
}
@media (max-width: 767px) {
  .cid-sCn1dHSLoI .carousel-indicators {
    margin: auto;
    justify-content: center!important;
  }
}
.cid-sCn1dHSLoI .carousel-control-next {
  right: -30px;
  transform: translateX(50%);
}
.cid-sCn1dHSLoI .carousel-control-prev {
  left: -30px;
  transform: translateX(-50%);
}
.cid-sCn6mEn7o6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  transition: background-color 0.3s ease-in-out;
}
.cid-sCn6mEn7o6:hover {
  background-color: #e43f3f;
}
.cid-sCn6mEn7o6 .mbr-section-title {
  margin: 0;
}
.cid-sCn6mEn7o6 .card-wrapper {
  z-index: 3;
}
.cid-sCn6mEn7o6 .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sCn6mEn7o6 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sCn6mEn7o6 .mbr-section-title,
.cid-sCn6mEn7o6 .text-block {
  color: #000000;
}
.cid-sCna9Az53p {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sCna9Az53p .counter-container ul {
  margin-bottom: 0;
}
.cid-sCna9Az53p .counter-container ul li {
  padding-left: 0rem;
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sCna9Az53p .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -40px;
  content: "\e96b";
  top: -2px;
  display: flex;
  transform: rotate(30deg);
  justify-content: center;
  align-items: center;
  color: #f4b1cb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-top: 5px;
}
.cid-sCmYyPAHaS {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sCmYyPAHaS .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sCmYyPAHaS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sCmYyPAHaS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sCmYyPAHaS .btn-primary {
  border: 1px solid #f4b1cb !important;
}
.cid-sCmYyPAHaS .btn-primary:hover {
  border: 1px solid #f4b1cb !important;
}
.cid-sCmYyPAHaS .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sCmYyPAHaS .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sCmYyPAHaS .input-group-btn {
  padding-left: 0;
}
.cid-sCmYyPAHaS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sCmYyPAHaS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sCmYyPAHaS .mbr-text {
  color: #444;
}
.cid-sCmYyPAHaS h5 {
  margin-bottom: 0;
}
.cid-sCmYyPAHaS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sCmYyPAHaS .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCmYyPAHaS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sCmYyPAHaS .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCmYyPAHaS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sCmYyPAHaS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sCmYyPAHaS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCmYyPAHaS .social-list a:hover {
  opacity: 0.4;
}
.cid-sCmYyPAHaS .media-container-row > div {
  padding: 0px;
}
.cid-sCmYyPAHaS .text2 {
  color: #000000;
  text-align: left;
}
.cid-sCmYyPAHaS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sCmYyPAHaS .links {
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sCmYyPAHaS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sCmYyPAHaS .social-list,
  .cid-sCmYyPAHaS .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sCmYyPAHaS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sCmYyPAHaS .form-group {
    max-width: 180px;
  }
}
.cid-sCmYyPAHaS .links span {
  color: #9e9e9e;
}
.cid-sCmYyPAHaS .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sCmYyPAHaS .logo-title {
  text-align: center;
}
.cid-sCn4LChWc7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  overflow: hidden;
}
.cid-sCn4LChWc7 .media-container-row .mbr-text {
  color: #353535;
}
.cid-sDBwCQEvEh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sDBwCQEvEh nav.navbar {
  position: fixed;
}
.cid-sDBwCQEvEh .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sDBwCQEvEh .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sDBwCQEvEh .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sDBwCQEvEh .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sDBwCQEvEh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDBwCQEvEh .nav-link,
.cid-sDBwCQEvEh .dropdown-item {
  font-weight: 700;
}
.cid-sDBwCQEvEh .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #f4b1cb 0%, #f4b1cb 100%) !important;
}
.cid-sDBwCQEvEh .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sDBwCQEvEh .container {
  display: flex;
  margin: auto;
}
.cid-sDBwCQEvEh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDBwCQEvEh .navbar-caption,
.cid-sDBwCQEvEh .dropdown-item {
  background-image: none;
}
.cid-sDBwCQEvEh .dropdown-menu,
.cid-sDBwCQEvEh .navbar.opened {
  background: #ffffff !important;
}
.cid-sDBwCQEvEh .nav-item:focus,
.cid-sDBwCQEvEh .nav-link:focus {
  outline: none;
}
.cid-sDBwCQEvEh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sDBwCQEvEh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDBwCQEvEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDBwCQEvEh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBwCQEvEh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDBwCQEvEh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDBwCQEvEh .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDBwCQEvEh .navbar.opened {
  transition: all 0.3s;
}
.cid-sDBwCQEvEh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDBwCQEvEh .navbar .navbar-logo img {
  width: auto;
}
.cid-sDBwCQEvEh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDBwCQEvEh .navbar.collapsed {
  justify-content: center;
}
.cid-sDBwCQEvEh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDBwCQEvEh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDBwCQEvEh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sDBwCQEvEh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDBwCQEvEh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDBwCQEvEh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDBwCQEvEh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDBwCQEvEh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDBwCQEvEh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDBwCQEvEh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDBwCQEvEh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDBwCQEvEh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDBwCQEvEh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDBwCQEvEh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDBwCQEvEh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDBwCQEvEh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDBwCQEvEh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDBwCQEvEh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDBwCQEvEh .navbar.navbar-short {
  min-height: 106px;
}
.cid-sDBwCQEvEh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDBwCQEvEh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDBwCQEvEh .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDBwCQEvEh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDBwCQEvEh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDBwCQEvEh .dropdown-item.active,
.cid-sDBwCQEvEh .dropdown-item:active {
  background-color: transparent;
}
.cid-sDBwCQEvEh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDBwCQEvEh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDBwCQEvEh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDBwCQEvEh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDBwCQEvEh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDBwCQEvEh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDBwCQEvEh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDBwCQEvEh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDBwCQEvEh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDBwCQEvEh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDBwCQEvEh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDBwCQEvEh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBwCQEvEh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBwCQEvEh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDBwCQEvEh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBwCQEvEh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDBwCQEvEh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDBwCQEvEh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBwCQEvEh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDBwCQEvEh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDBwCQEvEh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDBwCQEvEh .navbar {
    height: 70px;
  }
  .cid-sDBwCQEvEh .navbar.opened {
    height: auto;
  }
  .cid-sDBwCQEvEh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDBwCQEvEh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDBwCQEvEh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDBwCRpVXF {
  padding-top: 45px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sDBwCRpVXF .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .cid-sDBwCRpVXF .img-col img:last-child {
    width: 500px;
  }
}
@media (max-width: 992px) {
  .cid-sDBwCRpVXF .content-wrapper {
    padding-bottom: 1.5rem;
  }
  .cid-sDBwCRpVXF .img-col img {
    right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-sDBwCRpVXF .img-col img {
    right: 0 !important;
  }
  .cid-sDBwCRpVXF .img-col img:last-child {
    display: none !important;
  }
}
.cid-sDBwCRpVXF .img-col {
  position: relative;
}
.cid-sDBwCRpVXF .img-col img {
  width: 100%;
  max-width: 540px;
  position: relative;
  padding: 0 10px;
  z-index: 1;
  right: 0;
}
.cid-sDBwCRpVXF .img-col img:last-child {
  position: absolute;
  width: 50%;
  z-index: 2;
  bottom: -40px;
  left: -10px;
  right: auto;
}
.cid-sDBwCRpVXF H1 {
  text-align: left;
}
.cid-sDBwCRpVXF .mbr-text,
.cid-sDBwCRpVXF .mbr-section-btn {
  text-align: left;
}
.cid-sDBwCSjknS {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDBwCSjknS .container {
  max-width: 1500px;
}
.cid-sDBwCSjknS .row {
  background: #ffffff;
}
.cid-sDBwCSjknS .img-col {
  padding: 0;
}
.cid-sDBwCSjknS .title-col {
  padding: 4rem 6rem;
}
.cid-sDBwCSjknS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDBwCSjknS h2 {
  padding: 0;
  margin: 0;
}
.cid-sDBwCSjknS .text-wrap {
  margin: auto;
}
.cid-sDBwCSjknS .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sDBwCSjknS .row {
    margin: 2rem;
  }
  .cid-sDBwCSjknS .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sDBwCSjknS .row {
    margin: 0rem;
  }
  .cid-sDBwCSjknS .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sDBwCSGmC2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDBwCSGmC2 .container {
  max-width: 1500px;
}
.cid-sDBwCSGmC2 .row {
  background: #ffffff;
}
.cid-sDBwCSGmC2 .img-col {
  padding: 0;
}
.cid-sDBwCSGmC2 .title-col {
  padding: 4rem 6rem;
}
.cid-sDBwCSGmC2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDBwCSGmC2 h2 {
  padding: 0;
  margin: 0;
}
.cid-sDBwCSGmC2 .text-wrap {
  margin: auto;
}
.cid-sDBwCSGmC2 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sDBwCSGmC2 .row {
    margin: 2rem;
  }
  .cid-sDBwCSGmC2 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDBwCSGmC2 .row {
    margin: 0rem;
  }
  .cid-sDBwCSGmC2 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sDBwCUOeCv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDBwCUOeCv .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sDBwCUOeCv .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sDBwCUOeCv .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sDBwCUOeCv .btn-primary {
  border: 1px solid #f4b1cb !important;
}
.cid-sDBwCUOeCv .btn-primary:hover {
  border: 1px solid #f4b1cb !important;
}
.cid-sDBwCUOeCv .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sDBwCUOeCv .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sDBwCUOeCv .input-group-btn {
  padding-left: 0;
}
.cid-sDBwCUOeCv .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sDBwCUOeCv .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sDBwCUOeCv .mbr-text {
  color: #444;
}
.cid-sDBwCUOeCv h5 {
  margin-bottom: 0;
}
.cid-sDBwCUOeCv .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sDBwCUOeCv .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDBwCUOeCv .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sDBwCUOeCv .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDBwCUOeCv .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sDBwCUOeCv .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sDBwCUOeCv .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sDBwCUOeCv .social-list a:hover {
  opacity: 0.4;
}
.cid-sDBwCUOeCv .media-container-row > div {
  padding: 0px;
}
.cid-sDBwCUOeCv .text2 {
  color: #000000;
  text-align: left;
}
.cid-sDBwCUOeCv .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sDBwCUOeCv .links {
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDBwCUOeCv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDBwCUOeCv .social-list,
  .cid-sDBwCUOeCv .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDBwCUOeCv h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sDBwCUOeCv .form-group {
    max-width: 180px;
  }
}
.cid-sDBwCUOeCv .links span {
  color: #9e9e9e;
}
.cid-sDBwCUOeCv .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sDBwCUOeCv .logo-title {
  text-align: center;
}
.cid-sDBwCVClDS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  overflow: hidden;
}
.cid-sDBwCVClDS .media-container-row .mbr-text {
  color: #353535;
}
.cid-sDI57HHPzv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sDI57HHPzv nav.navbar {
  position: fixed;
}
.cid-sDI57HHPzv .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sDI57HHPzv .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sDI57HHPzv .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sDI57HHPzv .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sDI57HHPzv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDI57HHPzv .nav-link,
.cid-sDI57HHPzv .dropdown-item {
  font-weight: 700;
}
.cid-sDI57HHPzv .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #f4b1cb 0%, #f4b1cb 100%) !important;
}
.cid-sDI57HHPzv .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sDI57HHPzv .container {
  display: flex;
  margin: auto;
}
.cid-sDI57HHPzv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDI57HHPzv .navbar-caption,
.cid-sDI57HHPzv .dropdown-item {
  background-image: none;
}
.cid-sDI57HHPzv .dropdown-menu,
.cid-sDI57HHPzv .navbar.opened {
  background: #ffffff !important;
}
.cid-sDI57HHPzv .nav-item:focus,
.cid-sDI57HHPzv .nav-link:focus {
  outline: none;
}
.cid-sDI57HHPzv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sDI57HHPzv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDI57HHPzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDI57HHPzv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDI57HHPzv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDI57HHPzv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDI57HHPzv .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDI57HHPzv .navbar.opened {
  transition: all 0.3s;
}
.cid-sDI57HHPzv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDI57HHPzv .navbar .navbar-logo img {
  width: auto;
}
.cid-sDI57HHPzv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDI57HHPzv .navbar.collapsed {
  justify-content: center;
}
.cid-sDI57HHPzv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDI57HHPzv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDI57HHPzv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sDI57HHPzv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDI57HHPzv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDI57HHPzv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDI57HHPzv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDI57HHPzv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDI57HHPzv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDI57HHPzv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDI57HHPzv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDI57HHPzv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDI57HHPzv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDI57HHPzv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDI57HHPzv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDI57HHPzv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDI57HHPzv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDI57HHPzv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDI57HHPzv .navbar.navbar-short {
  min-height: 106px;
}
.cid-sDI57HHPzv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDI57HHPzv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDI57HHPzv .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDI57HHPzv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDI57HHPzv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDI57HHPzv .dropdown-item.active,
.cid-sDI57HHPzv .dropdown-item:active {
  background-color: transparent;
}
.cid-sDI57HHPzv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDI57HHPzv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDI57HHPzv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDI57HHPzv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDI57HHPzv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDI57HHPzv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDI57HHPzv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDI57HHPzv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDI57HHPzv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDI57HHPzv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDI57HHPzv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDI57HHPzv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDI57HHPzv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDI57HHPzv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDI57HHPzv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDI57HHPzv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDI57HHPzv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDI57HHPzv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDI57HHPzv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDI57HHPzv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDI57HHPzv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDI57HHPzv .navbar {
    height: 70px;
  }
  .cid-sDI57HHPzv .navbar.opened {
    height: auto;
  }
  .cid-sDI57HHPzv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDI57HHPzv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDI57HHPzv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDI5u7ZKa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sDI57JMwze {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDI57JMwze .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sDI57JMwze .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sDI57JMwze .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sDI57JMwze .btn-primary {
  border: 1px solid #f4b1cb !important;
}
.cid-sDI57JMwze .btn-primary:hover {
  border: 1px solid #f4b1cb !important;
}
.cid-sDI57JMwze .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sDI57JMwze .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sDI57JMwze .input-group-btn {
  padding-left: 0;
}
.cid-sDI57JMwze .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sDI57JMwze .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sDI57JMwze .mbr-text {
  color: #444;
}
.cid-sDI57JMwze h5 {
  margin-bottom: 0;
}
.cid-sDI57JMwze .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sDI57JMwze .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDI57JMwze .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sDI57JMwze .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDI57JMwze .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sDI57JMwze .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sDI57JMwze .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sDI57JMwze .social-list a:hover {
  opacity: 0.4;
}
.cid-sDI57JMwze .media-container-row > div {
  padding: 0px;
}
.cid-sDI57JMwze .text2 {
  color: #000000;
  text-align: left;
}
.cid-sDI57JMwze .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sDI57JMwze .links {
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDI57JMwze .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDI57JMwze .social-list,
  .cid-sDI57JMwze .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDI57JMwze h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sDI57JMwze .form-group {
    max-width: 180px;
  }
}
.cid-sDI57JMwze .links span {
  color: #9e9e9e;
}
.cid-sDI57JMwze .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sDI57JMwze .logo-title {
  text-align: center;
}
.cid-sDI57KvCNJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  overflow: hidden;
}
.cid-sDI57KvCNJ .media-container-row .mbr-text {
  color: #353535;
}
.cid-sEnfRF0WUd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sEnfRF0WUd nav.navbar {
  position: fixed;
}
.cid-sEnfRF0WUd .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sEnfRF0WUd .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sEnfRF0WUd .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sEnfRF0WUd .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sEnfRF0WUd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sEnfRF0WUd .nav-link,
.cid-sEnfRF0WUd .dropdown-item {
  font-weight: 700;
}
.cid-sEnfRF0WUd .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #f4b1cb 0%, #f4b1cb 100%) !important;
}
.cid-sEnfRF0WUd .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sEnfRF0WUd .container {
  display: flex;
  margin: auto;
}
.cid-sEnfRF0WUd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sEnfRF0WUd .navbar-caption,
.cid-sEnfRF0WUd .dropdown-item {
  background-image: none;
}
.cid-sEnfRF0WUd .dropdown-menu,
.cid-sEnfRF0WUd .navbar.opened {
  background: #ffffff !important;
}
.cid-sEnfRF0WUd .nav-item:focus,
.cid-sEnfRF0WUd .nav-link:focus {
  outline: none;
}
.cid-sEnfRF0WUd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sEnfRF0WUd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sEnfRF0WUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sEnfRF0WUd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sEnfRF0WUd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sEnfRF0WUd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sEnfRF0WUd .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sEnfRF0WUd .navbar.opened {
  transition: all 0.3s;
}
.cid-sEnfRF0WUd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sEnfRF0WUd .navbar .navbar-logo img {
  width: auto;
}
.cid-sEnfRF0WUd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sEnfRF0WUd .navbar.collapsed {
  justify-content: center;
}
.cid-sEnfRF0WUd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sEnfRF0WUd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sEnfRF0WUd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sEnfRF0WUd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sEnfRF0WUd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sEnfRF0WUd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sEnfRF0WUd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sEnfRF0WUd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sEnfRF0WUd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sEnfRF0WUd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sEnfRF0WUd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sEnfRF0WUd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sEnfRF0WUd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sEnfRF0WUd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sEnfRF0WUd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sEnfRF0WUd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sEnfRF0WUd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sEnfRF0WUd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sEnfRF0WUd .navbar.navbar-short {
  min-height: 106px;
}
.cid-sEnfRF0WUd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sEnfRF0WUd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sEnfRF0WUd .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sEnfRF0WUd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sEnfRF0WUd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sEnfRF0WUd .dropdown-item.active,
.cid-sEnfRF0WUd .dropdown-item:active {
  background-color: transparent;
}
.cid-sEnfRF0WUd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sEnfRF0WUd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sEnfRF0WUd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sEnfRF0WUd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sEnfRF0WUd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sEnfRF0WUd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sEnfRF0WUd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sEnfRF0WUd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sEnfRF0WUd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sEnfRF0WUd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sEnfRF0WUd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sEnfRF0WUd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEnfRF0WUd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sEnfRF0WUd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sEnfRF0WUd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEnfRF0WUd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sEnfRF0WUd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sEnfRF0WUd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sEnfRF0WUd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sEnfRF0WUd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sEnfRF0WUd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sEnfRF0WUd .navbar {
    height: 70px;
  }
  .cid-sEnfRF0WUd .navbar.opened {
    height: auto;
  }
  .cid-sEnfRF0WUd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sEnfRF0WUd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sEnfRF0WUd .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sEngbjNqI5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sEngbjNqI5 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-sEngbjNqI5 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sEngbjNqI5 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #f4b1cb;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sEnfRG7MG9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sEnfRG7MG9 .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sEnfRG7MG9 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sEnfRG7MG9 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sEnfRG7MG9 .btn-primary {
  border: 1px solid #f4b1cb !important;
}
.cid-sEnfRG7MG9 .btn-primary:hover {
  border: 1px solid #f4b1cb !important;
}
.cid-sEnfRG7MG9 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sEnfRG7MG9 .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sEnfRG7MG9 .input-group-btn {
  padding-left: 0;
}
.cid-sEnfRG7MG9 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sEnfRG7MG9 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sEnfRG7MG9 .mbr-text {
  color: #444;
}
.cid-sEnfRG7MG9 h5 {
  margin-bottom: 0;
}
.cid-sEnfRG7MG9 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sEnfRG7MG9 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sEnfRG7MG9 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sEnfRG7MG9 .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sEnfRG7MG9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sEnfRG7MG9 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sEnfRG7MG9 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sEnfRG7MG9 .social-list a:hover {
  opacity: 0.4;
}
.cid-sEnfRG7MG9 .media-container-row > div {
  padding: 0px;
}
.cid-sEnfRG7MG9 .text2 {
  color: #000000;
  text-align: left;
}
.cid-sEnfRG7MG9 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sEnfRG7MG9 .links {
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sEnfRG7MG9 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sEnfRG7MG9 .social-list,
  .cid-sEnfRG7MG9 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sEnfRG7MG9 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sEnfRG7MG9 .form-group {
    max-width: 180px;
  }
}
.cid-sEnfRG7MG9 .links span {
  color: #9e9e9e;
}
.cid-sEnfRG7MG9 .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sEnfRG7MG9 .logo-title {
  text-align: center;
}
.cid-sEnfRGJLCt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  overflow: hidden;
}
.cid-sEnfRGJLCt .media-container-row .mbr-text {
  color: #353535;
}
.cid-sDBDAM58PG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-sDBDAM58PG nav.navbar {
  position: fixed;
}
.cid-sDBDAM58PG .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-sDBDAM58PG .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-sDBDAM58PG .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-sDBDAM58PG .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-sDBDAM58PG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sDBDAM58PG .nav-link,
.cid-sDBDAM58PG .dropdown-item {
  font-weight: 700;
}
.cid-sDBDAM58PG .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #f4b1cb 0%, #f4b1cb 100%) !important;
}
.cid-sDBDAM58PG .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-sDBDAM58PG .container {
  display: flex;
  margin: auto;
}
.cid-sDBDAM58PG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sDBDAM58PG .navbar-caption,
.cid-sDBDAM58PG .dropdown-item {
  background-image: none;
}
.cid-sDBDAM58PG .dropdown-menu,
.cid-sDBDAM58PG .navbar.opened {
  background: #ffffff !important;
}
.cid-sDBDAM58PG .nav-item:focus,
.cid-sDBDAM58PG .nav-link:focus {
  outline: none;
}
.cid-sDBDAM58PG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-sDBDAM58PG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDBDAM58PG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sDBDAM58PG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sDBDAM58PG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sDBDAM58PG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sDBDAM58PG .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-sDBDAM58PG .navbar.opened {
  transition: all 0.3s;
}
.cid-sDBDAM58PG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sDBDAM58PG .navbar .navbar-logo img {
  width: auto;
}
.cid-sDBDAM58PG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sDBDAM58PG .navbar.collapsed {
  justify-content: center;
}
.cid-sDBDAM58PG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sDBDAM58PG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sDBDAM58PG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sDBDAM58PG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sDBDAM58PG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sDBDAM58PG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sDBDAM58PG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sDBDAM58PG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sDBDAM58PG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sDBDAM58PG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sDBDAM58PG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sDBDAM58PG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sDBDAM58PG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sDBDAM58PG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sDBDAM58PG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sDBDAM58PG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sDBDAM58PG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sDBDAM58PG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sDBDAM58PG .navbar.navbar-short {
  min-height: 106px;
}
.cid-sDBDAM58PG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sDBDAM58PG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sDBDAM58PG .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sDBDAM58PG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sDBDAM58PG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sDBDAM58PG .dropdown-item.active,
.cid-sDBDAM58PG .dropdown-item:active {
  background-color: transparent;
}
.cid-sDBDAM58PG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sDBDAM58PG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sDBDAM58PG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sDBDAM58PG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sDBDAM58PG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sDBDAM58PG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDBDAM58PG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sDBDAM58PG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sDBDAM58PG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sDBDAM58PG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sDBDAM58PG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sDBDAM58PG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBDAM58PG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sDBDAM58PG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sDBDAM58PG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBDAM58PG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sDBDAM58PG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sDBDAM58PG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sDBDAM58PG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sDBDAM58PG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDBDAM58PG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sDBDAM58PG .navbar {
    height: 70px;
  }
  .cid-sDBDAM58PG .navbar.opened {
    height: auto;
  }
  .cid-sDBDAM58PG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sDBDAM58PG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDBDAM58PG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDBDAMYWD4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sDBDAMYWD4 .container {
  max-width: 1500px;
}
.cid-sDBDAMYWD4 .row {
  background: #ffffff;
}
.cid-sDBDAMYWD4 .img-col {
  padding: 0;
}
.cid-sDBDAMYWD4 .title-col {
  padding: 4rem 6rem;
}
.cid-sDBDAMYWD4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDBDAMYWD4 h2 {
  padding: 0;
  margin: 0;
}
.cid-sDBDAMYWD4 .text-wrap {
  margin: auto;
}
.cid-sDBDAMYWD4 .mbr-text {
  color: #000000;
}
@media (max-width: 1200px) {
  .cid-sDBDAMYWD4 .row {
    margin: 2rem;
  }
  .cid-sDBDAMYWD4 .title-col {
    padding: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-sDBDAMYWD4 .row {
    margin: 0rem;
  }
  .cid-sDBDAMYWD4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sDBDAMYWD4 H2 {
  color: #000000;
}
.cid-tyAb2l5QKC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  transition: background-color 0.3s ease-in-out;
}
.cid-tyAb2l5QKC:hover {
  background-color: #e43f3f;
}
.cid-tyAb2l5QKC .mbr-section-title {
  margin: 0;
}
.cid-tyAb2l5QKC .card-wrapper {
  z-index: 3;
}
.cid-tyAb2l5QKC .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tyAb2l5QKC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-tyAb2l5QKC .mbr-section-title,
.cid-tyAb2l5QKC .text-block {
  color: #000000;
}
.cid-sDBFcQT92H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sDBFcQT92H .google-map {
  height: 30rem;
  position: relative;
}
.cid-sDBFcQT92H .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sDBFcQT92H .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sDBFcQT92H .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sDBFcQT92H .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sDBDANmKjP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDBDANmKjP .container {
  max-width: 1500px;
}
.cid-sDBDANmKjP .row {
  background: #ffffff;
}
.cid-sDBDANmKjP .img-col {
  padding: 0;
}
.cid-sDBDANmKjP .title-col {
  padding: 4rem 6rem;
}
.cid-sDBDANmKjP img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sDBDANmKjP h2 {
  padding: 0;
  margin: 0;
}
.cid-sDBDANmKjP .text-wrap {
  margin: auto;
}
.cid-sDBDANmKjP .mbr-text {
  color: #000000;
  text-align: right;
}
@media (max-width: 1200px) {
  .cid-sDBDANmKjP .row {
    margin: 2rem;
  }
  .cid-sDBDANmKjP .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDBDANmKjP .row {
    margin: 0rem;
  }
  .cid-sDBDANmKjP .title-col {
    padding: 2rem 1rem;
  }
}
.cid-sDBDANmKjP H2 {
  color: #000000;
}
.cid-sDBDANF7op {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sDBDANF7op .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sDBDANF7op .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sDBDANF7op .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sDBDANF7op .btn-primary {
  border: 1px solid #f4b1cb !important;
}
.cid-sDBDANF7op .btn-primary:hover {
  border: 1px solid #f4b1cb !important;
}
.cid-sDBDANF7op .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 90%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sDBDANF7op .form-group {
  padding-right: 0;
  max-width: 220px;
}
.cid-sDBDANF7op .input-group-btn {
  padding-left: 0;
}
.cid-sDBDANF7op .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sDBDANF7op .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sDBDANF7op .mbr-text {
  color: #444;
}
.cid-sDBDANF7op h5 {
  margin-bottom: 0;
}
.cid-sDBDANF7op .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sDBDANF7op .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDBDANF7op .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sDBDANF7op .socicon {
  font-size: 1.3rem;
  background: #ffffff;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sDBDANF7op .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sDBDANF7op .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sDBDANF7op .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sDBDANF7op .social-list a:hover {
  opacity: 0.4;
}
.cid-sDBDANF7op .media-container-row > div {
  padding: 0px;
}
.cid-sDBDANF7op .text2 {
  color: #000000;
  text-align: left;
}
.cid-sDBDANF7op .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sDBDANF7op .links {
  color: #000000;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sDBDANF7op .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sDBDANF7op .social-list,
  .cid-sDBDANF7op .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sDBDANF7op h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sDBDANF7op .form-group {
    max-width: 180px;
  }
}
.cid-sDBDANF7op .links span {
  color: #9e9e9e;
}
.cid-sDBDANF7op .logo-sub-title {
  text-align: center;
  color: #000000;
}
.cid-sDBDANF7op .logo-title {
  text-align: center;
}
.cid-sDBDAOeOf3 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f4b1cb;
  overflow: hidden;
}
.cid-sDBDAOeOf3 .media-container-row .mbr-text {
  color: #353535;
}
