.btn {
  border-radius: 50px;
}
body {
  font-family: 'Montagu Slab', serif;
}
.display-1 {
  font-family: 'Montagu Slab', serif;
  font-size: 6.4375rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.046875rem;
}
.display-2 {
  font-family: 'Montagu Slab', serif;
  font-size: 4.6875rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.859375rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Montagu Slab', serif;
  font-size: 2.6875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.359375rem;
}
.display-7 {
  font-family: 'Montagu Slab', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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.15rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.50625rem;
    font-size: calc( 2.9031249999999997rem + (6.4375 - 2.9031249999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.9031249999999997rem + (6.4375 - 2.9031249999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.75rem;
    font-size: calc( 2.290625rem + (4.6875 - 2.290625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.290625rem + (4.6875 - 2.290625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.15rem;
    font-size: calc( 1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.590625rem + (2.6875 - 1.590625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 3.5625rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 1.5625rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #012b3a !important;
}
.bg-success {
  background-color: #e5be8a !important;
}
.bg-info {
  background-color: #fff8ef !important;
}
.bg-warning {
  background-color: #522c67 !important;
}
.bg-danger {
  background-color: #75dbcd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #012b3a !important;
  border-color: #012b3a !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !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: #1e3035 !important;
  border-color: #1e3035 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e3035 !important;
  border-color: #1e3035 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
  color: #ef8600 !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: #985600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ef8600 !important;
  background-color: #ffd298 !important;
  border-color: #ffd298 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e5be8a !important;
  border-color: #e5be8a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d59743 !important;
  border-color: #d59743 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d59743 !important;
  border-color: #d59743 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #522c67 !important;
  border-color: #522c67 !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: #22122a !important;
  border-color: #22122a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #22122a !important;
  border-color: #22122a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #75dbcd !important;
  border-color: #75dbcd !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: #34c6b2 !important;
  border-color: #34c6b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #34c6b2 !important;
  border-color: #34c6b2 !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: #012b3a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !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: #012b3a !important;
  border-color: #012b3a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d626c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1e3035 !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: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff8ef;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffd298 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ef8600 !important;
  background-color: #fff8ef !important;
  border-color: #fff8ef !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e5be8a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d59743 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e5be8a !important;
  border-color: #e5be8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #522c67;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #22122a !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: #522c67 !important;
  border-color: #522c67 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #75dbcd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #34c6b2 !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: #75dbcd !important;
  border-color: #75dbcd !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: #012b3a !important;
}
.text-secondary {
  color: #3d626c !important;
}
.text-success {
  color: #e5be8a !important;
}
.text-info {
  color: #fff8ef !important;
}
.text-warning {
  color: #522c67 !important;
}
.text-danger {
  color: #75dbcd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #012b3a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3d626c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e5be8a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #fff8ef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #522c67 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75dbcd !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #232323 !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 0.3s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  /*  background-position: 0px 1.2em; */
}
.nav-tabs .nav-link.active {
  color: #012b3a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fff8ef;
}
.alert-warning {
  background-color: #522c67;
}
.alert-danger {
  background-color: #75dbcd;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #012b3a;
  border-color: #012b3a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #25c3fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #975ab9;
}
.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: 'Outfit', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #012b3a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #012b3a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #012b3a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #012b3a;
}
.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: #012b3a;
  border-bottom-color: #012b3a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #012b3a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3d626c !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='%23012b3a' %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;
}
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
.container {
  max-width: 1440px;
}
a {
  transition: color 300ms ease !important;
}
a.btn {
  transition: color 300ms ease !important;
  box-shadow: none !important;
}
a.btn.btn-warning:hover {
  background-color: #e5bc8a !important;
  border-color: #e5bc8a !important;
}
.card-title {
  margin-bottom: 0;
}
button:focus {
  box-shadow: none !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sUFMrenode {
  z-index: 1000;
  width: 100%;
}
.cid-sUFMrenode nav.navbar {
  position: fixed;
}
.cid-sUFMrenode .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUFMrenode .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-sUFMrenode .dropdown-item:hover,
.cid-sUFMrenode .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-sUFMrenode .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-sUFMrenode .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sUFMrenode .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-sUFMrenode .container {
  display: flex;
  margin: auto;
}
.cid-sUFMrenode .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sUFMrenode .dropdown-menu,
.cid-sUFMrenode .navbar.opened {
  background: #522c67 !important;
}
.cid-sUFMrenode .nav-item:focus,
.cid-sUFMrenode .nav-link:focus {
  outline: none;
}
.cid-sUFMrenode .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sUFMrenode .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUFMrenode .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUFMrenode .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUFMrenode .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUFMrenode .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUFMrenode .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-sUFMrenode .navbar.opened {
  transition: all 0.3s;
}
.cid-sUFMrenode .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sUFMrenode .navbar .navbar-logo img {
  width: auto;
}
.cid-sUFMrenode .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sUFMrenode .navbar.collapsed {
  justify-content: center;
}
.cid-sUFMrenode .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUFMrenode .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUFMrenode .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-sUFMrenode .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUFMrenode .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUFMrenode .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-sUFMrenode .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUFMrenode .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sUFMrenode .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sUFMrenode .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sUFMrenode .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUFMrenode .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUFMrenode .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUFMrenode .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-sUFMrenode .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUFMrenode .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sUFMrenode .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sUFMrenode .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUFMrenode .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUFMrenode .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sUFMrenode .navbar.navbar-short {
  min-height: 60px;
}
.cid-sUFMrenode .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUFMrenode .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUFMrenode .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-sUFMrenode .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUFMrenode .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUFMrenode .dropdown-item.active,
.cid-sUFMrenode .dropdown-item:active {
  background-color: transparent;
}
.cid-sUFMrenode .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUFMrenode .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sUFMrenode .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sUFMrenode .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-sUFMrenode .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUFMrenode .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sUFMrenode ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-sUFMrenode .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUFMrenode button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUFMrenode button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sUFMrenode button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUFMrenode button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUFMrenode button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUFMrenode button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUFMrenode nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUFMrenode nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUFMrenode nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUFMrenode nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUFMrenode .navbar-dropdown {
  position: fixed;
}
.cid-sUFMrenode a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sUFMrenode .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUFMrenode .navbar {
    height: 70px;
  }
  .cid-sUFMrenode .navbar.opened {
    height: auto;
  }
  .cid-sUFMrenode .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sUFMrenode a {
  display: inline;
}
.cid-sUFMrenode img {
  display: inline;
  padding-right: 10px;
}
.cid-sUFMrenode .dropdown-toggle:after {
  display: none;
}
.cid-sUFMrenode .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-sUFMrenode .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-sUFMrenode .dropdown-menu {
    margin-top: 0px;
  }
  .cid-sUFMrenode .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-sUFMrenode .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-sUFMrenode .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-sUFMrenode ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-sUFMrenode .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-sUFMrenode .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-sUFMrenode .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-sUFMrenode .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-sUFMrenode .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-sUFMrenode .btn {
  border-radius: 1000px !important;
}
.cid-sUFMrenode .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-sUFMrenode .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-sUFMrenode .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-sUFMrenode .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-sUFMrenode .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-sUFMrenode .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-sUFMrenode .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-sUFMrenode .container,
  .cid-sUFMrenode .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-sUFMrenode li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-sUFMrenode ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-sUFMrenode .icons-menu {
    min-width: initial !important;
  }
  .cid-sUFMrenode a.btn {
    margin-top: 10px;
  }
}
.cid-sUFMrenode a.btn > span {
  margin-left: 0.5rem;
}
.cid-sUFMrenode .nav-item {
  position: relative;
}
.cid-sUFMrenode .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-sUFMrenode .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-sUFMrenode .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-sUFMrenode a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-sUFMrenode li.nav-item {
  padding: 13px 20px !important;
}
.cid-sUFMrenode a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v0kHYt2ryI {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-v0kHYt2ryI .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-v0kHYt2ryI .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v0kHYt2ryI .button-align {
  text-align: center;
}
.cid-v0kHYt2ryI .mbr-section-btn {
  display: block;
}
.cid-v0kHYt2ryI .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v0kHYt2ryI a.btn > span {
  margin-left: 0.5rem;
}
.cid-v0kHYt2ryI .mbr-text,
.cid-v0kHYt2ryI .button-align {
  color: #ffffff;
}
.cid-v0kHYt2ryI a.btn {
  letter-spacing: 5.4px;
}
.cid-uZGzpcAEAi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uZGzpcAEAi .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZGzpcAEAi .p {
  color: #012b3a;
  padding-bottom: 16px;
}
.cid-uZGzpcAEAi .row {
  justify-content: center;
}
.cid-uZGzpcAEAi a {
  font-weight: 400 !important;
}
.cid-uZGzpcAEAi a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-sUFUM1yJiI {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-sUFUM1yJiI .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-sUFUM1yJiI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sVeY3LVEWH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f2f2f2;
}
.cid-sVeY3LVEWH .item:focus,
.cid-sVeY3LVEWH span:focus {
  outline: none;
}
.cid-sVeY3LVEWH .item-wrapper {
  position: relative;
}
.cid-sVeY3LVEWH .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sVeY3LVEWH .mbr-section-btn {
  margin-top: auto !important;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  display: inline-block;
}
.cid-sVeY3LVEWH .mbr-section-title {
  color: #14142b;
  text-align: center;
  margin-bottom: 24px;
}
.cid-sVeY3LVEWH .mbr-text,
.cid-sVeY3LVEWH .mbr-section-btn {
  text-align: left;
}
.cid-sVeY3LVEWH .item-title {
  text-align: left;
}
.cid-sVeY3LVEWH .item-subtitle {
  text-align: left;
}
.cid-sVeY3LVEWH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 37%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-sVeY3LVEWH .embla__slide {
    max-width: initial;
  }
}
@media (max-width: 900px) {
  .cid-sVeY3LVEWH .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-sVeY3LVEWH .embla__slide {
    min-width: 375px;
  }
}
.cid-sVeY3LVEWH .embla__button--next,
.cid-sVeY3LVEWH .embla__button--prev {
  display: flex;
}
.cid-sVeY3LVEWH .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  width: 74px;
  height: 74px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVeY3LVEWH .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sVeY3LVEWH .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sVeY3LVEWH .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sVeY3LVEWH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sVeY3LVEWH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sVeY3LVEWH .embla {
  position: relative;
  width: 100%;
}
.cid-sVeY3LVEWH .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cid-sVeY3LVEWH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sVeY3LVEWH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sVeY3LVEWH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sVeY3LVEWH .mbr-section-subtitle {
  text-align: center;
  color: #8c8c95;
}
.cid-sVeY3LVEWH .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
  padding-bottom: 56px;
  max-width: 715px;
  margin: auto;
}
.cid-sVeY3LVEWH .wrap-img {
  overflow: hidden;
  padding: 0px 20px 20px;
  display: flex;
  justify-content: center;
}
.cid-sVeY3LVEWH img {
  width: 100%;
  object-fit: cover;
}
.cid-sVeY3LVEWH .card-title {
  margin-bottom: 16px;
  color: #ffffff;
  transition: 0.35s;
  text-align: left !important;
  padding: 124px 0 0;
}
.cid-sVeY3LVEWH .card-text {
  color: #8c8c95;
  text-align: center;
}
.cid-sVeY3LVEWH H3 {
  color: #1d1d1f;
  text-align: center;
}
.cid-sVeY3LVEWH .card-wrapper {
  background-color: #ffffff;
  padding: 32px;
  display: flex;
  position: relative;
  margin: auto;
  width: 100%;
  cursor: pointer;
  height: 280px;
  transition: all 1s;
}
.cid-sVeY3LVEWH .card-wrapper:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: black;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s;
}
.cid-sVeY3LVEWH .card-wrapper:hover .card-box,
.cid-sVeY3LVEWH .card-wrapper:focus-within .card-box {
  opacity: 1;
}
.cid-sVeY3LVEWH .card-wrapper:hover:before,
.cid-sVeY3LVEWH .card-wrapper:focus-within:before {
  opacity: 0.6;
}
.cid-sVeY3LVEWH .date {
  margin-bottom: 24px;
  color: #8c8c95;
}
.cid-sVeY3LVEWH .link-title {
  display: inline-block;
}
.cid-sVeY3LVEWH .margin {
  margin-right: 14px;
}
.cid-sVeY3LVEWH .article {
  display: contents;
}
.cid-sVeY3LVEWH .button-color {
  padding: 1rem 1.5625rem !important;
  border-radius: 1000px !important;
  display: inline-block;
  line-height: 20px;
  background-color: #eff0f6;
}
.cid-sVeY3LVEWH .link-row {
  align-items: center;
}
.cid-sVeY3LVEWH .iconfont-wrapper {
  text-align: left;
  margin-bottom: 32px;
}
.cid-sVeY3LVEWH .iconfont-wrapper .mbr-iconfont::before {
  font-size: 50px;
  padding: 25px;
  border-radius: 50%;
}
.cid-sVeY3LVEWH .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-sVeY3LVEWH .btn {
  margin-top: 20px;
}
.cid-sVeY3LVEWH .card-title,
.cid-sVeY3LVEWH .iconfont-wrapper {
  text-align: center;
}
.cid-sVeY3LVEWH a.btn > span {
  margin-left: 0.5rem;
}
.cid-sVeY3LVEWH .card-box {
  position: absolute;
  padding-right: 30px;
  margin: auto;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: flex-start;
  transform: translate3d(100%, 0, 0);
}
.cid-sVeY3LVEWH .card-box:focus-within {
  opacity: 1;
}
.cid-sVeY3LVEWH .card-img {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  max-height: 280px;
}
.cid-sVeY3LVEWH .card-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-sVeY3LVEWH .card-box1 {
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 32px;
  right: 32px;
}
.cid-sVeY3LVEWH .card-title1 {
  padding: 21px 0;
  z-index: 3;
  width: 100%;
  color: #ffffff;
  text-align: left;
}
.cid-sVeY3LVEWH .card-wrapper:hover .card-box {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.cid-sVeY3LVEWH .card-wrapper:hover .card-title1:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.cid-sVeY3LVEWH .card-title1:after {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.35s, -webkit-transform 0.35s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
}
.cid-sVeY3LVEWH .card1 {
  background-image: url("../../../assets/images/image12.webp");
  background-size: cover;
  background-position: center;
}
.cid-sVeY3LVEWH .card2 {
  background-image: url("../../../assets/images/mbr-1920x1446.webp");
  background-size: cover;
  background-position: center;
}
.cid-sVeY3LVEWH .card3 {
  background-image: url("../../../assets/images/mbr-1920x1282.webp");
  background-size: cover;
  background-position: center;
}
.cid-sVeY3LVEWH .card4 {
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
  background-size: cover;
  background-position: center;
}
.cid-sVeY3LVEWH .card5 {
  background-image: url("../../../assets/images/image12.webp");
  background-size: cover;
  background-position: center;
}
@media (max-width: 576px) {
  .cid-sVeY3LVEWH .embla__slide {
    min-width: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-sVeY3LVEWH .embla__slide:last-child {
    margin-bottom: 0px;
  }
  .cid-sVeY3LVEWH .embla__container {
    flex-direction: column;
    transform: initial !important;
  }
  .cid-sVeY3LVEWH .embla__button {
    display: none;
  }
}
.cid-uZGG8Digr6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uZGG8Digr6 .card-heading {
  color: #012b3a;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZGG8Digr6 .p {
  color: #012b3a;
  padding-bottom: 16px;
}
.cid-uZGG8Digr6 .row {
  justify-content: center;
}
.cid-uZGG8Digr6 a {
  font-weight: 400 !important;
}
.cid-uZGG8Digr6 a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZGHpibHib {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZGHpibHib .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZGHpibHib .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZGKFM5DZo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZGKFM5DZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGKFM5DZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGKFM5DZo .row {
  margin: 0 -8px;
}
.cid-uZGKFM5DZo .row .card {
  padding: 0 8px;
}
.cid-uZGKFM5DZo .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #522c67;
}
@media (max-width: 1440px) {
  .cid-uZGKFM5DZo .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZGKFM5DZo .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-uZGKFM5DZo .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZGKFM5DZo .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uZGKFM5DZo .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uZGKFM5DZo .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZGKFM5DZo .image-wrapper {
  height: 100%;
}
.cid-uZGKFM5DZo .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZGKFM5DZo .image-wrapper img {
    height: 300px;
  }
}
.cid-uZGKFM5DZo .mbr-section-title {
  color: #2c2c26;
}
.cid-uZGKFM5DZo .mbr-text,
.cid-uZGKFM5DZo .text-wrapper {
  color: #fff8ef;
}
.cid-uZGKFM5DZo .mbr-section-title,
.cid-uZGKFM5DZo .mbr-section-btn {
  color: #f2f2f2;
}
.cid-uZGFQ9Pihx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZGFQ9Pihx .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZGFQ9Pihx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sUFMvewlXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sUFMvewlXY .mbr-overlay {
  background: #5f0e38;
  opacity: 0.3;
}
.cid-sUFMvewlXY img,
.cid-sUFMvewlXY .item-img {
  width: 100%;
}
.cid-sUFMvewlXY .item:focus,
.cid-sUFMvewlXY span:focus {
  outline: none;
}
.cid-sUFMvewlXY .item {
  cursor: pointer;
  margin-top: 30px;
}
.cid-sUFMvewlXY .item-wrapper {
  position: relative;
  background: #fff8ef;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sUFMvewlXY .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-sUFMvewlXY .mbr-text,
.cid-sUFMvewlXY .mbr-section-btn {
  text-align: center;
}
.cid-sUFMvewlXY .mbr-text {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-sUFMvewlXY .item-title {
  text-align: left;
  margin: 0;
  color: #522c67;
  margin-bottom: 20px;
}
.cid-sUFMvewlXY .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-sUFMvewlXY .name {
  color: #111213;
}
.cid-sUFMvewlXY .name,
.cid-sUFMvewlXY .name2 {
  width: auto;
  display: inline;
  font-size: 16px;
}
.cid-sUFMvewlXY .item-content {
  padding: 45px 50px;
}
.cid-sUFMvewlXY .container {
  max-width: 1170px;
}
.cid-sUFMvewlXY .names {
  margin-bottom: 10px;
}
.cid-sUFMvewlXY a {
  font-weight: 400 !important;
}
.cid-sUFMvewlXY .item-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  max-height: 444px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-sUFMvewlXY .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  transform: scale(1.15);
}
.cid-sUFMvewlXY .item-img:hover .inner {
  transform: scale(1);
}
.cid-sUFMvewlXY .item-title:hover {
  color: #FEDC31;
}
.cid-sUFMvewlXY .item:nth-child(1) {
  margin-top: 0px;
}
.cid-sUFMvewlXY .item:nth-child(2) {
  margin-top: 0px;
}
@media (max-width: 576px) {
  .cid-sUFMvewlXY .item:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-sUFMNEA3JR {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-sUFMNEA3JR .panel-title-edit {
  color: #ffffff;
  width: 100%;
  display: block;
  padding-left: 15px;
}
.cid-sUFMNEA3JR .mbr-iconfont {
  color: #dcdce0;
  top: 33px;
  position: absolute;
  left: 2px;
  font-family: 'Moririse2' !important;
  font-size: 80px;
}
.cid-sUFMNEA3JR span {
  color: currentColor !important;
}
.cid-sUFMNEA3JR .panel-text {
  color: #f2f2f2;
  padding-bottom: 16px;
}
.cid-sUFMNEA3JR .card-header {
  padding-left: 0;
  border: none;
}
.cid-sUFMNEA3JR .card {
  border: none;
  border-bottom: 2px solid #dcdce0;
  border-radius: 0;
}
.cid-sUFMNEA3JR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 15px;
}
.cid-sUFMNEA3JR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sUFMNEA3JR .mbr-text {
  color: #ffffff;
  margin-bottom: 48px;
}
.cid-sUFMNEA3JR .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-sUFMNEA3JR .panel-body {
  padding: 15px;
}
.cid-sUFMNEA3JR .t1 {
  display: flex;
  align-items: center;
}
.cid-sUFMNEA3JR .card .collapsing .panel-body {
  border-top: transparent !important;
  border-bottom: 1px solid #ffffff;
}
.cid-sUFMNEA3JR .card .show .panel-body {
  border-bottom: 1px solid #ffffff;
  border-top: transparent !important;
}
.cid-sUFMNEA3JR .panel-title-edit .mbr-iconfont {
  font-size: 14px;
  padding-right: 5px;
}
.cid-sUFMNEA3JR H3 {
  color: #ffffff;
}
.cid-sUFMNEA3JR ul {
  padding-left: 40px;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.cid-sUFMNEA3JR .panel-text P {
  color: #ffffff;
  text-align: left;
}
.cid-sUFMNEA3JR .container {
  max-width: 1180px;
}
.cid-sUFMNEA3JR .mbr-section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
.cid-sUFMNEA3JR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.2px;
  margin-bottom: 20px;
  font-weight: 500;
}
.cid-sUFMNEA3JR a {
  font-weight: 400;
}
.cid-sUFMFToxmJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-sUFMFToxmJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-sUFMFToxmJ a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-sUFMFToxmJ a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZGVt2tqcL {
  z-index: 1000;
  width: 100%;
}
.cid-uZGVt2tqcL nav.navbar {
  position: fixed;
}
.cid-uZGVt2tqcL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZGVt2tqcL .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZGVt2tqcL .dropdown-item:hover,
.cid-uZGVt2tqcL .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-uZGVt2tqcL .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uZGVt2tqcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZGVt2tqcL .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uZGVt2tqcL .container {
  display: flex;
  margin: auto;
}
.cid-uZGVt2tqcL .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZGVt2tqcL .dropdown-menu,
.cid-uZGVt2tqcL .navbar.opened {
  background: #522c67 !important;
}
.cid-uZGVt2tqcL .nav-item:focus,
.cid-uZGVt2tqcL .nav-link:focus {
  outline: none;
}
.cid-uZGVt2tqcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZGVt2tqcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZGVt2tqcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZGVt2tqcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZGVt2tqcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZGVt2tqcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZGVt2tqcL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-uZGVt2tqcL .navbar.opened {
  transition: all 0.3s;
}
.cid-uZGVt2tqcL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZGVt2tqcL .navbar .navbar-logo img {
  width: auto;
}
.cid-uZGVt2tqcL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZGVt2tqcL .navbar.collapsed {
  justify-content: center;
}
.cid-uZGVt2tqcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZGVt2tqcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZGVt2tqcL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZGVt2tqcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZGVt2tqcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZGVt2tqcL .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-uZGVt2tqcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZGVt2tqcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZGVt2tqcL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZGVt2tqcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZGVt2tqcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZGVt2tqcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZGVt2tqcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZGVt2tqcL .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-uZGVt2tqcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZGVt2tqcL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZGVt2tqcL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZGVt2tqcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZGVt2tqcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZGVt2tqcL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZGVt2tqcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZGVt2tqcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZGVt2tqcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZGVt2tqcL .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-uZGVt2tqcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZGVt2tqcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZGVt2tqcL .dropdown-item.active,
.cid-uZGVt2tqcL .dropdown-item:active {
  background-color: transparent;
}
.cid-uZGVt2tqcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZGVt2tqcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZGVt2tqcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZGVt2tqcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-uZGVt2tqcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZGVt2tqcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZGVt2tqcL ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZGVt2tqcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZGVt2tqcL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZGVt2tqcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZGVt2tqcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZGVt2tqcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGVt2tqcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZGVt2tqcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZGVt2tqcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGVt2tqcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZGVt2tqcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZGVt2tqcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZGVt2tqcL .navbar-dropdown {
  position: fixed;
}
.cid-uZGVt2tqcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZGVt2tqcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZGVt2tqcL .navbar {
    height: 70px;
  }
  .cid-uZGVt2tqcL .navbar.opened {
    height: auto;
  }
  .cid-uZGVt2tqcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZGVt2tqcL a {
  display: inline;
}
.cid-uZGVt2tqcL img {
  display: inline;
  padding-right: 10px;
}
.cid-uZGVt2tqcL .dropdown-toggle:after {
  display: none;
}
.cid-uZGVt2tqcL .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZGVt2tqcL .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uZGVt2tqcL .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZGVt2tqcL .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZGVt2tqcL .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZGVt2tqcL .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZGVt2tqcL ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZGVt2tqcL .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZGVt2tqcL .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZGVt2tqcL .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZGVt2tqcL .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZGVt2tqcL .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uZGVt2tqcL .btn {
  border-radius: 1000px !important;
}
.cid-uZGVt2tqcL .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZGVt2tqcL .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZGVt2tqcL .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-uZGVt2tqcL .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZGVt2tqcL .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uZGVt2tqcL .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZGVt2tqcL .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uZGVt2tqcL .container,
  .cid-uZGVt2tqcL .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZGVt2tqcL li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZGVt2tqcL ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZGVt2tqcL .icons-menu {
    min-width: initial !important;
  }
  .cid-uZGVt2tqcL a.btn {
    margin-top: 10px;
  }
}
.cid-uZGVt2tqcL a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZGVt2tqcL .nav-item {
  position: relative;
}
.cid-uZGVt2tqcL .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZGVt2tqcL .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uZGVt2tqcL .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uZGVt2tqcL a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uZGVt2tqcL li.nav-item {
  padding: 13px 20px !important;
}
.cid-uZGVt2tqcL a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-uZGVt3bRU1 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-uZGVt3bRU1 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-uZGVt3bRU1 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-uZGVt3bRU1 .button-align {
  text-align: center;
}
.cid-uZGVt3bRU1 .mbr-section-btn {
  display: block;
}
.cid-uZGVt3bRU1 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-uZGVt3bRU1 a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZGVt3bRU1 .mbr-text,
.cid-uZGVt3bRU1 .button-align {
  color: #ffffff;
}
.cid-uZGVt3bRU1 a.btn {
  letter-spacing: 5.4px;
}
.cid-uZHhImp5YP {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZHhImp5YP .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHhImp5YP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZHbiIBnEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uZHbiIBnEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHbiIBnEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHbiIBnEi .row {
  margin: 0 -45px;
}
.cid-uZHbiIBnEi .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uZHbiIBnEi .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uZHbiIBnEi .images-wrapper {
    flex-direction: column;
  }
}
.cid-uZHbiIBnEi .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uZHbiIBnEi .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uZHbiIBnEi .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uZHbiIBnEi .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #fffaf0;
}
@media (max-width: 992px) {
  .cid-uZHbiIBnEi .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uZHbiIBnEi .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZHbiIBnEi .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uZHbiIBnEi .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #e2e3e9;
}
.cid-uZHbiIBnEi .images-wrapper .logo-wrapper img:hover,
.cid-uZHbiIBnEi .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uZHbiIBnEi .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uZHbiIBnEi .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZHbiIBnEi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZHbiIBnEi .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #ffffff;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uZHbiIBnEi .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uZHbiIBnEi .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uZHbiIBnEi .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZHbiIBnEi .mbr-label {
  color: #3a001d;
}
.cid-uZHbiIBnEi .mbr-section-title {
  color: #3a001d;
}
.cid-uZHbiIBnEi .mbr-text {
  color: #3a001d;
}
.cid-uZHbiIBnEi .mbr-section-title,
.cid-uZHbiIBnEi .mbr-section-btn {
  color: #522c67;
}
.cid-uZHbiIBnEi .mbr-text,
.cid-uZHbiIBnEi .text-wrapper {
  color: #000000;
}
.cid-uZHbiIBnEi .mbr-label,
.cid-uZHbiIBnEi .label-wrapper {
  color: #522c67;
}
.cid-uZGVtaEd8Q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-uZGVtaEd8Q .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZGVtaEd8Q a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZGVtaEd8Q a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZHcbaIYmF {
  z-index: 1000;
  width: 100%;
}
.cid-uZHcbaIYmF nav.navbar {
  position: fixed;
}
.cid-uZHcbaIYmF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHcbaIYmF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZHcbaIYmF .dropdown-item:hover,
.cid-uZHcbaIYmF .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-uZHcbaIYmF .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uZHcbaIYmF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZHcbaIYmF .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uZHcbaIYmF .container {
  display: flex;
  margin: auto;
}
.cid-uZHcbaIYmF .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZHcbaIYmF .dropdown-menu,
.cid-uZHcbaIYmF .navbar.opened {
  background: #522c67 !important;
}
.cid-uZHcbaIYmF .nav-item:focus,
.cid-uZHcbaIYmF .nav-link:focus {
  outline: none;
}
.cid-uZHcbaIYmF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZHcbaIYmF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZHcbaIYmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZHcbaIYmF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHcbaIYmF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZHcbaIYmF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZHcbaIYmF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-uZHcbaIYmF .navbar.opened {
  transition: all 0.3s;
}
.cid-uZHcbaIYmF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZHcbaIYmF .navbar .navbar-logo img {
  width: auto;
}
.cid-uZHcbaIYmF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZHcbaIYmF .navbar.collapsed {
  justify-content: center;
}
.cid-uZHcbaIYmF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZHcbaIYmF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZHcbaIYmF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZHcbaIYmF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZHcbaIYmF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZHcbaIYmF .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-uZHcbaIYmF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZHcbaIYmF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZHcbaIYmF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZHcbaIYmF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZHcbaIYmF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZHcbaIYmF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZHcbaIYmF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZHcbaIYmF .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-uZHcbaIYmF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZHcbaIYmF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZHcbaIYmF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZHcbaIYmF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZHcbaIYmF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZHcbaIYmF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZHcbaIYmF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZHcbaIYmF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZHcbaIYmF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZHcbaIYmF .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-uZHcbaIYmF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZHcbaIYmF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZHcbaIYmF .dropdown-item.active,
.cid-uZHcbaIYmF .dropdown-item:active {
  background-color: transparent;
}
.cid-uZHcbaIYmF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZHcbaIYmF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZHcbaIYmF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZHcbaIYmF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-uZHcbaIYmF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZHcbaIYmF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZHcbaIYmF ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZHcbaIYmF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZHcbaIYmF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZHcbaIYmF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZHcbaIYmF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZHcbaIYmF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHcbaIYmF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHcbaIYmF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZHcbaIYmF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHcbaIYmF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZHcbaIYmF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZHcbaIYmF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHcbaIYmF .navbar-dropdown {
  position: fixed;
}
.cid-uZHcbaIYmF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZHcbaIYmF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZHcbaIYmF .navbar {
    height: 70px;
  }
  .cid-uZHcbaIYmF .navbar.opened {
    height: auto;
  }
  .cid-uZHcbaIYmF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZHcbaIYmF a {
  display: inline;
}
.cid-uZHcbaIYmF img {
  display: inline;
  padding-right: 10px;
}
.cid-uZHcbaIYmF .dropdown-toggle:after {
  display: none;
}
.cid-uZHcbaIYmF .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZHcbaIYmF .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uZHcbaIYmF .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZHcbaIYmF .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZHcbaIYmF .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZHcbaIYmF .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZHcbaIYmF ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZHcbaIYmF .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZHcbaIYmF .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZHcbaIYmF .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZHcbaIYmF .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZHcbaIYmF .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uZHcbaIYmF .btn {
  border-radius: 1000px !important;
}
.cid-uZHcbaIYmF .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZHcbaIYmF .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZHcbaIYmF .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-uZHcbaIYmF .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZHcbaIYmF .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uZHcbaIYmF .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZHcbaIYmF .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uZHcbaIYmF .container,
  .cid-uZHcbaIYmF .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZHcbaIYmF li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZHcbaIYmF ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZHcbaIYmF .icons-menu {
    min-width: initial !important;
  }
  .cid-uZHcbaIYmF a.btn {
    margin-top: 10px;
  }
}
.cid-uZHcbaIYmF a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZHcbaIYmF .nav-item {
  position: relative;
}
.cid-uZHcbaIYmF .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZHcbaIYmF .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uZHcbaIYmF .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uZHcbaIYmF a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uZHcbaIYmF li.nav-item {
  padding: 13px 20px !important;
}
.cid-uZHcbaIYmF a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v0kI2aS5di {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-v0kI2aS5di .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-v0kI2aS5di .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v0kI2aS5di .button-align {
  text-align: center;
}
.cid-v0kI2aS5di .mbr-section-btn {
  display: block;
}
.cid-v0kI2aS5di .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v0kI2aS5di a.btn > span {
  margin-left: 0.5rem;
}
.cid-v0kI2aS5di .mbr-text,
.cid-v0kI2aS5di .button-align {
  color: #ffffff;
}
.cid-v0kI2aS5di a.btn {
  letter-spacing: 5.4px;
}
.cid-uZHcCKDxRG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZHcCKDxRG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHcCKDxRG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZHcsfIfo9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZHcsfIfo9 .card-heading {
  padding-top: 16px;
  padding-bottom: 8px;
  color: #012b3a;
}
.cid-uZHcsfIfo9 .p,
.cid-uZHcsfIfo9 .mbr-text {
  color: #012b3a;
}
.cid-uZHcsfIfo9 .row {
  justify-content: center;
}
.cid-uZHcsfIfo9 a {
  font-weight: 400 !important;
}
.cid-uZHcsfIfo9 a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZHcbciv7W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-uZHcbciv7W .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZHcbciv7W a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZHcbciv7W a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZHdRAj5jy {
  z-index: 1000;
  width: 100%;
}
.cid-uZHdRAj5jy nav.navbar {
  position: fixed;
}
.cid-uZHdRAj5jy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHdRAj5jy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZHdRAj5jy .dropdown-item:hover,
.cid-uZHdRAj5jy .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-uZHdRAj5jy .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uZHdRAj5jy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZHdRAj5jy .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uZHdRAj5jy .container {
  display: flex;
  margin: auto;
}
.cid-uZHdRAj5jy .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZHdRAj5jy .dropdown-menu,
.cid-uZHdRAj5jy .navbar.opened {
  background: #522c67 !important;
}
.cid-uZHdRAj5jy .nav-item:focus,
.cid-uZHdRAj5jy .nav-link:focus {
  outline: none;
}
.cid-uZHdRAj5jy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZHdRAj5jy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZHdRAj5jy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZHdRAj5jy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHdRAj5jy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZHdRAj5jy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZHdRAj5jy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-uZHdRAj5jy .navbar.opened {
  transition: all 0.3s;
}
.cid-uZHdRAj5jy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZHdRAj5jy .navbar .navbar-logo img {
  width: auto;
}
.cid-uZHdRAj5jy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZHdRAj5jy .navbar.collapsed {
  justify-content: center;
}
.cid-uZHdRAj5jy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZHdRAj5jy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZHdRAj5jy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZHdRAj5jy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZHdRAj5jy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZHdRAj5jy .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-uZHdRAj5jy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZHdRAj5jy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZHdRAj5jy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZHdRAj5jy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZHdRAj5jy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZHdRAj5jy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZHdRAj5jy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZHdRAj5jy .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-uZHdRAj5jy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZHdRAj5jy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZHdRAj5jy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZHdRAj5jy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZHdRAj5jy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZHdRAj5jy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZHdRAj5jy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZHdRAj5jy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZHdRAj5jy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZHdRAj5jy .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-uZHdRAj5jy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZHdRAj5jy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZHdRAj5jy .dropdown-item.active,
.cid-uZHdRAj5jy .dropdown-item:active {
  background-color: transparent;
}
.cid-uZHdRAj5jy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZHdRAj5jy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZHdRAj5jy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZHdRAj5jy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-uZHdRAj5jy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZHdRAj5jy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZHdRAj5jy ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZHdRAj5jy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZHdRAj5jy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZHdRAj5jy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZHdRAj5jy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZHdRAj5jy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHdRAj5jy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHdRAj5jy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZHdRAj5jy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHdRAj5jy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZHdRAj5jy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZHdRAj5jy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHdRAj5jy .navbar-dropdown {
  position: fixed;
}
.cid-uZHdRAj5jy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZHdRAj5jy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZHdRAj5jy .navbar {
    height: 70px;
  }
  .cid-uZHdRAj5jy .navbar.opened {
    height: auto;
  }
  .cid-uZHdRAj5jy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZHdRAj5jy a {
  display: inline;
}
.cid-uZHdRAj5jy img {
  display: inline;
  padding-right: 10px;
}
.cid-uZHdRAj5jy .dropdown-toggle:after {
  display: none;
}
.cid-uZHdRAj5jy .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZHdRAj5jy .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uZHdRAj5jy .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZHdRAj5jy .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZHdRAj5jy .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZHdRAj5jy .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZHdRAj5jy ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZHdRAj5jy .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZHdRAj5jy .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZHdRAj5jy .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZHdRAj5jy .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZHdRAj5jy .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uZHdRAj5jy .btn {
  border-radius: 1000px !important;
}
.cid-uZHdRAj5jy .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZHdRAj5jy .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZHdRAj5jy .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-uZHdRAj5jy .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZHdRAj5jy .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uZHdRAj5jy .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZHdRAj5jy .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uZHdRAj5jy .container,
  .cid-uZHdRAj5jy .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZHdRAj5jy li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZHdRAj5jy ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZHdRAj5jy .icons-menu {
    min-width: initial !important;
  }
  .cid-uZHdRAj5jy a.btn {
    margin-top: 10px;
  }
}
.cid-uZHdRAj5jy a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZHdRAj5jy .nav-item {
  position: relative;
}
.cid-uZHdRAj5jy .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZHdRAj5jy .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uZHdRAj5jy .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uZHdRAj5jy a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uZHdRAj5jy li.nav-item {
  padding: 13px 20px !important;
}
.cid-uZHdRAj5jy a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v0kI5bkZdi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-v0kI5bkZdi .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-v0kI5bkZdi .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v0kI5bkZdi .button-align {
  text-align: center;
}
.cid-v0kI5bkZdi .mbr-section-btn {
  display: block;
}
.cid-v0kI5bkZdi .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v0kI5bkZdi a.btn > span {
  margin-left: 0.5rem;
}
.cid-v0kI5bkZdi .mbr-text,
.cid-v0kI5bkZdi .button-align {
  color: #ffffff;
}
.cid-v0kI5bkZdi a.btn {
  letter-spacing: 5.4px;
}
.cid-uZHdRBjWRw {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZHdRBjWRw .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHdRBjWRw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZHetoZFeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uZHetoZFeP .mbr-section-title {
  margin-bottom: 58px;
  color: #012b3a;
  text-align: center;
}
.cid-uZHetoZFeP .mbr-form-container {
  width: 100%;
  margin-top: 12px;
}
.cid-uZHetoZFeP .form-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 25px;
}
.cid-uZHetoZFeP .form-message-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
}
.cid-uZHetoZFeP form .row {
  margin: 0;
  border: none !important;
}
.cid-uZHetoZFeP form .form-group {
  flex-grow: 1;
}
.cid-uZHetoZFeP form .form-group input,
.cid-uZHetoZFeP form .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.24);
  border: 1px solid #3d626c !important;
}
.cid-uZHetoZFeP form .form-group input:hover,
.cid-uZHetoZFeP form .form-group textarea:hover,
.cid-uZHetoZFeP form .form-group input :focus,
.cid-uZHetoZFeP form .form-group textarea :focus,
.cid-uZHetoZFeP form .form-group input :active,
.cid-uZHetoZFeP form .form-group textarea :active {
  box-shadow: none !important;
}
.cid-uZHetoZFeP .form-group input {
  height: 59px;
  padding: 7px 20px !important;
  color: #012b3a;
  font-size: 18px !important;
}
.cid-uZHetoZFeP .form-group textarea {
  padding: 7px 20px !important;
  height: 95px;
  font-size: 18px !important;
}
.cid-uZHetoZFeP .form-group {
  margin-bottom: 11px !important;
}
.cid-uZHetoZFeP .form-group input:focus {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uZHetoZFeP .form-group textarea:focus {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uZHetoZFeP .form-group input:hover {
  height: 59px;
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uZHetoZFeP .form-group textarea:hover {
  border: 1px solid #818a91;
  background-color: rgba(255, 255, 255, 0.24);
}
.cid-uZHetoZFeP .btn {
  padding: 15px 30px !important;
  transition: all .3s !important;
  margin: 5px;
}
.cid-uZHetoZFeP a {
  font-weight: 400;
  letter-spacing: 5.4px;
  display: inline-block;
  width: auto;
}
.cid-uZHetoZFeP .mbr-section-btn {
  margin-top: 11px;
  text-align: center;
}
.cid-uZHetoZFeP .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHetoZFeP textarea::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-uZHetoZFeP input::placeholder {
  color: #6c757d;
  font-size: 18px;
}
.cid-uZHetoZFeP .container {
  max-width: 1140px;
}
.cid-uZHetoZFeP label {
  color: #6c757d;
  font-size: 18px;
  font-family: 'Outfit';
}
.cid-uZHetoZFeP .form-check .form-check-input {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-uZHetoZFeP .form-check .form-check-input:focus {
  float: initial;
  height: 20px;
  padding: initial !important;
  border: none !important;
}
.cid-uZHdRCjX5u {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-uZHdRCjX5u .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZHdRCjX5u a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZHdRCjX5u a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZHf3ZLunS {
  z-index: 1000;
  width: 100%;
}
.cid-uZHf3ZLunS nav.navbar {
  position: fixed;
}
.cid-uZHf3ZLunS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHf3ZLunS .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZHf3ZLunS .dropdown-item:hover,
.cid-uZHf3ZLunS .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-uZHf3ZLunS .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uZHf3ZLunS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZHf3ZLunS .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uZHf3ZLunS .container {
  display: flex;
  margin: auto;
}
.cid-uZHf3ZLunS .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZHf3ZLunS .dropdown-menu,
.cid-uZHf3ZLunS .navbar.opened {
  background: #522c67 !important;
}
.cid-uZHf3ZLunS .nav-item:focus,
.cid-uZHf3ZLunS .nav-link:focus {
  outline: none;
}
.cid-uZHf3ZLunS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZHf3ZLunS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZHf3ZLunS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZHf3ZLunS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHf3ZLunS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZHf3ZLunS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZHf3ZLunS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-uZHf3ZLunS .navbar.opened {
  transition: all 0.3s;
}
.cid-uZHf3ZLunS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZHf3ZLunS .navbar .navbar-logo img {
  width: auto;
}
.cid-uZHf3ZLunS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZHf3ZLunS .navbar.collapsed {
  justify-content: center;
}
.cid-uZHf3ZLunS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZHf3ZLunS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZHf3ZLunS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZHf3ZLunS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZHf3ZLunS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZHf3ZLunS .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-uZHf3ZLunS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZHf3ZLunS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZHf3ZLunS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZHf3ZLunS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZHf3ZLunS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZHf3ZLunS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZHf3ZLunS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZHf3ZLunS .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-uZHf3ZLunS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZHf3ZLunS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZHf3ZLunS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZHf3ZLunS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZHf3ZLunS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZHf3ZLunS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZHf3ZLunS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZHf3ZLunS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZHf3ZLunS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZHf3ZLunS .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-uZHf3ZLunS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZHf3ZLunS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZHf3ZLunS .dropdown-item.active,
.cid-uZHf3ZLunS .dropdown-item:active {
  background-color: transparent;
}
.cid-uZHf3ZLunS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZHf3ZLunS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZHf3ZLunS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZHf3ZLunS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-uZHf3ZLunS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZHf3ZLunS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZHf3ZLunS ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZHf3ZLunS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZHf3ZLunS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZHf3ZLunS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZHf3ZLunS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZHf3ZLunS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHf3ZLunS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHf3ZLunS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZHf3ZLunS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHf3ZLunS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZHf3ZLunS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZHf3ZLunS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHf3ZLunS .navbar-dropdown {
  position: fixed;
}
.cid-uZHf3ZLunS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZHf3ZLunS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZHf3ZLunS .navbar {
    height: 70px;
  }
  .cid-uZHf3ZLunS .navbar.opened {
    height: auto;
  }
  .cid-uZHf3ZLunS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZHf3ZLunS a {
  display: inline;
}
.cid-uZHf3ZLunS img {
  display: inline;
  padding-right: 10px;
}
.cid-uZHf3ZLunS .dropdown-toggle:after {
  display: none;
}
.cid-uZHf3ZLunS .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZHf3ZLunS .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uZHf3ZLunS .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZHf3ZLunS .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZHf3ZLunS .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZHf3ZLunS .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZHf3ZLunS ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZHf3ZLunS .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZHf3ZLunS .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZHf3ZLunS .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZHf3ZLunS .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZHf3ZLunS .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uZHf3ZLunS .btn {
  border-radius: 1000px !important;
}
.cid-uZHf3ZLunS .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZHf3ZLunS .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZHf3ZLunS .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-uZHf3ZLunS .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZHf3ZLunS .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uZHf3ZLunS .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZHf3ZLunS .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uZHf3ZLunS .container,
  .cid-uZHf3ZLunS .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZHf3ZLunS li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZHf3ZLunS ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZHf3ZLunS .icons-menu {
    min-width: initial !important;
  }
  .cid-uZHf3ZLunS a.btn {
    margin-top: 10px;
  }
}
.cid-uZHf3ZLunS a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZHf3ZLunS .nav-item {
  position: relative;
}
.cid-uZHf3ZLunS .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZHf3ZLunS .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uZHf3ZLunS .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uZHf3ZLunS a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uZHf3ZLunS li.nav-item {
  padding: 13px 20px !important;
}
.cid-uZHf3ZLunS a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v0kI7S6eDE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-v0kI7S6eDE .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-v0kI7S6eDE .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v0kI7S6eDE .button-align {
  text-align: center;
}
.cid-v0kI7S6eDE .mbr-section-btn {
  display: block;
}
.cid-v0kI7S6eDE .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v0kI7S6eDE a.btn > span {
  margin-left: 0.5rem;
}
.cid-v0kI7S6eDE .mbr-text,
.cid-v0kI7S6eDE .button-align {
  color: #ffffff;
}
.cid-v0kI7S6eDE a.btn {
  letter-spacing: 5.4px;
}
.cid-uZHf40VVOG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZHf40VVOG .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHf40VVOG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZHfnEuHYO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZHfnEuHYO .card-heading {
  color: #522c67;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZHfnEuHYO .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-uZHfnEuHYO .mbr-text {
  color: #012b3a;
  padding-bottom: 16px !important;
}
.cid-uZHfnEuHYO .row {
  justify-content: center;
}
.cid-uZHfnEuHYO ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-uZHfnEuHYO a {
  font-weight: 400 !important;
}
.cid-uZHfnEuHYO a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZHfJ7Sodb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZHfJ7Sodb .card-heading {
  color: #522c67;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZHfJ7Sodb .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-uZHfJ7Sodb .mbr-text {
  color: #012b3a;
  padding-bottom: 16px !important;
}
.cid-uZHfJ7Sodb .row {
  justify-content: center;
}
.cid-uZHfJ7Sodb ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-uZHfJ7Sodb a {
  font-weight: 400 !important;
}
.cid-uZHfJ7Sodb a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZHgsrcprv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZHgsrcprv .card-heading {
  color: #522c67;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZHgsrcprv .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-uZHgsrcprv .mbr-text {
  color: #012b3a;
  padding-bottom: 16px !important;
}
.cid-uZHgsrcprv .row {
  justify-content: center;
}
.cid-uZHgsrcprv ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-uZHgsrcprv a {
  font-weight: 400 !important;
}
.cid-uZHgsrcprv a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZHgKzvoBm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uZHgKzvoBm .card-heading {
  color: #522c67;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uZHgKzvoBm .p {
  color: #012b3a;
  padding-bottom: 0 !important;
}
.cid-uZHgKzvoBm .mbr-text {
  color: #012b3a;
  padding-bottom: 16px !important;
}
.cid-uZHgKzvoBm .row {
  justify-content: center;
}
.cid-uZHgKzvoBm ul {
  padding-left: 40px !important;
  margin-bottom: 0 !important;
}
.cid-uZHgKzvoBm a {
  font-weight: 400 !important;
}
.cid-uZHgKzvoBm a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uZHf41Xmnz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-uZHf41Xmnz .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZHf41Xmnz a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZHf41Xmnz a.text-danger:hover {
  color: #EABB80 !important;
}
.cid-uZHkaTq39c {
  z-index: 1000;
  width: 100%;
}
.cid-uZHkaTq39c nav.navbar {
  position: fixed;
}
.cid-uZHkaTq39c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHkaTq39c .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uZHkaTq39c .dropdown-item:hover,
.cid-uZHkaTq39c .dropdown-item:focus {
  color: #012b3a !important;
}
.cid-uZHkaTq39c .nav-dropdown .link {
  padding: 13px 0em !important;
  font-weight: 500;
}
.cid-uZHkaTq39c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZHkaTq39c .nav-link {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  padding-bottom: 13px !important;
}
.cid-uZHkaTq39c .container {
  display: flex;
  margin: auto;
}
.cid-uZHkaTq39c .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZHkaTq39c .dropdown-menu,
.cid-uZHkaTq39c .navbar.opened {
  background: #522c67 !important;
}
.cid-uZHkaTq39c .nav-item:focus,
.cid-uZHkaTq39c .nav-link:focus {
  outline: none;
}
.cid-uZHkaTq39c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZHkaTq39c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZHkaTq39c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZHkaTq39c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZHkaTq39c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZHkaTq39c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZHkaTq39c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(82, 44, 103, 0.2);
}
.cid-uZHkaTq39c .navbar.opened {
  transition: all 0.3s;
}
.cid-uZHkaTq39c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZHkaTq39c .navbar .navbar-logo img {
  width: auto;
}
.cid-uZHkaTq39c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZHkaTq39c .navbar.collapsed {
  justify-content: center;
}
.cid-uZHkaTq39c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZHkaTq39c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZHkaTq39c .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uZHkaTq39c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZHkaTq39c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZHkaTq39c .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-uZHkaTq39c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZHkaTq39c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZHkaTq39c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZHkaTq39c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZHkaTq39c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZHkaTq39c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZHkaTq39c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZHkaTq39c .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-uZHkaTq39c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZHkaTq39c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZHkaTq39c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZHkaTq39c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZHkaTq39c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZHkaTq39c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZHkaTq39c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZHkaTq39c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZHkaTq39c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZHkaTq39c .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-uZHkaTq39c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZHkaTq39c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZHkaTq39c .dropdown-item.active,
.cid-uZHkaTq39c .dropdown-item:active {
  background-color: transparent;
}
.cid-uZHkaTq39c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZHkaTq39c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZHkaTq39c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZHkaTq39c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #522c67;
}
.cid-uZHkaTq39c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZHkaTq39c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZHkaTq39c ul.navbar-nav {
  flex-wrap: wrap;
  padding-left: 20px;
}
.cid-uZHkaTq39c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZHkaTq39c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZHkaTq39c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZHkaTq39c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZHkaTq39c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHkaTq39c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZHkaTq39c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZHkaTq39c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHkaTq39c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZHkaTq39c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZHkaTq39c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZHkaTq39c .navbar-dropdown {
  position: fixed;
}
.cid-uZHkaTq39c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZHkaTq39c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  min-width: 340px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZHkaTq39c .navbar {
    height: 70px;
  }
  .cid-uZHkaTq39c .navbar.opened {
    height: auto;
  }
  .cid-uZHkaTq39c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZHkaTq39c a {
  display: inline;
}
.cid-uZHkaTq39c img {
  display: inline;
  padding-right: 10px;
}
.cid-uZHkaTq39c .dropdown-toggle:after {
  display: none;
}
.cid-uZHkaTq39c .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uZHkaTq39c .dropdown-item:hover {
  color: #75dbcd !important;
}
@media (max-width: 990px) {
  .cid-uZHkaTq39c .dropdown-menu {
    margin-top: 0px;
  }
  .cid-uZHkaTq39c .nav-dropdown .link {
    margin: 0 !important;
  }
}
.cid-uZHkaTq39c .mbr-buttons {
  margin: 20px -6px 20px;
}
.cid-uZHkaTq39c .nav-item:last-child {
  margin-right: 0;
}
@media (max-width: 970px) {
  .cid-uZHkaTq39c ul li {
    height: 45px;
    display: list-item;
  }
}
.cid-uZHkaTq39c .navbar-collapse.collapsing .nav-item {
  height: 45px;
}
.cid-uZHkaTq39c .navbar-collapse.collapse.show .nav-item {
  height: 45px;
}
.cid-uZHkaTq39c .navbar-collapse.collapse.show ul li {
  display: list-item;
}
.cid-uZHkaTq39c .mbr-iconfont {
  margin-left: -5px;
  margin-right: 7px;
}
.cid-uZHkaTq39c .btn {
  transition: color 350ms ease, transform 300ms ease, border 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease !important;
  padding: 1rem 1.5625rem !important;
  display: inline-block;
  line-height: 20px;
  transform-style: preserve-3d !important;
}
.cid-uZHkaTq39c .btn {
  border-radius: 1000px !important;
}
.cid-uZHkaTq39c .navbar.collapsed .icons-menu {
  display: flex;
  flex-direction: column;
}
.cid-uZHkaTq39c .navbar.collapsed .icons-menu .top {
  margin-top: 15px;
}
.cid-uZHkaTq39c .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-uZHkaTq39c .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.cid-uZHkaTq39c .dropdown-item:focus {
  color: #75dbcd !important;
}
@media (max-width: 945px) {
  .cid-uZHkaTq39c .icons-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uZHkaTq39c .top {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cid-uZHkaTq39c .container,
  .cid-uZHkaTq39c .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uZHkaTq39c li:last-child {
  margin-right: 0;
}
@media (max-width: 989px) {
  .cid-uZHkaTq39c ul.navbar-nav {
    padding-left: 0;
  }
}
@media (max-width: 430px) {
  .cid-uZHkaTq39c .icons-menu {
    min-width: initial !important;
  }
  .cid-uZHkaTq39c a.btn {
    margin-top: 10px;
  }
}
.cid-uZHkaTq39c a.btn > span {
  margin-left: 0.5rem;
}
.cid-uZHkaTq39c .nav-item {
  position: relative;
}
.cid-uZHkaTq39c .line-animation {
  padding: 0 40px;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uZHkaTq39c .nav-item:hover .line-animation {
  opacity: 1;
  background-color: #75dbcd !important;
}
.cid-uZHkaTq39c .nav-item:hover .nav-link {
  color: #75dbcd !important;
}
.cid-uZHkaTq39c a.btn {
  padding: 15px 30px !important;
  letter-spacing: 5.4px;
}
.cid-uZHkaTq39c li.nav-item {
  padding: 13px 20px !important;
}
.cid-uZHkaTq39c a.btn:hover {
  background-color: #8e443d !important;
  border-color: #8e443d !important;
}
.cid-v0kI9OJ140 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1557682224-5b8590cd9ec5.webp");
}
.cid-v0kI9OJ140 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
  letter-spacing: 5.2px;
}
.cid-v0kI9OJ140 .mbr-text {
  color: #8c8c95;
  text-align: center;
}
.cid-v0kI9OJ140 .button-align {
  text-align: center;
}
.cid-v0kI9OJ140 .mbr-section-btn {
  display: block;
}
.cid-v0kI9OJ140 .btn {
  margin-top: 20px;
  transition: all .3s !important;
}
.cid-v0kI9OJ140 a.btn > span {
  margin-left: 0.5rem;
}
.cid-v0kI9OJ140 .mbr-text,
.cid-v0kI9OJ140 .button-align {
  color: #ffffff;
}
.cid-v0kI9OJ140 a.btn {
  letter-spacing: 5.4px;
}
.cid-uZHkaUpQ8o {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #522c67;
}
.cid-uZHkaUpQ8o .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 5.4px;
}
.cid-uZHkaUpQ8o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uZHkaUPyHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffaf0;
}
.cid-uZHkaUPyHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZHkaUPyHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZHkaUPyHB .row {
  margin: 0 -45px;
}
.cid-uZHkaUPyHB .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uZHkaUPyHB .images-wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1440px) {
  .cid-uZHkaUPyHB .images-wrapper {
    flex-direction: column;
  }
}
.cid-uZHkaUPyHB .images-wrapper .image-wrap {
  margin-right: 100px;
}
@media (max-width: 1640px) {
  .cid-uZHkaUPyHB .images-wrapper .image-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1440px) {
  .cid-uZHkaUPyHB .images-wrapper .image-wrap {
    margin-right: 0;
  }
}
.cid-uZHkaUPyHB .images-wrapper .image-wrap img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 100% !important;
  border: 2px solid #fffaf0;
}
@media (max-width: 992px) {
  .cid-uZHkaUPyHB .images-wrapper .image-wrap img {
    height: 260px;
    width: 260px;
  }
}
@media (max-width: 1440px) {
  .cid-uZHkaUPyHB .images-wrapper .logo-wrapper {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uZHkaUPyHB .images-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uZHkaUPyHB .images-wrapper .logo-wrapper img {
  height: 172px;
  width: 172px;
  object-fit: cover;
  transition: all .3s ease;
  border: 2px solid #e2e3e9;
}
.cid-uZHkaUPyHB .images-wrapper .logo-wrapper img:hover,
.cid-uZHkaUPyHB .images-wrapper .logo-wrapper img:focus {
  transform: scale(1.1);
}
.cid-uZHkaUPyHB .content-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uZHkaUPyHB .content-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uZHkaUPyHB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZHkaUPyHB .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #ffffff;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uZHkaUPyHB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uZHkaUPyHB .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uZHkaUPyHB .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZHkaUPyHB .mbr-label {
  color: #3a001d;
}
.cid-uZHkaUPyHB .mbr-section-title {
  color: #3a001d;
}
.cid-uZHkaUPyHB .mbr-text {
  color: #3a001d;
}
.cid-uZHkaUPyHB .mbr-section-title,
.cid-uZHkaUPyHB .mbr-section-btn {
  color: #522c67;
}
.cid-uZHkaUPyHB .mbr-text,
.cid-uZHkaUPyHB .text-wrapper {
  color: #000000;
}
.cid-uZHkaUPyHB .mbr-label,
.cid-uZHkaUPyHB .label-wrapper {
  color: #522c67;
}
.cid-uZHkaVjLrm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #522c67;
}
.cid-uZHkaVjLrm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZHkaVjLrm a {
  font-weight: 400 !important;
  transition-duration: all .3s;
}
.cid-uZHkaVjLrm a.text-danger:hover {
  color: #EABB80 !important;
}
