.btn {
  border-width: 2px;
}
body {
  font-family: 'Oswald', sans-serif;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d9adcc !important;
}
.bg-success {
  background-color: #835f96 !important;
}
.bg-info {
  background-color: #a388b2 !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #d9adcc !important;
  border-color: #d9adcc !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e3d6eb !important;
  border-color: #e3d6eb !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #a388b2 !important;
  border-color: #a388b2 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #835f96 !important;
  border-color: #835f96 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #d9adcc;
  color: #d9adcc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #e3d6eb;
  color: #e3d6eb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #a388b2;
  color: #a388b2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #835f96;
  color: #835f96;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #d9adcc !important;
}
.text-secondary {
  color: #e3d6eb !important;
}
.text-success {
  color: #835f96 !important;
}
.text-info {
  color: #a388b2 !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #e1bed7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #efe7f3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #906ca2 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #af97bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d9adcc;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #a388b2;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d9adcc;
  border-color: #d9adcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #d9adcc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bfabca;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfd5e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d9adcc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d9adcc;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !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: 30px !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: #d9adcc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d9adcc;
}
.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: #d9adcc;
  border-bottom-color: #d9adcc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d9adcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e3d6eb !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='%23d9adcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sQg5bZpOOl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQg5bZpOOl nav.navbar {
  position: fixed;
}
.cid-sQg5bZpOOl .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-sQg5bZpOOl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQg5bZpOOl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQg5bZpOOl .dropdown-item:hover,
.cid-sQg5bZpOOl .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-sQg5bZpOOl .dropdown-item:hover span {
  color: white;
}
.cid-sQg5bZpOOl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQg5bZpOOl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQg5bZpOOl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQg5bZpOOl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQg5bZpOOl .nav-link {
  position: relative;
}
.cid-sQg5bZpOOl .container {
  display: flex;
  margin: auto;
}
.cid-sQg5bZpOOl .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQg5bZpOOl .dropdown-menu,
.cid-sQg5bZpOOl .navbar.opened {
  background: #f3edf7 !important;
}
.cid-sQg5bZpOOl .nav-item:focus,
.cid-sQg5bZpOOl .nav-link:focus {
  outline: none;
}
.cid-sQg5bZpOOl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQg5bZpOOl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQg5bZpOOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQg5bZpOOl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQg5bZpOOl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQg5bZpOOl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQg5bZpOOl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-sQg5bZpOOl .navbar.opened {
  transition: all 0.3s;
}
.cid-sQg5bZpOOl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQg5bZpOOl .navbar .navbar-logo img {
  width: auto;
}
.cid-sQg5bZpOOl .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-sQg5bZpOOl .navbar.collapsed {
  justify-content: center;
}
.cid-sQg5bZpOOl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQg5bZpOOl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQg5bZpOOl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-sQg5bZpOOl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQg5bZpOOl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQg5bZpOOl .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-sQg5bZpOOl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQg5bZpOOl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQg5bZpOOl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQg5bZpOOl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQg5bZpOOl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQg5bZpOOl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQg5bZpOOl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQg5bZpOOl .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-sQg5bZpOOl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQg5bZpOOl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQg5bZpOOl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQg5bZpOOl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQg5bZpOOl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQg5bZpOOl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQg5bZpOOl .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQg5bZpOOl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQg5bZpOOl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQg5bZpOOl .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-sQg5bZpOOl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQg5bZpOOl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQg5bZpOOl .dropdown-item.active,
.cid-sQg5bZpOOl .dropdown-item:active {
  background-color: transparent;
}
.cid-sQg5bZpOOl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQg5bZpOOl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQg5bZpOOl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQg5bZpOOl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-sQg5bZpOOl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQg5bZpOOl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQg5bZpOOl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQg5bZpOOl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQg5bZpOOl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQg5bZpOOl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-sQg5bZpOOl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQg5bZpOOl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQg5bZpOOl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQg5bZpOOl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQg5bZpOOl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQg5bZpOOl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQg5bZpOOl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQg5bZpOOl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQg5bZpOOl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQg5bZpOOl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQg5bZpOOl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sQg5bZpOOl .navbar {
    height: 70px;
  }
  .cid-sQg5bZpOOl .navbar.opened {
    height: auto;
  }
  .cid-sQg5bZpOOl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQ9Ipi3ef {
  background-image: url("../../../assets/images/slider2-1-2000x1000.webp");
}
.cid-trQ9Ipi3ef .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-trQ9Ipi3ef .content {
    width: 100%;
    text-align: center;
  }
}
.cid-trQ9Ipi3ef .mbr-section-title {
  color: #f3edf7;
  margin-bottom: 20px;
}
.cid-trQ9Ipi3ef .mbr-section-title span {
  position: relative;
}
.cid-trQ9Ipi3ef .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-trQ9Ipi3ef .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-trQ9Ipi3ef .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-trQ9Ipi3ef .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-trQ9Ipi3ef .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-trQ9Ipi3ef .mbr-section-subtitle {
  color: #cd8ad1;
}
.cid-trQ9Ipi3ef .mbr-section-subtitle span {
  position: relative;
}
.cid-trQ9Ipi3ef .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-trQ9Ipi3ef .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-trQ9Ipi3ef .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-trQ9Ipi3ef .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-trQ9Ipi3ef .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-trQ9Ipi3ef .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-trQ9Ipi3ef .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-trQ9Ipi3ef .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-trQ9Ipi3ef .wave-container .wave svg path {
  fill: #e3d6eb;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-trQW8lgaAh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e3d6eb;
}
.cid-trQW8lgaAh .mbr-section-title {
  color: #a388b2;
}
.cid-trQW8lgaAh .mbr-text {
  color: #a388b2;
}
.cid-trQW8lgaAh .mbr-section-subtitle {
  color: #1a449a;
}
.cid-trQW8lgaAh .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-trQW8lgaAh .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d9adcc;
}
.cid-trQW8lgaAh .svg-top .st0 {
  fill: #e3d6eb;
}
@media (max-width: 992px) {
  .cid-trQW8lgaAh .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.cid-trQW8lgaAh h5 {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-left: 70px;
}
.cid-trQW8lgaAh h5:before {
  content: '';
  position: absolute;
  left: -65px;
  top: 50%;
  transform-origin: right;
  height: 2px;
  width: 45px;
  background: currentColor;
}
.cid-trQW8lgaAh h5:hover:before {
  animation: 1s ease-in-out alternate line;
}
@media (max-width: 767px) {
  .cid-trQW8lgaAh h5 {
    margin-left: 0px;
  }
  .cid-trQW8lgaAh h5:before {
    bottom: -5px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .cid-trQW8lgaAh h5:hover:before {
    animation: none;
  }
}
.cid-trQW8lgaAh .mbr-section-subtitle,
.cid-trQW8lgaAh .content {
  color: #835f96;
}
.cid-trQgwn7I80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-trQgwn7I80 .image-wrapper {
  margin-bottom: 170px;
}
.cid-trQgwn7I80 .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-trQgwn7I80 .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-trQgwn7I80 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-trQgwn7I80 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-trQgwn7I80 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-trQgwn7I80 .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-trQgwn7I80 .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #835f96;
}
@media (max-width: 992px) {
  .cid-trQgwn7I80 .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-trQgwn7I80 .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-trQgwn7I80 .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-trQgwn7I80 .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-trQgwn7I80 .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-trQgwn7I80 .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-trQgwn7I80 .card-wrap {
  position: relative;
}
.cid-trQgwn7I80 .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #a388b2;
}
@media (max-width: 992px) {
  .cid-trQgwn7I80 .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-trQgwn7I80 .card-wrapper .item-card {
  padding: 0;
}
.cid-trQgwn7I80 .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-trQgwn7I80 .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-trQgwn7I80 .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-trQgwn7I80 .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-trQgwn7I80 .mbr-section-subtitle {
  color: #a388b2;
}
.cid-trQgwn7I80 .mbr-section-title {
  color: #835f96;
}
.cid-trQgwn7I80 .mbr-link {
  color: #20232a;
}
.cid-trQgwn7I80 .mbr-card-title {
  color: #fafafa;
  text-align: left;
}
.cid-trQgwn7I80 .mbr-number {
  color: #fafafa;
}
.cid-trQgwn7I80 .mbr-desc {
  color: #fafafa;
}
.cid-trQgwn7I80 .mbr-link,
.cid-trQgwn7I80 .item-link {
  color: #cd8ad1;
}
.cid-trQmZSDpg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3edf7;
}
.cid-trQmZSDpg2 .card-wrap-1 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-trQmZSDpg2 .card-wrap-2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-trQmZSDpg2 .card-1 {
  width: 404px;
  padding: 70px 60px;
  margin: 0 0 -1rem 0;
  background: #e3d6eb;
}
@media (max-width: 998px) {
  .cid-trQmZSDpg2 .card-1 {
    width: auto;
    padding: 20px;
    margin: 0 0 43px 0;
  }
}
.cid-trQmZSDpg2 .card-1 .mbr-section-title {
  margin-bottom: 13px;
}
.cid-trQmZSDpg2 .card-1 .mbr-section-text {
  margin-bottom: 16px;
}
.cid-trQmZSDpg2 .card-1 .list {
  margin: 0;
  padding-left: 18px;
  list-style-position: inside;
}
.cid-trQmZSDpg2 .card-1 .list li::marker {
  color: #d9adcc;
}
.cid-trQmZSDpg2 .image-wrapper img {
  height: 579px;
  width: 100%;
  object-fit: cover;
}
.cid-trQmZSDpg2 .card-2 {
  width: 404px;
  padding: 90px 60px;
  margin: -4rem 0 0 -6rem;
  background: #a388b2;
}
@media (max-width: 1300px) {
  .cid-trQmZSDpg2 .card-2 {
    margin: -4rem 0 0 -9rem;
  }
}
@media (max-width: 1100px) {
  .cid-trQmZSDpg2 .card-2 {
    width: 350px;
  }
}
@media (max-width: 998px) {
  .cid-trQmZSDpg2 .card-2 {
    width: auto;
    padding: 20px;
    margin: 43px 0 0 0;
  }
}
.cid-trQmZSDpg2 .card-2 .mbr-title {
  margin-bottom: 13px;
}
.cid-trQmZSDpg2 .card-2 .mbr-text {
  margin-bottom: 18px;
  opacity: .7;
}
.cid-trQmZSDpg2 .btn {
  height: 55px;
  min-width: 170px;
  border: 2px solid #835f96 !important;
  margin-top: 10px;
  margin-bottom: 0;
  box-shadow: none;
}
.cid-trQmZSDpg2 .btn:hover {
  box-shadow: none;
  border: 2px solid #835f96 !important;
}
.cid-trQmZSDpg2 .mbr-section-title {
  color: #835f96;
}
.cid-trQmZSDpg2 .mbr-section-text {
  color: #a388b2;
}
.cid-trQmZSDpg2 .list {
  color: #84858a;
}
.cid-trQmZSDpg2 .mbr-title {
  color: #FFFFFF;
}
.cid-trQmZSDpg2 .mbr-text {
  color: #FFFFFF;
}
.cid-sQg6E9ILiV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-sQg6E9ILiV .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-sQg6E9ILiV .mbr-section-head {
    text-align: center;
  }
}
.cid-sQg6E9ILiV .mbr-section-title {
  color: #ffffff;
}
.cid-sQg6E9ILiV .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-sQg6E9ILiV .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-sQg6E9ILiV .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-sQg6E9ILiV .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-sQg6E9ILiV form.mbr-form {
  margin-top: 30px;
}
.cid-sQg6E9ILiV form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-sQg6E9ILiV form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-sQg6E9ILiV input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-sQg6E9ILiV .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-sQg6E9ILiV .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-sQg6E9ILiV .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-sQg6E9ILiV .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-sQg6E9ILiV .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-sQg6E9ILiV .mbr-form .col-8,
  .cid-sQg6E9ILiV .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sQg6E9ILiV button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-trQGyqvS9U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trQGyqvS9U nav.navbar {
  position: fixed;
}
.cid-trQGyqvS9U .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-trQGyqvS9U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trQGyqvS9U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trQGyqvS9U .dropdown-item:hover,
.cid-trQGyqvS9U .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-trQGyqvS9U .dropdown-item:hover span {
  color: white;
}
.cid-trQGyqvS9U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trQGyqvS9U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trQGyqvS9U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trQGyqvS9U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trQGyqvS9U .nav-link {
  position: relative;
}
.cid-trQGyqvS9U .container {
  display: flex;
  margin: auto;
}
.cid-trQGyqvS9U .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trQGyqvS9U .dropdown-menu,
.cid-trQGyqvS9U .navbar.opened {
  background: #f3edf7 !important;
}
.cid-trQGyqvS9U .nav-item:focus,
.cid-trQGyqvS9U .nav-link:focus {
  outline: none;
}
.cid-trQGyqvS9U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trQGyqvS9U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trQGyqvS9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trQGyqvS9U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trQGyqvS9U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trQGyqvS9U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trQGyqvS9U .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-trQGyqvS9U .navbar.opened {
  transition: all 0.3s;
}
.cid-trQGyqvS9U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trQGyqvS9U .navbar .navbar-logo img {
  width: auto;
}
.cid-trQGyqvS9U .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-trQGyqvS9U .navbar.collapsed {
  justify-content: center;
}
.cid-trQGyqvS9U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trQGyqvS9U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trQGyqvS9U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-trQGyqvS9U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trQGyqvS9U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trQGyqvS9U .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-trQGyqvS9U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trQGyqvS9U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trQGyqvS9U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trQGyqvS9U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trQGyqvS9U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trQGyqvS9U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trQGyqvS9U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trQGyqvS9U .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-trQGyqvS9U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trQGyqvS9U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trQGyqvS9U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trQGyqvS9U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trQGyqvS9U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trQGyqvS9U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trQGyqvS9U .navbar.navbar-short {
  min-height: 60px;
}
.cid-trQGyqvS9U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trQGyqvS9U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trQGyqvS9U .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-trQGyqvS9U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trQGyqvS9U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trQGyqvS9U .dropdown-item.active,
.cid-trQGyqvS9U .dropdown-item:active {
  background-color: transparent;
}
.cid-trQGyqvS9U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trQGyqvS9U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trQGyqvS9U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trQGyqvS9U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-trQGyqvS9U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trQGyqvS9U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trQGyqvS9U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trQGyqvS9U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trQGyqvS9U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trQGyqvS9U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-trQGyqvS9U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trQGyqvS9U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQGyqvS9U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQGyqvS9U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trQGyqvS9U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQGyqvS9U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trQGyqvS9U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trQGyqvS9U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQGyqvS9U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trQGyqvS9U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trQGyqvS9U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trQGyqvS9U .navbar {
    height: 70px;
  }
  .cid-trQGyqvS9U .navbar.opened {
    height: auto;
  }
  .cid-trQGyqvS9U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQGyrM52I {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1371.webp");
}
.cid-trQGyrM52I .main-container {
  width: 100%;
}
.cid-trQGyrM52I .mbr-fallback-image.disabled {
  display: none;
}
.cid-trQGyrM52I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trQGyrM52I .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trQGyrM52I .text-wrapper {
    margin: 0 30px;
  }
}
.cid-trQGyrM52I .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trQGyrM52I .mbr-section-title {
  color: #FFFFFF;
}
.cid-trQGysz3P8 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-trQGysz3P8 .image-wrapper {
  margin-bottom: 170px;
}
.cid-trQGysz3P8 .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-trQGysz3P8 .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-trQGysz3P8 .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-trQGysz3P8 .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-trQGysz3P8 .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-trQGysz3P8 .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-trQGysz3P8 .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 0;
  color: #835f96;
}
@media (max-width: 992px) {
  .cid-trQGysz3P8 .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-trQGysz3P8 .item-link {
  margin-left: 30px;
  display: block;
  margin-right: 30px;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-trQGysz3P8 .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-trQGysz3P8 .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-trQGysz3P8 .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-trQGysz3P8 .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-trQGysz3P8 .card-wrap {
  position: relative;
}
.cid-trQGysz3P8 .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #a388b2;
}
@media (max-width: 992px) {
  .cid-trQGysz3P8 .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-trQGysz3P8 .card-wrapper .item-card {
  padding: 0;
}
.cid-trQGysz3P8 .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-trQGysz3P8 .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-trQGysz3P8 .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-trQGysz3P8 .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-trQGysz3P8 .mbr-section-subtitle {
  color: #a388b2;
}
.cid-trQGysz3P8 .mbr-section-title {
  color: #835f96;
}
.cid-trQGysz3P8 .mbr-link {
  color: #20232a;
}
.cid-trQGysz3P8 .mbr-card-title {
  color: #fafafa;
}
.cid-trQGysz3P8 .mbr-number {
  color: #fafafa;
}
.cid-trQGysz3P8 .mbr-desc {
  color: #fafafa;
}
.cid-trQGysz3P8 .mbr-link,
.cid-trQGysz3P8 .item-link {
  color: #cd8ad1;
}
.cid-trQGytuqYs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf9fc;
}
.cid-trQGytuqYs h3,
.cid-trQGytuqYs h4,
.cid-trQGytuqYs h5,
.cid-trQGytuqYs h6,
.cid-trQGytuqYs p {
  margin: 0;
}
.cid-trQGytuqYs .section-head {
  margin-bottom: 2.5rem;
}
.cid-trQGytuqYs .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-trQGytuqYs .nav-tabs .nav-item.open .nav-link:focus,
.cid-trQGytuqYs .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-trQGytuqYs .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e3d6eb;
}
.cid-trQGytuqYs .nav-item {
  width: 100%;
  text-align: center;
}
.cid-trQGytuqYs .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-trQGytuqYs .nav-tabs .nav-link:not(.active) {
  color: #e3d6eb;
}
.cid-trQGytuqYs .nav-link,
.cid-trQGytuqYs .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-trQGytuqYs .nav-tabs .nav-link.active {
  color: #835f96;
  border-bottom: 1px solid #835f96;
}
.cid-trQGytuqYs .panel-body,
.cid-trQGytuqYs .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-trQGytuqYs .panel-body,
  .cid-trQGytuqYs .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-trQGytuqYs .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-trQGytuqYs .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-trQGytuqYs .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-trQGytuqYs .image-wrap {
    width: 100%;
  }
}
.cid-trQGytuqYs .panel-title {
  color: #835f96;
  margin-bottom: 0.6rem;
}
.cid-trQGytuqYs .panel-subtitle {
  color: #835f96;
}
.cid-trQGytuqYs .panel-text {
  margin-top: 1.5rem;
  color: #a388b2;
}
.cid-trR5h1s5gC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-trR5h1s5gC .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-trR5h1s5gC .mbr-section-head {
    text-align: center;
  }
}
.cid-trR5h1s5gC .mbr-section-title {
  color: #ffffff;
}
.cid-trR5h1s5gC .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-trR5h1s5gC .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-trR5h1s5gC .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-trR5h1s5gC .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-trR5h1s5gC form.mbr-form {
  margin-top: 30px;
}
.cid-trR5h1s5gC form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-trR5h1s5gC form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-trR5h1s5gC input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-trR5h1s5gC .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5h1s5gC .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-trR5h1s5gC .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-trR5h1s5gC .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5h1s5gC .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-trR5h1s5gC .mbr-form .col-8,
  .cid-trR5h1s5gC .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trR5h1s5gC button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-trQSA9uspD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trQSA9uspD nav.navbar {
  position: fixed;
}
.cid-trQSA9uspD .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-trQSA9uspD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trQSA9uspD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trQSA9uspD .dropdown-item:hover,
.cid-trQSA9uspD .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-trQSA9uspD .dropdown-item:hover span {
  color: white;
}
.cid-trQSA9uspD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trQSA9uspD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trQSA9uspD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trQSA9uspD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trQSA9uspD .nav-link {
  position: relative;
}
.cid-trQSA9uspD .container {
  display: flex;
  margin: auto;
}
.cid-trQSA9uspD .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trQSA9uspD .dropdown-menu,
.cid-trQSA9uspD .navbar.opened {
  background: #f3edf7 !important;
}
.cid-trQSA9uspD .nav-item:focus,
.cid-trQSA9uspD .nav-link:focus {
  outline: none;
}
.cid-trQSA9uspD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trQSA9uspD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trQSA9uspD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trQSA9uspD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trQSA9uspD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trQSA9uspD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trQSA9uspD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-trQSA9uspD .navbar.opened {
  transition: all 0.3s;
}
.cid-trQSA9uspD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trQSA9uspD .navbar .navbar-logo img {
  width: auto;
}
.cid-trQSA9uspD .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-trQSA9uspD .navbar.collapsed {
  justify-content: center;
}
.cid-trQSA9uspD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trQSA9uspD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trQSA9uspD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-trQSA9uspD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trQSA9uspD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trQSA9uspD .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-trQSA9uspD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trQSA9uspD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trQSA9uspD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trQSA9uspD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trQSA9uspD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trQSA9uspD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trQSA9uspD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trQSA9uspD .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-trQSA9uspD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trQSA9uspD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trQSA9uspD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trQSA9uspD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trQSA9uspD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trQSA9uspD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trQSA9uspD .navbar.navbar-short {
  min-height: 60px;
}
.cid-trQSA9uspD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trQSA9uspD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trQSA9uspD .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-trQSA9uspD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trQSA9uspD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trQSA9uspD .dropdown-item.active,
.cid-trQSA9uspD .dropdown-item:active {
  background-color: transparent;
}
.cid-trQSA9uspD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trQSA9uspD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trQSA9uspD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trQSA9uspD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-trQSA9uspD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trQSA9uspD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trQSA9uspD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trQSA9uspD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trQSA9uspD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trQSA9uspD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-trQSA9uspD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trQSA9uspD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQSA9uspD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQSA9uspD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trQSA9uspD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQSA9uspD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trQSA9uspD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trQSA9uspD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQSA9uspD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trQSA9uspD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trQSA9uspD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trQSA9uspD .navbar {
    height: 70px;
  }
  .cid-trQSA9uspD .navbar.opened {
    height: auto;
  }
  .cid-trQSA9uspD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQSAaypHC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-trQSAaypHC .main-container {
  width: 100%;
}
.cid-trQSAaypHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-trQSAaypHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trQSAaypHC .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trQSAaypHC .text-wrapper {
    margin: 0 30px;
  }
}
.cid-trQSAaypHC .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trQSAaypHC .mbr-section-title {
  color: #FFFFFF;
  text-align: right;
}
.cid-trQSHI8ebq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d8e2ed;
}
.cid-trQSHI8ebq h3,
.cid-trQSHI8ebq h4,
.cid-trQSHI8ebq h5,
.cid-trQSHI8ebq h6,
.cid-trQSHI8ebq p {
  margin: 0;
}
.cid-trQSHI8ebq .section-head {
  margin-bottom: 2.5rem;
}
.cid-trQSHI8ebq .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-trQSHI8ebq .card {
  background-color: #835f96;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cid-trQSHI8ebq .card-title {
  margin-bottom: 25px;
  color: #f3edf7;
}
.cid-trQSHI8ebq .card-subtitle {
  color: #a388b2;
}
.cid-trQSHI8ebq .mbr-text {
  margin-bottom: 25px;
}
.cid-trQSHI8ebq H3 {
  color: #835f96;
}
.cid-trQT3KSVcw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff6ed;
}
.cid-trQT3KSVcw .row {
  flex-direction: row-reverse;
}
.cid-trQT3KSVcw .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-trQT3KSVcw .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d9adcc;
}
.cid-trQT3KSVcw .svg-top .st0 {
  fill: #fff6ed;
}
@media (max-width: 992px) {
  .cid-trQT3KSVcw .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-trQT3KSVcw .mbr-section-title {
  color: #835f96;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-trQT3KSVcw .col-12 {
    padding: 0 2rem;
  }
  .cid-trQT3KSVcw .row {
    margin: 0 -2rem;
  }
}
.cid-trQT3KSVcw .mbr-text,
.cid-trQT3KSVcw .mbr-section-btn {
  color: #835f96;
  text-align: center;
}
.cid-trR5njz8dD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-trR5njz8dD .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-trR5njz8dD .mbr-section-head {
    text-align: center;
  }
}
.cid-trR5njz8dD .mbr-section-title {
  color: #ffffff;
}
.cid-trR5njz8dD .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-trR5njz8dD .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-trR5njz8dD .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-trR5njz8dD .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-trR5njz8dD form.mbr-form {
  margin-top: 30px;
}
.cid-trR5njz8dD form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-trR5njz8dD form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-trR5njz8dD form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-trR5njz8dD form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-trR5njz8dD form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trR5njz8dD form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-trR5njz8dD form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-trR5njz8dD input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-trR5njz8dD .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5njz8dD .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-trR5njz8dD .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-trR5njz8dD .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5njz8dD .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-trR5njz8dD .mbr-form .col-8,
  .cid-trR5njz8dD .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trR5njz8dD button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-trQvcxILWv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trQvcxILWv nav.navbar {
  position: fixed;
}
.cid-trQvcxILWv .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-trQvcxILWv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trQvcxILWv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trQvcxILWv .dropdown-item:hover,
.cid-trQvcxILWv .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-trQvcxILWv .dropdown-item:hover span {
  color: white;
}
.cid-trQvcxILWv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trQvcxILWv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trQvcxILWv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trQvcxILWv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trQvcxILWv .nav-link {
  position: relative;
}
.cid-trQvcxILWv .container {
  display: flex;
  margin: auto;
}
.cid-trQvcxILWv .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trQvcxILWv .dropdown-menu,
.cid-trQvcxILWv .navbar.opened {
  background: #f3edf7 !important;
}
.cid-trQvcxILWv .nav-item:focus,
.cid-trQvcxILWv .nav-link:focus {
  outline: none;
}
.cid-trQvcxILWv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trQvcxILWv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trQvcxILWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trQvcxILWv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trQvcxILWv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trQvcxILWv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trQvcxILWv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-trQvcxILWv .navbar.opened {
  transition: all 0.3s;
}
.cid-trQvcxILWv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trQvcxILWv .navbar .navbar-logo img {
  width: auto;
}
.cid-trQvcxILWv .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-trQvcxILWv .navbar.collapsed {
  justify-content: center;
}
.cid-trQvcxILWv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trQvcxILWv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trQvcxILWv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-trQvcxILWv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trQvcxILWv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trQvcxILWv .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-trQvcxILWv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trQvcxILWv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trQvcxILWv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trQvcxILWv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trQvcxILWv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trQvcxILWv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trQvcxILWv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trQvcxILWv .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-trQvcxILWv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trQvcxILWv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trQvcxILWv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trQvcxILWv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trQvcxILWv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trQvcxILWv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trQvcxILWv .navbar.navbar-short {
  min-height: 60px;
}
.cid-trQvcxILWv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trQvcxILWv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trQvcxILWv .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-trQvcxILWv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trQvcxILWv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trQvcxILWv .dropdown-item.active,
.cid-trQvcxILWv .dropdown-item:active {
  background-color: transparent;
}
.cid-trQvcxILWv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trQvcxILWv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trQvcxILWv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trQvcxILWv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-trQvcxILWv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trQvcxILWv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trQvcxILWv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trQvcxILWv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trQvcxILWv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trQvcxILWv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-trQvcxILWv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trQvcxILWv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQvcxILWv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQvcxILWv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trQvcxILWv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQvcxILWv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trQvcxILWv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trQvcxILWv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQvcxILWv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trQvcxILWv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trQvcxILWv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trQvcxILWv .navbar {
    height: 70px;
  }
  .cid-trQvcxILWv .navbar.opened {
    height: auto;
  }
  .cid-trQvcxILWv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQwLe6CLv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.webp");
}
.cid-trQwLe6CLv .main-container {
  width: 100%;
}
.cid-trQwLe6CLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-trQwLe6CLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trQwLe6CLv .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trQwLe6CLv .text-wrapper {
    margin: 0 30px;
  }
}
.cid-trQwLe6CLv .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trQwLe6CLv .mbr-section-title {
  color: #FFFFFF;
}
.cid-trQvcAfknf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-trQvcAfknf .image-wrapper {
  margin-bottom: 170px;
}
.cid-trQvcAfknf .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-trQvcAfknf .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-trQvcAfknf .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-trQvcAfknf .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-trQvcAfknf .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-trQvcAfknf .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-trQvcAfknf .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 0;
  color: #835f96;
}
@media (max-width: 992px) {
  .cid-trQvcAfknf .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-trQvcAfknf .item-link {
  margin-left: 30px;
  display: block;
  margin-right: 30px;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-trQvcAfknf .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-trQvcAfknf .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-trQvcAfknf .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-trQvcAfknf .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-trQvcAfknf .card-wrap {
  position: relative;
}
.cid-trQvcAfknf .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #a388b2;
}
@media (max-width: 992px) {
  .cid-trQvcAfknf .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-trQvcAfknf .card-wrapper .item-card {
  padding: 0;
}
.cid-trQvcAfknf .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-trQvcAfknf .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-trQvcAfknf .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-trQvcAfknf .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-trQvcAfknf .mbr-section-subtitle {
  color: #a388b2;
}
.cid-trQvcAfknf .mbr-section-title {
  color: #835f96;
}
.cid-trQvcAfknf .mbr-link {
  color: #20232a;
}
.cid-trQvcAfknf .mbr-card-title {
  color: #fafafa;
}
.cid-trQvcAfknf .mbr-number {
  color: #fafafa;
}
.cid-trQvcAfknf .mbr-desc {
  color: #fafafa;
}
.cid-trQvcAfknf .mbr-link,
.cid-trQvcAfknf .item-link {
  color: #cd8ad1;
}
.cid-trQxPu0bsW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #faf9fc;
}
.cid-trQxPu0bsW h3,
.cid-trQxPu0bsW h4,
.cid-trQxPu0bsW h5,
.cid-trQxPu0bsW h6,
.cid-trQxPu0bsW p {
  margin: 0;
}
.cid-trQxPu0bsW .section-head {
  margin-bottom: 2.5rem;
}
.cid-trQxPu0bsW .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-trQxPu0bsW .nav-tabs .nav-item.open .nav-link:focus,
.cid-trQxPu0bsW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-trQxPu0bsW .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e3d6eb;
}
.cid-trQxPu0bsW .nav-item {
  width: 100%;
  text-align: center;
}
.cid-trQxPu0bsW .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-trQxPu0bsW .nav-tabs .nav-link:not(.active) {
  color: #e3d6eb;
}
.cid-trQxPu0bsW .nav-link,
.cid-trQxPu0bsW .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-trQxPu0bsW .nav-tabs .nav-link.active {
  color: #835f96;
  border-bottom: 1px solid #835f96;
}
.cid-trQxPu0bsW .panel-body,
.cid-trQxPu0bsW .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-trQxPu0bsW .panel-body,
  .cid-trQxPu0bsW .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-trQxPu0bsW .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-trQxPu0bsW .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-trQxPu0bsW .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-trQxPu0bsW .image-wrap {
    width: 100%;
  }
}
.cid-trQxPu0bsW .panel-title {
  color: #835f96;
  margin-bottom: 0.6rem;
}
.cid-trQxPu0bsW .panel-subtitle {
  color: #835f96;
}
.cid-trQxPu0bsW .panel-text {
  margin-top: 1.5rem;
  color: #a388b2;
}
.cid-uuaZb9vCcC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3edf7;
}
.cid-uuaZb9vCcC .row {
  flex-direction: row-reverse;
}
.cid-uuaZb9vCcC .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uuaZb9vCcC .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #d9adcc;
}
.cid-uuaZb9vCcC .svg-top .st0 {
  fill: #f3edf7;
}
@media (max-width: 992px) {
  .cid-uuaZb9vCcC .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uuaZb9vCcC .mbr-section-title {
  color: #835f96;
  text-align: center;
}
@media (min-width: 1400px) {
  .cid-uuaZb9vCcC .col-12 {
    padding: 0 2rem;
  }
  .cid-uuaZb9vCcC .row {
    margin: 0 -2rem;
  }
}
.cid-uuaZb9vCcC .mbr-text,
.cid-uuaZb9vCcC .mbr-section-btn {
  color: #835f96;
  text-align: center;
}
.cid-trR5ceH970 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-trR5ceH970 .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-trR5ceH970 .mbr-section-head {
    text-align: center;
  }
}
.cid-trR5ceH970 .mbr-section-title {
  color: #ffffff;
}
.cid-trR5ceH970 .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-trR5ceH970 .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-trR5ceH970 .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-trR5ceH970 .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-trR5ceH970 form.mbr-form {
  margin-top: 30px;
}
.cid-trR5ceH970 form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-trR5ceH970 form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-trR5ceH970 form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-trR5ceH970 form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-trR5ceH970 form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trR5ceH970 form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-trR5ceH970 form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-trR5ceH970 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-trR5ceH970 .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5ceH970 .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-trR5ceH970 .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-trR5ceH970 .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5ceH970 .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-trR5ceH970 .mbr-form .col-8,
  .cid-trR5ceH970 .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trR5ceH970 button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-trQK1r93Nd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trQK1r93Nd nav.navbar {
  position: fixed;
}
.cid-trQK1r93Nd .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-trQK1r93Nd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trQK1r93Nd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trQK1r93Nd .dropdown-item:hover,
.cid-trQK1r93Nd .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-trQK1r93Nd .dropdown-item:hover span {
  color: white;
}
.cid-trQK1r93Nd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trQK1r93Nd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trQK1r93Nd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trQK1r93Nd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trQK1r93Nd .nav-link {
  position: relative;
}
.cid-trQK1r93Nd .container {
  display: flex;
  margin: auto;
}
.cid-trQK1r93Nd .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trQK1r93Nd .dropdown-menu,
.cid-trQK1r93Nd .navbar.opened {
  background: #f3edf7 !important;
}
.cid-trQK1r93Nd .nav-item:focus,
.cid-trQK1r93Nd .nav-link:focus {
  outline: none;
}
.cid-trQK1r93Nd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trQK1r93Nd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trQK1r93Nd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trQK1r93Nd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trQK1r93Nd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trQK1r93Nd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trQK1r93Nd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-trQK1r93Nd .navbar.opened {
  transition: all 0.3s;
}
.cid-trQK1r93Nd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trQK1r93Nd .navbar .navbar-logo img {
  width: auto;
}
.cid-trQK1r93Nd .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-trQK1r93Nd .navbar.collapsed {
  justify-content: center;
}
.cid-trQK1r93Nd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trQK1r93Nd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trQK1r93Nd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-trQK1r93Nd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trQK1r93Nd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trQK1r93Nd .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-trQK1r93Nd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trQK1r93Nd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trQK1r93Nd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trQK1r93Nd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trQK1r93Nd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trQK1r93Nd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trQK1r93Nd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trQK1r93Nd .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-trQK1r93Nd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trQK1r93Nd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trQK1r93Nd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trQK1r93Nd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trQK1r93Nd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trQK1r93Nd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trQK1r93Nd .navbar.navbar-short {
  min-height: 60px;
}
.cid-trQK1r93Nd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trQK1r93Nd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trQK1r93Nd .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-trQK1r93Nd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trQK1r93Nd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trQK1r93Nd .dropdown-item.active,
.cid-trQK1r93Nd .dropdown-item:active {
  background-color: transparent;
}
.cid-trQK1r93Nd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trQK1r93Nd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trQK1r93Nd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trQK1r93Nd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-trQK1r93Nd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trQK1r93Nd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trQK1r93Nd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trQK1r93Nd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trQK1r93Nd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trQK1r93Nd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-trQK1r93Nd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trQK1r93Nd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQK1r93Nd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQK1r93Nd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trQK1r93Nd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQK1r93Nd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trQK1r93Nd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trQK1r93Nd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQK1r93Nd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trQK1r93Nd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trQK1r93Nd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trQK1r93Nd .navbar {
    height: 70px;
  }
  .cid-trQK1r93Nd .navbar.opened {
    height: auto;
  }
  .cid-trQK1r93Nd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQK1scoki {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1215.webp");
}
.cid-trQK1scoki .main-container {
  width: 100%;
}
.cid-trQK1scoki .mbr-fallback-image.disabled {
  display: none;
}
.cid-trQK1scoki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trQK1scoki .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trQK1scoki .text-wrapper {
    margin: 0 30px;
  }
}
.cid-trQK1scoki .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trQK1scoki .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-trQOZeQzSi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-trQOZeQzSi .row {
  flex-direction: row-reverse;
}
.cid-trQOZeQzSi .image-wrapper {
  padding: 0 2rem;
}
.cid-trQOZeQzSi .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-trQOZeQzSi .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-trQOZeQzSi .mbr-section-title {
  color: #835f96;
  margin-bottom: 1.5rem;
}
.cid-trQOZeQzSi .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-trQOZeQzSi .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-trQOZeQzSi .text-wrapper,
  .cid-trQOZeQzSi .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-trQOZeQzSi .text-wrapper,
  .cid-trQOZeQzSi .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-trQOZeQzSi .text-wrapper,
  .cid-trQOZeQzSi .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-trQOZeQzSi .text-wrapper,
  .cid-trQOZeQzSi .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-trQOZeQzSi .text-wrapper,
  .cid-trQOZeQzSi .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .content {
    text-align: center;
  }
}
.cid-trQOZeQzSi .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .mbr-card-title {
    text-align: start;
  }
}
.cid-trQOZeQzSi .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-trQOZeQzSi .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-trQOZeQzSi .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-trQOZeQzSi .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-trQOZeQzSi .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-trQOZeQzSi .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-trQOZeQzSi .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-trQOZeQzSi .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-trQOZeQzSi .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-trQOZeQzSi .nutrition-wrap {
    width: 100%;
  }
}
.cid-trQOZeQzSi .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-trQOZeQzSi .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-trQOZeQzSi .tile-text-wrap {
  display: flex;
}
.cid-trQOZeQzSi svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-trQOZeQzSi svg path {
  fill: #cd8ad1;
}
.cid-trQOZeQzSi .numbers {
  display: flex;
  align-self: center;
}
.cid-trQOZeQzSi .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-trQOZeQzSi .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-trQOZeQzSi .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .mbr-tile-text {
    text-align: start;
  }
}
.cid-trQOZeQzSi .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-trQOZeQzSi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-trQOZeQzSi .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-trQOZeQzSi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-trQOZeQzSi .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-trQOZeQzSi .mbr-price-number {
  color: #802a66;
  margin-bottom: 0;
}
.cid-trQOZeQzSi .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-trQOZeQzSi .mbr-amount-number {
  color: #802a66;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-trQOZeQzSi div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-trQOZeQzSi .mbr-section-btn {
  display: flex;
}
.cid-trR5jDUbLH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-trR5jDUbLH .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-trR5jDUbLH .mbr-section-head {
    text-align: center;
  }
}
.cid-trR5jDUbLH .mbr-section-title {
  color: #ffffff;
}
.cid-trR5jDUbLH .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-trR5jDUbLH .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-trR5jDUbLH .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-trR5jDUbLH .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-trR5jDUbLH form.mbr-form {
  margin-top: 30px;
}
.cid-trR5jDUbLH form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-trR5jDUbLH form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-trR5jDUbLH input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-trR5jDUbLH .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5jDUbLH .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-trR5jDUbLH .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-trR5jDUbLH .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5jDUbLH .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-trR5jDUbLH .mbr-form .col-8,
  .cid-trR5jDUbLH .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trR5jDUbLH button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-trQYOC3jBs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-trQYOC3jBs nav.navbar {
  position: fixed;
}
.cid-trQYOC3jBs .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-trQYOC3jBs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-trQYOC3jBs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-trQYOC3jBs .dropdown-item:hover,
.cid-trQYOC3jBs .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-trQYOC3jBs .dropdown-item:hover span {
  color: white;
}
.cid-trQYOC3jBs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-trQYOC3jBs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-trQYOC3jBs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-trQYOC3jBs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-trQYOC3jBs .nav-link {
  position: relative;
}
.cid-trQYOC3jBs .container {
  display: flex;
  margin: auto;
}
.cid-trQYOC3jBs .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-trQYOC3jBs .dropdown-menu,
.cid-trQYOC3jBs .navbar.opened {
  background: #f3edf7 !important;
}
.cid-trQYOC3jBs .nav-item:focus,
.cid-trQYOC3jBs .nav-link:focus {
  outline: none;
}
.cid-trQYOC3jBs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-trQYOC3jBs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-trQYOC3jBs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-trQYOC3jBs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-trQYOC3jBs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-trQYOC3jBs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-trQYOC3jBs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-trQYOC3jBs .navbar.opened {
  transition: all 0.3s;
}
.cid-trQYOC3jBs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-trQYOC3jBs .navbar .navbar-logo img {
  width: auto;
}
.cid-trQYOC3jBs .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-trQYOC3jBs .navbar.collapsed {
  justify-content: center;
}
.cid-trQYOC3jBs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-trQYOC3jBs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-trQYOC3jBs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-trQYOC3jBs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-trQYOC3jBs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-trQYOC3jBs .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-trQYOC3jBs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-trQYOC3jBs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-trQYOC3jBs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-trQYOC3jBs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-trQYOC3jBs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-trQYOC3jBs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-trQYOC3jBs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-trQYOC3jBs .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-trQYOC3jBs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-trQYOC3jBs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-trQYOC3jBs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-trQYOC3jBs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-trQYOC3jBs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-trQYOC3jBs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-trQYOC3jBs .navbar.navbar-short {
  min-height: 60px;
}
.cid-trQYOC3jBs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-trQYOC3jBs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-trQYOC3jBs .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-trQYOC3jBs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-trQYOC3jBs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-trQYOC3jBs .dropdown-item.active,
.cid-trQYOC3jBs .dropdown-item:active {
  background-color: transparent;
}
.cid-trQYOC3jBs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-trQYOC3jBs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-trQYOC3jBs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-trQYOC3jBs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-trQYOC3jBs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-trQYOC3jBs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-trQYOC3jBs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-trQYOC3jBs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-trQYOC3jBs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-trQYOC3jBs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-trQYOC3jBs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-trQYOC3jBs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQYOC3jBs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-trQYOC3jBs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-trQYOC3jBs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQYOC3jBs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-trQYOC3jBs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-trQYOC3jBs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-trQYOC3jBs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-trQYOC3jBs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-trQYOC3jBs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-trQYOC3jBs .navbar {
    height: 70px;
  }
  .cid-trQYOC3jBs .navbar.opened {
    height: auto;
  }
  .cid-trQYOC3jBs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trQYOCYDbb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1213.webp");
}
.cid-trQYOCYDbb .main-container {
  width: 100%;
}
.cid-trQYOCYDbb .mbr-fallback-image.disabled {
  display: none;
}
.cid-trQYOCYDbb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trQYOCYDbb .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-trQYOCYDbb .text-wrapper {
    margin: 0 30px;
  }
}
.cid-trQYOCYDbb .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-trQYOCYDbb .mbr-section-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-trQZgOlbXH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f8f5fa;
}
.cid-trQZgOlbXH p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-trQZgOlbXH .row {
    justify-content: flex-start !important;
  }
}
.cid-trQZgOlbXH .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-trQZgOlbXH .mbr-section-title {
  text-align: center;
  color: #a2528a;
}
.cid-trQZgOlbXH .mbr-section-subtitle {
  text-align: center;
}
.cid-trQZgOlbXH .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-trQZgOlbXH .card-container {
    margin-bottom: 2rem;
  }
}
.cid-trQZgOlbXH .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-trQZgOlbXH .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-trQZgOlbXH .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-trQZgOlbXH .card-title {
  color: #835f96;
}
.cid-trQZgOlbXH P {
  color: #a2528a;
}
.cid-trQZeX9Qfn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-trQZeX9Qfn .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-trQZeX9Qfn .google-map {
  height: 30rem;
  position: relative;
}
.cid-trQZeX9Qfn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-trQZeX9Qfn .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-trQZeX9Qfn .google-map[data-state] {
  background: #f3edf7;
}
.cid-trQZeX9Qfn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-trR5qarh7c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-trR5qarh7c .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-trR5qarh7c .mbr-section-head {
    text-align: center;
  }
}
.cid-trR5qarh7c .mbr-section-title {
  color: #ffffff;
}
.cid-trR5qarh7c .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-trR5qarh7c .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-trR5qarh7c .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-trR5qarh7c .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-trR5qarh7c form.mbr-form {
  margin-top: 30px;
}
.cid-trR5qarh7c form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-trR5qarh7c form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-trR5qarh7c form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-trR5qarh7c form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-trR5qarh7c form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-trR5qarh7c form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-trR5qarh7c form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-trR5qarh7c input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-trR5qarh7c .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5qarh7c .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-trR5qarh7c .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-trR5qarh7c .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-trR5qarh7c .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-trR5qarh7c .mbr-form .col-8,
  .cid-trR5qarh7c .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-trR5qarh7c button {
  width: 100%;
}
.cid-trR3Ab2DFx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-trR3Ab2DFx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-trR3Ab2DFx img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .col-lg-3 {
    text-align: center;
  }
}
.cid-trR3Ab2DFx .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-trR3Ab2DFx .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-trR3Ab2DFx .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-trR3Ab2DFx .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-trR3Ab2DFx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-trR3Ab2DFx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-trR3Ab2DFx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-trR3Ab2DFx .foot-menu-item {
  color: #bbbbbb;
}
.cid-trR3Ab2DFx .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-trR3Ab2DFx .media-container-row .mbr-text {
  text-align: left;
}
.cid-uu3s80OEuO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uu3s80OEuO nav.navbar {
  position: fixed;
}
.cid-uu3s80OEuO .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-uu3s80OEuO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uu3s80OEuO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uu3s80OEuO .dropdown-item:hover,
.cid-uu3s80OEuO .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-uu3s80OEuO .dropdown-item:hover span {
  color: white;
}
.cid-uu3s80OEuO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uu3s80OEuO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uu3s80OEuO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uu3s80OEuO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uu3s80OEuO .nav-link {
  position: relative;
}
.cid-uu3s80OEuO .container {
  display: flex;
  margin: auto;
}
.cid-uu3s80OEuO .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uu3s80OEuO .dropdown-menu,
.cid-uu3s80OEuO .navbar.opened {
  background: #f3edf7 !important;
}
.cid-uu3s80OEuO .nav-item:focus,
.cid-uu3s80OEuO .nav-link:focus {
  outline: none;
}
.cid-uu3s80OEuO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uu3s80OEuO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uu3s80OEuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uu3s80OEuO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu3s80OEuO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uu3s80OEuO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uu3s80OEuO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uu3s80OEuO .navbar.opened {
  transition: all 0.3s;
}
.cid-uu3s80OEuO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uu3s80OEuO .navbar .navbar-logo img {
  width: auto;
}
.cid-uu3s80OEuO .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-uu3s80OEuO .navbar.collapsed {
  justify-content: center;
}
.cid-uu3s80OEuO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uu3s80OEuO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uu3s80OEuO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uu3s80OEuO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uu3s80OEuO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uu3s80OEuO .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-uu3s80OEuO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uu3s80OEuO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uu3s80OEuO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uu3s80OEuO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uu3s80OEuO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu3s80OEuO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu3s80OEuO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu3s80OEuO .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-uu3s80OEuO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uu3s80OEuO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu3s80OEuO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uu3s80OEuO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uu3s80OEuO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uu3s80OEuO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uu3s80OEuO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uu3s80OEuO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uu3s80OEuO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uu3s80OEuO .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-uu3s80OEuO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uu3s80OEuO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uu3s80OEuO .dropdown-item.active,
.cid-uu3s80OEuO .dropdown-item:active {
  background-color: transparent;
}
.cid-uu3s80OEuO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu3s80OEuO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu3s80OEuO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu3s80OEuO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-uu3s80OEuO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uu3s80OEuO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu3s80OEuO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uu3s80OEuO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uu3s80OEuO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uu3s80OEuO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uu3s80OEuO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uu3s80OEuO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu3s80OEuO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu3s80OEuO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu3s80OEuO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu3s80OEuO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu3s80OEuO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu3s80OEuO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu3s80OEuO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uu3s80OEuO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu3s80OEuO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uu3s80OEuO .navbar {
    height: 70px;
  }
  .cid-uu3s80OEuO .navbar.opened {
    height: auto;
  }
  .cid-uu3s80OEuO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu3s8157fc {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/plume-1920x1371.webp");
}
.cid-uu3s8157fc .main-container {
  width: 100%;
}
.cid-uu3s8157fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu3s8157fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu3s8157fc .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uu3s8157fc .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uu3s8157fc .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uu3s8157fc .mbr-section-title {
  color: #FFFFFF;
}
.cid-uu3t8jhtdG {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #dbe7e6;
}
.cid-uu3t8jhtdG h3,
.cid-uu3t8jhtdG h4,
.cid-uu3t8jhtdG h5,
.cid-uu3t8jhtdG h6,
.cid-uu3t8jhtdG p {
  margin: 0;
}
.cid-uu3t8jhtdG .section-head {
  margin-bottom: 2.5rem;
}
.cid-uu3t8jhtdG .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-uu3t8jhtdG .nav-tabs .nav-item.open .nav-link:focus,
.cid-uu3t8jhtdG .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uu3t8jhtdG .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #35a689;
}
.cid-uu3t8jhtdG .nav-item {
  width: 100%;
  text-align: center;
}
.cid-uu3t8jhtdG .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uu3t8jhtdG .nav-tabs .nav-link:not(.active) {
  color: #35a689;
}
.cid-uu3t8jhtdG .nav-link,
.cid-uu3t8jhtdG .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-uu3t8jhtdG .nav-tabs .nav-link.active {
  color: #58e0be;
  border-bottom: 1px solid #58e0be;
}
.cid-uu3t8jhtdG .panel-body,
.cid-uu3t8jhtdG .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uu3t8jhtdG .panel-body,
  .cid-uu3t8jhtdG .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-uu3t8jhtdG .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-uu3t8jhtdG .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uu3t8jhtdG .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-uu3t8jhtdG .image-wrap {
    width: 100%;
  }
}
.cid-uu3t8jhtdG .panel-title {
  color: #35a689;
  margin-bottom: 0.6rem;
}
.cid-uu3t8jhtdG .panel-subtitle {
  color: #33d5ad;
}
.cid-uu3t8jhtdG .panel-text {
  margin-top: 1.5rem;
  color: #4f426b;
}
.cid-uu3s81QxLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uu3s81QxLk .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-uu3s81QxLk .mbr-section-head {
    text-align: center;
  }
}
.cid-uu3s81QxLk .mbr-section-title {
  color: #ffffff;
}
.cid-uu3s81QxLk .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-uu3s81QxLk .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uu3s81QxLk .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-uu3s81QxLk .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-uu3s81QxLk form.mbr-form {
  margin-top: 30px;
}
.cid-uu3s81QxLk form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-uu3s81QxLk form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-uu3s81QxLk input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-uu3s81QxLk .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-uu3s81QxLk .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-uu3s81QxLk .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-uu3s81QxLk .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-uu3s81QxLk .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-uu3s81QxLk .mbr-form .col-8,
  .cid-uu3s81QxLk .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uu3s81QxLk button {
  width: 100%;
}
.cid-uu3s822ALS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-uu3s822ALS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uu3s822ALS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uu3s822ALS img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uu3s822ALS .col-lg-3 {
    text-align: center;
  }
}
.cid-uu3s822ALS .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uu3s822ALS .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uu3s822ALS .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uu3s822ALS .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uu3s822ALS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uu3s822ALS .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uu3s822ALS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uu3s822ALS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uu3s822ALS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uu3s822ALS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uu3s822ALS .foot-menu-item {
  color: #bbbbbb;
}
.cid-uu3s822ALS .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uu3s822ALS .media-container-row .mbr-text {
  text-align: left;
}
.cid-uu8tHXe0Dx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uu8tHXe0Dx nav.navbar {
  position: fixed;
}
.cid-uu8tHXe0Dx .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-uu8tHXe0Dx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uu8tHXe0Dx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uu8tHXe0Dx .dropdown-item:hover,
.cid-uu8tHXe0Dx .dropdown-item:focus {
  background: #d9adcc !important;
  color: white !important;
}
.cid-uu8tHXe0Dx .dropdown-item:hover span {
  color: white;
}
.cid-uu8tHXe0Dx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uu8tHXe0Dx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uu8tHXe0Dx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uu8tHXe0Dx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uu8tHXe0Dx .nav-link {
  position: relative;
}
.cid-uu8tHXe0Dx .container {
  display: flex;
  margin: auto;
}
.cid-uu8tHXe0Dx .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uu8tHXe0Dx .dropdown-menu,
.cid-uu8tHXe0Dx .navbar.opened {
  background: #f3edf7 !important;
}
.cid-uu8tHXe0Dx .nav-item:focus,
.cid-uu8tHXe0Dx .nav-link:focus {
  outline: none;
}
.cid-uu8tHXe0Dx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uu8tHXe0Dx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uu8tHXe0Dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uu8tHXe0Dx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uu8tHXe0Dx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uu8tHXe0Dx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uu8tHXe0Dx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f3edf7;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uu8tHXe0Dx .navbar.opened {
  transition: all 0.3s;
}
.cid-uu8tHXe0Dx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uu8tHXe0Dx .navbar .navbar-logo img {
  width: auto;
}
.cid-uu8tHXe0Dx .navbar .navbar-collapse {
  justify-content: flex-start;
  z-index: 1;
  margin-left: 20px;
}
.cid-uu8tHXe0Dx .navbar.collapsed {
  justify-content: center;
}
.cid-uu8tHXe0Dx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uu8tHXe0Dx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uu8tHXe0Dx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uu8tHXe0Dx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uu8tHXe0Dx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uu8tHXe0Dx .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-uu8tHXe0Dx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uu8tHXe0Dx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uu8tHXe0Dx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uu8tHXe0Dx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uu8tHXe0Dx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu8tHXe0Dx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu8tHXe0Dx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu8tHXe0Dx .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-uu8tHXe0Dx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uu8tHXe0Dx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu8tHXe0Dx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uu8tHXe0Dx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uu8tHXe0Dx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uu8tHXe0Dx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uu8tHXe0Dx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uu8tHXe0Dx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uu8tHXe0Dx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uu8tHXe0Dx .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-uu8tHXe0Dx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uu8tHXe0Dx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uu8tHXe0Dx .dropdown-item.active,
.cid-uu8tHXe0Dx .dropdown-item:active {
  background-color: transparent;
}
.cid-uu8tHXe0Dx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu8tHXe0Dx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu8tHXe0Dx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu8tHXe0Dx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-uu8tHXe0Dx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uu8tHXe0Dx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu8tHXe0Dx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uu8tHXe0Dx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uu8tHXe0Dx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uu8tHXe0Dx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-uu8tHXe0Dx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uu8tHXe0Dx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu8tHXe0Dx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uu8tHXe0Dx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uu8tHXe0Dx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu8tHXe0Dx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uu8tHXe0Dx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uu8tHXe0Dx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uu8tHXe0Dx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uu8tHXe0Dx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uu8tHXe0Dx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uu8tHXe0Dx .navbar {
    height: 70px;
  }
  .cid-uu8tHXe0Dx .navbar.opened {
    height: auto;
  }
  .cid-uu8tHXe0Dx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uu8tHXw8aH {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uu8tHXw8aH .main-container {
  width: 100%;
}
.cid-uu8tHXw8aH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu8tHXw8aH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uu8tHXw8aH .text-wrapper {
  margin: 0 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uu8tHXw8aH .text-wrapper {
    margin: 0 30px;
  }
}
.cid-uu8tHXw8aH .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uu8tHXw8aH .mbr-section-title {
  color: #FFFFFF;
}
.cid-uu8tHY9oTA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8f5fa;
}
.cid-uu8tHY9oTA h3,
.cid-uu8tHY9oTA h4,
.cid-uu8tHY9oTA h5,
.cid-uu8tHY9oTA h6,
.cid-uu8tHY9oTA p {
  margin: 0;
}
.cid-uu8tHY9oTA .section-head {
  margin-bottom: 2.5rem;
}
.cid-uu8tHY9oTA .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-uu8tHY9oTA .nav-tabs .nav-item.open .nav-link:focus,
.cid-uu8tHY9oTA .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uu8tHY9oTA .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #a388b2;
}
.cid-uu8tHY9oTA .nav-item {
  width: 100%;
  text-align: center;
}
.cid-uu8tHY9oTA .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-uu8tHY9oTA .nav-tabs .nav-link:not(.active) {
  color: #a388b2;
}
.cid-uu8tHY9oTA .nav-link,
.cid-uu8tHY9oTA .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-uu8tHY9oTA .nav-tabs .nav-link.active {
  color: #835f96;
  border-bottom: 1px solid #835f96;
}
.cid-uu8tHY9oTA .panel-body,
.cid-uu8tHY9oTA .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-uu8tHY9oTA .panel-body,
  .cid-uu8tHY9oTA .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-uu8tHY9oTA .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-uu8tHY9oTA .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-uu8tHY9oTA .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-uu8tHY9oTA .image-wrap {
    width: 100%;
  }
}
.cid-uu8tHY9oTA .panel-title {
  color: #835f96;
  margin-bottom: 0.6rem;
}
.cid-uu8tHY9oTA .panel-subtitle {
  color: #835f96;
}
.cid-uu8tHY9oTA .panel-text {
  margin-top: 1.5rem;
  color: #a388b2;
}
.cid-uu8tHYGbl2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/stone-1920x1280.webp");
}
.cid-uu8tHYGbl2 .mbr-overlay {
  background-color: #a388b2;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .cid-uu8tHYGbl2 .mbr-section-head {
    text-align: center;
  }
}
.cid-uu8tHYGbl2 .mbr-section-title {
  color: #ffffff;
}
.cid-uu8tHYGbl2 .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-uu8tHYGbl2 .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-uu8tHYGbl2 .mbr-section-subtitle {
  color: #4f426b;
  margin-bottom: 0;
}
.cid-uu8tHYGbl2 .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-uu8tHYGbl2 form.mbr-form {
  margin-top: 30px;
}
.cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-uu8tHYGbl2 form.mbr-form .mbr-section-btn svg path {
  fill: #e3d6eb;
}
.cid-uu8tHYGbl2 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-uu8tHYGbl2 .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-uu8tHYGbl2 .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-uu8tHYGbl2 .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-uu8tHYGbl2 .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-uu8tHYGbl2 .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-uu8tHYGbl2 .mbr-form .col-8,
  .cid-uu8tHYGbl2 .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uu8tHYGbl2 button {
  width: 100%;
}
.cid-uu8tHYVI13 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #241840;
}
.cid-uu8tHYVI13 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uu8tHYVI13 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uu8tHYVI13 img {
  width: 60px;
}
@media (max-width: 992px) {
  .cid-uu8tHYVI13 .col-lg-3 {
    text-align: center;
  }
}
.cid-uu8tHYVI13 .row {
  border-bottom: 2px solid #bbbbbb;
  padding-bottom: 1rem;
}
.cid-uu8tHYVI13 .name-wrap {
  display: inline-flex;
  align-items: flex-end;
  padding-bottom: 12px;
}
.cid-uu8tHYVI13 .name-wrap p {
  padding-left: 0.5rem;
}
@media (max-width: 992px) {
  .cid-uu8tHYVI13 .name-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uu8tHYVI13 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uu8tHYVI13 .media-container-row .foot-menu {
  list-style: none;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  margin-top: auto;
  height: 100%;
  align-items: flex-end;
}
.cid-uu8tHYVI13 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uu8tHYVI13 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uu8tHYVI13 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uu8tHYVI13 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uu8tHYVI13 .foot-menu-item {
  color: #bbbbbb;
}
.cid-uu8tHYVI13 .foot-menu-item .foot-menu-item {
  text-align: right;
}
.cid-uu8tHYVI13 .media-container-row .mbr-text {
  text-align: left;
}
