body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Courgette', handwriting;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c54686 !important;
}
.bg-success {
  background-color: #ed5b2d !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #524e4e !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c54686 !important;
  border-color: #c54686 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #892b5b !important;
  border-color: #892b5b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #892b5b !important;
  border-color: #892b5b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c54686 !important;
  border-color: #c54686 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #892b5b !important;
  border-color: #892b5b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #892b5b !important;
  border-color: #892b5b !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ed5b2d !important;
  border-color: #ed5b2d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b4370f !important;
  border-color: #b4370f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b4370f !important;
  border-color: #b4370f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #524e4e !important;
  border-color: #524e4e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #262424 !important;
  border-color: #262424 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #262424 !important;
  border-color: #262424 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c54686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #892b5b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c54686 !important;
  border-color: #c54686 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c54686;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #892b5b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c54686 !important;
  border-color: #c54686 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ed5b2d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b4370f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ed5b2d !important;
  border-color: #ed5b2d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #524e4e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #262424 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #524e4e !important;
  border-color: #524e4e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c54686 !important;
}
.text-secondary {
  color: #c54686 !important;
}
.text-success {
  color: #ed5b2d !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #524e4e !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7e2753 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7e2753 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a6330e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1e1c1c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c54686;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #524e4e;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c54686;
  border-color: #c54686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #c54686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3a7c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fdeee9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c4c1c1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #c54686 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #c54686;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c54686;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c54686;
}
.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: #c54686;
  border-bottom-color: #c54686;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c54686 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #c54686 !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='%23c54686' %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-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYPC1n51FY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffba98;
}
.cid-uYPC1n51FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYPC1n51FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGgUEMdMQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGgUEMdMQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGgUEMdMQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGgUEMdMQp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uGgUEMdMQp .container {
    padding: 0 12px;
  }
}
.cid-uGgUEMdMQp .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGgUEMdMQp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uGgUEMdMQp .title-wrapper .mbr-section-title span {
  padding: 6px 12px;
  background-color: #ffffff;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-uGgUEMdMQp .title-wrapper .mbr-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.cid-uGgUEMdMQp .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uGgUEMdMQp .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uGgUEMdMQp .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-uGgUEMdMQp .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-uGgUEMdMQp .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-uGgUEMdMQp .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-uGgUEMdMQp .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #c54686;
}
.cid-uGgUEMdMQp .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-uGgUEMdMQp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uGgUEMdMQp .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #c54686;
  box-shadow: 4px 4px #c54686;
  background-color: #c54686;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-uGgUEMdMQp .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uGgUEMdMQp .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-uGgUEMdMQp .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-uGgUEMdMQp .mbr-section-title {
  color: #222222;
}
.cid-uGgUEMdMQp .mbr-text {
  color: #222222;
}
.cid-uGgUEMdMQp .mbr-tag {
  color: #222222;
}
.cid-uGgUEMdMQp .mbr-section-title,
.cid-uGgUEMdMQp .mbr-section-btn {
  color: #c54686;
}
.cid-uGgUEMdMQp .mbr-tag,
.cid-uGgUEMdMQp .tags-wrapper {
  color: #312c2c;
}
.cid-uGlJeNrKip {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGlJeNrKip .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uGlJeNrKip .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-tKEx8nriRy {
  padding-top: 3rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tKEx8nriRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKEx8nriRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKEx8nriRy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tKEx8nriRy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tKEx8nriRy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tKEx8nriRy H3 {
  color: #c54686;
  text-align: center;
}
.cid-tKEx8nriRy .list {
  color: #353535;
}
.cid-ug8eIzlHEA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ug8eIzlHEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8eIzlHEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8eIzlHEA .mbr-section-title {
  color: #c54686;
}
.cid-uGlIhVugrG {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGlIhVugrG .mbr-text {
  text-align: center;
  color: #353535;
}
.cid-uGlIhVugrG .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-ueL6ox6Ljp {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ueL6ox6Ljp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueL6ox6Ljp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueL6ox6Ljp .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ueL6ox6Ljp .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ueL6ox6Ljp .container {
    padding: 0 26px;
  }
}
.cid-ueL6ox6Ljp .row {
  justify-content: center;
}
.cid-ueL6ox6Ljp .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ueL6ox6Ljp .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ueL6ox6Ljp .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ueL6ox6Ljp .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #c54686;
}
.cid-ueL6ox6Ljp .mbr-text,
.cid-ueL6ox6Ljp .icon-wrapper {
  color: #c54686;
  text-align: center;
}
.cid-uik0tXd9Bb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1BTABCLB6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1BTABCLB6 .mbr-section-subtitle {
  color: #c54686;
}
.cid-u1BTABCLB6 .mbr-text {
  color: #353535;
}
.cid-u1I3RkYbOE {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffcece;
}
.cid-u1I3RkYbOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1I3RkYbOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1I3RkYbOE img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-u1I3RkYbOE .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-u1I3RkYbOE .card-title,
.cid-u1I3RkYbOE .iconfont-wrapper {
  color: #232323;
  text-align: center;
}
.cid-u1I3RkYbOE .card-text {
  color: #232323;
}
.cid-u1I3RkYbOE .mbr-section-title {
  color: #c54686;
}
.cid-u1I3RkYbOE .mbr-section-subtitle {
  color: #232323;
}
.cid-u1I3RkYbOE .content-head {
  max-width: 800px;
}
.cid-u1I3RkYbOE .card-subtitle {
  color: #a1a1a1;
}
.cid-u2gQnqoBuK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2gQnqoBuK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2gQnqoBuK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2gQnqoBuK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2gQnqoBuK .row {
  flex-direction: row-reverse;
}
.cid-u2gQnqoBuK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2gQnqoBuK .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2gQnqoBuK .mbr-section-title {
  color: #c54686;
}
.cid-u2gQnqoBuK .mbr-text {
  color: #353535;
}
.cid-uePO89MMtH {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffcece;
}
.cid-uePO89MMtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePO89MMtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePO89MMtH img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uePO89MMtH .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uePO89MMtH .card-title,
.cid-uePO89MMtH .iconfont-wrapper {
  color: #232323;
}
.cid-uePO89MMtH .card-text {
  color: #232323;
}
.cid-uePO89MMtH .mbr-section-title {
  color: #c54686;
}
.cid-uePO89MMtH .mbr-section-subtitle {
  color: #232323;
}
.cid-uePO89MMtH .content-head {
  max-width: 800px;
}
.cid-uePO89MMtH .card-subtitle {
  color: #a1a1a1;
}
.cid-ueOFw804PB {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ueOFw804PB img,
.cid-ueOFw804PB .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ueOFw804PB .item:focus,
.cid-ueOFw804PB span:focus {
  outline: none;
}
.cid-ueOFw804PB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ueOFw804PB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueOFw804PB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ueOFw804PB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueOFw804PB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ueOFw804PB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ueOFw804PB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueOFw804PB .mbr-section-title {
  color: #353535;
}
.cid-ueOFw804PB .mbr-text,
.cid-ueOFw804PB .mbr-section-btn {
  text-align: center;
}
.cid-ueOFw804PB .item-title {
  text-align: center;
}
.cid-ueOFw804PB .item-subtitle {
  text-align: center;
  color: #ed5b2c;
}
.cid-tKsuuC9aJj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tKsuuC9aJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKsuuC9aJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKsuuC9aJj .mbr-section-title {
  color: #524e4e;
}
.cid-tKsuuC9aJj .mbr-text,
.cid-tKsuuC9aJj .mbr-section-btn {
  color: #524e4e;
}
.cid-uePVnockOy {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffcece;
}
.cid-uePVnockOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uePVnockOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uePVnockOy img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uePVnockOy .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uePVnockOy .card-title,
.cid-uePVnockOy .iconfont-wrapper {
  color: #232323;
}
.cid-uePVnockOy .card-text {
  color: #232323;
}
.cid-uePVnockOy .mbr-section-title {
  color: #c54686;
}
.cid-uePVnockOy .mbr-section-subtitle {
  color: #232323;
}
.cid-uePVnockOy .content-head {
  max-width: 800px;
}
.cid-uePVnockOy .card-subtitle {
  color: #a1a1a1;
}
.cid-u1CaJkOnQv {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1CaJkOnQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1CaJkOnQv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1CaJkOnQv .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-u1CaJkOnQv .mbr-section-subtitle {
  color: #353535;
}
.cid-usNa8kimvh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNa8kimvh li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNa8kimvh li:last-child {
  margin-bottom: 0;
}
.cid-usNa8kimvh .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNa8kimvh .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNa8kimvh .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNa8kimvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNa8kimvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNa8kimvh .mbr-section-title {
  color: #c54686;
}
.cid-uYPDi14Ucr.popup-builder {
  background-color: #ffffff;
}
.cid-uYPDi14Ucr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYPDi14Ucr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYPDi14Ucr .modal-content,
.cid-uYPDi14Ucr .modal-dialog {
  height: auto;
}
.cid-uYPDi14Ucr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYPDi14Ucr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYPDi14Ucr .form-wrapper .mbr-form .form-group,
  .cid-uYPDi14Ucr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYPDi14Ucr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYPDi14Ucr .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYPDi14Ucr .mbr-text {
  text-align: center;
}
.cid-uYPDi14Ucr .pt-0 {
  padding-top: 0 !important;
}
.cid-uYPDi14Ucr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYPDi14Ucr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYPDi14Ucr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYPDi14Ucr .modal-open {
  overflow: hidden;
}
.cid-uYPDi14Ucr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYPDi14Ucr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYPDi14Ucr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYPDi14Ucr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYPDi14Ucr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYPDi14Ucr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYPDi14Ucr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYPDi14Ucr .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYPDi14Ucr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYPDi14Ucr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYPDi14Ucr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYPDi14Ucr .modal-backdrop.show {
  opacity: .5;
}
.cid-uYPDi14Ucr .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYPDi14Ucr .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDi14Ucr .modal-header {
    padding: 1rem;
  }
}
.cid-uYPDi14Ucr .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYPDi14Ucr .modal-header .close svg {
  fill: #111111;
}
.cid-uYPDi14Ucr .modal-header .close:hover {
  opacity: 1;
}
.cid-uYPDi14Ucr .modal-header .close:focus {
  outline: none;
}
.cid-uYPDi14Ucr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYPDi14Ucr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYPDi14Ucr .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDi14Ucr .modal-body {
    padding: 1rem;
  }
}
.cid-uYPDi14Ucr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYPDi14Ucr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDi14Ucr .modal-footer {
    padding: 1rem;
  }
}
.cid-uYPDi14Ucr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYPDi14Ucr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYPDi14Ucr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYPDi14Ucr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYPDi14Ucr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYPDi14Ucr .modal-lg,
  .cid-uYPDi14Ucr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYPDi14Ucr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYPDi14Ucr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYPDi14Ucr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYPDi14Ucr .form-group {
  margin-bottom: 1rem;
}
.cid-uYPDi14Ucr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYPDi14Ucr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYPDi14Ucr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYPDi14Ucr .mbr-section-btn {
  margin: 0;
}
.cid-uYPDi14Ucr .mbr-section-btn .btn {
  margin: 0;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
#custom-html-s6 {
  /* Type valid CSS here */
}
#custom-html-s6 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-s6 p {
  font-size: 60px;
  color: #777;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3DfaLn6gh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3DfaLn6gh .mbr-section-subtitle {
  color: #111111;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsI9KVfpBC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #c54686;
}
.cid-tsI9KVfpBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsI9KVfpBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsI9KVfpBC .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tsI9KVfpBC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsI9KVfpBC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsI9KVfpBC .card-wrapper {
    padding: 4rem;
  }
}
.cid-tsI9KVfpBC .card-title {
  color: #c54686;
}
.cid-tsI9KVfpBC .mbr-text,
.cid-tsI9KVfpBC .mbr-section-btn {
  color: #111111;
}
.cid-ueZWyavP6Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ueZWyavP6Q .mbr-text {
  text-align: center;
}
.cid-tsmMZMPnhs {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tsmMZMPnhs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmMZMPnhs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsmMZMPnhs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsmMZMPnhs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsmMZMPnhs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #de5aa7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsmMZMPnhs H3 {
  color: #c54686;
  text-align: center;
}
.cid-uf00u3G9Qd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf00u3G9Qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf00u3G9Qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uf00u3G9Qd .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-uf00u3G9Qd .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-uf00u3G9Qd .card {
  background: #fff6ea;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uf00u3G9Qd .card {
    padding: 1rem;
  }
}
.cid-uf00u3G9Qd .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uf00u3G9Qd .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tsmMZNpJJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tsmMZNpJJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmMZNpJJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsmMZNpJJj .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsmMZNpJJj .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsmMZNpJJj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsmMZNpJJj .link-wrap {
    align-items: center;
  }
}
.cid-tsmMZNpJJj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsmMZNpJJj .mbr-text,
.cid-tsmMZNpJJj .link-wrap,
.cid-tsmMZNpJJj .mbr-section-btn {
  color: #000000;
}
.cid-tsmMZNpJJj .card-title,
.cid-tsmMZNpJJj .card-box {
  color: #c54686;
}
.cid-tsmMZNpJJj .mbr-text {
  color: #232323;
}
.cid-uabqTuAD5u {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uabqTuAD5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabqTuAD5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabqTuAD5u .mbr-section-title {
  color: #c54686;
}
.cid-uabvfQ1EPp {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #c54686;
}
.cid-uabvfQ1EPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uabvfQ1EPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uabvfQ1EPp .mbr-section-title {
  color: #ffffff;
}
.cid-uabvfQ1EPp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tsmMZN7FaJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsmMZN7FaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsmMZN7FaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsmMZN7FaJ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsmMZN7FaJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsmMZN7FaJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tsmMZN7FaJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tsmMZN7FaJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tsmMZN7FaJ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tsmMZN7FaJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsmMZN7FaJ .card-title {
  color: #c54686;
}
.cid-tsmMZN7FaJ .mbr-text,
.cid-tsmMZN7FaJ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uf00dsNByK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uf08qWlmHE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf08qWlmHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf08qWlmHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uf08qWlmHE .mt-5 {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .cid-uf08qWlmHE .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
  }
}
.cid-uf08qWlmHE .card {
  background: #fff6ea;
  padding: 2rem;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .cid-uf08qWlmHE .card {
    padding: 1rem;
  }
}
.cid-uf08qWlmHE .image-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uf08qWlmHE .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tsE76Hs6Q1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tsE76Hs6Q1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsE76Hs6Q1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsE76Hs6Q1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tsE76Hs6Q1 .icon-box {
  background: #c54686;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsE76Hs6Q1 .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tsE76Hs6Q1 .card {
    margin-bottom: 2rem;
  }
  .cid-tsE76Hs6Q1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tsE76Hs6Q1 .icon-title {
  color: #c54686;
}
.cid-tsE76Hs6Q1 .mbr-text,
.cid-tsE76Hs6Q1 .mbr-section-btn {
  color: #111111;
}
.cid-tsE76Hs6Q1 .card-title,
.cid-tsE76Hs6Q1 .card-box {
  color: #c54686;
}
.cid-tCPM8fqyby {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCPM8fqyby .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-tCPM8fqyby .panel-group {
  border: none;
}
.cid-tCPM8fqyby .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCPM8fqyby .panel-body,
.cid-tCPM8fqyby .card-header {
  padding: 1rem 0;
}
.cid-tCPM8fqyby .panel-title-edit {
  color: #000000;
}
.cid-tCPM8fqyby .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCPM8fqyby H3 {
  color: #c54686;
}
.cid-tCPM8fqyby H4 {
  color: #111111;
}
.cid-uf0bn8gtDA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uf0a1f4pqt {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #c54686;
}
.cid-uf0a1f4pqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf0a1f4pqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf0a1f4pqt .mbr-section-title {
  color: #ffffff;
}
.cid-uf0a1f4pqt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uf04Wj2Ep6 {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uf04Wj2Ep6 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uf04Wj2Ep6 .panel-group {
  border: none;
}
.cid-uf04Wj2Ep6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uf04Wj2Ep6 .panel-body,
.cid-uf04Wj2Ep6 .card-header {
  padding: 1rem 0;
}
.cid-uf04Wj2Ep6 .panel-title-edit {
  color: #000000;
}
.cid-uf04Wj2Ep6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uf04Wj2Ep6 H3 {
  color: #c54686;
}
.cid-uf04Wj2Ep6 H4 {
  color: #111111;
}
.cid-uf0bExZhzD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uf0bExZhzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uf0bExZhzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uf0bExZhzD .mbr-section-title {
  color: #c54686;
}
.cid-u1DhVxRDIJ {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DhVxRDIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DhVxRDIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DhVxRDIJ .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-u1DhTDHdKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1DhTDHdKi li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u1DhTDHdKi li:last-child {
  margin-bottom: 0;
}
.cid-u1DhTDHdKi .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u1DhTDHdKi .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u1DhTDHdKi .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u1DhTDHdKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DhTDHdKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0dijnS4Y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0dijnS4Y nav.navbar {
  position: fixed;
}
.cid-uz0dijnS4Y .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-uz0dijnS4Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0dijnS4Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0dijnS4Y .dropdown-item:hover,
.cid-uz0dijnS4Y .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0dijnS4Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0dijnS4Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0dijnS4Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0dijnS4Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0dijnS4Y .nav-link {
  position: relative;
}
.cid-uz0dijnS4Y .container {
  display: flex;
  margin: auto;
}
.cid-uz0dijnS4Y .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0dijnS4Y .dropdown-menu,
.cid-uz0dijnS4Y .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0dijnS4Y .nav-item:focus,
.cid-uz0dijnS4Y .nav-link:focus {
  outline: none;
}
.cid-uz0dijnS4Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0dijnS4Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0dijnS4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0dijnS4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0dijnS4Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0dijnS4Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0dijnS4Y .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: #ffffff;
}
.cid-uz0dijnS4Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0dijnS4Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0dijnS4Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0dijnS4Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0dijnS4Y .navbar.collapsed {
  justify-content: center;
}
.cid-uz0dijnS4Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0dijnS4Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0dijnS4Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0dijnS4Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0dijnS4Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0dijnS4Y .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-uz0dijnS4Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0dijnS4Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0dijnS4Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0dijnS4Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0dijnS4Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0dijnS4Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0dijnS4Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0dijnS4Y .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-uz0dijnS4Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0dijnS4Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0dijnS4Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0dijnS4Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0dijnS4Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0dijnS4Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0dijnS4Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0dijnS4Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0dijnS4Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0dijnS4Y .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-uz0dijnS4Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0dijnS4Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0dijnS4Y .dropdown-item.active,
.cid-uz0dijnS4Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0dijnS4Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0dijnS4Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0dijnS4Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0dijnS4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0dijnS4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0dijnS4Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0dijnS4Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0dijnS4Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0dijnS4Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0dijnS4Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0dijnS4Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0dijnS4Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0dijnS4Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0dijnS4Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0dijnS4Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0dijnS4Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0dijnS4Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0dijnS4Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0dijnS4Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0dijnS4Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0dijnS4Y .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-uz0dijnS4Y .navbar {
    height: 70px;
  }
  .cid-uz0dijnS4Y .navbar.opened {
    height: auto;
  }
  .cid-uz0dijnS4Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0dfmzk3A {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-uz0dfmzk3A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0dfmzk3A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0dfmzk3A .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uz0dujGOe0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uz0dujGOe0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0dujGOe0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0dujGOe0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0dujGOe0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0dujGOe0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0dujGOe0 .mbr-section-title {
  color: #c54686;
}
.cid-uz0dDnw4Dd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffcece;
}
.cid-uz0dDnw4Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0dDnw4Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0e3hpn3M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0e3hpn3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0e3hpn3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0e3hpn3M .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0e3hpn3M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uz0e3hpn3M .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uz0hyrYuS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0hyrYuS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0hyrYuS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0hdVJk2Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0hdVJk2Z li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0hdVJk2Z li:last-child {
  margin-bottom: 0;
}
.cid-uz0hdVJk2Z .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0hdVJk2Z .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0hdVJk2Z .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0hdVJk2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0hdVJk2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0hdVJk2Z .mbr-section-title {
  color: #c54686;
}
.cid-uz0hewzc6q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0hewzc6q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0hewzc6q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0hewzc6q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0hewzc6q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0hewzc6q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0hewzc6q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0hewzc6q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0hewzc6q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0hewzc6q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0hewzc6q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0hewzc6q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0hewzc6q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0hewzc6q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0hewzc6q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0hewzc6q .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0hewzc6q foot-menu-item {
  color: #111111;
}
.cid-uC6SQE9NTS.popup-builder {
  background-color: #ffffff;
}
.cid-uC6SQE9NTS.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uC6SQE9NTS.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uC6SQE9NTS .modal-content,
.cid-uC6SQE9NTS .modal-dialog {
  height: auto;
}
.cid-uC6SQE9NTS .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uC6SQE9NTS .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uC6SQE9NTS .form-wrapper .mbr-form .form-group,
  .cid-uC6SQE9NTS .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uC6SQE9NTS .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uC6SQE9NTS .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uC6SQE9NTS .mbr-text {
  text-align: center;
}
.cid-uC6SQE9NTS .pt-0 {
  padding-top: 0 !important;
}
.cid-uC6SQE9NTS .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uC6SQE9NTS .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uC6SQE9NTS .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uC6SQE9NTS .modal-open {
  overflow: hidden;
}
.cid-uC6SQE9NTS .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uC6SQE9NTS .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uC6SQE9NTS .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uC6SQE9NTS .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uC6SQE9NTS .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uC6SQE9NTS .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uC6SQE9NTS .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uC6SQE9NTS .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uC6SQE9NTS .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uC6SQE9NTS .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uC6SQE9NTS .modal-backdrop.fade {
  opacity: 0;
}
.cid-uC6SQE9NTS .modal-backdrop.show {
  opacity: .5;
}
.cid-uC6SQE9NTS .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uC6SQE9NTS .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uC6SQE9NTS .modal-header {
    padding: 1rem;
  }
}
.cid-uC6SQE9NTS .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uC6SQE9NTS .modal-header .close svg {
  fill: #353535;
}
.cid-uC6SQE9NTS .modal-header .close:hover {
  opacity: 1;
}
.cid-uC6SQE9NTS .modal-header .close:focus {
  outline: none;
}
.cid-uC6SQE9NTS .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uC6SQE9NTS .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uC6SQE9NTS .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC6SQE9NTS .modal-body {
    padding: 1rem;
  }
}
.cid-uC6SQE9NTS .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uC6SQE9NTS .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC6SQE9NTS .modal-footer {
    padding: 1rem;
  }
}
.cid-uC6SQE9NTS .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uC6SQE9NTS .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uC6SQE9NTS .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uC6SQE9NTS .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uC6SQE9NTS .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uC6SQE9NTS .modal-lg,
  .cid-uC6SQE9NTS .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uC6SQE9NTS .modal-xl {
    max-width: 1140px;
  }
}
.cid-uC6SQE9NTS .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uC6SQE9NTS .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uC6SQE9NTS .form-group {
  margin-bottom: 1rem;
}
.cid-uC6SQE9NTS .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uC6SQE9NTS .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uC6SQE9NTS .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uC6SQE9NTS .mbr-section-btn {
  margin: 0;
}
.cid-uC6SQE9NTS .mbr-section-btn .btn {
  margin: 0;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCTV8k0wPi {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-tCTV8k0wPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTV8k0wPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTV8k0wPi .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tCTV8k0wPi .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCTV8k0wPi .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCTV8k0wPi .card-wrapper {
    padding: 4rem;
  }
}
.cid-tCTV8k0wPi .card-title {
  color: #c54686;
}
.cid-tCTV8k0wPi .mbr-text,
.cid-tCTV8k0wPi .mbr-section-btn {
  color: #111111;
}
#custom-html-1cp {
  /* Type valid CSS here */
}
#custom-html-1cp div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-1cp p {
  font-size: 60px;
  color: #777;
}
.cid-ugfqwv0zYd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ugfqwv0zYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfqwv0zYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfqwv0zYd ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugfqwv0zYd li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugfqwv0zYd ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ugfqwv0zYd H3 {
  color: #c54686;
  text-align: center;
}
.cid-ugfqwv0zYd .list {
  color: #232323;
}
.cid-ua6eh3lynB {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ua6eh3lynB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ua6eh3lynB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ua6eh3lynB .row {
  flex-direction: row-reverse;
}
.cid-ua6eh3lynB .video-wrapper iframe {
  width: 100%;
}
.cid-ua6eh3lynB .mbr-section-title,
.cid-ua6eh3lynB .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ua6eh3lynB .text-wrapper {
    padding: 2rem;
  }
}
.cid-ua6eh3lynB .mbr-section-subtitle {
  color: #555555;
}
.cid-tCOcPaJ3Q4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-tCOcPaJ3Q4 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tCOcPaJ3Q4 .mbr-text,
.cid-tCOcPaJ3Q4 .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-u1xbOyyECQ {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1xbOyyECQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xbOyyECQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1xbOyyECQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1xbOyyECQ .row {
  flex-direction: row-reverse;
}
.cid-u1xbOyyECQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1xbOyyECQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u1xbOyyECQ .mbr-section-title {
  color: #c54686;
}
.cid-u1xbOyyECQ .mbr-section-title DIV {
  text-align: left;
}
.cid-tCOcW15fob {
  padding-top: 7rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-tCOcW15fob .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCOcW15fob .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCOcW15fob ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tCOcW15fob li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tCOcW15fob ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tCOcW15fob H3 {
  color: #c54686;
}
.cid-ueQ5O3AuG1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueQ6IQ1Mi5 {
  padding-top: 10rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ueQ6IQ1Mi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQ6IQ1Mi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQ6IQ1Mi5 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ueQ6IQ1Mi5 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ueQ6IQ1Mi5 .card-title,
.cid-ueQ6IQ1Mi5 .iconfont-wrapper {
  color: #232323;
}
.cid-ueQ6IQ1Mi5 .card-text {
  color: #232323;
}
.cid-ueQ6IQ1Mi5 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-ueQ6IQ1Mi5 .mbr-section-subtitle {
  color: #232323;
}
.cid-ueQ6IQ1Mi5 .content-head {
  max-width: 800px;
}
.cid-ueQ6IQ1Mi5 .card-subtitle {
  color: #a1a1a1;
}
.cid-ueQ6Snop8G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueQ6Snop8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQ6Snop8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQ6Snop8G img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ueQ6Snop8G .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ueQ6Snop8G .card-title,
.cid-ueQ6Snop8G .iconfont-wrapper {
  color: #232323;
}
.cid-ueQ6Snop8G .card-text {
  color: #232323;
}
.cid-ueQ6Snop8G .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-ueQ6Snop8G .mbr-section-subtitle {
  color: #232323;
}
.cid-ueQ6Snop8G .content-head {
  max-width: 800px;
}
.cid-ueQ6Snop8G .card-subtitle {
  color: #a1a1a1;
}
.cid-ueQ70WjM9f {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueQ70WjM9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQ70WjM9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQ70WjM9f img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ueQ70WjM9f .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ueQ70WjM9f .card-title,
.cid-ueQ70WjM9f .iconfont-wrapper {
  color: #232323;
}
.cid-ueQ70WjM9f .card-text {
  color: #232323;
}
.cid-ueQ70WjM9f .mbr-section-title {
  color: #c54686;
}
.cid-ueQ70WjM9f .mbr-section-subtitle {
  color: #232323;
}
.cid-ueQ70WjM9f .content-head {
  max-width: 800px;
}
.cid-ueQ70WjM9f .card-subtitle {
  color: #a1a1a1;
}
.cid-ueQ7jem4Kr {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ueQ7jem4Kr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQ7jem4Kr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueQ7jem4Kr img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ueQ7jem4Kr .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ueQ7jem4Kr .card-title,
.cid-ueQ7jem4Kr .iconfont-wrapper {
  color: #232323;
}
.cid-ueQ7jem4Kr .card-text {
  color: #232323;
}
.cid-ueQ7jem4Kr .mbr-section-title {
  color: #c54686;
}
.cid-ueQ7jem4Kr .mbr-section-subtitle {
  color: #232323;
}
.cid-ueQ7jem4Kr .content-head {
  max-width: 800px;
}
.cid-ueQ7jem4Kr .card-subtitle {
  color: #a1a1a1;
}
.cid-ueQ7IvkyVu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCPd4QHXCk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCPd4QHXCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPd4QHXCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPd4QHXCk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tCPd4QHXCk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tCPd4QHXCk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tCPd4QHXCk H3 {
  color: #c54686;
}
.cid-tCPd4QHXCk .list {
  text-align: left;
}
.cid-ueQdglSVQF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #fff6ea;
}
.cid-ueQdglSVQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueQdglSVQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ueQdglSVQF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueQdglSVQF .row {
  flex-direction: row-reverse;
}
.cid-ueQdglSVQF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ueQdglSVQF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ueQdglSVQF .mbr-section-title {
  color: #c54686;
}
.cid-u1xewoUkwK {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1xewoUkwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xewoUkwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xewoUkwK .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-u2huNM4Hzm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-u2huNM4Hzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2huNM4Hzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2huNM4Hzm .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u2huNM4Hzm .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u2huNM4Hzm .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u2huNM4Hzm .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u2huNM4Hzm .row .row {
    flex-direction: column-reverse;
  }
  .cid-u2huNM4Hzm .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u2huNM4Hzm .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u2huNM4Hzm .card-subtitle {
  color: #0095ff;
}
.cid-u2huNM4Hzm .mbr-text {
  color: #555555;
}
.cid-u1xetwBbYB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-u1xetwBbYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xetwBbYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xetwBbYB .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-u1xetwBbYB .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1xetwBbYB .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-u1xetwBbYB .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u1xetwBbYB .row .row {
    flex-direction: column-reverse;
  }
  .cid-u1xetwBbYB .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u1xetwBbYB .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u1xetwBbYB .card-subtitle {
  color: #0095ff;
}
.cid-u1xetwBbYB .mbr-text {
  color: #555555;
}
.cid-u1xetwBbYB .card-title {
  color: #111111;
}
.cid-ueQdLJD59v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCPiHoff8G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCPiHoff8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPiHoff8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPiHoff8G .mbr-section-title {
  color: #111111;
}
.cid-tCPClxwxNX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCPClxwxNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCPClxwxNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCPClxwxNX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCPClxwxNX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCPClxwxNX .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-tCPClxwxNX .panel-body,
.cid-tCPClxwxNX .card-header {
  padding: 1rem 0;
}
.cid-tCPClxwxNX .panel-title-edit {
  color: #000000;
}
.cid-tCPClxwxNX H3 {
  color: #c54686;
}
.cid-u1xkrLytSF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1xkrLytSF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1xkrLytSF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1xkrLytSF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1xkrLytSF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1xkrLytSF .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-u1xkrLytSF .panel-body,
.cid-u1xkrLytSF .card-header {
  padding: 1rem 0;
}
.cid-u1xkrLytSF .panel-title-edit {
  color: #000000;
}
.cid-u1xkrLytSF H3 {
  color: #c54686;
}
.cid-u8ga9J0Dvx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8ga9J0Dvx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8ga9J0Dvx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8ga9J0Dvx .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8ga9J0Dvx .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8ga9J0Dvx .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-u8ga9J0Dvx .panel-body,
.cid-u8ga9J0Dvx .card-header {
  padding: 1rem 0;
}
.cid-u8ga9J0Dvx .panel-title-edit {
  color: #000000;
}
.cid-u8ga9J0Dvx H3 {
  color: #c54686;
}
.cid-u1xiZRq8HN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCTnhq13F9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCTnhq13F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCTnhq13F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCTnhq13F9 .mbr-section-title {
  color: #c54686;
}
.cid-u1DivTwOIM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DivTwOIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DivTwOIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DivTwOIM .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-u1DiuorKKr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u1DiuorKKr li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-u1DiuorKKr li:last-child {
  margin-bottom: 0;
}
.cid-u1DiuorKKr .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-u1DiuorKKr .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-u1DiuorKKr .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-u1DiuorKKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DiuorKKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0lrC5tpr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0lrC5tpr nav.navbar {
  position: fixed;
}
.cid-uz0lrC5tpr .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-uz0lrC5tpr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0lrC5tpr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0lrC5tpr .dropdown-item:hover,
.cid-uz0lrC5tpr .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0lrC5tpr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0lrC5tpr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0lrC5tpr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0lrC5tpr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0lrC5tpr .nav-link {
  position: relative;
}
.cid-uz0lrC5tpr .container {
  display: flex;
  margin: auto;
}
.cid-uz0lrC5tpr .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0lrC5tpr .dropdown-menu,
.cid-uz0lrC5tpr .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0lrC5tpr .nav-item:focus,
.cid-uz0lrC5tpr .nav-link:focus {
  outline: none;
}
.cid-uz0lrC5tpr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0lrC5tpr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0lrC5tpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0lrC5tpr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0lrC5tpr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0lrC5tpr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0lrC5tpr .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: #ffffff;
}
.cid-uz0lrC5tpr .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0lrC5tpr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0lrC5tpr .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0lrC5tpr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0lrC5tpr .navbar.collapsed {
  justify-content: center;
}
.cid-uz0lrC5tpr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0lrC5tpr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0lrC5tpr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0lrC5tpr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0lrC5tpr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0lrC5tpr .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-uz0lrC5tpr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0lrC5tpr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0lrC5tpr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0lrC5tpr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0lrC5tpr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0lrC5tpr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0lrC5tpr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0lrC5tpr .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-uz0lrC5tpr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0lrC5tpr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0lrC5tpr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0lrC5tpr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0lrC5tpr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0lrC5tpr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0lrC5tpr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0lrC5tpr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0lrC5tpr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0lrC5tpr .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-uz0lrC5tpr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0lrC5tpr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0lrC5tpr .dropdown-item.active,
.cid-uz0lrC5tpr .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0lrC5tpr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0lrC5tpr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0lrC5tpr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0lrC5tpr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0lrC5tpr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0lrC5tpr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0lrC5tpr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0lrC5tpr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0lrC5tpr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0lrC5tpr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0lrC5tpr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0lrC5tpr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0lrC5tpr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0lrC5tpr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0lrC5tpr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0lrC5tpr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0lrC5tpr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0lrC5tpr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0lrC5tpr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0lrC5tpr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0lrC5tpr .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-uz0lrC5tpr .navbar {
    height: 70px;
  }
  .cid-uz0lrC5tpr .navbar.opened {
    height: auto;
  }
  .cid-uz0lrC5tpr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0lqZ91pb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lqZ91pb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0lqZ91pb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0lqZ91pb .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0lqZ91pb .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0lwrJwfq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lwrJwfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0lwrJwfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0lwrJwfq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0lwrJwfq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0lwrJwfq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0lxyiyxQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lyJHDFh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lyJHDFh blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0lyJHDFh .mbr-section-title {
  color: #ffffff;
}
.cid-uz0lyJHDFh .mbr-text {
  color: #fafafa;
}
.cid-uX3uxbOQUP {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uxbOQUP img,
.cid-uX3uxbOQUP .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3uxbOQUP .item:focus,
.cid-uX3uxbOQUP span:focus {
  outline: none;
}
.cid-uX3uxbOQUP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3uxbOQUP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3uxbOQUP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3uxbOQUP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3uxbOQUP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3uxbOQUP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3uxbOQUP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3uxbOQUP .mbr-section-title {
  color: #c54686;
}
.cid-uX3uxbOQUP .mbr-text,
.cid-uX3uxbOQUP .mbr-section-btn {
  text-align: left;
}
.cid-uX3uxbOQUP .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3uxbOQUP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rkBkyf9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rkBkyf9 img,
.cid-uC1rkBkyf9 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rkBkyf9 .item:focus,
.cid-uC1rkBkyf9 span:focus {
  outline: none;
}
.cid-uC1rkBkyf9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rkBkyf9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rkBkyf9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rkBkyf9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rkBkyf9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rkBkyf9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rkBkyf9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rkBkyf9 .mbr-section-title {
  color: #c54686;
}
.cid-uC1rkBkyf9 .mbr-text,
.cid-uC1rkBkyf9 .mbr-section-btn {
  text-align: left;
}
.cid-uC1rkBkyf9 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rkBkyf9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0lCtjdeV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lCtjdeV img,
.cid-uz0lCtjdeV .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0lCtjdeV .item:focus,
.cid-uz0lCtjdeV span:focus {
  outline: none;
}
.cid-uz0lCtjdeV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0lCtjdeV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0lCtjdeV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0lCtjdeV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0lCtjdeV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0lCtjdeV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0lCtjdeV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0lCtjdeV .mbr-section-title {
  color: #c54686;
}
.cid-uz0lCtjdeV .mbr-text,
.cid-uz0lCtjdeV .mbr-section-btn {
  text-align: left;
}
.cid-uz0lCtjdeV .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0lCtjdeV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0lEhFWce {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lEhFWce img,
.cid-uz0lEhFWce .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0lEhFWce .item:focus,
.cid-uz0lEhFWce span:focus {
  outline: none;
}
.cid-uz0lEhFWce .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0lEhFWce .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0lEhFWce .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0lEhFWce .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0lEhFWce .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0lEhFWce .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0lEhFWce .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0lEhFWce .mbr-section-title {
  color: #c54686;
}
.cid-uz0lEhFWce .mbr-text,
.cid-uz0lEhFWce .mbr-section-btn {
  text-align: left;
}
.cid-uz0lEhFWce .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0lEhFWce .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0lFVjnwO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lFVjnwO img,
.cid-uz0lFVjnwO .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0lFVjnwO .item:focus,
.cid-uz0lFVjnwO span:focus {
  outline: none;
}
.cid-uz0lFVjnwO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0lFVjnwO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0lFVjnwO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0lFVjnwO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0lFVjnwO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0lFVjnwO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0lFVjnwO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0lFVjnwO .mbr-section-title {
  color: #c54686;
}
.cid-uz0lFVjnwO .mbr-text,
.cid-uz0lFVjnwO .mbr-section-btn {
  text-align: left;
}
.cid-uz0lFVjnwO .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0lFVjnwO .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0lHKCYwH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0lHKCYwH img,
.cid-uz0lHKCYwH .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0lHKCYwH .item:focus,
.cid-uz0lHKCYwH span:focus {
  outline: none;
}
.cid-uz0lHKCYwH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0lHKCYwH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0lHKCYwH .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0lHKCYwH .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0lHKCYwH .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0lHKCYwH .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0lHKCYwH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0lHKCYwH .mbr-section-title {
  color: #c54686;
}
.cid-uz0lHKCYwH .mbr-text,
.cid-uz0lHKCYwH .mbr-section-btn {
  text-align: left;
}
.cid-uz0lHKCYwH .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0lHKCYwH .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0mRtR0sz {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0mRtR0sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0mRtR0sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0mRtR0sz .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0mSlp1JC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0mSlp1JC li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0mSlp1JC li:last-child {
  margin-bottom: 0;
}
.cid-uz0mSlp1JC .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0mSlp1JC .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0mSlp1JC .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0mSlp1JC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0mSlp1JC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0mSlp1JC .mbr-section-title {
  color: #c54686;
}
.cid-uz0mSQvGLh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0mSQvGLh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0mSQvGLh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0mSQvGLh .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0mSQvGLh .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0mSQvGLh .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0mSQvGLh .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0mSQvGLh .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0mSQvGLh .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0mSQvGLh .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0mSQvGLh .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0mSQvGLh .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0mSQvGLh .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0mSQvGLh .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0mSQvGLh .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0mSQvGLh .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0mSQvGLh foot-menu-item {
  color: #111111;
}
.cid-uDgk6mtcox.popup-builder {
  background-color: #ffffff;
}
.cid-uDgk6mtcox.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgk6mtcox.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgk6mtcox .modal-content,
.cid-uDgk6mtcox .modal-dialog {
  height: auto;
}
.cid-uDgk6mtcox .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgk6mtcox .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgk6mtcox .form-wrapper .mbr-form .form-group,
  .cid-uDgk6mtcox .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgk6mtcox .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgk6mtcox .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDgk6mtcox .mbr-text {
  text-align: center;
}
.cid-uDgk6mtcox .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgk6mtcox .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgk6mtcox .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgk6mtcox .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgk6mtcox .modal-open {
  overflow: hidden;
}
.cid-uDgk6mtcox .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgk6mtcox .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgk6mtcox .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgk6mtcox .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDgk6mtcox .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgk6mtcox .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgk6mtcox .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgk6mtcox .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDgk6mtcox .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgk6mtcox .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgk6mtcox .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgk6mtcox .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgk6mtcox .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDgk6mtcox .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk6mtcox .modal-header {
    padding: 1rem;
  }
}
.cid-uDgk6mtcox .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgk6mtcox .modal-header .close svg {
  fill: #353535;
}
.cid-uDgk6mtcox .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgk6mtcox .modal-header .close:focus {
  outline: none;
}
.cid-uDgk6mtcox .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgk6mtcox .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgk6mtcox .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk6mtcox .modal-body {
    padding: 1rem;
  }
}
.cid-uDgk6mtcox .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDgk6mtcox .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk6mtcox .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgk6mtcox .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgk6mtcox .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgk6mtcox .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgk6mtcox .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgk6mtcox .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDgk6mtcox .modal-lg,
  .cid-uDgk6mtcox .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgk6mtcox .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgk6mtcox .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgk6mtcox .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDgk6mtcox .form-group {
  margin-bottom: 1rem;
}
.cid-uDgk6mtcox .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgk6mtcox .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgk6mtcox .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDgk6mtcox .mbr-section-btn {
  margin: 0;
}
.cid-uDgk6mtcox .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz0nDCmGrw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0nDCmGrw nav.navbar {
  position: fixed;
}
.cid-uz0nDCmGrw .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-uz0nDCmGrw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0nDCmGrw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0nDCmGrw .dropdown-item:hover,
.cid-uz0nDCmGrw .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0nDCmGrw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0nDCmGrw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0nDCmGrw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0nDCmGrw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0nDCmGrw .nav-link {
  position: relative;
}
.cid-uz0nDCmGrw .container {
  display: flex;
  margin: auto;
}
.cid-uz0nDCmGrw .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0nDCmGrw .dropdown-menu,
.cid-uz0nDCmGrw .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0nDCmGrw .nav-item:focus,
.cid-uz0nDCmGrw .nav-link:focus {
  outline: none;
}
.cid-uz0nDCmGrw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0nDCmGrw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0nDCmGrw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0nDCmGrw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0nDCmGrw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0nDCmGrw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0nDCmGrw .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: #ffffff;
}
.cid-uz0nDCmGrw .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0nDCmGrw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0nDCmGrw .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0nDCmGrw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0nDCmGrw .navbar.collapsed {
  justify-content: center;
}
.cid-uz0nDCmGrw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0nDCmGrw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0nDCmGrw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0nDCmGrw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0nDCmGrw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0nDCmGrw .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-uz0nDCmGrw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0nDCmGrw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0nDCmGrw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0nDCmGrw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0nDCmGrw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0nDCmGrw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0nDCmGrw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0nDCmGrw .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-uz0nDCmGrw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0nDCmGrw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0nDCmGrw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0nDCmGrw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0nDCmGrw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0nDCmGrw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0nDCmGrw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0nDCmGrw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0nDCmGrw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0nDCmGrw .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-uz0nDCmGrw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0nDCmGrw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0nDCmGrw .dropdown-item.active,
.cid-uz0nDCmGrw .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0nDCmGrw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0nDCmGrw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0nDCmGrw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0nDCmGrw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0nDCmGrw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0nDCmGrw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0nDCmGrw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0nDCmGrw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0nDCmGrw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0nDCmGrw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0nDCmGrw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0nDCmGrw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0nDCmGrw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0nDCmGrw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0nDCmGrw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0nDCmGrw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0nDCmGrw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0nDCmGrw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0nDCmGrw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0nDCmGrw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0nDCmGrw .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-uz0nDCmGrw .navbar {
    height: 70px;
  }
  .cid-uz0nDCmGrw .navbar.opened {
    height: auto;
  }
  .cid-uz0nDCmGrw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0nF24x4Q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nF24x4Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0nF24x4Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0nF24x4Q .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0nF24x4Q .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0nHzlBIB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nHzlBIB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0nHzlBIB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0nHzlBIB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0nHzlBIB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0nHzlBIB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0nI54wHV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nIJm3xX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nIJm3xX blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0nIJm3xX .mbr-section-title {
  color: #ffffff;
}
.cid-uz0nIJm3xX .mbr-text {
  color: #fafafa;
}
.cid-uX3uELk24N {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uELk24N img,
.cid-uX3uELk24N .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3uELk24N .item:focus,
.cid-uX3uELk24N span:focus {
  outline: none;
}
.cid-uX3uELk24N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3uELk24N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3uELk24N .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3uELk24N .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3uELk24N .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3uELk24N .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3uELk24N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3uELk24N .mbr-section-title {
  color: #c54686;
}
.cid-uX3uELk24N .mbr-text,
.cid-uX3uELk24N .mbr-section-btn {
  text-align: left;
}
.cid-uX3uELk24N .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3uELk24N .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rrmcZfg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rrmcZfg img,
.cid-uC1rrmcZfg .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rrmcZfg .item:focus,
.cid-uC1rrmcZfg span:focus {
  outline: none;
}
.cid-uC1rrmcZfg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rrmcZfg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rrmcZfg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rrmcZfg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rrmcZfg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rrmcZfg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rrmcZfg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rrmcZfg .mbr-section-title {
  color: #c54686;
}
.cid-uC1rrmcZfg .mbr-text,
.cid-uC1rrmcZfg .mbr-section-btn {
  text-align: left;
}
.cid-uC1rrmcZfg .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rrmcZfg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0nRaHGTa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nRaHGTa img,
.cid-uz0nRaHGTa .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0nRaHGTa .item:focus,
.cid-uz0nRaHGTa span:focus {
  outline: none;
}
.cid-uz0nRaHGTa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0nRaHGTa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0nRaHGTa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0nRaHGTa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0nRaHGTa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0nRaHGTa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0nRaHGTa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0nRaHGTa .mbr-section-title {
  color: #c54686;
}
.cid-uz0nRaHGTa .mbr-text,
.cid-uz0nRaHGTa .mbr-section-btn {
  text-align: left;
}
.cid-uz0nRaHGTa .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0nRaHGTa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0nS0qY3t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nS0qY3t img,
.cid-uz0nS0qY3t .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0nS0qY3t .item:focus,
.cid-uz0nS0qY3t span:focus {
  outline: none;
}
.cid-uz0nS0qY3t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0nS0qY3t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0nS0qY3t .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0nS0qY3t .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0nS0qY3t .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0nS0qY3t .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0nS0qY3t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0nS0qY3t .mbr-section-title {
  color: #c54686;
}
.cid-uz0nS0qY3t .mbr-text,
.cid-uz0nS0qY3t .mbr-section-btn {
  text-align: left;
}
.cid-uz0nS0qY3t .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0nS0qY3t .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0nUa3NmI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nUa3NmI img,
.cid-uz0nUa3NmI .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0nUa3NmI .item:focus,
.cid-uz0nUa3NmI span:focus {
  outline: none;
}
.cid-uz0nUa3NmI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0nUa3NmI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0nUa3NmI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0nUa3NmI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0nUa3NmI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0nUa3NmI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0nUa3NmI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0nUa3NmI .mbr-section-title {
  color: #c54686;
}
.cid-uz0nUa3NmI .mbr-text,
.cid-uz0nUa3NmI .mbr-section-btn {
  text-align: left;
}
.cid-uz0nUa3NmI .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0nUa3NmI .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0nURtza7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0nURtza7 img,
.cid-uz0nURtza7 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0nURtza7 .item:focus,
.cid-uz0nURtza7 span:focus {
  outline: none;
}
.cid-uz0nURtza7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0nURtza7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0nURtza7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0nURtza7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0nURtza7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0nURtza7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0nURtza7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0nURtza7 .mbr-section-title {
  color: #c54686;
}
.cid-uz0nURtza7 .mbr-text,
.cid-uz0nURtza7 .mbr-section-btn {
  text-align: left;
}
.cid-uz0nURtza7 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0nURtza7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qrb6DqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0qrb6DqS nav.navbar {
  position: fixed;
}
.cid-uz0qrb6DqS .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-uz0qrb6DqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0qrb6DqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0qrb6DqS .dropdown-item:hover,
.cid-uz0qrb6DqS .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0qrb6DqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0qrb6DqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0qrb6DqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0qrb6DqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0qrb6DqS .nav-link {
  position: relative;
}
.cid-uz0qrb6DqS .container {
  display: flex;
  margin: auto;
}
.cid-uz0qrb6DqS .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0qrb6DqS .dropdown-menu,
.cid-uz0qrb6DqS .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0qrb6DqS .nav-item:focus,
.cid-uz0qrb6DqS .nav-link:focus {
  outline: none;
}
.cid-uz0qrb6DqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0qrb6DqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0qrb6DqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0qrb6DqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0qrb6DqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0qrb6DqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0qrb6DqS .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: #ffffff;
}
.cid-uz0qrb6DqS .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0qrb6DqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0qrb6DqS .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0qrb6DqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0qrb6DqS .navbar.collapsed {
  justify-content: center;
}
.cid-uz0qrb6DqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0qrb6DqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0qrb6DqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0qrb6DqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0qrb6DqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0qrb6DqS .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-uz0qrb6DqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0qrb6DqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0qrb6DqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0qrb6DqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0qrb6DqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0qrb6DqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0qrb6DqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0qrb6DqS .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-uz0qrb6DqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0qrb6DqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0qrb6DqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0qrb6DqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0qrb6DqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0qrb6DqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0qrb6DqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0qrb6DqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0qrb6DqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0qrb6DqS .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-uz0qrb6DqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0qrb6DqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0qrb6DqS .dropdown-item.active,
.cid-uz0qrb6DqS .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0qrb6DqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0qrb6DqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0qrb6DqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0qrb6DqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0qrb6DqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0qrb6DqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0qrb6DqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0qrb6DqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0qrb6DqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0qrb6DqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0qrb6DqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0qrb6DqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0qrb6DqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0qrb6DqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0qrb6DqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0qrb6DqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0qrb6DqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0qrb6DqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0qrb6DqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0qrb6DqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0qrb6DqS .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-uz0qrb6DqS .navbar {
    height: 70px;
  }
  .cid-uz0qrb6DqS .navbar.opened {
    height: auto;
  }
  .cid-uz0qrb6DqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0qsaxxzc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qsaxxzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0qsaxxzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0qsaxxzc .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0qsaxxzc .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0qtmV4Q3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qtmV4Q3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0qtmV4Q3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0qtmV4Q3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0qtmV4Q3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0qtmV4Q3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0qtHTc7h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0quiceBq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0quiceBq blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0quiceBq .mbr-section-title {
  color: #ffffff;
}
.cid-uz0quiceBq .mbr-text {
  color: #fafafa;
}
.cid-uX3uZqJQUi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uZqJQUi img,
.cid-uX3uZqJQUi .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3uZqJQUi .item:focus,
.cid-uX3uZqJQUi span:focus {
  outline: none;
}
.cid-uX3uZqJQUi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3uZqJQUi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3uZqJQUi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3uZqJQUi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3uZqJQUi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3uZqJQUi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3uZqJQUi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3uZqJQUi .mbr-section-title {
  color: #c54686;
}
.cid-uX3uZqJQUi .mbr-text,
.cid-uX3uZqJQUi .mbr-section-btn {
  text-align: left;
}
.cid-uX3uZqJQUi .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3uZqJQUi .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rI7Mguq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rI7Mguq img,
.cid-uC1rI7Mguq .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rI7Mguq .item:focus,
.cid-uC1rI7Mguq span:focus {
  outline: none;
}
.cid-uC1rI7Mguq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rI7Mguq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rI7Mguq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rI7Mguq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rI7Mguq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rI7Mguq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rI7Mguq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rI7Mguq .mbr-section-title {
  color: #c54686;
}
.cid-uC1rI7Mguq .mbr-text,
.cid-uC1rI7Mguq .mbr-section-btn {
  text-align: left;
}
.cid-uC1rI7Mguq .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rI7Mguq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qyTnTGe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qyTnTGe img,
.cid-uz0qyTnTGe .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0qyTnTGe .item:focus,
.cid-uz0qyTnTGe span:focus {
  outline: none;
}
.cid-uz0qyTnTGe .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0qyTnTGe .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0qyTnTGe .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0qyTnTGe .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0qyTnTGe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0qyTnTGe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0qyTnTGe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0qyTnTGe .mbr-section-title {
  color: #c54686;
}
.cid-uz0qyTnTGe .mbr-text,
.cid-uz0qyTnTGe .mbr-section-btn {
  text-align: left;
}
.cid-uz0qyTnTGe .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0qyTnTGe .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qw32O3Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qw32O3Y img,
.cid-uz0qw32O3Y .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0qw32O3Y .item:focus,
.cid-uz0qw32O3Y span:focus {
  outline: none;
}
.cid-uz0qw32O3Y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0qw32O3Y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0qw32O3Y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0qw32O3Y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0qw32O3Y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0qw32O3Y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0qw32O3Y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0qw32O3Y .mbr-section-title {
  color: #c54686;
}
.cid-uz0qw32O3Y .mbr-text,
.cid-uz0qw32O3Y .mbr-section-btn {
  text-align: left;
}
.cid-uz0qw32O3Y .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0qw32O3Y .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qwRNAux {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qwRNAux img,
.cid-uz0qwRNAux .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0qwRNAux .item:focus,
.cid-uz0qwRNAux span:focus {
  outline: none;
}
.cid-uz0qwRNAux .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0qwRNAux .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0qwRNAux .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0qwRNAux .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0qwRNAux .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0qwRNAux .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0qwRNAux .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0qwRNAux .mbr-section-title {
  color: #c54686;
}
.cid-uz0qwRNAux .mbr-text,
.cid-uz0qwRNAux .mbr-section-btn {
  text-align: left;
}
.cid-uz0qwRNAux .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0qwRNAux .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qxu8Ip3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qxu8Ip3 img,
.cid-uz0qxu8Ip3 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0qxu8Ip3 .item:focus,
.cid-uz0qxu8Ip3 span:focus {
  outline: none;
}
.cid-uz0qxu8Ip3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0qxu8Ip3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0qxu8Ip3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0qxu8Ip3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0qxu8Ip3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0qxu8Ip3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0qxu8Ip3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0qxu8Ip3 .mbr-section-title {
  color: #c54686;
}
.cid-uz0qxu8Ip3 .mbr-text,
.cid-uz0qxu8Ip3 .mbr-section-btn {
  text-align: left;
}
.cid-uz0qxu8Ip3 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0qxu8Ip3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0qAiz2ai {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0qAiz2ai .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0qAiz2ai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0qAiz2ai .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0qARcf3L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0qARcf3L li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0qARcf3L li:last-child {
  margin-bottom: 0;
}
.cid-uz0qARcf3L .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0qARcf3L .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0qARcf3L .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0qARcf3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0qARcf3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0qARcf3L .mbr-section-title {
  color: #c54686;
}
.cid-uz0qBlV4Qv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0qBlV4Qv .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0qBlV4Qv .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0qBlV4Qv .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0qBlV4Qv .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0qBlV4Qv .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0qBlV4Qv .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0qBlV4Qv .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0qBlV4Qv .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0qBlV4Qv .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0qBlV4Qv .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0qBlV4Qv .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0qBlV4Qv .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0qBlV4Qv .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0qBlV4Qv .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0qBlV4Qv .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0qBlV4Qv foot-menu-item {
  color: #111111;
}
.cid-uz0p6mLlRP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0p6mLlRP nav.navbar {
  position: fixed;
}
.cid-uz0p6mLlRP .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-uz0p6mLlRP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0p6mLlRP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0p6mLlRP .dropdown-item:hover,
.cid-uz0p6mLlRP .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0p6mLlRP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0p6mLlRP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0p6mLlRP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0p6mLlRP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0p6mLlRP .nav-link {
  position: relative;
}
.cid-uz0p6mLlRP .container {
  display: flex;
  margin: auto;
}
.cid-uz0p6mLlRP .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0p6mLlRP .dropdown-menu,
.cid-uz0p6mLlRP .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0p6mLlRP .nav-item:focus,
.cid-uz0p6mLlRP .nav-link:focus {
  outline: none;
}
.cid-uz0p6mLlRP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0p6mLlRP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0p6mLlRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0p6mLlRP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0p6mLlRP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0p6mLlRP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0p6mLlRP .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: #ffffff;
}
.cid-uz0p6mLlRP .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0p6mLlRP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0p6mLlRP .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0p6mLlRP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0p6mLlRP .navbar.collapsed {
  justify-content: center;
}
.cid-uz0p6mLlRP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0p6mLlRP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0p6mLlRP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0p6mLlRP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0p6mLlRP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0p6mLlRP .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-uz0p6mLlRP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0p6mLlRP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0p6mLlRP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0p6mLlRP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0p6mLlRP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0p6mLlRP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0p6mLlRP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0p6mLlRP .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-uz0p6mLlRP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0p6mLlRP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0p6mLlRP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0p6mLlRP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0p6mLlRP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0p6mLlRP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0p6mLlRP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0p6mLlRP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0p6mLlRP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0p6mLlRP .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-uz0p6mLlRP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0p6mLlRP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0p6mLlRP .dropdown-item.active,
.cid-uz0p6mLlRP .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0p6mLlRP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0p6mLlRP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0p6mLlRP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0p6mLlRP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0p6mLlRP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0p6mLlRP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0p6mLlRP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0p6mLlRP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0p6mLlRP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0p6mLlRP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0p6mLlRP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0p6mLlRP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0p6mLlRP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0p6mLlRP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0p6mLlRP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0p6mLlRP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0p6mLlRP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0p6mLlRP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0p6mLlRP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0p6mLlRP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0p6mLlRP .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-uz0p6mLlRP .navbar {
    height: 70px;
  }
  .cid-uz0p6mLlRP .navbar.opened {
    height: auto;
  }
  .cid-uz0p6mLlRP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0p5yt5Wj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0p5yt5Wj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0p5yt5Wj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0p5yt5Wj .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0p5yt5Wj .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0p7qx1sZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0p7qx1sZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0p7qx1sZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0p7qx1sZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0p7qx1sZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0p7qx1sZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0p7KGaeY {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz0p8aQbQO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0p8aQbQO blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0p8aQbQO .mbr-section-title {
  color: #ffffff;
}
.cid-uz0p8aQbQO .mbr-text {
  color: #fafafa;
}
.cid-uX3uSNGTJf {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3uSNGTJf img,
.cid-uX3uSNGTJf .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3uSNGTJf .item:focus,
.cid-uX3uSNGTJf span:focus {
  outline: none;
}
.cid-uX3uSNGTJf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3uSNGTJf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3uSNGTJf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3uSNGTJf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3uSNGTJf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3uSNGTJf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3uSNGTJf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3uSNGTJf .mbr-section-title {
  color: #c54686;
}
.cid-uX3uSNGTJf .mbr-text,
.cid-uX3uSNGTJf .mbr-section-btn {
  text-align: left;
}
.cid-uX3uSNGTJf .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3uSNGTJf .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rxBa2CS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rxBa2CS img,
.cid-uC1rxBa2CS .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rxBa2CS .item:focus,
.cid-uC1rxBa2CS span:focus {
  outline: none;
}
.cid-uC1rxBa2CS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rxBa2CS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rxBa2CS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rxBa2CS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rxBa2CS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rxBa2CS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rxBa2CS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rxBa2CS .mbr-section-title {
  color: #c54686;
}
.cid-uC1rxBa2CS .mbr-text,
.cid-uC1rxBa2CS .mbr-section-btn {
  text-align: left;
}
.cid-uC1rxBa2CS .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rxBa2CS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0p9P7zYi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0p9P7zYi img,
.cid-uz0p9P7zYi .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0p9P7zYi .item:focus,
.cid-uz0p9P7zYi span:focus {
  outline: none;
}
.cid-uz0p9P7zYi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0p9P7zYi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0p9P7zYi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0p9P7zYi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0p9P7zYi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0p9P7zYi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0p9P7zYi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0p9P7zYi .mbr-section-title {
  color: #c54686;
}
.cid-uz0p9P7zYi .mbr-text,
.cid-uz0p9P7zYi .mbr-section-btn {
  text-align: left;
}
.cid-uz0p9P7zYi .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0p9P7zYi .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0pc3ieM1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0pc3ieM1 img,
.cid-uz0pc3ieM1 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0pc3ieM1 .item:focus,
.cid-uz0pc3ieM1 span:focus {
  outline: none;
}
.cid-uz0pc3ieM1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0pc3ieM1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0pc3ieM1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0pc3ieM1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0pc3ieM1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0pc3ieM1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0pc3ieM1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0pc3ieM1 .mbr-section-title {
  color: #c54686;
}
.cid-uz0pc3ieM1 .mbr-text,
.cid-uz0pc3ieM1 .mbr-section-btn {
  text-align: left;
}
.cid-uz0pc3ieM1 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0pc3ieM1 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0paujvh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0paujvh3 img,
.cid-uz0paujvh3 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0paujvh3 .item:focus,
.cid-uz0paujvh3 span:focus {
  outline: none;
}
.cid-uz0paujvh3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0paujvh3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0paujvh3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0paujvh3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0paujvh3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0paujvh3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0paujvh3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0paujvh3 .mbr-section-title {
  color: #c54686;
}
.cid-uz0paujvh3 .mbr-text,
.cid-uz0paujvh3 .mbr-section-btn {
  text-align: left;
}
.cid-uz0paujvh3 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0paujvh3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0pcSXQgV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0pcSXQgV img,
.cid-uz0pcSXQgV .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0pcSXQgV .item:focus,
.cid-uz0pcSXQgV span:focus {
  outline: none;
}
.cid-uz0pcSXQgV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0pcSXQgV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0pcSXQgV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0pcSXQgV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0pcSXQgV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0pcSXQgV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0pcSXQgV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0pcSXQgV .mbr-section-title {
  color: #c54686;
}
.cid-uz0pcSXQgV .mbr-text,
.cid-uz0pcSXQgV .mbr-section-btn {
  text-align: left;
}
.cid-uz0pcSXQgV .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0pcSXQgV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0pURNG43 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0pURNG43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0pURNG43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0pURNG43 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0pVDX5GW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0pVDX5GW li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0pVDX5GW li:last-child {
  margin-bottom: 0;
}
.cid-uz0pVDX5GW .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0pVDX5GW .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0pVDX5GW .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0pVDX5GW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0pVDX5GW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0pVDX5GW .mbr-section-title {
  color: #c54686;
}
.cid-uz0pWldNKM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0pWldNKM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0pWldNKM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0pWldNKM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0pWldNKM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0pWldNKM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0pWldNKM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0pWldNKM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0pWldNKM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0pWldNKM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0pWldNKM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0pWldNKM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0pWldNKM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0pWldNKM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0pWldNKM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0pWldNKM .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0pWldNKM foot-menu-item {
  color: #111111;
}
.cid-uz0st3Vgdi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0st3Vgdi nav.navbar {
  position: fixed;
}
.cid-uz0st3Vgdi .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-uz0st3Vgdi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0st3Vgdi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0st3Vgdi .dropdown-item:hover,
.cid-uz0st3Vgdi .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0st3Vgdi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0st3Vgdi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0st3Vgdi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0st3Vgdi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0st3Vgdi .nav-link {
  position: relative;
}
.cid-uz0st3Vgdi .container {
  display: flex;
  margin: auto;
}
.cid-uz0st3Vgdi .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0st3Vgdi .dropdown-menu,
.cid-uz0st3Vgdi .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0st3Vgdi .nav-item:focus,
.cid-uz0st3Vgdi .nav-link:focus {
  outline: none;
}
.cid-uz0st3Vgdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0st3Vgdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0st3Vgdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0st3Vgdi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0st3Vgdi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0st3Vgdi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0st3Vgdi .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: #ffffff;
}
.cid-uz0st3Vgdi .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0st3Vgdi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0st3Vgdi .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0st3Vgdi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0st3Vgdi .navbar.collapsed {
  justify-content: center;
}
.cid-uz0st3Vgdi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0st3Vgdi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0st3Vgdi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0st3Vgdi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0st3Vgdi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0st3Vgdi .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-uz0st3Vgdi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0st3Vgdi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0st3Vgdi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0st3Vgdi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0st3Vgdi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0st3Vgdi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0st3Vgdi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0st3Vgdi .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-uz0st3Vgdi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0st3Vgdi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0st3Vgdi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0st3Vgdi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0st3Vgdi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0st3Vgdi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0st3Vgdi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0st3Vgdi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0st3Vgdi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0st3Vgdi .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-uz0st3Vgdi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0st3Vgdi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0st3Vgdi .dropdown-item.active,
.cid-uz0st3Vgdi .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0st3Vgdi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0st3Vgdi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0st3Vgdi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0st3Vgdi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0st3Vgdi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0st3Vgdi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0st3Vgdi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0st3Vgdi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0st3Vgdi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0st3Vgdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0st3Vgdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0st3Vgdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0st3Vgdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0st3Vgdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0st3Vgdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0st3Vgdi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0st3Vgdi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0st3Vgdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0st3Vgdi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0st3Vgdi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0st3Vgdi .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-uz0st3Vgdi .navbar {
    height: 70px;
  }
  .cid-uz0st3Vgdi .navbar.opened {
    height: auto;
  }
  .cid-uz0st3Vgdi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0suzVgk1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0suzVgk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0suzVgk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0suzVgk1 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0suzVgk1 .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0svxrlUL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0svxrlUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0svxrlUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0svxrlUL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0svxrlUL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0svxrlUL .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0swnPW0h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0swQTuYi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0swQTuYi blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0swQTuYi .mbr-section-title {
  color: #ffffff;
}
.cid-uz0swQTuYi .mbr-text {
  color: #fafafa;
}
.cid-uX3v5sogYE {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3v5sogYE img,
.cid-uX3v5sogYE .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3v5sogYE .item:focus,
.cid-uX3v5sogYE span:focus {
  outline: none;
}
.cid-uX3v5sogYE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3v5sogYE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3v5sogYE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3v5sogYE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3v5sogYE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3v5sogYE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3v5sogYE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3v5sogYE .mbr-section-title {
  color: #c54686;
}
.cid-uX3v5sogYE .mbr-text,
.cid-uX3v5sogYE .mbr-section-btn {
  text-align: left;
}
.cid-uX3v5sogYE .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3v5sogYE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rOQf3sx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rOQf3sx img,
.cid-uC1rOQf3sx .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rOQf3sx .item:focus,
.cid-uC1rOQf3sx span:focus {
  outline: none;
}
.cid-uC1rOQf3sx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rOQf3sx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rOQf3sx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rOQf3sx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rOQf3sx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rOQf3sx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rOQf3sx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rOQf3sx .mbr-section-title {
  color: #c54686;
}
.cid-uC1rOQf3sx .mbr-text,
.cid-uC1rOQf3sx .mbr-section-btn {
  text-align: left;
}
.cid-uC1rOQf3sx .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rOQf3sx .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0sC9GsGK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0sC9GsGK img,
.cid-uz0sC9GsGK .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0sC9GsGK .item:focus,
.cid-uz0sC9GsGK span:focus {
  outline: none;
}
.cid-uz0sC9GsGK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0sC9GsGK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0sC9GsGK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0sC9GsGK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0sC9GsGK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0sC9GsGK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0sC9GsGK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0sC9GsGK .mbr-section-title {
  color: #c54686;
}
.cid-uz0sC9GsGK .mbr-text,
.cid-uz0sC9GsGK .mbr-section-btn {
  text-align: left;
}
.cid-uz0sC9GsGK .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0sC9GsGK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0sD1tN6U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0sD1tN6U img,
.cid-uz0sD1tN6U .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0sD1tN6U .item:focus,
.cid-uz0sD1tN6U span:focus {
  outline: none;
}
.cid-uz0sD1tN6U .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0sD1tN6U .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0sD1tN6U .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0sD1tN6U .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0sD1tN6U .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0sD1tN6U .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0sD1tN6U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0sD1tN6U .mbr-section-title {
  color: #c54686;
}
.cid-uz0sD1tN6U .mbr-text,
.cid-uz0sD1tN6U .mbr-section-btn {
  text-align: left;
}
.cid-uz0sD1tN6U .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0sD1tN6U .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0sDXCQBX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0sDXCQBX img,
.cid-uz0sDXCQBX .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0sDXCQBX .item:focus,
.cid-uz0sDXCQBX span:focus {
  outline: none;
}
.cid-uz0sDXCQBX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0sDXCQBX .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0sDXCQBX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0sDXCQBX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0sDXCQBX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0sDXCQBX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0sDXCQBX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0sDXCQBX .mbr-section-title {
  color: #c54686;
}
.cid-uz0sDXCQBX .mbr-text,
.cid-uz0sDXCQBX .mbr-section-btn {
  text-align: left;
}
.cid-uz0sDXCQBX .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0sDXCQBX .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0sEG215M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0sEG215M img,
.cid-uz0sEG215M .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0sEG215M .item:focus,
.cid-uz0sEG215M span:focus {
  outline: none;
}
.cid-uz0sEG215M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0sEG215M .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0sEG215M .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0sEG215M .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0sEG215M .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0sEG215M .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0sEG215M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0sEG215M .mbr-section-title {
  color: #c54686;
}
.cid-uz0sEG215M .mbr-text,
.cid-uz0sEG215M .mbr-section-btn {
  text-align: left;
}
.cid-uz0sEG215M .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0sEG215M .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0sFh5iV7 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0sFh5iV7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0sFh5iV7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0sFh5iV7 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0sFWrEty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0sFWrEty li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0sFWrEty li:last-child {
  margin-bottom: 0;
}
.cid-uz0sFWrEty .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0sFWrEty .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0sFWrEty .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0sFWrEty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0sFWrEty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0sFWrEty .mbr-section-title {
  color: #c54686;
}
.cid-uz0sHrvDbe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0sHrvDbe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0sHrvDbe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0sHrvDbe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0sHrvDbe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0sHrvDbe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0sHrvDbe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0sHrvDbe .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0sHrvDbe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0sHrvDbe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0sHrvDbe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0sHrvDbe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0sHrvDbe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0sHrvDbe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0sHrvDbe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0sHrvDbe .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0sHrvDbe foot-menu-item {
  color: #111111;
}
.cid-uDgk75RG1d.popup-builder {
  background-color: #ffffff;
}
.cid-uDgk75RG1d.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgk75RG1d.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgk75RG1d .modal-content,
.cid-uDgk75RG1d .modal-dialog {
  height: auto;
}
.cid-uDgk75RG1d .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgk75RG1d .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgk75RG1d .form-wrapper .mbr-form .form-group,
  .cid-uDgk75RG1d .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgk75RG1d .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgk75RG1d .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDgk75RG1d .mbr-text {
  text-align: center;
}
.cid-uDgk75RG1d .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgk75RG1d .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgk75RG1d .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgk75RG1d .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgk75RG1d .modal-open {
  overflow: hidden;
}
.cid-uDgk75RG1d .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgk75RG1d .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgk75RG1d .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgk75RG1d .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDgk75RG1d .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgk75RG1d .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgk75RG1d .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgk75RG1d .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDgk75RG1d .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgk75RG1d .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgk75RG1d .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgk75RG1d .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgk75RG1d .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDgk75RG1d .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk75RG1d .modal-header {
    padding: 1rem;
  }
}
.cid-uDgk75RG1d .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgk75RG1d .modal-header .close svg {
  fill: #353535;
}
.cid-uDgk75RG1d .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgk75RG1d .modal-header .close:focus {
  outline: none;
}
.cid-uDgk75RG1d .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgk75RG1d .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgk75RG1d .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk75RG1d .modal-body {
    padding: 1rem;
  }
}
.cid-uDgk75RG1d .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDgk75RG1d .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk75RG1d .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgk75RG1d .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgk75RG1d .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgk75RG1d .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgk75RG1d .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgk75RG1d .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDgk75RG1d .modal-lg,
  .cid-uDgk75RG1d .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgk75RG1d .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgk75RG1d .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgk75RG1d .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDgk75RG1d .form-group {
  margin-bottom: 1rem;
}
.cid-uDgk75RG1d .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgk75RG1d .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgk75RG1d .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDgk75RG1d .mbr-section-btn {
  margin: 0;
}
.cid-uDgk75RG1d .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz0u4sTM9d {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0u4sTM9d nav.navbar {
  position: fixed;
}
.cid-uz0u4sTM9d .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-uz0u4sTM9d .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0u4sTM9d .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0u4sTM9d .dropdown-item:hover,
.cid-uz0u4sTM9d .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0u4sTM9d .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0u4sTM9d .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0u4sTM9d .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0u4sTM9d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0u4sTM9d .nav-link {
  position: relative;
}
.cid-uz0u4sTM9d .container {
  display: flex;
  margin: auto;
}
.cid-uz0u4sTM9d .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0u4sTM9d .dropdown-menu,
.cid-uz0u4sTM9d .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0u4sTM9d .nav-item:focus,
.cid-uz0u4sTM9d .nav-link:focus {
  outline: none;
}
.cid-uz0u4sTM9d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0u4sTM9d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0u4sTM9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0u4sTM9d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0u4sTM9d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0u4sTM9d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0u4sTM9d .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: #ffffff;
}
.cid-uz0u4sTM9d .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0u4sTM9d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0u4sTM9d .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0u4sTM9d .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0u4sTM9d .navbar.collapsed {
  justify-content: center;
}
.cid-uz0u4sTM9d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0u4sTM9d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0u4sTM9d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0u4sTM9d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0u4sTM9d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0u4sTM9d .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-uz0u4sTM9d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0u4sTM9d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0u4sTM9d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0u4sTM9d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0u4sTM9d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0u4sTM9d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0u4sTM9d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0u4sTM9d .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-uz0u4sTM9d .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0u4sTM9d .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0u4sTM9d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0u4sTM9d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0u4sTM9d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0u4sTM9d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0u4sTM9d .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0u4sTM9d .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0u4sTM9d .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0u4sTM9d .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-uz0u4sTM9d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0u4sTM9d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0u4sTM9d .dropdown-item.active,
.cid-uz0u4sTM9d .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0u4sTM9d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0u4sTM9d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0u4sTM9d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0u4sTM9d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0u4sTM9d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0u4sTM9d .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0u4sTM9d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0u4sTM9d .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0u4sTM9d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0u4sTM9d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0u4sTM9d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0u4sTM9d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0u4sTM9d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0u4sTM9d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0u4sTM9d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0u4sTM9d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0u4sTM9d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0u4sTM9d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0u4sTM9d .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0u4sTM9d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0u4sTM9d .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-uz0u4sTM9d .navbar {
    height: 70px;
  }
  .cid-uz0u4sTM9d .navbar.opened {
    height: auto;
  }
  .cid-uz0u4sTM9d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0u5u0YxJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u5u0YxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0u5u0YxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0u5u0YxJ .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0u5u0YxJ .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0u6kJAez {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u6kJAez .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0u6kJAez .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0u6kJAez .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0u6kJAez img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0u6kJAez .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0u6TqwdT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u7eUv9E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u7eUv9E blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0u7eUv9E .mbr-section-title {
  color: #ffffff;
}
.cid-uz0u7eUv9E .mbr-text {
  color: #fafafa;
}
.cid-uX3v95tBFg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3v95tBFg img,
.cid-uX3v95tBFg .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3v95tBFg .item:focus,
.cid-uX3v95tBFg span:focus {
  outline: none;
}
.cid-uX3v95tBFg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3v95tBFg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3v95tBFg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3v95tBFg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3v95tBFg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3v95tBFg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3v95tBFg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3v95tBFg .mbr-section-title {
  color: #c54686;
}
.cid-uX3v95tBFg .mbr-text,
.cid-uX3v95tBFg .mbr-section-btn {
  text-align: left;
}
.cid-uX3v95tBFg .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3v95tBFg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rUA5YU9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rUA5YU9 img,
.cid-uC1rUA5YU9 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rUA5YU9 .item:focus,
.cid-uC1rUA5YU9 span:focus {
  outline: none;
}
.cid-uC1rUA5YU9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rUA5YU9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rUA5YU9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rUA5YU9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rUA5YU9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rUA5YU9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rUA5YU9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rUA5YU9 .mbr-section-title {
  color: #c54686;
}
.cid-uC1rUA5YU9 .mbr-text,
.cid-uC1rUA5YU9 .mbr-section-btn {
  text-align: left;
}
.cid-uC1rUA5YU9 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rUA5YU9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0u990orv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u990orv img,
.cid-uz0u990orv .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0u990orv .item:focus,
.cid-uz0u990orv span:focus {
  outline: none;
}
.cid-uz0u990orv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0u990orv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0u990orv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0u990orv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0u990orv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0u990orv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0u990orv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0u990orv .mbr-section-title {
  color: #c54686;
}
.cid-uz0u990orv .mbr-text,
.cid-uz0u990orv .mbr-section-btn {
  text-align: left;
}
.cid-uz0u990orv .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0u990orv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0u9Uzcgg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0u9Uzcgg img,
.cid-uz0u9Uzcgg .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0u9Uzcgg .item:focus,
.cid-uz0u9Uzcgg span:focus {
  outline: none;
}
.cid-uz0u9Uzcgg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0u9Uzcgg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0u9Uzcgg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0u9Uzcgg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0u9Uzcgg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0u9Uzcgg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0u9Uzcgg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0u9Uzcgg .mbr-section-title {
  color: #c54686;
}
.cid-uz0u9Uzcgg .mbr-text,
.cid-uz0u9Uzcgg .mbr-section-btn {
  text-align: left;
}
.cid-uz0u9Uzcgg .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0u9Uzcgg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0uaztJ1d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0uaztJ1d img,
.cid-uz0uaztJ1d .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0uaztJ1d .item:focus,
.cid-uz0uaztJ1d span:focus {
  outline: none;
}
.cid-uz0uaztJ1d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0uaztJ1d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0uaztJ1d .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0uaztJ1d .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0uaztJ1d .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0uaztJ1d .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0uaztJ1d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0uaztJ1d .mbr-section-title {
  color: #c54686;
}
.cid-uz0uaztJ1d .mbr-text,
.cid-uz0uaztJ1d .mbr-section-btn {
  text-align: left;
}
.cid-uz0uaztJ1d .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0uaztJ1d .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0ubd4FDa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0ubd4FDa img,
.cid-uz0ubd4FDa .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0ubd4FDa .item:focus,
.cid-uz0ubd4FDa span:focus {
  outline: none;
}
.cid-uz0ubd4FDa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0ubd4FDa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0ubd4FDa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0ubd4FDa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0ubd4FDa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0ubd4FDa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0ubd4FDa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0ubd4FDa .mbr-section-title {
  color: #c54686;
}
.cid-uz0ubd4FDa .mbr-text,
.cid-uz0ubd4FDa .mbr-section-btn {
  text-align: left;
}
.cid-uz0ubd4FDa .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0ubd4FDa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0uc3a3hB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0uc3a3hB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0uc3a3hB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0uc3a3hB .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0ucIF9mR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0ucIF9mR li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0ucIF9mR li:last-child {
  margin-bottom: 0;
}
.cid-uz0ucIF9mR .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0ucIF9mR .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0ucIF9mR .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0ucIF9mR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0ucIF9mR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0ucIF9mR .mbr-section-title {
  color: #c54686;
}
.cid-uz0udbjhgW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uz0udbjhgW .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uz0udbjhgW .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uz0udbjhgW .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uz0udbjhgW .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uz0udbjhgW .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uz0udbjhgW .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uz0udbjhgW .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uz0udbjhgW .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uz0udbjhgW .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uz0udbjhgW .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uz0udbjhgW .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uz0udbjhgW .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uz0udbjhgW .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uz0udbjhgW .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uz0udbjhgW .media-container-row .mbr-text {
  color: #111111;
}
.cid-uz0udbjhgW foot-menu-item {
  color: #111111;
}
.cid-uz0vpyal6L {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0vpyal6L nav.navbar {
  position: fixed;
}
.cid-uz0vpyal6L .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-uz0vpyal6L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0vpyal6L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0vpyal6L .dropdown-item:hover,
.cid-uz0vpyal6L .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0vpyal6L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0vpyal6L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0vpyal6L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0vpyal6L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0vpyal6L .nav-link {
  position: relative;
}
.cid-uz0vpyal6L .container {
  display: flex;
  margin: auto;
}
.cid-uz0vpyal6L .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0vpyal6L .dropdown-menu,
.cid-uz0vpyal6L .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0vpyal6L .nav-item:focus,
.cid-uz0vpyal6L .nav-link:focus {
  outline: none;
}
.cid-uz0vpyal6L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0vpyal6L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0vpyal6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0vpyal6L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0vpyal6L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0vpyal6L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0vpyal6L .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: #ffffff;
}
.cid-uz0vpyal6L .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0vpyal6L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0vpyal6L .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0vpyal6L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0vpyal6L .navbar.collapsed {
  justify-content: center;
}
.cid-uz0vpyal6L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0vpyal6L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0vpyal6L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0vpyal6L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0vpyal6L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0vpyal6L .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-uz0vpyal6L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0vpyal6L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0vpyal6L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0vpyal6L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0vpyal6L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0vpyal6L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0vpyal6L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0vpyal6L .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-uz0vpyal6L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0vpyal6L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0vpyal6L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0vpyal6L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0vpyal6L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0vpyal6L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0vpyal6L .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0vpyal6L .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0vpyal6L .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0vpyal6L .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-uz0vpyal6L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0vpyal6L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0vpyal6L .dropdown-item.active,
.cid-uz0vpyal6L .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0vpyal6L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0vpyal6L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0vpyal6L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0vpyal6L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0vpyal6L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0vpyal6L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0vpyal6L ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0vpyal6L .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0vpyal6L button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0vpyal6L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0vpyal6L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0vpyal6L button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0vpyal6L button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0vpyal6L button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0vpyal6L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0vpyal6L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0vpyal6L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0vpyal6L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0vpyal6L .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0vpyal6L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0vpyal6L .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-uz0vpyal6L .navbar {
    height: 70px;
  }
  .cid-uz0vpyal6L .navbar.opened {
    height: auto;
  }
  .cid-uz0vpyal6L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0vVm3qeR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vVm3qeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0vVm3qeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0vVm3qeR .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0vVm3qeR .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0vtbD6rk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vtbD6rk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0vtbD6rk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0vtbD6rk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0vtbD6rk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0vtbD6rk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0vtw8S2X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vtR2frc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vtR2frc blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0vtR2frc .mbr-section-title {
  color: #ffffff;
}
.cid-uz0vtR2frc .mbr-text {
  color: #fafafa;
}
.cid-uX8X8YugxB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX8X8YugxB img,
.cid-uX8X8YugxB .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX8X8YugxB .item:focus,
.cid-uX8X8YugxB span:focus {
  outline: none;
}
.cid-uX8X8YugxB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX8X8YugxB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX8X8YugxB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX8X8YugxB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8X8YugxB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX8X8YugxB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX8X8YugxB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX8X8YugxB .mbr-section-title {
  color: #c54686;
}
.cid-uX8X8YugxB .mbr-text,
.cid-uX8X8YugxB .mbr-section-btn {
  text-align: left;
}
.cid-uX8X8YugxB .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX8X8YugxB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1rZADalQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1rZADalQ img,
.cid-uC1rZADalQ .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1rZADalQ .item:focus,
.cid-uC1rZADalQ span:focus {
  outline: none;
}
.cid-uC1rZADalQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1rZADalQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1rZADalQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1rZADalQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1rZADalQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1rZADalQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1rZADalQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1rZADalQ .mbr-section-title {
  color: #c54686;
}
.cid-uC1rZADalQ .mbr-text,
.cid-uC1rZADalQ .mbr-section-btn {
  text-align: left;
}
.cid-uC1rZADalQ .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1rZADalQ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0vuxSyFQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vuxSyFQ img,
.cid-uz0vuxSyFQ .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0vuxSyFQ .item:focus,
.cid-uz0vuxSyFQ span:focus {
  outline: none;
}
.cid-uz0vuxSyFQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0vuxSyFQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0vuxSyFQ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0vuxSyFQ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0vuxSyFQ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0vuxSyFQ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0vuxSyFQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0vuxSyFQ .mbr-section-title {
  color: #c54686;
}
.cid-uz0vuxSyFQ .mbr-text,
.cid-uz0vuxSyFQ .mbr-section-btn {
  text-align: left;
}
.cid-uz0vuxSyFQ .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0vuxSyFQ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0vvj4mEv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vvj4mEv img,
.cid-uz0vvj4mEv .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0vvj4mEv .item:focus,
.cid-uz0vvj4mEv span:focus {
  outline: none;
}
.cid-uz0vvj4mEv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0vvj4mEv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0vvj4mEv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0vvj4mEv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0vvj4mEv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0vvj4mEv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0vvj4mEv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0vvj4mEv .mbr-section-title {
  color: #c54686;
}
.cid-uz0vvj4mEv .mbr-text,
.cid-uz0vvj4mEv .mbr-section-btn {
  text-align: left;
}
.cid-uz0vvj4mEv .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0vvj4mEv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0vvU2nVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vvU2nVU img,
.cid-uz0vvU2nVU .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0vvU2nVU .item:focus,
.cid-uz0vvU2nVU span:focus {
  outline: none;
}
.cid-uz0vvU2nVU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0vvU2nVU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0vvU2nVU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0vvU2nVU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0vvU2nVU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0vvU2nVU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0vvU2nVU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0vvU2nVU .mbr-section-title {
  color: #c54686;
}
.cid-uz0vvU2nVU .mbr-text,
.cid-uz0vvU2nVU .mbr-section-btn {
  text-align: left;
}
.cid-uz0vvU2nVU .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0vvU2nVU .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0vwuYmJz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vwuYmJz img,
.cid-uz0vwuYmJz .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0vwuYmJz .item:focus,
.cid-uz0vwuYmJz span:focus {
  outline: none;
}
.cid-uz0vwuYmJz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0vwuYmJz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0vwuYmJz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0vwuYmJz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0vwuYmJz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0vwuYmJz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0vwuYmJz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0vwuYmJz .mbr-section-title {
  color: #c54686;
}
.cid-uz0vwuYmJz .mbr-text,
.cid-uz0vwuYmJz .mbr-section-btn {
  text-align: left;
}
.cid-uz0vwuYmJz .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0vwuYmJz .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0vxdUHT8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0vxdUHT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0vxdUHT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0vxdUHT8 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0vxTRRcZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0vxTRRcZ li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0vxTRRcZ li:last-child {
  margin-bottom: 0;
}
.cid-uz0vxTRRcZ .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0vxTRRcZ .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0vxTRRcZ .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0vxTRRcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0vxTRRcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0vxTRRcZ .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPQrmcF9Eh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPQrmcF9Eh .line {
  background-color: #c54686;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tPQrmcF9Eh .mbr-text {
  text-align: left;
}
.cid-tRea8JSuBy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRea8JSuBy .mbr-section-subtitle {
  color: #c54686;
}
.cid-tRea8JSuBy .mbr-text {
  text-align: left;
}
.cid-sFF3kfZheU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFF3kfZheU .item {
  padding-bottom: 2rem;
}
.cid-sFF3kfZheU .item-wrapper {
  position: relative;
}
.cid-sFF3kfZheU .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFF3kfZheU .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFF3kfZheU .carousel-control,
.cid-sFF3kfZheU .close {
  background: #1b1b1b;
}
.cid-sFF3kfZheU .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFF3kfZheU .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFF3kfZheU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFF3kfZheU .close::before {
  content: '\e91a';
}
.cid-sFF3kfZheU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFF3kfZheU .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFF3kfZheU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFF3kfZheU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFF3kfZheU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFF3kfZheU .carousel-indicators li.active,
.cid-sFF3kfZheU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFF3kfZheU .carousel-indicators li::after,
.cid-sFF3kfZheU .carousel-indicators li::before {
  content: none;
}
.cid-sFF3kfZheU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFF3kfZheU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFF3kfZheU .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .carousel-indicators {
    display: none;
  }
}
.cid-sFF3kfZheU .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFF3kfZheU .carousel-inner > .active {
  display: block;
}
.cid-sFF3kfZheU .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFF3kfZheU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFF3kfZheU .carousel-control,
  .cid-sFF3kfZheU .carousel-indicators,
  .cid-sFF3kfZheU .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFF3kfZheU .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFF3kfZheU .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFF3kfZheU .carousel-indicators .active,
.cid-sFF3kfZheU .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFF3kfZheU .carousel-indicators .active {
  background: #fff;
}
.cid-sFF3kfZheU .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFF3kfZheU .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFF3kfZheU .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFF3kfZheU .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFF3kfZheU .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFF3kfZheU .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFF3kfZheU .carousel {
  width: 100%;
}
.cid-sFF3kfZheU .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFF3kfZheU .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFF3kfZheU .modal.fade .modal-dialog,
.cid-sFF3kfZheU .modal.in .modal-dialog {
  transform: none;
}
.cid-sFF3kfZheU .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFF3kfZheU H6 {
  text-align: center;
  color: #c54686;
}
.cid-sFF3kfZheU H4 {
  color: #8e8d8a;
}
.cid-sFF3kfZheU H3 {
  color: #c54686;
}
.cid-u2gVinh8ZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u2gVinh8ZR .item {
  padding-bottom: 2rem;
}
.cid-u2gVinh8ZR .item-wrapper {
  position: relative;
}
.cid-u2gVinh8ZR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-u2gVinh8ZR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u2gVinh8ZR .carousel-control,
.cid-u2gVinh8ZR .close {
  background: #1b1b1b;
}
.cid-u2gVinh8ZR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u2gVinh8ZR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u2gVinh8ZR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u2gVinh8ZR .carousel-control-next span {
  margin-left: 5px;
}
.cid-u2gVinh8ZR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u2gVinh8ZR .close::before {
  content: '\e91a';
}
.cid-u2gVinh8ZR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u2gVinh8ZR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-u2gVinh8ZR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2gVinh8ZR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u2gVinh8ZR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u2gVinh8ZR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u2gVinh8ZR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-u2gVinh8ZR .carousel-indicators li.active,
.cid-u2gVinh8ZR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u2gVinh8ZR .carousel-indicators li::after,
.cid-u2gVinh8ZR .carousel-indicators li::before {
  content: none;
}
.cid-u2gVinh8ZR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u2gVinh8ZR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u2gVinh8ZR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u2gVinh8ZR .carousel-indicators {
    display: none;
  }
}
.cid-u2gVinh8ZR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u2gVinh8ZR .carousel-inner > .active {
  display: block;
}
.cid-u2gVinh8ZR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u2gVinh8ZR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u2gVinh8ZR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u2gVinh8ZR .carousel-control,
  .cid-u2gVinh8ZR .carousel-indicators,
  .cid-u2gVinh8ZR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u2gVinh8ZR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u2gVinh8ZR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u2gVinh8ZR .carousel-indicators .active,
.cid-u2gVinh8ZR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u2gVinh8ZR .carousel-indicators .active {
  background: #fff;
}
.cid-u2gVinh8ZR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u2gVinh8ZR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u2gVinh8ZR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u2gVinh8ZR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u2gVinh8ZR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u2gVinh8ZR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u2gVinh8ZR .carousel {
  width: 100%;
}
.cid-u2gVinh8ZR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u2gVinh8ZR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u2gVinh8ZR .modal.fade .modal-dialog,
.cid-u2gVinh8ZR .modal.in .modal-dialog {
  transform: none;
}
.cid-u2gVinh8ZR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u2gVinh8ZR H6 {
  text-align: center;
  color: #c54686;
}
.cid-u2gVinh8ZR H4 {
  color: #8e8d8a;
}
.cid-u2gVinh8ZR H3 {
  color: #c54686;
}
.cid-tPQdWkqOHW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQdWkqOHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQdWkqOHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQdWkqOHW .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFF3mUy3tz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sFF3mUy3tz .img-wrapper {
  text-align: center;
}
.cid-sFF3mUy3tz img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-sFF3mUy3tz .row {
  align-items: flex-start;
}
.cid-sFF3mUy3tz .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-sFF3mUy3tz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sFF3mUy3tz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFF3mUy3tz .card-wrapper {
    padding: 1rem;
  }
}
.cid-sFF3mUy3tz .mbr-text,
.cid-sFF3mUy3tz .mbr-section-btn {
  color: #111111;
}
.cid-utwOmsLzyG {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPQnUvWopN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQnUvWopN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQnUvWopN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQnUvWopN .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQnYfnn9i {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPQnYfnn9i .img-wrapper {
  text-align: center;
}
.cid-tPQnYfnn9i img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQnYfnn9i .row {
  align-items: flex-start;
}
.cid-tPQnYfnn9i .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQnYfnn9i .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQnYfnn9i .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQnYfnn9i .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQnYfnn9i .mbr-text,
.cid-tPQnYfnn9i .mbr-section-btn {
  text-align: left;
}
.cid-utt20KsiRO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-utt20KsiRO .img-wrapper {
  text-align: center;
}
.cid-utt20KsiRO img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-utt20KsiRO .row {
  align-items: flex-start;
}
.cid-utt20KsiRO .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-utt20KsiRO .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-utt20KsiRO .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-utt20KsiRO .card-wrapper {
    padding: 1rem;
  }
}
.cid-utt20KsiRO .mbr-text,
.cid-utt20KsiRO .mbr-section-btn {
  text-align: left;
}
.cid-utwUsF7bxK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPQp3tCqxY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQp3tCqxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQp3tCqxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQp3tCqxY .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQp7EhVtY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQp7EhVtY .img-wrapper {
  text-align: center;
}
.cid-tPQp7EhVtY img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQp7EhVtY .row {
  align-items: flex-start;
}
.cid-tPQp7EhVtY .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQp7EhVtY .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQp7EhVtY .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQp7EhVtY .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQp7EhVtY .mbr-text,
.cid-tPQp7EhVtY .mbr-section-btn {
  text-align: left;
}
.cid-tPQpIsioEW {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQpIsioEW .img-wrapper {
  text-align: center;
}
.cid-tPQpIsioEW img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQpIsioEW .row {
  align-items: flex-start;
}
.cid-tPQpIsioEW .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQpIsioEW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQpIsioEW .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQpIsioEW .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQpIsioEW .mbr-text,
.cid-tPQpIsioEW .mbr-section-btn {
  text-align: left;
}
.cid-uvTY189PZA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvTY189PZA .mbr-text {
  color: #e43f3f;
}
.cid-tPQq6NEkMr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQq6NEkMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQq6NEkMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQq6NEkMr .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSgpDB72fZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tSgpDB72fZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSgpDB72fZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSgpDB72fZ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tResBGMwmz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tResBGMwmz .img-wrapper {
  text-align: center;
}
.cid-tResBGMwmz img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tResBGMwmz .row {
  align-items: flex-start;
}
.cid-tResBGMwmz .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tResBGMwmz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tResBGMwmz .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tResBGMwmz .card-wrapper {
    padding: 1rem;
  }
}
.cid-tResBGMwmz .mbr-text,
.cid-tResBGMwmz .mbr-section-btn {
  text-align: left;
}
.cid-tResBGMwmz .card-title {
  text-align: center;
}
.cid-tSgqxIKUTO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffb5b5;
}
.cid-tSgqxIKUTO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSgqxIKUTO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSgqxIKUTO .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uvTZtBDZyo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcece;
}
.cid-uvTZtBDZyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTZtBDZyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTZtBDZyo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQqbRRFlv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQqbRRFlv .img-wrapper {
  text-align: center;
}
.cid-tPQqbRRFlv img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQqbRRFlv .row {
  align-items: flex-start;
}
.cid-tPQqbRRFlv .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQqbRRFlv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQqbRRFlv .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQqbRRFlv .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQqbRRFlv .mbr-text,
.cid-tPQqbRRFlv .mbr-section-btn {
  text-align: left;
}
.cid-uvTZJKJ29z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffcece;
}
.cid-uvTZJKJ29z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvTZJKJ29z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvTZJKJ29z .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQsPONanE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQsPONanE .img-wrapper {
  text-align: center;
}
.cid-tPQsPONanE img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQsPONanE .row {
  align-items: flex-start;
}
.cid-tPQsPONanE .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQsPONanE .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQsPONanE .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQsPONanE .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQsPONanE .mbr-text,
.cid-tPQsPONanE .mbr-section-btn {
  text-align: left;
}
.cid-tSgrVID3xa {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSgrVID3xa .img-wrapper {
  text-align: center;
}
.cid-tSgrVID3xa img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tSgrVID3xa .row {
  align-items: flex-start;
}
.cid-tSgrVID3xa .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tSgrVID3xa .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tSgrVID3xa .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSgrVID3xa .card-wrapper {
    padding: 1rem;
  }
}
.cid-tSgrVID3xa .mbr-text,
.cid-tSgrVID3xa .mbr-section-btn {
  text-align: left;
}
.cid-uvU2MV2W87 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvU2MV2W87 .mbr-text {
  color: #e43f3f;
}
.cid-tPQr1AC2he {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQr1AC2he .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQr1AC2he .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQr1AC2he .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQsxvUOs3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPQsxvUOs3 .img-wrapper {
  text-align: center;
}
.cid-tPQsxvUOs3 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQsxvUOs3 .row {
  align-items: flex-start;
}
.cid-tPQsxvUOs3 .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQsxvUOs3 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQsxvUOs3 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQsxvUOs3 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQsxvUOs3 .mbr-text,
.cid-tPQsxvUOs3 .mbr-section-btn {
  text-align: left;
}
.cid-tPQtCHk2Gh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQtCHk2Gh .img-wrapper {
  text-align: center;
}
.cid-tPQtCHk2Gh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQtCHk2Gh .row {
  align-items: flex-start;
}
.cid-tPQtCHk2Gh .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQtCHk2Gh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQtCHk2Gh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQtCHk2Gh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQtCHk2Gh .mbr-text,
.cid-tPQtCHk2Gh .mbr-section-btn {
  text-align: left;
}
.cid-uvU047GL18 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvU047GL18 .mbr-text {
  color: #e43f3f;
}
.cid-tReSTO1Ekm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tReSTO1Ekm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tReSTO1Ekm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tReSTO1Ekm .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tReSXKIDD1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tReSXKIDD1 .img-wrapper {
  text-align: center;
}
.cid-tReSXKIDD1 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tReSXKIDD1 .row {
  align-items: flex-start;
}
.cid-tReSXKIDD1 .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tReSXKIDD1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tReSXKIDD1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tReSXKIDD1 .card-wrapper {
    padding: 1rem;
  }
}
.cid-tReSXKIDD1 .mbr-text,
.cid-tReSXKIDD1 .mbr-section-btn {
  text-align: left;
}
.cid-tReSXKIDD1 .card-title {
  text-align: center;
}
.cid-uvUtN7fdeQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvUtN7fdeQ .mbr-text {
  color: #e43f3f;
}
.cid-tPQus3w6Ei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tPQus3w6Ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPQus3w6Ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPQus3w6Ei .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tPQuwBb9wh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPQuwBb9wh .img-wrapper {
  text-align: center;
}
.cid-tPQuwBb9wh img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tPQuwBb9wh .row {
  align-items: flex-start;
}
.cid-tPQuwBb9wh .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tPQuwBb9wh .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tPQuwBb9wh .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tPQuwBb9wh .card-wrapper {
    padding: 1rem;
  }
}
.cid-tPQuwBb9wh .mbr-text,
.cid-tPQuwBb9wh .mbr-section-btn {
  text-align: left;
}
.cid-uvU24TjoTK {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvU24TjoTK .mbr-text {
  color: #e43f3f;
}
.cid-tSctduAWn1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-tSctduAWn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSctduAWn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSctduAWn1 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-tSgx9zIjou {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSgx9zIjou .img-wrapper {
  text-align: center;
}
.cid-tSgx9zIjou img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tSgx9zIjou .row {
  align-items: flex-start;
}
.cid-tSgx9zIjou .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tSgx9zIjou .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tSgx9zIjou .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSgx9zIjou .card-wrapper {
    padding: 1rem;
  }
}
.cid-tSgx9zIjou .mbr-text,
.cid-tSgx9zIjou .mbr-section-btn {
  text-align: left;
}
.cid-tSctgBTXjI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tSctgBTXjI .img-wrapper {
  text-align: center;
}
.cid-tSctgBTXjI img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tSctgBTXjI .row {
  align-items: flex-start;
}
.cid-tSctgBTXjI .card-wrapper {
  border-radius: 4px;
  background: #fff6ea;
}
@media (max-width: 992px) {
  .cid-tSctgBTXjI .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tSctgBTXjI .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tSctgBTXjI .card-wrapper {
    padding: 1rem;
  }
}
.cid-tSctgBTXjI .mbr-text,
.cid-tSctgBTXjI .mbr-section-btn {
  text-align: left;
}
.cid-sFF5Wb1ZQt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFF5Wb1ZQt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-sFF5Wb1ZQt .panel-group {
  border: none;
}
.cid-sFF5Wb1ZQt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sFF5Wb1ZQt .panel-body,
.cid-sFF5Wb1ZQt .card-header {
  padding: 1rem 0;
}
.cid-sFF5Wb1ZQt .panel-title-edit {
  color: #000000;
}
.cid-sFF5Wb1ZQt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-sFF5Wb1ZQt H3 {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tWO8vPpJ0U {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWO8vPpJ0U nav.navbar {
  position: fixed;
}
.cid-tWO8vPpJ0U .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-tWO8vPpJ0U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWO8vPpJ0U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWO8vPpJ0U .dropdown-item:hover,
.cid-tWO8vPpJ0U .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tWO8vPpJ0U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWO8vPpJ0U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWO8vPpJ0U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWO8vPpJ0U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWO8vPpJ0U .nav-link {
  position: relative;
}
.cid-tWO8vPpJ0U .container {
  display: flex;
  margin: auto;
}
.cid-tWO8vPpJ0U .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWO8vPpJ0U .dropdown-menu,
.cid-tWO8vPpJ0U .navbar.opened {
  background: #ffffff !important;
}
.cid-tWO8vPpJ0U .nav-item:focus,
.cid-tWO8vPpJ0U .nav-link:focus {
  outline: none;
}
.cid-tWO8vPpJ0U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWO8vPpJ0U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWO8vPpJ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWO8vPpJ0U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWO8vPpJ0U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWO8vPpJ0U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWO8vPpJ0U .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: #ffffff;
}
.cid-tWO8vPpJ0U .navbar.opened {
  transition: all 0.3s;
}
.cid-tWO8vPpJ0U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWO8vPpJ0U .navbar .navbar-logo img {
  width: auto;
}
.cid-tWO8vPpJ0U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWO8vPpJ0U .navbar.collapsed {
  justify-content: center;
}
.cid-tWO8vPpJ0U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWO8vPpJ0U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWO8vPpJ0U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tWO8vPpJ0U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWO8vPpJ0U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWO8vPpJ0U .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-tWO8vPpJ0U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWO8vPpJ0U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWO8vPpJ0U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWO8vPpJ0U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWO8vPpJ0U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWO8vPpJ0U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWO8vPpJ0U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWO8vPpJ0U .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-tWO8vPpJ0U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWO8vPpJ0U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWO8vPpJ0U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWO8vPpJ0U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWO8vPpJ0U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWO8vPpJ0U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tWO8vPpJ0U .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWO8vPpJ0U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWO8vPpJ0U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWO8vPpJ0U .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-tWO8vPpJ0U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWO8vPpJ0U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWO8vPpJ0U .dropdown-item.active,
.cid-tWO8vPpJ0U .dropdown-item:active {
  background-color: transparent;
}
.cid-tWO8vPpJ0U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWO8vPpJ0U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWO8vPpJ0U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWO8vPpJ0U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tWO8vPpJ0U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWO8vPpJ0U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWO8vPpJ0U ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWO8vPpJ0U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWO8vPpJ0U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWO8vPpJ0U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tWO8vPpJ0U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWO8vPpJ0U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO8vPpJ0U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO8vPpJ0U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWO8vPpJ0U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO8vPpJ0U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWO8vPpJ0U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWO8vPpJ0U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO8vPpJ0U .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWO8vPpJ0U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWO8vPpJ0U .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-tWO8vPpJ0U .navbar {
    height: 70px;
  }
  .cid-tWO8vPpJ0U .navbar.opened {
    height: auto;
  }
  .cid-tWO8vPpJ0U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWO8vPKrcg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWO8vPKrcg .mbr-section-subtitle {
  color: #111111;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tYXXmcNKkv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYXXmcNKkv nav.navbar {
  position: fixed;
}
.cid-tYXXmcNKkv .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-tYXXmcNKkv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYXXmcNKkv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYXXmcNKkv .dropdown-item:hover,
.cid-tYXXmcNKkv .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tYXXmcNKkv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYXXmcNKkv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYXXmcNKkv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYXXmcNKkv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYXXmcNKkv .nav-link {
  position: relative;
}
.cid-tYXXmcNKkv .container {
  display: flex;
  margin: auto;
}
.cid-tYXXmcNKkv .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYXXmcNKkv .dropdown-menu,
.cid-tYXXmcNKkv .navbar.opened {
  background: #ffffff !important;
}
.cid-tYXXmcNKkv .nav-item:focus,
.cid-tYXXmcNKkv .nav-link:focus {
  outline: none;
}
.cid-tYXXmcNKkv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYXXmcNKkv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYXXmcNKkv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYXXmcNKkv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYXXmcNKkv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYXXmcNKkv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYXXmcNKkv .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: #ffffff;
}
.cid-tYXXmcNKkv .navbar.opened {
  transition: all 0.3s;
}
.cid-tYXXmcNKkv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYXXmcNKkv .navbar .navbar-logo img {
  width: auto;
}
.cid-tYXXmcNKkv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYXXmcNKkv .navbar.collapsed {
  justify-content: center;
}
.cid-tYXXmcNKkv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYXXmcNKkv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYXXmcNKkv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tYXXmcNKkv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYXXmcNKkv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYXXmcNKkv .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-tYXXmcNKkv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYXXmcNKkv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYXXmcNKkv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYXXmcNKkv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYXXmcNKkv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYXXmcNKkv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYXXmcNKkv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYXXmcNKkv .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-tYXXmcNKkv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYXXmcNKkv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYXXmcNKkv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYXXmcNKkv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYXXmcNKkv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYXXmcNKkv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYXXmcNKkv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYXXmcNKkv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYXXmcNKkv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYXXmcNKkv .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-tYXXmcNKkv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYXXmcNKkv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYXXmcNKkv .dropdown-item.active,
.cid-tYXXmcNKkv .dropdown-item:active {
  background-color: transparent;
}
.cid-tYXXmcNKkv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYXXmcNKkv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYXXmcNKkv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYXXmcNKkv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYXXmcNKkv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYXXmcNKkv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYXXmcNKkv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYXXmcNKkv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYXXmcNKkv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYXXmcNKkv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tYXXmcNKkv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYXXmcNKkv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYXXmcNKkv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYXXmcNKkv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYXXmcNKkv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYXXmcNKkv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYXXmcNKkv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYXXmcNKkv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYXXmcNKkv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYXXmcNKkv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYXXmcNKkv .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-tYXXmcNKkv .navbar {
    height: 70px;
  }
  .cid-tYXXmcNKkv .navbar.opened {
    height: auto;
  }
  .cid-tYXXmcNKkv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYXYV9zs4U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYXYV9zs4U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYXYV9zs4U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYXYV9zs4U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYXYV9zs4U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYXYV9zs4U .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYXYV9zs4U .mbr-section-title {
  color: #c54686;
}
#custom-html-lb {
  /* Type valid CSS here */
}
#custom-html-lb div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-lb p {
  font-size: 60px;
  color: #777;
}
.cid-tYXYuyhxxM {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tYXYuyhxxM .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tYXYuyhxxM .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-tYXYuyhxxM .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ed5b2d;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-tYXYuyhxxM .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tYY4EDaIUO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYY4EDaIUO nav.navbar {
  position: fixed;
}
.cid-tYY4EDaIUO .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-tYY4EDaIUO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYY4EDaIUO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYY4EDaIUO .dropdown-item:hover,
.cid-tYY4EDaIUO .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tYY4EDaIUO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYY4EDaIUO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYY4EDaIUO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYY4EDaIUO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYY4EDaIUO .nav-link {
  position: relative;
}
.cid-tYY4EDaIUO .container {
  display: flex;
  margin: auto;
}
.cid-tYY4EDaIUO .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYY4EDaIUO .dropdown-menu,
.cid-tYY4EDaIUO .navbar.opened {
  background: #ffffff !important;
}
.cid-tYY4EDaIUO .nav-item:focus,
.cid-tYY4EDaIUO .nav-link:focus {
  outline: none;
}
.cid-tYY4EDaIUO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYY4EDaIUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYY4EDaIUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYY4EDaIUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYY4EDaIUO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYY4EDaIUO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYY4EDaIUO .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: #ffffff;
}
.cid-tYY4EDaIUO .navbar.opened {
  transition: all 0.3s;
}
.cid-tYY4EDaIUO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYY4EDaIUO .navbar .navbar-logo img {
  width: auto;
}
.cid-tYY4EDaIUO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYY4EDaIUO .navbar.collapsed {
  justify-content: center;
}
.cid-tYY4EDaIUO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYY4EDaIUO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYY4EDaIUO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tYY4EDaIUO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYY4EDaIUO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYY4EDaIUO .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-tYY4EDaIUO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYY4EDaIUO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYY4EDaIUO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYY4EDaIUO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYY4EDaIUO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYY4EDaIUO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYY4EDaIUO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYY4EDaIUO .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-tYY4EDaIUO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYY4EDaIUO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYY4EDaIUO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYY4EDaIUO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYY4EDaIUO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYY4EDaIUO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYY4EDaIUO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYY4EDaIUO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYY4EDaIUO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYY4EDaIUO .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-tYY4EDaIUO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYY4EDaIUO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYY4EDaIUO .dropdown-item.active,
.cid-tYY4EDaIUO .dropdown-item:active {
  background-color: transparent;
}
.cid-tYY4EDaIUO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYY4EDaIUO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYY4EDaIUO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYY4EDaIUO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYY4EDaIUO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYY4EDaIUO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYY4EDaIUO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYY4EDaIUO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYY4EDaIUO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYY4EDaIUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tYY4EDaIUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYY4EDaIUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYY4EDaIUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYY4EDaIUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYY4EDaIUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYY4EDaIUO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYY4EDaIUO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYY4EDaIUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYY4EDaIUO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYY4EDaIUO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYY4EDaIUO .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-tYY4EDaIUO .navbar {
    height: 70px;
  }
  .cid-tYY4EDaIUO .navbar.opened {
    height: auto;
  }
  .cid-tYY4EDaIUO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYY4EDzgzC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYY4EDzgzC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYY4EDzgzC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYY4EDzgzC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYY4EDzgzC .row {
  flex-direction: row-reverse;
}
.cid-tYY4EDzgzC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYY4EDzgzC .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYY4EDzgzC .mbr-section-title {
  color: #c54686;
}
.cid-usNf4beDvH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNf4beDvH li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNf4beDvH li:last-child {
  margin-bottom: 0;
}
.cid-usNf4beDvH .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNf4beDvH .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNf4beDvH .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNf4beDvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNf4beDvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNf4beDvH .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0x5GWSmh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0x5GWSmh nav.navbar {
  position: fixed;
}
.cid-uz0x5GWSmh .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-uz0x5GWSmh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0x5GWSmh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0x5GWSmh .dropdown-item:hover,
.cid-uz0x5GWSmh .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0x5GWSmh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0x5GWSmh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0x5GWSmh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0x5GWSmh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0x5GWSmh .nav-link {
  position: relative;
}
.cid-uz0x5GWSmh .container {
  display: flex;
  margin: auto;
}
.cid-uz0x5GWSmh .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0x5GWSmh .dropdown-menu,
.cid-uz0x5GWSmh .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0x5GWSmh .nav-item:focus,
.cid-uz0x5GWSmh .nav-link:focus {
  outline: none;
}
.cid-uz0x5GWSmh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0x5GWSmh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0x5GWSmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0x5GWSmh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0x5GWSmh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0x5GWSmh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0x5GWSmh .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: #ffffff;
}
.cid-uz0x5GWSmh .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0x5GWSmh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0x5GWSmh .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0x5GWSmh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0x5GWSmh .navbar.collapsed {
  justify-content: center;
}
.cid-uz0x5GWSmh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0x5GWSmh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0x5GWSmh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0x5GWSmh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0x5GWSmh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0x5GWSmh .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-uz0x5GWSmh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0x5GWSmh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0x5GWSmh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0x5GWSmh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0x5GWSmh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0x5GWSmh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0x5GWSmh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0x5GWSmh .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-uz0x5GWSmh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0x5GWSmh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0x5GWSmh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0x5GWSmh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0x5GWSmh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0x5GWSmh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0x5GWSmh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0x5GWSmh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0x5GWSmh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0x5GWSmh .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-uz0x5GWSmh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0x5GWSmh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0x5GWSmh .dropdown-item.active,
.cid-uz0x5GWSmh .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0x5GWSmh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0x5GWSmh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0x5GWSmh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0x5GWSmh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0x5GWSmh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0x5GWSmh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0x5GWSmh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0x5GWSmh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0x5GWSmh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0x5GWSmh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0x5GWSmh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0x5GWSmh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0x5GWSmh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0x5GWSmh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0x5GWSmh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0x5GWSmh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0x5GWSmh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0x5GWSmh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0x5GWSmh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0x5GWSmh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0x5GWSmh .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-uz0x5GWSmh .navbar {
    height: 70px;
  }
  .cid-uz0x5GWSmh .navbar.opened {
    height: auto;
  }
  .cid-uz0x5GWSmh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0DEUMPsB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz0DEUMPsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0DEUMPsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0DEUMPsB .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0DEUMPsB .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0xa61Zcd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xa61Zcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0xa61Zcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0xa61Zcd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0xa61Zcd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0xa61Zcd .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0xaDEJZx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xbaM4U2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xbaM4U2 blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0xbaM4U2 .mbr-section-title {
  color: #ffffff;
}
.cid-uz0xbaM4U2 .mbr-text {
  color: #fafafa;
}
.cid-uX3vxhlZjo {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3vxhlZjo img,
.cid-uX3vxhlZjo .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3vxhlZjo .item:focus,
.cid-uX3vxhlZjo span:focus {
  outline: none;
}
.cid-uX3vxhlZjo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3vxhlZjo .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3vxhlZjo .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3vxhlZjo .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3vxhlZjo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3vxhlZjo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3vxhlZjo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3vxhlZjo .mbr-section-title {
  color: #c54686;
}
.cid-uX3vxhlZjo .mbr-text,
.cid-uX3vxhlZjo .mbr-section-btn {
  text-align: left;
}
.cid-uX3vxhlZjo .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3vxhlZjo .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1s4KCeUT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1s4KCeUT img,
.cid-uC1s4KCeUT .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1s4KCeUT .item:focus,
.cid-uC1s4KCeUT span:focus {
  outline: none;
}
.cid-uC1s4KCeUT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1s4KCeUT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1s4KCeUT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1s4KCeUT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1s4KCeUT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1s4KCeUT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1s4KCeUT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1s4KCeUT .mbr-section-title {
  color: #c54686;
}
.cid-uC1s4KCeUT .mbr-text,
.cid-uC1s4KCeUT .mbr-section-btn {
  text-align: left;
}
.cid-uC1s4KCeUT .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1s4KCeUT .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0xdbcu9X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xdbcu9X img,
.cid-uz0xdbcu9X .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0xdbcu9X .item:focus,
.cid-uz0xdbcu9X span:focus {
  outline: none;
}
.cid-uz0xdbcu9X .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0xdbcu9X .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0xdbcu9X .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0xdbcu9X .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0xdbcu9X .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0xdbcu9X .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0xdbcu9X .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0xdbcu9X .mbr-section-title {
  color: #c54686;
}
.cid-uz0xdbcu9X .mbr-text,
.cid-uz0xdbcu9X .mbr-section-btn {
  text-align: left;
}
.cid-uz0xdbcu9X .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0xdbcu9X .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0xdTuZTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xdTuZTf img,
.cid-uz0xdTuZTf .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0xdTuZTf .item:focus,
.cid-uz0xdTuZTf span:focus {
  outline: none;
}
.cid-uz0xdTuZTf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0xdTuZTf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0xdTuZTf .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0xdTuZTf .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0xdTuZTf .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0xdTuZTf .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0xdTuZTf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0xdTuZTf .mbr-section-title {
  color: #c54686;
}
.cid-uz0xdTuZTf .mbr-text,
.cid-uz0xdTuZTf .mbr-section-btn {
  text-align: left;
}
.cid-uz0xdTuZTf .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0xdTuZTf .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0xeFKeXg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xeFKeXg img,
.cid-uz0xeFKeXg .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0xeFKeXg .item:focus,
.cid-uz0xeFKeXg span:focus {
  outline: none;
}
.cid-uz0xeFKeXg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0xeFKeXg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0xeFKeXg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0xeFKeXg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0xeFKeXg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0xeFKeXg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0xeFKeXg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0xeFKeXg .mbr-section-title {
  color: #c54686;
}
.cid-uz0xeFKeXg .mbr-text,
.cid-uz0xeFKeXg .mbr-section-btn {
  text-align: left;
}
.cid-uz0xeFKeXg .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0xeFKeXg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0xfsdQTO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0xfsdQTO img,
.cid-uz0xfsdQTO .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0xfsdQTO .item:focus,
.cid-uz0xfsdQTO span:focus {
  outline: none;
}
.cid-uz0xfsdQTO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0xfsdQTO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0xfsdQTO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0xfsdQTO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0xfsdQTO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0xfsdQTO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0xfsdQTO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0xfsdQTO .mbr-section-title {
  color: #c54686;
}
.cid-uz0xfsdQTO .mbr-text,
.cid-uz0xfsdQTO .mbr-section-btn {
  text-align: left;
}
.cid-uz0xfsdQTO .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0xfsdQTO .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u1Dk7nNsLm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1Dk7nNsLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dk7nNsLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dk7nNsLm .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNdSXtRDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNdSXtRDH li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNdSXtRDH li:last-child {
  margin-bottom: 0;
}
.cid-usNdSXtRDH .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNdSXtRDH .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNdSXtRDH .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNdSXtRDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNdSXtRDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNdSXtRDH .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0yvi6JDM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0yvi6JDM nav.navbar {
  position: fixed;
}
.cid-uz0yvi6JDM .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-uz0yvi6JDM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0yvi6JDM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0yvi6JDM .dropdown-item:hover,
.cid-uz0yvi6JDM .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0yvi6JDM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0yvi6JDM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0yvi6JDM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0yvi6JDM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0yvi6JDM .nav-link {
  position: relative;
}
.cid-uz0yvi6JDM .container {
  display: flex;
  margin: auto;
}
.cid-uz0yvi6JDM .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0yvi6JDM .dropdown-menu,
.cid-uz0yvi6JDM .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0yvi6JDM .nav-item:focus,
.cid-uz0yvi6JDM .nav-link:focus {
  outline: none;
}
.cid-uz0yvi6JDM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0yvi6JDM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0yvi6JDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0yvi6JDM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0yvi6JDM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0yvi6JDM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0yvi6JDM .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: #ffffff;
}
.cid-uz0yvi6JDM .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0yvi6JDM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0yvi6JDM .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0yvi6JDM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0yvi6JDM .navbar.collapsed {
  justify-content: center;
}
.cid-uz0yvi6JDM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0yvi6JDM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0yvi6JDM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0yvi6JDM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0yvi6JDM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0yvi6JDM .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-uz0yvi6JDM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0yvi6JDM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0yvi6JDM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0yvi6JDM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0yvi6JDM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0yvi6JDM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0yvi6JDM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0yvi6JDM .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-uz0yvi6JDM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0yvi6JDM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0yvi6JDM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0yvi6JDM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0yvi6JDM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0yvi6JDM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0yvi6JDM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0yvi6JDM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0yvi6JDM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0yvi6JDM .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-uz0yvi6JDM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0yvi6JDM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0yvi6JDM .dropdown-item.active,
.cid-uz0yvi6JDM .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0yvi6JDM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0yvi6JDM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0yvi6JDM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0yvi6JDM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0yvi6JDM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0yvi6JDM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0yvi6JDM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0yvi6JDM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0yvi6JDM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0yvi6JDM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0yvi6JDM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0yvi6JDM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0yvi6JDM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0yvi6JDM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0yvi6JDM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0yvi6JDM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0yvi6JDM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0yvi6JDM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0yvi6JDM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0yvi6JDM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0yvi6JDM .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-uz0yvi6JDM .navbar {
    height: 70px;
  }
  .cid-uz0yvi6JDM .navbar.opened {
    height: auto;
  }
  .cid-uz0yvi6JDM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0E9tVlbG {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz0E9tVlbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0E9tVlbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0E9tVlbG .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0E9tVlbG .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0yxr4dCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yxr4dCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0yxr4dCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0yxr4dCr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0yxr4dCr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0yxr4dCr .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0yxLAuU6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yyl2G0X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yyl2G0X blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0yyl2G0X .mbr-section-title {
  color: #ffffff;
}
.cid-uz0yyl2G0X .mbr-text {
  color: #fafafa;
}
.cid-uX3vGFuwMb {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3vGFuwMb img,
.cid-uX3vGFuwMb .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3vGFuwMb .item:focus,
.cid-uX3vGFuwMb span:focus {
  outline: none;
}
.cid-uX3vGFuwMb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3vGFuwMb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3vGFuwMb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3vGFuwMb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3vGFuwMb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3vGFuwMb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3vGFuwMb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3vGFuwMb .mbr-section-title {
  color: #c54686;
}
.cid-uX3vGFuwMb .mbr-text,
.cid-uX3vGFuwMb .mbr-section-btn {
  text-align: left;
}
.cid-uX3vGFuwMb .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3vGFuwMb .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1s9D7pMg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1s9D7pMg img,
.cid-uC1s9D7pMg .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1s9D7pMg .item:focus,
.cid-uC1s9D7pMg span:focus {
  outline: none;
}
.cid-uC1s9D7pMg .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1s9D7pMg .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1s9D7pMg .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1s9D7pMg .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1s9D7pMg .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1s9D7pMg .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1s9D7pMg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1s9D7pMg .mbr-section-title {
  color: #c54686;
}
.cid-uC1s9D7pMg .mbr-text,
.cid-uC1s9D7pMg .mbr-section-btn {
  text-align: left;
}
.cid-uC1s9D7pMg .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1s9D7pMg .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0yEjBCtC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yEjBCtC img,
.cid-uz0yEjBCtC .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0yEjBCtC .item:focus,
.cid-uz0yEjBCtC span:focus {
  outline: none;
}
.cid-uz0yEjBCtC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0yEjBCtC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0yEjBCtC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0yEjBCtC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0yEjBCtC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0yEjBCtC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0yEjBCtC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0yEjBCtC .mbr-section-title {
  color: #c54686;
}
.cid-uz0yEjBCtC .mbr-text,
.cid-uz0yEjBCtC .mbr-section-btn {
  text-align: left;
}
.cid-uz0yEjBCtC .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0yEjBCtC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0yEQDlYs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yEQDlYs img,
.cid-uz0yEQDlYs .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0yEQDlYs .item:focus,
.cid-uz0yEQDlYs span:focus {
  outline: none;
}
.cid-uz0yEQDlYs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0yEQDlYs .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0yEQDlYs .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0yEQDlYs .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0yEQDlYs .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0yEQDlYs .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0yEQDlYs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0yEQDlYs .mbr-section-title {
  color: #c54686;
}
.cid-uz0yEQDlYs .mbr-text,
.cid-uz0yEQDlYs .mbr-section-btn {
  text-align: left;
}
.cid-uz0yEQDlYs .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0yEQDlYs .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0yFD4YVa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yFD4YVa img,
.cid-uz0yFD4YVa .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0yFD4YVa .item:focus,
.cid-uz0yFD4YVa span:focus {
  outline: none;
}
.cid-uz0yFD4YVa .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0yFD4YVa .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0yFD4YVa .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0yFD4YVa .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0yFD4YVa .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0yFD4YVa .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0yFD4YVa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0yFD4YVa .mbr-section-title {
  color: #c54686;
}
.cid-uz0yFD4YVa .mbr-text,
.cid-uz0yFD4YVa .mbr-section-btn {
  text-align: left;
}
.cid-uz0yFD4YVa .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0yFD4YVa .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0yG4h3M9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yG4h3M9 img,
.cid-uz0yG4h3M9 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0yG4h3M9 .item:focus,
.cid-uz0yG4h3M9 span:focus {
  outline: none;
}
.cid-uz0yG4h3M9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0yG4h3M9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0yG4h3M9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0yG4h3M9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0yG4h3M9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0yG4h3M9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0yG4h3M9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0yG4h3M9 .mbr-section-title {
  color: #c54686;
}
.cid-uz0yG4h3M9 .mbr-text,
.cid-uz0yG4h3M9 .mbr-section-btn {
  text-align: left;
}
.cid-uz0yG4h3M9 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0yG4h3M9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0yGVcxXZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0yGVcxXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0yGVcxXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0yGVcxXZ .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNdXjquLK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNdXjquLK li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNdXjquLK li:last-child {
  margin-bottom: 0;
}
.cid-usNdXjquLK .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNdXjquLK .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNdXjquLK .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNdXjquLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNdXjquLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNdXjquLK .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0akJb3Pa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0akJb3Pa nav.navbar {
  position: fixed;
}
.cid-uz0akJb3Pa .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-uz0akJb3Pa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0akJb3Pa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0akJb3Pa .dropdown-item:hover,
.cid-uz0akJb3Pa .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0akJb3Pa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0akJb3Pa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0akJb3Pa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0akJb3Pa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0akJb3Pa .nav-link {
  position: relative;
}
.cid-uz0akJb3Pa .container {
  display: flex;
  margin: auto;
}
.cid-uz0akJb3Pa .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0akJb3Pa .dropdown-menu,
.cid-uz0akJb3Pa .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0akJb3Pa .nav-item:focus,
.cid-uz0akJb3Pa .nav-link:focus {
  outline: none;
}
.cid-uz0akJb3Pa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0akJb3Pa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0akJb3Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0akJb3Pa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0akJb3Pa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0akJb3Pa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0akJb3Pa .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: #ffffff;
}
.cid-uz0akJb3Pa .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0akJb3Pa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0akJb3Pa .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0akJb3Pa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0akJb3Pa .navbar.collapsed {
  justify-content: center;
}
.cid-uz0akJb3Pa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0akJb3Pa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0akJb3Pa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0akJb3Pa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0akJb3Pa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0akJb3Pa .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-uz0akJb3Pa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0akJb3Pa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0akJb3Pa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0akJb3Pa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0akJb3Pa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0akJb3Pa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0akJb3Pa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0akJb3Pa .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-uz0akJb3Pa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0akJb3Pa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0akJb3Pa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0akJb3Pa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0akJb3Pa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0akJb3Pa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0akJb3Pa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0akJb3Pa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0akJb3Pa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0akJb3Pa .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-uz0akJb3Pa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0akJb3Pa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0akJb3Pa .dropdown-item.active,
.cid-uz0akJb3Pa .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0akJb3Pa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0akJb3Pa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0akJb3Pa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0akJb3Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0akJb3Pa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0akJb3Pa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0akJb3Pa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0akJb3Pa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0akJb3Pa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0akJb3Pa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0akJb3Pa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0akJb3Pa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0akJb3Pa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0akJb3Pa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0akJb3Pa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0akJb3Pa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0akJb3Pa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0akJb3Pa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0akJb3Pa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0akJb3Pa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0akJb3Pa .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-uz0akJb3Pa .navbar {
    height: 70px;
  }
  .cid-uz0akJb3Pa .navbar.opened {
    height: auto;
  }
  .cid-uz0akJb3Pa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0ahbDfVX {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz0ahbDfVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0ahbDfVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0ahbDfVX .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0ahbDfVX .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0aiiuGk2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0aiiuGk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0aiiuGk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0aiiuGk2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0aiiuGk2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0aiiuGk2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0aiVPnCn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0ajvskUt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0ajvskUt blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uz0ajvskUt .mbr-section-title {
  color: #ffffff;
}
.cid-uz0ajvskUt .mbr-text {
  color: #fafafa;
}
.cid-uX3vMAa2yK {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3vMAa2yK img,
.cid-uX3vMAa2yK .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3vMAa2yK .item:focus,
.cid-uX3vMAa2yK span:focus {
  outline: none;
}
.cid-uX3vMAa2yK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3vMAa2yK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3vMAa2yK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3vMAa2yK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3vMAa2yK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3vMAa2yK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3vMAa2yK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3vMAa2yK .mbr-section-title {
  color: #c54686;
}
.cid-uX3vMAa2yK .mbr-text,
.cid-uX3vMAa2yK .mbr-section-btn {
  text-align: left;
}
.cid-uX3vMAa2yK .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3vMAa2yK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1sfXwFnF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1sfXwFnF img,
.cid-uC1sfXwFnF .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1sfXwFnF .item:focus,
.cid-uC1sfXwFnF span:focus {
  outline: none;
}
.cid-uC1sfXwFnF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1sfXwFnF .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1sfXwFnF .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1sfXwFnF .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1sfXwFnF .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1sfXwFnF .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1sfXwFnF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1sfXwFnF .mbr-section-title {
  color: #c54686;
}
.cid-uC1sfXwFnF .mbr-text,
.cid-uC1sfXwFnF .mbr-section-btn {
  text-align: left;
}
.cid-uC1sfXwFnF .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1sfXwFnF .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0AVINorV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0AVINorV img,
.cid-uz0AVINorV .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0AVINorV .item:focus,
.cid-uz0AVINorV span:focus {
  outline: none;
}
.cid-uz0AVINorV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0AVINorV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0AVINorV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0AVINorV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0AVINorV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0AVINorV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0AVINorV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0AVINorV .mbr-section-title {
  color: #c54686;
}
.cid-uz0AVINorV .mbr-text,
.cid-uz0AVINorV .mbr-section-btn {
  text-align: left;
}
.cid-uz0AVINorV .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0AVINorV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0AWqOHGw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0AWqOHGw img,
.cid-uz0AWqOHGw .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0AWqOHGw .item:focus,
.cid-uz0AWqOHGw span:focus {
  outline: none;
}
.cid-uz0AWqOHGw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0AWqOHGw .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0AWqOHGw .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0AWqOHGw .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0AWqOHGw .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0AWqOHGw .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0AWqOHGw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0AWqOHGw .mbr-section-title {
  color: #c54686;
}
.cid-uz0AWqOHGw .mbr-text,
.cid-uz0AWqOHGw .mbr-section-btn {
  text-align: left;
}
.cid-uz0AWqOHGw .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0AWqOHGw .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0AXbaDOb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0AXbaDOb img,
.cid-uz0AXbaDOb .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0AXbaDOb .item:focus,
.cid-uz0AXbaDOb span:focus {
  outline: none;
}
.cid-uz0AXbaDOb .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0AXbaDOb .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0AXbaDOb .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0AXbaDOb .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0AXbaDOb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0AXbaDOb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0AXbaDOb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0AXbaDOb .mbr-section-title {
  color: #c54686;
}
.cid-uz0AXbaDOb .mbr-text,
.cid-uz0AXbaDOb .mbr-section-btn {
  text-align: left;
}
.cid-uz0AXbaDOb .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0AXbaDOb .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57V7Um05H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57V7Um05H img,
.cid-u57V7Um05H .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u57V7Um05H .item:focus,
.cid-u57V7Um05H span:focus {
  outline: none;
}
.cid-u57V7Um05H .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57V7Um05H .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57V7Um05H .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57V7Um05H .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57V7Um05H .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57V7Um05H .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57V7Um05H .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57V7Um05H .mbr-section-title {
  color: #c54686;
}
.cid-u57V7Um05H .mbr-text,
.cid-u57V7Um05H .mbr-section-btn {
  text-align: left;
}
.cid-u57V7Um05H .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57V7Um05H .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u1DkjvTcw3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DkjvTcw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DkjvTcw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DkjvTcw3 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNeuKibjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNeuKibjb li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNeuKibjb li:last-child {
  margin-bottom: 0;
}
.cid-usNeuKibjb .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNeuKibjb .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNeuKibjb .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNeuKibjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNeuKibjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNeuKibjb .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uz0iquqkw6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0iquqkw6 nav.navbar {
  position: fixed;
}
.cid-uz0iquqkw6 .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-uz0iquqkw6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0iquqkw6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0iquqkw6 .dropdown-item:hover,
.cid-uz0iquqkw6 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0iquqkw6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0iquqkw6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0iquqkw6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0iquqkw6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0iquqkw6 .nav-link {
  position: relative;
}
.cid-uz0iquqkw6 .container {
  display: flex;
  margin: auto;
}
.cid-uz0iquqkw6 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0iquqkw6 .dropdown-menu,
.cid-uz0iquqkw6 .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0iquqkw6 .nav-item:focus,
.cid-uz0iquqkw6 .nav-link:focus {
  outline: none;
}
.cid-uz0iquqkw6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0iquqkw6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0iquqkw6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0iquqkw6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0iquqkw6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0iquqkw6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0iquqkw6 .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: #ffffff;
}
.cid-uz0iquqkw6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0iquqkw6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0iquqkw6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0iquqkw6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0iquqkw6 .navbar.collapsed {
  justify-content: center;
}
.cid-uz0iquqkw6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0iquqkw6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0iquqkw6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0iquqkw6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0iquqkw6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0iquqkw6 .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-uz0iquqkw6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0iquqkw6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0iquqkw6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0iquqkw6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0iquqkw6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0iquqkw6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0iquqkw6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0iquqkw6 .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-uz0iquqkw6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0iquqkw6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0iquqkw6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0iquqkw6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0iquqkw6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0iquqkw6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0iquqkw6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0iquqkw6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0iquqkw6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0iquqkw6 .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-uz0iquqkw6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0iquqkw6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0iquqkw6 .dropdown-item.active,
.cid-uz0iquqkw6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0iquqkw6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0iquqkw6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0iquqkw6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0iquqkw6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0iquqkw6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0iquqkw6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0iquqkw6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0iquqkw6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0iquqkw6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0iquqkw6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0iquqkw6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0iquqkw6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0iquqkw6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0iquqkw6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0iquqkw6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0iquqkw6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0iquqkw6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0iquqkw6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0iquqkw6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0iquqkw6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0iquqkw6 .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-uz0iquqkw6 .navbar {
    height: 70px;
  }
  .cid-uz0iquqkw6 .navbar.opened {
    height: auto;
  }
  .cid-uz0iquqkw6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0iowViuj {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0iowViuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0iowViuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0iowViuj .mbr-section-title {
  color: #c54686;
}
.cid-uz0kxsroXs {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uz0kxsroXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0kxsroXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0kxsroXs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uz0kxsroXs .row {
    flex-direction: column-reverse;
  }
  .cid-uz0kxsroXs .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uz0kxsroXs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uz0kxsroXs .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uz0kxsroXs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uz0iKnlRUx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uz0iKnlRUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0iKnlRUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0iKnlRUx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0iKnlRUx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0iKnlRUx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz0iKnlRUx .mbr-section-title {
  color: #c54686;
}
.cid-uz0iNYVj4B {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0iNYVj4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0iNYVj4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0iNYVj4B .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uCpT2HH8jr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCpT2HH8jr li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uCpT2HH8jr li:last-child {
  margin-bottom: 0;
}
.cid-uCpT2HH8jr .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uCpT2HH8jr .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uCpT2HH8jr .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uCpT2HH8jr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCpT2HH8jr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCpT2HH8jr .mbr-section-title {
  color: #c54686;
}
.cid-u0pSkykiVA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0pSkykiVA nav.navbar {
  position: fixed;
}
.cid-u0pSkykiVA .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-u0pSkykiVA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0pSkykiVA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0pSkykiVA .dropdown-item:hover,
.cid-u0pSkykiVA .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-u0pSkykiVA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0pSkykiVA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0pSkykiVA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0pSkykiVA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0pSkykiVA .nav-link {
  position: relative;
}
.cid-u0pSkykiVA .container {
  display: flex;
  margin: auto;
}
.cid-u0pSkykiVA .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0pSkykiVA .dropdown-menu,
.cid-u0pSkykiVA .navbar.opened {
  background: #ffffff !important;
}
.cid-u0pSkykiVA .nav-item:focus,
.cid-u0pSkykiVA .nav-link:focus {
  outline: none;
}
.cid-u0pSkykiVA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0pSkykiVA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0pSkykiVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0pSkykiVA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0pSkykiVA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0pSkykiVA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0pSkykiVA .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: #ffffff;
}
.cid-u0pSkykiVA .navbar.opened {
  transition: all 0.3s;
}
.cid-u0pSkykiVA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0pSkykiVA .navbar .navbar-logo img {
  width: auto;
}
.cid-u0pSkykiVA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0pSkykiVA .navbar.collapsed {
  justify-content: center;
}
.cid-u0pSkykiVA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0pSkykiVA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0pSkykiVA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u0pSkykiVA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0pSkykiVA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0pSkykiVA .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-u0pSkykiVA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0pSkykiVA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0pSkykiVA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0pSkykiVA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0pSkykiVA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0pSkykiVA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0pSkykiVA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0pSkykiVA .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-u0pSkykiVA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0pSkykiVA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0pSkykiVA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0pSkykiVA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0pSkykiVA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0pSkykiVA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0pSkykiVA .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0pSkykiVA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0pSkykiVA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0pSkykiVA .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-u0pSkykiVA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0pSkykiVA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0pSkykiVA .dropdown-item.active,
.cid-u0pSkykiVA .dropdown-item:active {
  background-color: transparent;
}
.cid-u0pSkykiVA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0pSkykiVA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0pSkykiVA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0pSkykiVA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0pSkykiVA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0pSkykiVA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0pSkykiVA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0pSkykiVA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0pSkykiVA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0pSkykiVA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-u0pSkykiVA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0pSkykiVA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0pSkykiVA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0pSkykiVA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0pSkykiVA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0pSkykiVA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0pSkykiVA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0pSkykiVA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0pSkykiVA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0pSkykiVA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0pSkykiVA .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-u0pSkykiVA .navbar {
    height: 70px;
  }
  .cid-u0pSkykiVA .navbar.opened {
    height: auto;
  }
  .cid-u0pSkykiVA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0pSkz7ce2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0pSkz7ce2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0pSkz7ce2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0pSkz7ce2 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-u0pSkz7ce2 .mbr-section-subtitle {
  color: #111111;
}
.cid-u1IlYOyahZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1IlYOyahZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1IlYOyahZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u1IlYOyahZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1IlYOyahZ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1IlYOyahZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0pSkA7zx8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiiZ0pQaZR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uiiZ0pQaZR blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #c54686;
}
.cid-uiiZ0pQaZR .mbr-section-title {
  color: #ffffff;
}
.cid-uiiZ0pQaZR .mbr-text {
  color: #fafafa;
}
.cid-uX3vSLiMBJ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3vSLiMBJ img,
.cid-uX3vSLiMBJ .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3vSLiMBJ .item:focus,
.cid-uX3vSLiMBJ span:focus {
  outline: none;
}
.cid-uX3vSLiMBJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3vSLiMBJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3vSLiMBJ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3vSLiMBJ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3vSLiMBJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3vSLiMBJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3vSLiMBJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3vSLiMBJ .mbr-section-title {
  color: #c54686;
}
.cid-uX3vSLiMBJ .mbr-text,
.cid-uX3vSLiMBJ .mbr-section-btn {
  text-align: left;
}
.cid-uX3vSLiMBJ .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3vSLiMBJ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1slOK5S6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1slOK5S6 img,
.cid-uC1slOK5S6 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1slOK5S6 .item:focus,
.cid-uC1slOK5S6 span:focus {
  outline: none;
}
.cid-uC1slOK5S6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1slOK5S6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1slOK5S6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1slOK5S6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1slOK5S6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1slOK5S6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1slOK5S6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1slOK5S6 .mbr-section-title {
  color: #c54686;
}
.cid-uC1slOK5S6 .mbr-text,
.cid-uC1slOK5S6 .mbr-section-btn {
  text-align: left;
}
.cid-uC1slOK5S6 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1slOK5S6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0BfbmHtd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0BfbmHtd img,
.cid-uz0BfbmHtd .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0BfbmHtd .item:focus,
.cid-uz0BfbmHtd span:focus {
  outline: none;
}
.cid-uz0BfbmHtd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0BfbmHtd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0BfbmHtd .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0BfbmHtd .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0BfbmHtd .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0BfbmHtd .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0BfbmHtd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0BfbmHtd .mbr-section-title {
  color: #c54686;
}
.cid-uz0BfbmHtd .mbr-text,
.cid-uz0BfbmHtd .mbr-section-btn {
  text-align: left;
}
.cid-uz0BfbmHtd .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0BfbmHtd .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57VlKzw3g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57VlKzw3g img,
.cid-u57VlKzw3g .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u57VlKzw3g .item:focus,
.cid-u57VlKzw3g span:focus {
  outline: none;
}
.cid-u57VlKzw3g .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57VlKzw3g .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57VlKzw3g .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57VlKzw3g .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57VlKzw3g .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57VlKzw3g .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57VlKzw3g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57VlKzw3g .mbr-section-title {
  color: #c54686;
}
.cid-u57VlKzw3g .mbr-text,
.cid-u57VlKzw3g .mbr-section-btn {
  text-align: left;
}
.cid-u57VlKzw3g .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57VlKzw3g .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57Vmoueiq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57Vmoueiq img,
.cid-u57Vmoueiq .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u57Vmoueiq .item:focus,
.cid-u57Vmoueiq span:focus {
  outline: none;
}
.cid-u57Vmoueiq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57Vmoueiq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57Vmoueiq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57Vmoueiq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57Vmoueiq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57Vmoueiq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57Vmoueiq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57Vmoueiq .mbr-section-title {
  color: #c54686;
}
.cid-u57Vmoueiq .mbr-text,
.cid-u57Vmoueiq .mbr-section-btn {
  text-align: left;
}
.cid-u57Vmoueiq .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57Vmoueiq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57VmZ24Wl {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57VmZ24Wl img,
.cid-u57VmZ24Wl .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u57VmZ24Wl .item:focus,
.cid-u57VmZ24Wl span:focus {
  outline: none;
}
.cid-u57VmZ24Wl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57VmZ24Wl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57VmZ24Wl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57VmZ24Wl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57VmZ24Wl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57VmZ24Wl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57VmZ24Wl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57VmZ24Wl .mbr-section-title {
  color: #c54686;
}
.cid-u57VmZ24Wl .mbr-text,
.cid-u57VmZ24Wl .mbr-section-btn {
  text-align: left;
}
.cid-u57VmZ24Wl .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57VmZ24Wl .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u1DkqtRKh8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DkqtRKh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DkqtRKh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DkqtRKh8 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNeywr5iL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNeywr5iL li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNeywr5iL li:last-child {
  margin-bottom: 0;
}
.cid-usNeywr5iL .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNeywr5iL .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNeywr5iL .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNeywr5iL .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNeywr5iL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNeywr5iL .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uDgk4g4IxT.popup-builder {
  background-color: #ffffff;
}
.cid-uDgk4g4IxT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgk4g4IxT.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgk4g4IxT .modal-content,
.cid-uDgk4g4IxT .modal-dialog {
  height: auto;
}
.cid-uDgk4g4IxT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgk4g4IxT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgk4g4IxT .form-wrapper .mbr-form .form-group,
  .cid-uDgk4g4IxT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgk4g4IxT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgk4g4IxT .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDgk4g4IxT .mbr-text {
  text-align: center;
}
.cid-uDgk4g4IxT .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgk4g4IxT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgk4g4IxT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgk4g4IxT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgk4g4IxT .modal-open {
  overflow: hidden;
}
.cid-uDgk4g4IxT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgk4g4IxT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgk4g4IxT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgk4g4IxT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDgk4g4IxT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgk4g4IxT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgk4g4IxT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgk4g4IxT .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDgk4g4IxT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgk4g4IxT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgk4g4IxT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgk4g4IxT .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgk4g4IxT .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDgk4g4IxT .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4g4IxT .modal-header {
    padding: 1rem;
  }
}
.cid-uDgk4g4IxT .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgk4g4IxT .modal-header .close svg {
  fill: #353535;
}
.cid-uDgk4g4IxT .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgk4g4IxT .modal-header .close:focus {
  outline: none;
}
.cid-uDgk4g4IxT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgk4g4IxT .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgk4g4IxT .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4g4IxT .modal-body {
    padding: 1rem;
  }
}
.cid-uDgk4g4IxT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDgk4g4IxT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4g4IxT .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgk4g4IxT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgk4g4IxT .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgk4g4IxT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgk4g4IxT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgk4g4IxT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDgk4g4IxT .modal-lg,
  .cid-uDgk4g4IxT .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgk4g4IxT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgk4g4IxT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgk4g4IxT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDgk4g4IxT .form-group {
  margin-bottom: 1rem;
}
.cid-uDgk4g4IxT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgk4g4IxT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgk4g4IxT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDgk4g4IxT .mbr-section-btn {
  margin: 0;
}
.cid-uDgk4g4IxT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uz0Bn4cffQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0Bn4cffQ nav.navbar {
  position: fixed;
}
.cid-uz0Bn4cffQ .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-uz0Bn4cffQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0Bn4cffQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0Bn4cffQ .dropdown-item:hover,
.cid-uz0Bn4cffQ .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0Bn4cffQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0Bn4cffQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0Bn4cffQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0Bn4cffQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0Bn4cffQ .nav-link {
  position: relative;
}
.cid-uz0Bn4cffQ .container {
  display: flex;
  margin: auto;
}
.cid-uz0Bn4cffQ .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0Bn4cffQ .dropdown-menu,
.cid-uz0Bn4cffQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0Bn4cffQ .nav-item:focus,
.cid-uz0Bn4cffQ .nav-link:focus {
  outline: none;
}
.cid-uz0Bn4cffQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0Bn4cffQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0Bn4cffQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0Bn4cffQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0Bn4cffQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0Bn4cffQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0Bn4cffQ .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: #ffffff;
}
.cid-uz0Bn4cffQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0Bn4cffQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0Bn4cffQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0Bn4cffQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0Bn4cffQ .navbar.collapsed {
  justify-content: center;
}
.cid-uz0Bn4cffQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0Bn4cffQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0Bn4cffQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0Bn4cffQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0Bn4cffQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0Bn4cffQ .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-uz0Bn4cffQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0Bn4cffQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0Bn4cffQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0Bn4cffQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0Bn4cffQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0Bn4cffQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0Bn4cffQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0Bn4cffQ .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-uz0Bn4cffQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0Bn4cffQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0Bn4cffQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0Bn4cffQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0Bn4cffQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0Bn4cffQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0Bn4cffQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0Bn4cffQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0Bn4cffQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0Bn4cffQ .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-uz0Bn4cffQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0Bn4cffQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0Bn4cffQ .dropdown-item.active,
.cid-uz0Bn4cffQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0Bn4cffQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0Bn4cffQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0Bn4cffQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0Bn4cffQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0Bn4cffQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0Bn4cffQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0Bn4cffQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0Bn4cffQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0Bn4cffQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0Bn4cffQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0Bn4cffQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0Bn4cffQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0Bn4cffQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0Bn4cffQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0Bn4cffQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0Bn4cffQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0Bn4cffQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0Bn4cffQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0Bn4cffQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0Bn4cffQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0Bn4cffQ .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-uz0Bn4cffQ .navbar {
    height: 70px;
  }
  .cid-uz0Bn4cffQ .navbar.opened {
    height: auto;
  }
  .cid-uz0Bn4cffQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0BoMf24Y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0BoMf24Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0BoMf24Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0BoMf24Y .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0BoMf24Y .mbr-section-subtitle {
  color: #111111;
}
.cid-uz0BLigGsZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0BpTqnDv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0BpTqnDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0BpTqnDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0BpTqnDv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0BpTqnDv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0BpTqnDv .text-wrapper {
    padding: 2rem;
  }
}
.cid-u56vfiiBrM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u56Unneti1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u56Unneti1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56Unneti1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u56Unneti1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u56Unneti1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u56Unneti1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u57MYUIJOy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u57MYUIJOy .mbr-text {
  text-align: left;
}
.cid-u56XrMwyiX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u56XrMwyiX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u56XrMwyiX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u56XrMwyiX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u56XrMwyiX .row {
  flex-direction: row-reverse;
}
.cid-u56XrMwyiX img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u56XrMwyiX .text-wrapper {
    padding: 2rem;
  }
}
.cid-u56XrMwyiX .mbr-section-title {
  color: #c54686;
}
.cid-u570ipYE2e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4W6kMqsn3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-u4W6kMqsn3 blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-u4W6kMqsn3 .mbr-section-title {
  color: #111111;
}
.cid-u4W6kMqsn3 .mbr-text {
  color: #312c2c;
}
.cid-uX3wcn3OAZ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3wcn3OAZ img,
.cid-uX3wcn3OAZ .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3wcn3OAZ .item:focus,
.cid-uX3wcn3OAZ span:focus {
  outline: none;
}
.cid-uX3wcn3OAZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3wcn3OAZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3wcn3OAZ .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3wcn3OAZ .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3wcn3OAZ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3wcn3OAZ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3wcn3OAZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3wcn3OAZ .mbr-section-title {
  color: #c54686;
}
.cid-uX3wcn3OAZ .mbr-text,
.cid-uX3wcn3OAZ .mbr-section-btn {
  text-align: left;
}
.cid-uX3wcn3OAZ .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3wcn3OAZ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1swioCiv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1swioCiv img,
.cid-uC1swioCiv .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1swioCiv .item:focus,
.cid-uC1swioCiv span:focus {
  outline: none;
}
.cid-uC1swioCiv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1swioCiv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1swioCiv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1swioCiv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1swioCiv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1swioCiv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1swioCiv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1swioCiv .mbr-section-title {
  color: #c54686;
}
.cid-uC1swioCiv .mbr-text,
.cid-uC1swioCiv .mbr-section-btn {
  text-align: left;
}
.cid-uC1swioCiv .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1swioCiv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0Bue9qBP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0Bue9qBP img,
.cid-uz0Bue9qBP .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0Bue9qBP .item:focus,
.cid-uz0Bue9qBP span:focus {
  outline: none;
}
.cid-uz0Bue9qBP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0Bue9qBP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0Bue9qBP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0Bue9qBP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0Bue9qBP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0Bue9qBP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0Bue9qBP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0Bue9qBP .mbr-section-title {
  color: #c54686;
}
.cid-uz0Bue9qBP .mbr-text,
.cid-uz0Bue9qBP .mbr-section-btn {
  text-align: left;
}
.cid-uz0Bue9qBP .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0Bue9qBP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57W9XE0AK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57W9XE0AK img,
.cid-u57W9XE0AK .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u57W9XE0AK .item:focus,
.cid-u57W9XE0AK span:focus {
  outline: none;
}
.cid-u57W9XE0AK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57W9XE0AK .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57W9XE0AK .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57W9XE0AK .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57W9XE0AK .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57W9XE0AK .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57W9XE0AK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57W9XE0AK .mbr-section-title {
  color: #c54686;
}
.cid-u57W9XE0AK .mbr-text,
.cid-u57W9XE0AK .mbr-section-btn {
  text-align: left;
}
.cid-u57W9XE0AK .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57W9XE0AK .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57WaCdaeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57WaCdaeS img,
.cid-u57WaCdaeS .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u57WaCdaeS .item:focus,
.cid-u57WaCdaeS span:focus {
  outline: none;
}
.cid-u57WaCdaeS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57WaCdaeS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57WaCdaeS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57WaCdaeS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57WaCdaeS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57WaCdaeS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57WaCdaeS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57WaCdaeS .mbr-section-title {
  color: #c54686;
}
.cid-u57WaCdaeS .mbr-text,
.cid-u57WaCdaeS .mbr-section-btn {
  text-align: left;
}
.cid-u57WaCdaeS .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57WaCdaeS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u57WbfdsBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u57WbfdsBM img,
.cid-u57WbfdsBM .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u57WbfdsBM .item:focus,
.cid-u57WbfdsBM span:focus {
  outline: none;
}
.cid-u57WbfdsBM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u57WbfdsBM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u57WbfdsBM .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u57WbfdsBM .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u57WbfdsBM .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u57WbfdsBM .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u57WbfdsBM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u57WbfdsBM .mbr-section-title {
  color: #c54686;
}
.cid-u57WbfdsBM .mbr-text,
.cid-u57WbfdsBM .mbr-section-btn {
  text-align: left;
}
.cid-u57WbfdsBM .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u57WbfdsBM .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u4W6kP0UtM {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u4W6kP0UtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4W6kP0UtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4W6kP0UtM .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNeC007oJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNeC007oJ li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNeC007oJ li:last-child {
  margin-bottom: 0;
}
.cid-usNeC007oJ .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNeC007oJ .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNeC007oJ .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNeC007oJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNeC007oJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNeC007oJ .mbr-section-title {
  color: #c54686;
}
.cid-u4W6kRezAL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4W6kRezAL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u4W6kRezAL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u4W6kRezAL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u4W6kRezAL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u4W6kRezAL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u4W6kRezAL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u4W6kRezAL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u4W6kRezAL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u4W6kRezAL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u4W6kRezAL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u4W6kRezAL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u4W6kRezAL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u4W6kRezAL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u4W6kRezAL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u4W6kRezAL .media-container-row .mbr-text {
  color: #111111;
}
.cid-u4W6kRezAL foot-menu-item {
  color: #111111;
}
.cid-uz0btSYCSq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz0btSYCSq nav.navbar {
  position: fixed;
}
.cid-uz0btSYCSq .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-uz0btSYCSq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz0btSYCSq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz0btSYCSq .dropdown-item:hover,
.cid-uz0btSYCSq .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz0btSYCSq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz0btSYCSq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz0btSYCSq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz0btSYCSq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz0btSYCSq .nav-link {
  position: relative;
}
.cid-uz0btSYCSq .container {
  display: flex;
  margin: auto;
}
.cid-uz0btSYCSq .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz0btSYCSq .dropdown-menu,
.cid-uz0btSYCSq .navbar.opened {
  background: #ffffff !important;
}
.cid-uz0btSYCSq .nav-item:focus,
.cid-uz0btSYCSq .nav-link:focus {
  outline: none;
}
.cid-uz0btSYCSq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz0btSYCSq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz0btSYCSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz0btSYCSq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz0btSYCSq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz0btSYCSq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz0btSYCSq .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: #ffffff;
}
.cid-uz0btSYCSq .navbar.opened {
  transition: all 0.3s;
}
.cid-uz0btSYCSq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz0btSYCSq .navbar .navbar-logo img {
  width: auto;
}
.cid-uz0btSYCSq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz0btSYCSq .navbar.collapsed {
  justify-content: center;
}
.cid-uz0btSYCSq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz0btSYCSq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz0btSYCSq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz0btSYCSq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz0btSYCSq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz0btSYCSq .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-uz0btSYCSq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz0btSYCSq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz0btSYCSq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz0btSYCSq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz0btSYCSq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz0btSYCSq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz0btSYCSq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz0btSYCSq .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-uz0btSYCSq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz0btSYCSq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz0btSYCSq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz0btSYCSq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz0btSYCSq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz0btSYCSq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz0btSYCSq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz0btSYCSq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz0btSYCSq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz0btSYCSq .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-uz0btSYCSq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz0btSYCSq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz0btSYCSq .dropdown-item.active,
.cid-uz0btSYCSq .dropdown-item:active {
  background-color: transparent;
}
.cid-uz0btSYCSq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz0btSYCSq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz0btSYCSq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz0btSYCSq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz0btSYCSq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz0btSYCSq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz0btSYCSq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz0btSYCSq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz0btSYCSq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz0btSYCSq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz0btSYCSq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz0btSYCSq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0btSYCSq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz0btSYCSq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz0btSYCSq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0btSYCSq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz0btSYCSq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz0btSYCSq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz0btSYCSq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz0btSYCSq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz0btSYCSq .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-uz0btSYCSq .navbar {
    height: 70px;
  }
  .cid-uz0btSYCSq .navbar.opened {
    height: auto;
  }
  .cid-uz0btSYCSq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz0bxt3fds {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0bxt3fds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0bxt3fds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0bxt3fds .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz0bxt3fds .mbr-section-subtitle {
  color: #111111;
}
.cid-uC13MQMAvi {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC13MQMAvi img,
.cid-uC13MQMAvi .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC13MQMAvi .item:focus,
.cid-uC13MQMAvi span:focus {
  outline: none;
}
.cid-uC13MQMAvi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC13MQMAvi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC13MQMAvi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC13MQMAvi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC13MQMAvi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC13MQMAvi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC13MQMAvi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC13MQMAvi .mbr-section-title {
  color: #c54686;
}
.cid-uC13MQMAvi .mbr-text,
.cid-uC13MQMAvi .mbr-section-btn {
  text-align: left;
}
.cid-uC13MQMAvi .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC13MQMAvi .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0caIAbWD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0caIAbWD img,
.cid-uz0caIAbWD .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0caIAbWD .item:focus,
.cid-uz0caIAbWD span:focus {
  outline: none;
}
.cid-uz0caIAbWD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0caIAbWD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0caIAbWD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0caIAbWD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0caIAbWD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0caIAbWD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0caIAbWD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0caIAbWD .mbr-section-title {
  color: #c54686;
}
.cid-uz0caIAbWD .mbr-text,
.cid-uz0caIAbWD .mbr-section-btn {
  text-align: left;
}
.cid-uz0caIAbWD .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0caIAbWD .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0cd61ey9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0cd61ey9 img,
.cid-uz0cd61ey9 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0cd61ey9 .item:focus,
.cid-uz0cd61ey9 span:focus {
  outline: none;
}
.cid-uz0cd61ey9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0cd61ey9 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0cd61ey9 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0cd61ey9 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0cd61ey9 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0cd61ey9 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0cd61ey9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0cd61ey9 .mbr-section-title {
  color: #c54686;
}
.cid-uz0cd61ey9 .mbr-text,
.cid-uz0cd61ey9 .mbr-section-btn {
  text-align: left;
}
.cid-uz0cd61ey9 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0cd61ey9 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0ceW28E4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0ceW28E4 img,
.cid-uz0ceW28E4 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0ceW28E4 .item:focus,
.cid-uz0ceW28E4 span:focus {
  outline: none;
}
.cid-uz0ceW28E4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0ceW28E4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0ceW28E4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0ceW28E4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0ceW28E4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0ceW28E4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0ceW28E4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0ceW28E4 .mbr-section-title {
  color: #c54686;
}
.cid-uz0ceW28E4 .mbr-text,
.cid-uz0ceW28E4 .mbr-section-btn {
  text-align: left;
}
.cid-uz0ceW28E4 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0ceW28E4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0cgLEq3S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0cgLEq3S img,
.cid-uz0cgLEq3S .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uz0cgLEq3S .item:focus,
.cid-uz0cgLEq3S span:focus {
  outline: none;
}
.cid-uz0cgLEq3S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0cgLEq3S .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0cgLEq3S .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0cgLEq3S .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0cgLEq3S .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0cgLEq3S .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0cgLEq3S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0cgLEq3S .mbr-section-title {
  color: #c54686;
}
.cid-uz0cgLEq3S .mbr-text,
.cid-uz0cgLEq3S .mbr-section-btn {
  text-align: left;
}
.cid-uz0cgLEq3S .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0cgLEq3S .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0chYz6Z1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0chYz6Z1 img,
.cid-uz0chYz6Z1 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uz0chYz6Z1 .item:focus,
.cid-uz0chYz6Z1 span:focus {
  outline: none;
}
.cid-uz0chYz6Z1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uz0chYz6Z1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uz0chYz6Z1 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uz0chYz6Z1 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uz0chYz6Z1 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uz0chYz6Z1 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uz0chYz6Z1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uz0chYz6Z1 .mbr-section-title {
  color: #c54686;
}
.cid-uz0chYz6Z1 .mbr-text,
.cid-uz0chYz6Z1 .mbr-section-btn {
  text-align: left;
}
.cid-uz0chYz6Z1 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uz0chYz6Z1 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uz0cjhDSf3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz0cjhDSf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0cjhDSf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0cjhDSf3 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uz0ck79ARD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uz0ck79ARD li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uz0ck79ARD li:last-child {
  margin-bottom: 0;
}
.cid-uz0ck79ARD .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uz0ck79ARD .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uz0ck79ARD .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uz0ck79ARD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0ck79ARD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz0ck79ARD .mbr-section-title {
  color: #c54686;
}
.cid-uOYxQyP0ZW.popup-builder {
  background-color: #ffffff;
}
.cid-uOYxQyP0ZW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOYxQyP0ZW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOYxQyP0ZW .modal-content,
.cid-uOYxQyP0ZW .modal-dialog {
  height: auto;
}
.cid-uOYxQyP0ZW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOYxQyP0ZW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOYxQyP0ZW .form-wrapper .mbr-form .form-group,
  .cid-uOYxQyP0ZW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOYxQyP0ZW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOYxQyP0ZW .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOYxQyP0ZW .mbr-text {
  text-align: center;
}
.cid-uOYxQyP0ZW .pt-0 {
  padding-top: 0 !important;
}
.cid-uOYxQyP0ZW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOYxQyP0ZW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOYxQyP0ZW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOYxQyP0ZW .modal-open {
  overflow: hidden;
}
.cid-uOYxQyP0ZW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOYxQyP0ZW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOYxQyP0ZW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOYxQyP0ZW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOYxQyP0ZW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOYxQyP0ZW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOYxQyP0ZW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOYxQyP0ZW .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOYxQyP0ZW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOYxQyP0ZW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOYxQyP0ZW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOYxQyP0ZW .modal-backdrop.show {
  opacity: .5;
}
.cid-uOYxQyP0ZW .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOYxQyP0ZW .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxQyP0ZW .modal-header {
    padding: 1rem;
  }
}
.cid-uOYxQyP0ZW .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOYxQyP0ZW .modal-header .close svg {
  fill: #353535;
}
.cid-uOYxQyP0ZW .modal-header .close:hover {
  opacity: 1;
}
.cid-uOYxQyP0ZW .modal-header .close:focus {
  outline: none;
}
.cid-uOYxQyP0ZW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c54686;
}
.cid-uOYxQyP0ZW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOYxQyP0ZW .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxQyP0ZW .modal-body {
    padding: 1rem;
  }
}
.cid-uOYxQyP0ZW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOYxQyP0ZW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxQyP0ZW .modal-footer {
    padding: 1rem;
  }
}
.cid-uOYxQyP0ZW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOYxQyP0ZW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOYxQyP0ZW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOYxQyP0ZW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOYxQyP0ZW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOYxQyP0ZW .modal-lg,
  .cid-uOYxQyP0ZW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOYxQyP0ZW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOYxQyP0ZW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOYxQyP0ZW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOYxQyP0ZW .form-group {
  margin-bottom: 1rem;
}
.cid-uOYxQyP0ZW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOYxQyP0ZW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOYxQyP0ZW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOYxQyP0ZW .mbr-section-btn {
  margin: 0;
}
.cid-uOYxQyP0ZW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uYPDOIx0ZQ.popup-builder {
  background-color: #ffffff;
}
.cid-uYPDOIx0ZQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYPDOIx0ZQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYPDOIx0ZQ .modal-content,
.cid-uYPDOIx0ZQ .modal-dialog {
  height: auto;
}
.cid-uYPDOIx0ZQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYPDOIx0ZQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYPDOIx0ZQ .form-wrapper .mbr-form .form-group,
  .cid-uYPDOIx0ZQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYPDOIx0ZQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYPDOIx0ZQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYPDOIx0ZQ .mbr-text {
  text-align: center;
}
.cid-uYPDOIx0ZQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uYPDOIx0ZQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYPDOIx0ZQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYPDOIx0ZQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYPDOIx0ZQ .modal-open {
  overflow: hidden;
}
.cid-uYPDOIx0ZQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYPDOIx0ZQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYPDOIx0ZQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYPDOIx0ZQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYPDOIx0ZQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYPDOIx0ZQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYPDOIx0ZQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYPDOIx0ZQ .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYPDOIx0ZQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYPDOIx0ZQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYPDOIx0ZQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYPDOIx0ZQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uYPDOIx0ZQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYPDOIx0ZQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDOIx0ZQ .modal-header {
    padding: 1rem;
  }
}
.cid-uYPDOIx0ZQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYPDOIx0ZQ .modal-header .close svg {
  fill: #111111;
}
.cid-uYPDOIx0ZQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uYPDOIx0ZQ .modal-header .close:focus {
  outline: none;
}
.cid-uYPDOIx0ZQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYPDOIx0ZQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYPDOIx0ZQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDOIx0ZQ .modal-body {
    padding: 1rem;
  }
}
.cid-uYPDOIx0ZQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYPDOIx0ZQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDOIx0ZQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uYPDOIx0ZQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYPDOIx0ZQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYPDOIx0ZQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYPDOIx0ZQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYPDOIx0ZQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYPDOIx0ZQ .modal-lg,
  .cid-uYPDOIx0ZQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYPDOIx0ZQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYPDOIx0ZQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYPDOIx0ZQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYPDOIx0ZQ .form-group {
  margin-bottom: 1rem;
}
.cid-uYPDOIx0ZQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYPDOIx0ZQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYPDOIx0ZQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYPDOIx0ZQ .mbr-section-btn {
  margin: 0;
}
.cid-uYPDOIx0ZQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-ubSKJPFBSh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ubSKJPFBSh nav.navbar {
  position: fixed;
}
.cid-ubSKJPFBSh .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-ubSKJPFBSh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubSKJPFBSh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubSKJPFBSh .dropdown-item:hover,
.cid-ubSKJPFBSh .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-ubSKJPFBSh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubSKJPFBSh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubSKJPFBSh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubSKJPFBSh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubSKJPFBSh .nav-link {
  position: relative;
}
.cid-ubSKJPFBSh .container {
  display: flex;
  margin: auto;
}
.cid-ubSKJPFBSh .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubSKJPFBSh .dropdown-menu,
.cid-ubSKJPFBSh .navbar.opened {
  background: #ffffff !important;
}
.cid-ubSKJPFBSh .nav-item:focus,
.cid-ubSKJPFBSh .nav-link:focus {
  outline: none;
}
.cid-ubSKJPFBSh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubSKJPFBSh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubSKJPFBSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubSKJPFBSh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubSKJPFBSh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubSKJPFBSh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubSKJPFBSh .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: #ffffff;
}
.cid-ubSKJPFBSh .navbar.opened {
  transition: all 0.3s;
}
.cid-ubSKJPFBSh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubSKJPFBSh .navbar .navbar-logo img {
  width: auto;
}
.cid-ubSKJPFBSh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubSKJPFBSh .navbar.collapsed {
  justify-content: center;
}
.cid-ubSKJPFBSh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubSKJPFBSh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubSKJPFBSh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ubSKJPFBSh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubSKJPFBSh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubSKJPFBSh .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-ubSKJPFBSh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubSKJPFBSh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubSKJPFBSh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubSKJPFBSh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubSKJPFBSh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubSKJPFBSh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubSKJPFBSh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubSKJPFBSh .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-ubSKJPFBSh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubSKJPFBSh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubSKJPFBSh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubSKJPFBSh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubSKJPFBSh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubSKJPFBSh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubSKJPFBSh .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubSKJPFBSh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubSKJPFBSh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubSKJPFBSh .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-ubSKJPFBSh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubSKJPFBSh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubSKJPFBSh .dropdown-item.active,
.cid-ubSKJPFBSh .dropdown-item:active {
  background-color: transparent;
}
.cid-ubSKJPFBSh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubSKJPFBSh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubSKJPFBSh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubSKJPFBSh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubSKJPFBSh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubSKJPFBSh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubSKJPFBSh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubSKJPFBSh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubSKJPFBSh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubSKJPFBSh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-ubSKJPFBSh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubSKJPFBSh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubSKJPFBSh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubSKJPFBSh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubSKJPFBSh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubSKJPFBSh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubSKJPFBSh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubSKJPFBSh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubSKJPFBSh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubSKJPFBSh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubSKJPFBSh .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-ubSKJPFBSh .navbar {
    height: 70px;
  }
  .cid-ubSKJPFBSh .navbar.opened {
    height: auto;
  }
  .cid-ubSKJPFBSh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1JHbgM3y5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-t1JHbgM3y5 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-t1JHbgM3y5 .card {
    margin-bottom: 2rem!important;
  }
  .cid-t1JHbgM3y5 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t1JHbgM3y5 .link-wrap {
    align-items: center;
  }
}
.cid-t1JHbgM3y5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t1JHbgM3y5 .card-title,
.cid-t1JHbgM3y5 .card-box {
  color: #c54686;
}
.cid-t1JHbgM3y5 .mbr-text,
.cid-t1JHbgM3y5 .link-wrap,
.cid-t1JHbgM3y5 .mbr-section-btn {
  color: #111111;
}
.cid-t1JHbgM3y5 .mbr-text UL {
  text-align: left;
}
.cid-t1JHbgM3y5 .mbr-text P {
  text-align: center;
}
.cid-t1JHbgM3y5 .mbr-text {
  color: #000000;
}
.cid-tT8vMogOHN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tT8vMogOHN .line {
  background-color: #c54686;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzBVZxMhXS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tzBVZxMhXS img,
.cid-tzBVZxMhXS .item-img {
  width: 100%;
}
.cid-tzBVZxMhXS .item:focus,
.cid-tzBVZxMhXS span:focus {
  outline: none;
}
.cid-tzBVZxMhXS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tzBVZxMhXS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tzBVZxMhXS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tzBVZxMhXS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tzBVZxMhXS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tzBVZxMhXS .mbr-section-title {
  color: #c54686;
}
.cid-tzBVZxMhXS .mbr-text,
.cid-tzBVZxMhXS .mbr-section-btn {
  text-align: center;
}
.cid-tzBVZxMhXS .item-title {
  text-align: left;
}
.cid-tzBVZxMhXS .item-subtitle {
  text-align: left;
}
.cid-tvyAmoo74a {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tvyAmoo74a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvyAmoo74a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvyAmoo74a .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tvyAmoo74a .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tvyAmoo74a .mbr-section-title {
  color: #c54686;
}
.cid-u1DiVLDHaI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DiVLDHaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DiVLDHaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DiVLDHaI .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNcBiaRHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcBiaRHI li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcBiaRHI li:last-child {
  margin-bottom: 0;
}
.cid-usNcBiaRHI .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcBiaRHI .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcBiaRHI .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcBiaRHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcBiaRHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcBiaRHI .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-u5oIQlCMru {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5oIQlCMru nav.navbar {
  position: fixed;
}
.cid-u5oIQlCMru .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-u5oIQlCMru .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5oIQlCMru .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5oIQlCMru .dropdown-item:hover,
.cid-u5oIQlCMru .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-u5oIQlCMru .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5oIQlCMru .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5oIQlCMru .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5oIQlCMru .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5oIQlCMru .nav-link {
  position: relative;
}
.cid-u5oIQlCMru .container {
  display: flex;
  margin: auto;
}
.cid-u5oIQlCMru .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5oIQlCMru .dropdown-menu,
.cid-u5oIQlCMru .navbar.opened {
  background: #ffffff !important;
}
.cid-u5oIQlCMru .nav-item:focus,
.cid-u5oIQlCMru .nav-link:focus {
  outline: none;
}
.cid-u5oIQlCMru .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5oIQlCMru .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5oIQlCMru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5oIQlCMru .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5oIQlCMru .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5oIQlCMru .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5oIQlCMru .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: #ffffff;
}
.cid-u5oIQlCMru .navbar.opened {
  transition: all 0.3s;
}
.cid-u5oIQlCMru .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5oIQlCMru .navbar .navbar-logo img {
  width: auto;
}
.cid-u5oIQlCMru .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5oIQlCMru .navbar.collapsed {
  justify-content: center;
}
.cid-u5oIQlCMru .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5oIQlCMru .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5oIQlCMru .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u5oIQlCMru .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5oIQlCMru .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5oIQlCMru .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-u5oIQlCMru .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5oIQlCMru .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5oIQlCMru .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5oIQlCMru .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5oIQlCMru .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5oIQlCMru .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5oIQlCMru .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5oIQlCMru .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-u5oIQlCMru .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5oIQlCMru .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5oIQlCMru .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5oIQlCMru .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5oIQlCMru .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5oIQlCMru .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5oIQlCMru .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5oIQlCMru .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5oIQlCMru .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5oIQlCMru .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-u5oIQlCMru .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5oIQlCMru .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5oIQlCMru .dropdown-item.active,
.cid-u5oIQlCMru .dropdown-item:active {
  background-color: transparent;
}
.cid-u5oIQlCMru .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5oIQlCMru .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5oIQlCMru .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5oIQlCMru .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5oIQlCMru .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5oIQlCMru .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5oIQlCMru ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5oIQlCMru .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5oIQlCMru button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5oIQlCMru button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-u5oIQlCMru button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5oIQlCMru button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5oIQlCMru button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5oIQlCMru button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5oIQlCMru nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5oIQlCMru nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5oIQlCMru nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5oIQlCMru nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5oIQlCMru .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5oIQlCMru a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5oIQlCMru .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-u5oIQlCMru .navbar {
    height: 70px;
  }
  .cid-u5oIQlCMru .navbar.opened {
    height: auto;
  }
  .cid-u5oIQlCMru .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5oJotXxrq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-u5oJotXxrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oJotXxrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5oJotXxrq .card-wrapper {
  background: #c54686;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u5oJotXxrq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u5oJotXxrq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5oJotXxrq .card-wrapper {
    padding: 4rem;
  }
}
.cid-u5oJotXxrq .mbr-text,
.cid-u5oJotXxrq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5oJotXxrq .card-title,
.cid-u5oJotXxrq .card-box {
  text-align: center;
}
.cid-uaAngMs0sW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
#custom-html-11g {
  /* Type valid CSS here */
}
#custom-html-11g div {
  padding: 0px 0;
  color: #c54686;
  text-align: left;
}
#custom-html-11g p {
  font-size: 60px;
  color: #777;
}
.cid-u5pcBGiZTo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5pcBGiZTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pcBGiZTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5pcBGiZTo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5pcBGiZTo .row {
  flex-direction: row-reverse;
}
.cid-u5pcBGiZTo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5pcBGiZTo .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5pcBGiZTo .mbr-section-title {
  color: #c54686;
}
.cid-u5peOvMbyA {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u5peOvMbyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5peOvMbyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5peOvMbyA ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u5peOvMbyA li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u5peOvMbyA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u5peOvMbyA H3 {
  color: #c54686;
}
.cid-u5pfis4oP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pfbC8xVm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5pfbC8xVm .mbr-section-subtitle {
  color: #c54686;
}
.cid-u5pg0lLaFh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pg0lLaFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pg0lLaFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5pg0lLaFh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5pg0lLaFh .row {
  flex-direction: row-reverse;
}
.cid-u5pg0lLaFh img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5pg0lLaFh .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5pg0lLaFh .mbr-section-title {
  color: #c54686;
}
.cid-u5pwuU1W5J {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5pipA2Blx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5pipA2Blx .mbr-section-subtitle {
  color: #c54686;
}
.cid-u5pw5HrQtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5oIQnAPmC {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-u5oIQnAPmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oIQnAPmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5oIQnAPmC .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-u5oIQnAPmC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-u5oIQnAPmC .mbr-section-title {
  color: #c54686;
}
.cid-u5oIQmPTOa {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-u5oIQmPTOa .line {
  background-color: #c54686;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u5oIQnX4Qp {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5oIQnX4Qp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oIQnX4Qp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5oIQnX4Qp .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNcSQv5l0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcSQv5l0 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcSQv5l0 li:last-child {
  margin-bottom: 0;
}
.cid-usNcSQv5l0 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcSQv5l0 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcSQv5l0 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcSQv5l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcSQv5l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcSQv5l0 .mbr-section-title {
  color: #c54686;
}
.cid-u5oIQpFM6V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5oIQpFM6V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5oIQpFM6V .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5oIQpFM6V .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5oIQpFM6V .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5oIQpFM6V .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5oIQpFM6V .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5oIQpFM6V .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5oIQpFM6V .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5oIQpFM6V .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5oIQpFM6V .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5oIQpFM6V .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5oIQpFM6V .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5oIQpFM6V .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5oIQpFM6V .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5oIQpFM6V .media-container-row .mbr-text {
  color: #111111;
}
.cid-u5oIQpFM6V foot-menu-item {
  color: #111111;
}
.cid-uz06DQLekP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz06DQLekP nav.navbar {
  position: fixed;
}
.cid-uz06DQLekP .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-uz06DQLekP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz06DQLekP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz06DQLekP .dropdown-item:hover,
.cid-uz06DQLekP .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz06DQLekP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz06DQLekP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz06DQLekP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz06DQLekP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz06DQLekP .nav-link {
  position: relative;
}
.cid-uz06DQLekP .container {
  display: flex;
  margin: auto;
}
.cid-uz06DQLekP .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz06DQLekP .dropdown-menu,
.cid-uz06DQLekP .navbar.opened {
  background: #ffffff !important;
}
.cid-uz06DQLekP .nav-item:focus,
.cid-uz06DQLekP .nav-link:focus {
  outline: none;
}
.cid-uz06DQLekP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz06DQLekP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz06DQLekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz06DQLekP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz06DQLekP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz06DQLekP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz06DQLekP .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: #ffffff;
}
.cid-uz06DQLekP .navbar.opened {
  transition: all 0.3s;
}
.cid-uz06DQLekP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz06DQLekP .navbar .navbar-logo img {
  width: auto;
}
.cid-uz06DQLekP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz06DQLekP .navbar.collapsed {
  justify-content: center;
}
.cid-uz06DQLekP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz06DQLekP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz06DQLekP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz06DQLekP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz06DQLekP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz06DQLekP .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-uz06DQLekP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz06DQLekP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz06DQLekP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz06DQLekP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz06DQLekP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz06DQLekP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz06DQLekP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz06DQLekP .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-uz06DQLekP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz06DQLekP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz06DQLekP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz06DQLekP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz06DQLekP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz06DQLekP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz06DQLekP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz06DQLekP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz06DQLekP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz06DQLekP .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-uz06DQLekP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz06DQLekP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz06DQLekP .dropdown-item.active,
.cid-uz06DQLekP .dropdown-item:active {
  background-color: transparent;
}
.cid-uz06DQLekP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz06DQLekP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz06DQLekP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz06DQLekP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz06DQLekP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz06DQLekP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz06DQLekP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz06DQLekP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz06DQLekP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz06DQLekP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz06DQLekP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz06DQLekP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz06DQLekP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz06DQLekP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz06DQLekP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz06DQLekP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz06DQLekP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz06DQLekP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz06DQLekP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz06DQLekP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz06DQLekP .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-uz06DQLekP .navbar {
    height: 70px;
  }
  .cid-uz06DQLekP .navbar.opened {
    height: auto;
  }
  .cid-uz06DQLekP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz06CYAevU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz06CYAevU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz06CYAevU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz06CYAevU .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz06CYAevU .mbr-section-subtitle {
  color: #111111;
}
.cid-uz07h5IWlb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uz07h5IWlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz07h5IWlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz07h5IWlb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz07h5IWlb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz07h5IWlb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz07DqYOa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-uz07DqYOa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz07DqYOa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz07DqYOa3 .mbr-section-title {
  color: #ffffff;
}
.cid-uz0808kSHK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uz0808kSHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz0808kSHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz0808kSHK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz0808kSHK .row {
  flex-direction: row-reverse;
}
.cid-uz0808kSHK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz0808kSHK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz07QoBscv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u6NhnGrjVR {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6NhnGrjVR .mbr-text {
  text-align: left;
}
.cid-u6NhnGrjVR .mbr-section-subtitle {
  color: #c54686;
}
.cid-u6NhnHiUbv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-u6NhnHiUbv blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-u6NhnHiUbv .mbr-section-title {
  color: #111111;
}
.cid-u6NhnHiUbv .mbr-text {
  color: #111111;
}
.cid-uX3wiJ0qU3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3wiJ0qU3 img,
.cid-uX3wiJ0qU3 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3wiJ0qU3 .item:focus,
.cid-uX3wiJ0qU3 span:focus {
  outline: none;
}
.cid-uX3wiJ0qU3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3wiJ0qU3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3wiJ0qU3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3wiJ0qU3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3wiJ0qU3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3wiJ0qU3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3wiJ0qU3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3wiJ0qU3 .mbr-section-title {
  color: #c54686;
}
.cid-uX3wiJ0qU3 .mbr-text,
.cid-uX3wiJ0qU3 .mbr-section-btn {
  text-align: left;
}
.cid-uX3wiJ0qU3 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3wiJ0qU3 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1sCYXiz7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1sCYXiz7 img,
.cid-uC1sCYXiz7 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1sCYXiz7 .item:focus,
.cid-uC1sCYXiz7 span:focus {
  outline: none;
}
.cid-uC1sCYXiz7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1sCYXiz7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1sCYXiz7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1sCYXiz7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1sCYXiz7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1sCYXiz7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1sCYXiz7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1sCYXiz7 .mbr-section-title {
  color: #c54686;
}
.cid-uC1sCYXiz7 .mbr-text,
.cid-uC1sCYXiz7 .mbr-section-btn {
  text-align: left;
}
.cid-uC1sCYXiz7 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1sCYXiz7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u6NBmcZDvC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6NBmcZDvC img,
.cid-u6NBmcZDvC .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u6NBmcZDvC .item:focus,
.cid-u6NBmcZDvC span:focus {
  outline: none;
}
.cid-u6NBmcZDvC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6NBmcZDvC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6NBmcZDvC .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6NBmcZDvC .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6NBmcZDvC .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6NBmcZDvC .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6NBmcZDvC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6NBmcZDvC .mbr-section-title {
  color: #c54686;
}
.cid-u6NBmcZDvC .mbr-text,
.cid-u6NBmcZDvC .mbr-section-btn {
  text-align: left;
}
.cid-u6NBmcZDvC .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u6NBmcZDvC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u6NhnHX06e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6NhnHX06e img,
.cid-u6NhnHX06e .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u6NhnHX06e .item:focus,
.cid-u6NhnHX06e span:focus {
  outline: none;
}
.cid-u6NhnHX06e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6NhnHX06e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6NhnHX06e .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6NhnHX06e .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6NhnHX06e .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6NhnHX06e .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6NhnHX06e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6NhnHX06e .mbr-section-title {
  color: #c54686;
}
.cid-u6NhnHX06e .mbr-text,
.cid-u6NhnHX06e .mbr-section-btn {
  text-align: left;
}
.cid-u6NhnHX06e .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u6NhnHX06e .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u6NhnIrvBA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6NhnIrvBA img,
.cid-u6NhnIrvBA .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u6NhnIrvBA .item:focus,
.cid-u6NhnIrvBA span:focus {
  outline: none;
}
.cid-u6NhnIrvBA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6NhnIrvBA .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6NhnIrvBA .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6NhnIrvBA .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6NhnIrvBA .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6NhnIrvBA .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6NhnIrvBA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6NhnIrvBA .mbr-section-title {
  color: #c54686;
}
.cid-u6NhnIrvBA .mbr-text,
.cid-u6NhnIrvBA .mbr-section-btn {
  text-align: left;
}
.cid-u6NhnIrvBA .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u6NhnIrvBA .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u6NhnIRP36 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6NhnIRP36 img,
.cid-u6NhnIRP36 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u6NhnIRP36 .item:focus,
.cid-u6NhnIRP36 span:focus {
  outline: none;
}
.cid-u6NhnIRP36 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6NhnIRP36 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u6NhnIRP36 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u6NhnIRP36 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u6NhnIRP36 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u6NhnIRP36 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u6NhnIRP36 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6NhnIRP36 .mbr-section-title {
  color: #c54686;
}
.cid-u6NhnIRP36 .mbr-text,
.cid-u6NhnIRP36 .mbr-section-btn {
  text-align: left;
}
.cid-u6NhnIRP36 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u6NhnIRP36 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u6NhnJmiOU {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u6NhnJmiOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u6NhnJmiOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u6NhnJmiOU .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNeMTrVk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNeMTrVk1 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNeMTrVk1 li:last-child {
  margin-bottom: 0;
}
.cid-usNeMTrVk1 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNeMTrVk1 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNeMTrVk1 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNeMTrVk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNeMTrVk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNeMTrVk1 .mbr-section-title {
  color: #c54686;
}
.cid-u6NhnL2ttK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6NhnL2ttK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u6NhnL2ttK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u6NhnL2ttK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u6NhnL2ttK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u6NhnL2ttK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u6NhnL2ttK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u6NhnL2ttK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u6NhnL2ttK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u6NhnL2ttK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u6NhnL2ttK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u6NhnL2ttK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u6NhnL2ttK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u6NhnL2ttK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u6NhnL2ttK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u6NhnL2ttK .media-container-row .mbr-text {
  color: #111111;
}
.cid-u6NhnL2ttK foot-menu-item {
  color: #111111;
}
.cid-uz061vFWKF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uz061vFWKF nav.navbar {
  position: fixed;
}
.cid-uz061vFWKF .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-uz061vFWKF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uz061vFWKF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uz061vFWKF .dropdown-item:hover,
.cid-uz061vFWKF .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uz061vFWKF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uz061vFWKF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uz061vFWKF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uz061vFWKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uz061vFWKF .nav-link {
  position: relative;
}
.cid-uz061vFWKF .container {
  display: flex;
  margin: auto;
}
.cid-uz061vFWKF .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uz061vFWKF .dropdown-menu,
.cid-uz061vFWKF .navbar.opened {
  background: #ffffff !important;
}
.cid-uz061vFWKF .nav-item:focus,
.cid-uz061vFWKF .nav-link:focus {
  outline: none;
}
.cid-uz061vFWKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uz061vFWKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uz061vFWKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uz061vFWKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uz061vFWKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uz061vFWKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uz061vFWKF .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: #ffffff;
}
.cid-uz061vFWKF .navbar.opened {
  transition: all 0.3s;
}
.cid-uz061vFWKF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uz061vFWKF .navbar .navbar-logo img {
  width: auto;
}
.cid-uz061vFWKF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uz061vFWKF .navbar.collapsed {
  justify-content: center;
}
.cid-uz061vFWKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uz061vFWKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uz061vFWKF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uz061vFWKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uz061vFWKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uz061vFWKF .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-uz061vFWKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uz061vFWKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uz061vFWKF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uz061vFWKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uz061vFWKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uz061vFWKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uz061vFWKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uz061vFWKF .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-uz061vFWKF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uz061vFWKF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uz061vFWKF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uz061vFWKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uz061vFWKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uz061vFWKF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uz061vFWKF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uz061vFWKF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uz061vFWKF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uz061vFWKF .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-uz061vFWKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uz061vFWKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uz061vFWKF .dropdown-item.active,
.cid-uz061vFWKF .dropdown-item:active {
  background-color: transparent;
}
.cid-uz061vFWKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uz061vFWKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uz061vFWKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uz061vFWKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uz061vFWKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uz061vFWKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uz061vFWKF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uz061vFWKF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uz061vFWKF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uz061vFWKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uz061vFWKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uz061vFWKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz061vFWKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uz061vFWKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uz061vFWKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz061vFWKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uz061vFWKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uz061vFWKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uz061vFWKF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uz061vFWKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uz061vFWKF .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-uz061vFWKF .navbar {
    height: 70px;
  }
  .cid-uz061vFWKF .navbar.opened {
    height: auto;
  }
  .cid-uz061vFWKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uz06aqSDi7 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz06aqSDi7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz06aqSDi7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz06aqSDi7 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uz06aqSDi7 .mbr-section-subtitle {
  color: #111111;
}
.cid-uz055ZzAqn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uz055ZzAqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz055ZzAqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uz055ZzAqn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uz055ZzAqn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uz055ZzAqn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uz04I7Pg6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-uz04I7Pg6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uz04I7Pg6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uz04I7Pg6Y .mbr-section-title {
  color: #ffffff;
}
.cid-u7u2C1gQ86 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C1gQ86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7u2C1gQ86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u7u2C1gQ86 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u7u2C1gQ86 .row {
  flex-direction: row-reverse;
}
.cid-u7u2C1gQ86 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u7u2C1gQ86 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u7u2C1gQ86 .mbr-text {
  text-align: left;
}
.cid-u7u2C1xT3O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u7u2C1xT3O .mbr-section-subtitle {
  text-align: left;
}
.cid-u7u2C1PMJA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7u2C1PMJA .mbr-text {
  text-align: left;
}
.cid-u7u2C1PMJA .mbr-section-subtitle {
  color: #c54686;
}
.cid-u7u2C26Elp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-u7u2C26Elp blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-u7u2C26Elp .mbr-section-title {
  color: #111111;
}
.cid-u7u2C26Elp .mbr-text {
  color: #312c2c;
}
.cid-uX3wpBvgpB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3wpBvgpB img,
.cid-uX3wpBvgpB .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3wpBvgpB .item:focus,
.cid-uX3wpBvgpB span:focus {
  outline: none;
}
.cid-uX3wpBvgpB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3wpBvgpB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3wpBvgpB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3wpBvgpB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3wpBvgpB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3wpBvgpB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3wpBvgpB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3wpBvgpB .mbr-section-title {
  color: #c54686;
}
.cid-uX3wpBvgpB .mbr-text,
.cid-uX3wpBvgpB .mbr-section-btn {
  text-align: left;
}
.cid-uX3wpBvgpB .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3wpBvgpB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1sINY3fT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1sINY3fT img,
.cid-uC1sINY3fT .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1sINY3fT .item:focus,
.cid-uC1sINY3fT span:focus {
  outline: none;
}
.cid-uC1sINY3fT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1sINY3fT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1sINY3fT .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1sINY3fT .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1sINY3fT .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1sINY3fT .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1sINY3fT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1sINY3fT .mbr-section-title {
  color: #c54686;
}
.cid-uC1sINY3fT .mbr-text,
.cid-uC1sINY3fT .mbr-section-btn {
  text-align: left;
}
.cid-uC1sINY3fT .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1sINY3fT .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u7u2C2m9YV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C2m9YV img,
.cid-u7u2C2m9YV .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7u2C2m9YV .item:focus,
.cid-u7u2C2m9YV span:focus {
  outline: none;
}
.cid-u7u2C2m9YV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7u2C2m9YV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7u2C2m9YV .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u7u2C2m9YV .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7u2C2m9YV .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u7u2C2m9YV .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u7u2C2m9YV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7u2C2m9YV .mbr-section-title {
  color: #c54686;
}
.cid-u7u2C2m9YV .mbr-text,
.cid-u7u2C2m9YV .mbr-section-btn {
  text-align: left;
}
.cid-u7u2C2m9YV .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u7u2C2m9YV .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u7u2C2JrU7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C2JrU7 img,
.cid-u7u2C2JrU7 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7u2C2JrU7 .item:focus,
.cid-u7u2C2JrU7 span:focus {
  outline: none;
}
.cid-u7u2C2JrU7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7u2C2JrU7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7u2C2JrU7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u7u2C2JrU7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7u2C2JrU7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u7u2C2JrU7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u7u2C2JrU7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7u2C2JrU7 .mbr-section-title {
  color: #c54686;
}
.cid-u7u2C2JrU7 .mbr-text,
.cid-u7u2C2JrU7 .mbr-section-btn {
  text-align: left;
}
.cid-u7u2C2JrU7 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u7u2C2JrU7 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u7u2C38SsW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C38SsW img,
.cid-u7u2C38SsW .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u7u2C38SsW .item:focus,
.cid-u7u2C38SsW span:focus {
  outline: none;
}
.cid-u7u2C38SsW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7u2C38SsW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7u2C38SsW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u7u2C38SsW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7u2C38SsW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u7u2C38SsW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u7u2C38SsW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7u2C38SsW .mbr-section-title {
  color: #c54686;
}
.cid-u7u2C38SsW .mbr-text,
.cid-u7u2C38SsW .mbr-section-btn {
  text-align: left;
}
.cid-u7u2C38SsW .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u7u2C38SsW .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u7u2C3xdt8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C3xdt8 img,
.cid-u7u2C3xdt8 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u7u2C3xdt8 .item:focus,
.cid-u7u2C3xdt8 span:focus {
  outline: none;
}
.cid-u7u2C3xdt8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u7u2C3xdt8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u7u2C3xdt8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u7u2C3xdt8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7u2C3xdt8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u7u2C3xdt8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u7u2C3xdt8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u7u2C3xdt8 .mbr-section-title {
  color: #c54686;
}
.cid-u7u2C3xdt8 .mbr-text,
.cid-u7u2C3xdt8 .mbr-section-btn {
  text-align: left;
}
.cid-u7u2C3xdt8 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-u7u2C3xdt8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-u7u2C3WnlV {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u7u2C3WnlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u7u2C3WnlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u7u2C3WnlV .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNeWqh7TG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNeWqh7TG li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNeWqh7TG li:last-child {
  margin-bottom: 0;
}
.cid-usNeWqh7TG .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNeWqh7TG .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNeWqh7TG .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNeWqh7TG .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNeWqh7TG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNeWqh7TG .mbr-section-title {
  color: #c54686;
}
.cid-u7u2C51ICL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u7u2C51ICL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u7u2C51ICL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u7u2C51ICL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u7u2C51ICL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u7u2C51ICL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u7u2C51ICL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u7u2C51ICL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u7u2C51ICL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u7u2C51ICL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u7u2C51ICL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u7u2C51ICL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u7u2C51ICL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u7u2C51ICL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u7u2C51ICL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u7u2C51ICL .media-container-row .mbr-text {
  color: #111111;
}
.cid-u7u2C51ICL foot-menu-item {
  color: #111111;
}
.cid-uX8PISaNZY.popup-builder {
  background-color: #ffffff;
}
.cid-uX8PISaNZY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX8PISaNZY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX8PISaNZY .modal-content,
.cid-uX8PISaNZY .modal-dialog {
  height: auto;
}
.cid-uX8PISaNZY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX8PISaNZY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX8PISaNZY .form-wrapper .mbr-form .form-group,
  .cid-uX8PISaNZY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX8PISaNZY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX8PISaNZY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8PISaNZY .mbr-text {
  text-align: center;
}
.cid-uX8PISaNZY .pt-0 {
  padding-top: 0 !important;
}
.cid-uX8PISaNZY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX8PISaNZY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX8PISaNZY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX8PISaNZY .modal-open {
  overflow: hidden;
}
.cid-uX8PISaNZY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX8PISaNZY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX8PISaNZY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX8PISaNZY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX8PISaNZY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX8PISaNZY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX8PISaNZY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX8PISaNZY .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX8PISaNZY .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uX8PISaNZY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX8PISaNZY .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX8PISaNZY .modal-backdrop.show {
  opacity: .5;
}
.cid-uX8PISaNZY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uX8PISaNZY .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PISaNZY .modal-header {
    padding: 1rem;
  }
}
.cid-uX8PISaNZY .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX8PISaNZY .modal-header .close svg {
  fill: #353535;
}
.cid-uX8PISaNZY .modal-header .close:hover {
  opacity: 1;
}
.cid-uX8PISaNZY .modal-header .close:focus {
  outline: none;
}
.cid-uX8PISaNZY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX8PISaNZY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uX8PISaNZY .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PISaNZY .modal-body {
    padding: 1rem;
  }
}
.cid-uX8PISaNZY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uX8PISaNZY .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PISaNZY .modal-footer {
    padding: 1rem;
  }
}
.cid-uX8PISaNZY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX8PISaNZY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX8PISaNZY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX8PISaNZY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX8PISaNZY .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uX8PISaNZY .modal-lg,
  .cid-uX8PISaNZY .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uX8PISaNZY .modal-xl {
    max-width: 1140px;
  }
}
.cid-uX8PISaNZY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX8PISaNZY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX8PISaNZY .form-group {
  margin-bottom: 1rem;
}
.cid-uX8PISaNZY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX8PISaNZY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX8PISaNZY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX8PISaNZY .mbr-section-btn {
  margin: 0;
}
.cid-uX8PISaNZY .mbr-section-btn .btn {
  margin: 0;
}
.cid-uaAhawJ5go {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uaAhawJ5go nav.navbar {
  position: fixed;
}
.cid-uaAhawJ5go .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-uaAhawJ5go .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uaAhawJ5go .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uaAhawJ5go .dropdown-item:hover,
.cid-uaAhawJ5go .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uaAhawJ5go .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uaAhawJ5go .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uaAhawJ5go .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uaAhawJ5go .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uaAhawJ5go .nav-link {
  position: relative;
}
.cid-uaAhawJ5go .container {
  display: flex;
  margin: auto;
}
.cid-uaAhawJ5go .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaAhawJ5go .dropdown-menu,
.cid-uaAhawJ5go .navbar.opened {
  background: #ffffff !important;
}
.cid-uaAhawJ5go .nav-item:focus,
.cid-uaAhawJ5go .nav-link:focus {
  outline: none;
}
.cid-uaAhawJ5go .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaAhawJ5go .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaAhawJ5go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaAhawJ5go .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaAhawJ5go .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaAhawJ5go .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaAhawJ5go .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: #ffffff;
}
.cid-uaAhawJ5go .navbar.opened {
  transition: all 0.3s;
}
.cid-uaAhawJ5go .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaAhawJ5go .navbar .navbar-logo img {
  width: auto;
}
.cid-uaAhawJ5go .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uaAhawJ5go .navbar.collapsed {
  justify-content: center;
}
.cid-uaAhawJ5go .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaAhawJ5go .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaAhawJ5go .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uaAhawJ5go .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaAhawJ5go .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaAhawJ5go .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-uaAhawJ5go .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaAhawJ5go .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaAhawJ5go .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uaAhawJ5go .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaAhawJ5go .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaAhawJ5go .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaAhawJ5go .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaAhawJ5go .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-uaAhawJ5go .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uaAhawJ5go .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uaAhawJ5go .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaAhawJ5go .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uaAhawJ5go .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaAhawJ5go .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaAhawJ5go .navbar.navbar-short {
  min-height: 60px;
}
.cid-uaAhawJ5go .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uaAhawJ5go .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uaAhawJ5go .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-uaAhawJ5go .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaAhawJ5go .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaAhawJ5go .dropdown-item.active,
.cid-uaAhawJ5go .dropdown-item:active {
  background-color: transparent;
}
.cid-uaAhawJ5go .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaAhawJ5go .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaAhawJ5go .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaAhawJ5go .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uaAhawJ5go .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uaAhawJ5go .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uaAhawJ5go ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaAhawJ5go .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uaAhawJ5go button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaAhawJ5go button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uaAhawJ5go button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaAhawJ5go button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAhawJ5go button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaAhawJ5go button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaAhawJ5go nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAhawJ5go nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaAhawJ5go nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaAhawJ5go nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaAhawJ5go .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uaAhawJ5go a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaAhawJ5go .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-uaAhawJ5go .navbar {
    height: 70px;
  }
  .cid-uaAhawJ5go .navbar.opened {
    height: auto;
  }
  .cid-uaAhawJ5go .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaAhax3CPK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaAhax3CPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAhax3CPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uaAhax3CPK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uaAhax3CPK .row {
  flex-direction: row-reverse;
}
.cid-uaAhax3CPK img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uaAhax3CPK .text-wrapper {
    padding: 2rem;
  }
}
.cid-uaAhax3CPK .mbr-section-title {
  color: #c54686;
}
.cid-uaAhaxiIta {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaAhaxiIta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaAhaxiIta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaAhaxiIta .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNcWbJXPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcWbJXPN li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcWbJXPN li:last-child {
  margin-bottom: 0;
}
.cid-usNcWbJXPN .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcWbJXPN .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcWbJXPN .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcWbJXPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcWbJXPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcWbJXPN .mbr-section-title {
  color: #c54686;
}
.cid-uaAhaxGa4t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uaAhaxGa4t .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uaAhaxGa4t .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uaAhaxGa4t .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uaAhaxGa4t .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaAhaxGa4t .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaAhaxGa4t .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaAhaxGa4t .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uaAhaxGa4t .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uaAhaxGa4t .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uaAhaxGa4t .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uaAhaxGa4t .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uaAhaxGa4t .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uaAhaxGa4t .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uaAhaxGa4t .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uaAhaxGa4t .media-container-row .mbr-text {
  color: #111111;
}
.cid-uaAhaxGa4t foot-menu-item {
  color: #111111;
}
.cid-ugC1nLEP91 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugC1nLEP91 nav.navbar {
  position: fixed;
}
.cid-ugC1nLEP91 .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-ugC1nLEP91 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugC1nLEP91 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugC1nLEP91 .dropdown-item:hover,
.cid-ugC1nLEP91 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-ugC1nLEP91 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugC1nLEP91 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugC1nLEP91 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugC1nLEP91 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugC1nLEP91 .nav-link {
  position: relative;
}
.cid-ugC1nLEP91 .container {
  display: flex;
  margin: auto;
}
.cid-ugC1nLEP91 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugC1nLEP91 .dropdown-menu,
.cid-ugC1nLEP91 .navbar.opened {
  background: #ffffff !important;
}
.cid-ugC1nLEP91 .nav-item:focus,
.cid-ugC1nLEP91 .nav-link:focus {
  outline: none;
}
.cid-ugC1nLEP91 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugC1nLEP91 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugC1nLEP91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugC1nLEP91 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugC1nLEP91 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugC1nLEP91 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugC1nLEP91 .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: #ffffff;
}
.cid-ugC1nLEP91 .navbar.opened {
  transition: all 0.3s;
}
.cid-ugC1nLEP91 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugC1nLEP91 .navbar .navbar-logo img {
  width: auto;
}
.cid-ugC1nLEP91 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugC1nLEP91 .navbar.collapsed {
  justify-content: center;
}
.cid-ugC1nLEP91 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugC1nLEP91 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugC1nLEP91 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ugC1nLEP91 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugC1nLEP91 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugC1nLEP91 .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-ugC1nLEP91 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugC1nLEP91 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugC1nLEP91 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugC1nLEP91 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugC1nLEP91 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugC1nLEP91 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugC1nLEP91 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugC1nLEP91 .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-ugC1nLEP91 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugC1nLEP91 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugC1nLEP91 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugC1nLEP91 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugC1nLEP91 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugC1nLEP91 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugC1nLEP91 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugC1nLEP91 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugC1nLEP91 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugC1nLEP91 .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-ugC1nLEP91 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugC1nLEP91 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugC1nLEP91 .dropdown-item.active,
.cid-ugC1nLEP91 .dropdown-item:active {
  background-color: transparent;
}
.cid-ugC1nLEP91 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugC1nLEP91 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugC1nLEP91 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugC1nLEP91 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugC1nLEP91 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugC1nLEP91 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugC1nLEP91 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugC1nLEP91 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugC1nLEP91 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugC1nLEP91 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-ugC1nLEP91 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugC1nLEP91 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugC1nLEP91 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugC1nLEP91 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugC1nLEP91 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugC1nLEP91 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugC1nLEP91 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugC1nLEP91 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugC1nLEP91 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugC1nLEP91 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugC1nLEP91 .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-ugC1nLEP91 .navbar {
    height: 70px;
  }
  .cid-ugC1nLEP91 .navbar.opened {
    height: auto;
  }
  .cid-ugC1nLEP91 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCStW1IBi6 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCStW1IBi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCStW1IBi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCStW1IBi6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCStW1IBi6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCStW1IBi6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCStW1IBi6 .mbr-section-title {
  color: #c54686;
}
.cid-ugC1nMoVhq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugC1nMoVhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugC1nMoVhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugC1nMoVhq .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNaCloNM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNaCloNM5 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNaCloNM5 li:last-child {
  margin-bottom: 0;
}
.cid-usNaCloNM5 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNaCloNM5 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNaCloNM5 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNaCloNM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNaCloNM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNaCloNM5 .mbr-section-title {
  color: #c54686;
}
.cid-ugC1nOg3x4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugC1nOg3x4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugC1nOg3x4 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugC1nOg3x4 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugC1nOg3x4 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugC1nOg3x4 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugC1nOg3x4 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugC1nOg3x4 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugC1nOg3x4 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugC1nOg3x4 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugC1nOg3x4 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugC1nOg3x4 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugC1nOg3x4 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugC1nOg3x4 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugC1nOg3x4 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugC1nOg3x4 .media-container-row .mbr-text {
  color: #111111;
}
.cid-ugC1nOg3x4 foot-menu-item {
  color: #111111;
}
.cid-ugBW4zCz2t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugBW4zCz2t nav.navbar {
  position: fixed;
}
.cid-ugBW4zCz2t .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-ugBW4zCz2t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugBW4zCz2t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugBW4zCz2t .dropdown-item:hover,
.cid-ugBW4zCz2t .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-ugBW4zCz2t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugBW4zCz2t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugBW4zCz2t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugBW4zCz2t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugBW4zCz2t .nav-link {
  position: relative;
}
.cid-ugBW4zCz2t .container {
  display: flex;
  margin: auto;
}
.cid-ugBW4zCz2t .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugBW4zCz2t .dropdown-menu,
.cid-ugBW4zCz2t .navbar.opened {
  background: #ffffff !important;
}
.cid-ugBW4zCz2t .nav-item:focus,
.cid-ugBW4zCz2t .nav-link:focus {
  outline: none;
}
.cid-ugBW4zCz2t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugBW4zCz2t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugBW4zCz2t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugBW4zCz2t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugBW4zCz2t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugBW4zCz2t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugBW4zCz2t .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: #ffffff;
}
.cid-ugBW4zCz2t .navbar.opened {
  transition: all 0.3s;
}
.cid-ugBW4zCz2t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugBW4zCz2t .navbar .navbar-logo img {
  width: auto;
}
.cid-ugBW4zCz2t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugBW4zCz2t .navbar.collapsed {
  justify-content: center;
}
.cid-ugBW4zCz2t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugBW4zCz2t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugBW4zCz2t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ugBW4zCz2t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugBW4zCz2t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugBW4zCz2t .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-ugBW4zCz2t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugBW4zCz2t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugBW4zCz2t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugBW4zCz2t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugBW4zCz2t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugBW4zCz2t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugBW4zCz2t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugBW4zCz2t .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-ugBW4zCz2t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugBW4zCz2t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugBW4zCz2t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugBW4zCz2t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugBW4zCz2t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugBW4zCz2t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugBW4zCz2t .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugBW4zCz2t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugBW4zCz2t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugBW4zCz2t .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-ugBW4zCz2t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugBW4zCz2t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugBW4zCz2t .dropdown-item.active,
.cid-ugBW4zCz2t .dropdown-item:active {
  background-color: transparent;
}
.cid-ugBW4zCz2t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugBW4zCz2t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugBW4zCz2t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugBW4zCz2t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugBW4zCz2t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugBW4zCz2t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugBW4zCz2t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugBW4zCz2t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugBW4zCz2t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugBW4zCz2t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-ugBW4zCz2t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugBW4zCz2t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBW4zCz2t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugBW4zCz2t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugBW4zCz2t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBW4zCz2t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugBW4zCz2t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugBW4zCz2t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugBW4zCz2t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugBW4zCz2t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugBW4zCz2t .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-ugBW4zCz2t .navbar {
    height: 70px;
  }
  .cid-ugBW4zCz2t .navbar.opened {
    height: auto;
  }
  .cid-ugBW4zCz2t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugBW4zZK1R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugBW4zZK1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBW4zZK1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugBW4zZK1R .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugBW4zZK1R .row {
  flex-direction: row-reverse;
}
.cid-ugBW4zZK1R img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugBW4zZK1R .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugBW4zZK1R .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-ugBW4zZK1R .mbr-text {
  text-align: left;
}
.cid-ux7SdiMGfg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-ux7SdiMGfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7SdiMGfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7SdiMGfg .mbr-section-title {
  color: #ffffff;
}
.cid-ux74UlpQxF {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ux74UlpQxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux74UlpQxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux74UlpQxF .mbr-section-subtitle {
  text-align: center;
}
#custom-html-17g {
  /* Type valid CSS here */
}
#custom-html-17g div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-17g p {
  font-size: 60px;
  color: #777;
}
.cid-ugBW4Ahstj {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ugBW4Ahstj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBW4Ahstj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBW4Ahstj ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugBW4Ahstj li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugBW4Ahstj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #de5aa7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ugBW4Ahstj H3 {
  color: #111111;
  text-align: center;
}
.cid-ugBW4Ahstj .list {
  color: #232323;
}
.cid-uhhOgwLMUW {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uhhOgwLMUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhOgwLMUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhhOgwLMUW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhhOgwLMUW .row {
  flex-direction: row-reverse;
}
.cid-uhhOgwLMUW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhhOgwLMUW .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhhOgwLMUW .mbr-section-title {
  color: #c54686;
}
.cid-ux77OHPXeE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ux77OHPXeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux77OHPXeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
#custom-html-19m {
  /* Type valid CSS here */
}
#custom-html-19m div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-19m p {
  font-size: 60px;
  color: #777;
}
.cid-ugBW4AyMXc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugBW4AyMXc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugBW4AyMXc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugBW4AyMXc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugBW4AyMXc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugBW4AyMXc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugBW4AyMXc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugBW4AyMXc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugBW4AyMXc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugBW4AyMXc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugBW4AyMXc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugBW4AyMXc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugBW4AyMXc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugBW4AyMXc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugBW4AyMXc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugBW4AyMXc .media-container-row .mbr-text {
  color: #111111;
}
.cid-ugBW4AyMXc foot-menu-item {
  color: #111111;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2h8Lq4fHq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2h8Lq4fHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2h8Lq4fHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2h8Lq4fHq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2h8Lq4fHq .row {
  flex-direction: row-reverse;
}
.cid-u2h8Lq4fHq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2h8Lq4fHq .text-wrapper {
    padding: 2rem;
  }
}
.cid-u2h8Lq4fHq .mbr-section-title {
  color: #c54686;
}
#custom-html-jc {
  /* Type valid CSS here */
}
#custom-html-jc div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-jc p {
  font-size: 60px;
  color: #777;
}
.cid-tWlGXWR7IV {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-tWlGXWR7IV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWlGXWR7IV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWlGXWR7IV ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tWlGXWR7IV li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tWlGXWR7IV ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #de5aa7;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tWlGXWR7IV H3 {
  color: #c54686;
  text-align: center;
}
.cid-tWlGXWR7IV .list {
  color: #232323;
}
.cid-usNan8S84b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNan8S84b li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNan8S84b li:last-child {
  margin-bottom: 0;
}
.cid-usNan8S84b .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNan8S84b .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNan8S84b .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNan8S84b .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNan8S84b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNan8S84b .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uVJ9zS2mjy {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/hormonale-analyse-workshop-instagrambericht-8-1080x1080.png");
}
.cid-uVJ9zS2mjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJ9zS2mjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJ9zS2mjy .mbr-text,
.cid-uVJ9zS2mjy .mbr-section-btn {
  color: #232323;
}
.cid-uVJ9zS2mjy .card-title,
.cid-uVJ9zS2mjy .card-box {
  color: #ffffff;
}
.cid-uVJ9zS2mjy .mbr-text,
.cid-uVJ9zS2mjy .link-wrap {
  color: #ffffff;
}
.cid-uQfKM7No5F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQfKM7No5F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfKM7No5F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQfKM7No5F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQfKM7No5F img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQfKM7No5F .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQfKM7No5F .mbr-section-title {
  color: #c54686;
}
#custom-html-2c4 .webinargeek-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.cid-uDg6Tvq4sG {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDg6Tvq4sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg6Tvq4sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg6Tvq4sG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDg6Tvq4sG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDg6Tvq4sG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ed5b2c;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDg6Tvq4sG H3 {
  color: #c54686;
  text-align: center;
}
.cid-uQfMNRBsb1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQfMNRBsb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfMNRBsb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfMNRBsb1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQfMNRBsb1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQfMNRBsb1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQfMNRBsb1 .link-wrap {
    align-items: center;
  }
}
.cid-uQfMNRBsb1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDg8u3RoZh {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-uDg8u3RoZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDg8u3RoZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDg8u3RoZh .mbr-section-title {
  color: #ffffff;
}
.cid-uDg8u3RoZh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQfQAVGJHj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQfQAVGJHj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfQAVGJHj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQfQAVGJHj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQfQAVGJHj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQfQAVGJHj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQfQAVGJHj .mbr-section-title {
  color: #c54686;
}
#custom-html-2f7 .webinargeek-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.cid-uQfTTv6jmT {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #fff6ea;
}
.cid-uQfTTv6jmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQfTTv6jmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQfTTv6jmT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uQfTTv6jmT .mbr-section-title {
  color: #24262b;
}
.cid-uQfTTv6jmT .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uQfTTv6jmT .cards-row {
  row-gap: 32px;
}
.cid-uQfTTv6jmT .card {
  border-radius: 0;
}
.cid-uQfTTv6jmT .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  background: #fff6ea;
}
@media (max-width: 991px) {
  .cid-uQfTTv6jmT .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uQfTTv6jmT .icons-wrap {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.cid-uQfTTv6jmT .icons-wrap .iconfont-wrapper {
  flex-shrink: 0;
}
.cid-uQfTTv6jmT .icons-wrap .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 18px;
  color: #e6c63b;
}
.cid-uQfTTv6jmT .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-uQfTTv6jmT .card-subtitle {
  color: #24262b;
}
.cid-uQfTTv6jmT .card-bottom-wrap {
  margin-top: 24px;
}
.cid-uQfTTv6jmT .card-name {
  color: #24262b;
}
.cid-uQfTTv6jmT .card-text {
  color: #24262b;
}
.cid-ugCdME53qs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugCdME53qs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugCdME53qs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugCdME53qs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugCdME53qs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugCdME53qs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugCdME53qs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugCdME53qs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugCdME53qs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugCdME53qs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugCdME53qs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugCdME53qs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugCdME53qs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugCdME53qs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugCdME53qs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugCdME53qs .media-container-row .mbr-text {
  color: #111111;
}
.cid-ugCdME53qs foot-menu-item {
  color: #111111;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCo7j2wKRG {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uCo7j2wKRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCo7j2wKRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCo7j2wKRG .mbr-section-title {
  color: #c54686;
}
.cid-uOyunp4M5G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c54686;
}
.cid-uOyunp4M5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyunp4M5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOyunp4M5G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uCo7hrOd5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uCo7hrOd5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCo7hrOd5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCo7hrOd5A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uCo7hrOd5A .row {
  flex-direction: row-reverse;
}
.cid-uCo7hrOd5A img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uCo7hrOd5A .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDaKcxZSw9 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #c54686;
}
.cid-uDaKcxZSw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDaKcxZSw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDaKcxZSw9 .mbr-section-title {
  color: #ffffff;
}
.cid-uDaKcxZSw9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uC7aFRZubU {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uC7aFRZubU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7aFRZubU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4WBcHQYs {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uD4WBcHQYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD4WBcHQYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD4WBcHQYs .video-wrapper iframe {
  width: 100%;
}
.cid-uD4WBcHQYs .mbr-section-title,
.cid-uD4WBcHQYs .mbr-section-subtitle,
.cid-uD4WBcHQYs .mbr-text {
  text-align: center;
}
.cid-u2hd8Tyrvd {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u2hd8Tyrvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2hd8Tyrvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u2hd8Tyrvd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2hd8Tyrvd .row {
  flex-direction: row-reverse;
}
.cid-u2hd8Tyrvd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u2hd8Tyrvd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tLRIe4Ggr5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tLRIe4Ggr5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tLRIe4Ggr5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tLRIe4Ggr5 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tLRIe4Ggr5 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-tLRIe4Ggr5 .mbr-text UL {
  text-align: left;
}
.cid-ugldchBxqS {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffcece;
}
.cid-ugldchBxqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugldchBxqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugldchBxqS img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ugldchBxqS .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ugldchBxqS .card-title,
.cid-ugldchBxqS .iconfont-wrapper {
  color: #232323;
}
.cid-ugldchBxqS .card-text {
  color: #232323;
}
.cid-ugldchBxqS .mbr-section-title {
  color: #524e4e;
  text-align: center;
}
.cid-ugldchBxqS .mbr-section-subtitle {
  color: #232323;
}
.cid-ugldchBxqS .content-head {
  max-width: 800px;
}
.cid-ugldchBxqS .card-subtitle {
  color: #a1a1a1;
}
.cid-uglddoe9aH {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffcece;
}
.cid-uglddoe9aH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uglddoe9aH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uglddoe9aH img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uglddoe9aH .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uglddoe9aH .card-title,
.cid-uglddoe9aH .iconfont-wrapper {
  color: #232323;
}
.cid-uglddoe9aH .card-text {
  color: #232323;
}
.cid-uglddoe9aH .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uglddoe9aH .mbr-section-subtitle {
  color: #232323;
}
.cid-uglddoe9aH .content-head {
  max-width: 800px;
}
.cid-uglddoe9aH .card-subtitle {
  color: #a1a1a1;
}
.cid-uC7i05QhWC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffcece;
}
.cid-uC7i05QhWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7i05QhWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7i05QhWC img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uC7i05QhWC .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uC7i05QhWC .card-title,
.cid-uC7i05QhWC .iconfont-wrapper {
  color: #232323;
}
.cid-uC7i05QhWC .card-text {
  color: #232323;
}
.cid-uC7i05QhWC .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uC7i05QhWC .mbr-section-subtitle {
  color: #232323;
}
.cid-uC7i05QhWC .content-head {
  max-width: 800px;
}
.cid-uC7i05QhWC .card-subtitle {
  color: #a1a1a1;
}
.cid-uiiBGXbUGF {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugfr50gmGo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugfr50gmGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfr50gmGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfr50gmGo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ugfr50gmGo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ugfr50gmGo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ugfr50gmGo H3 {
  color: #c54686;
}
.cid-ugfr50gmGo .list {
  text-align: left;
}
.cid-uC7kpmbDwj {
  padding-top: 9rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffcece;
}
.cid-uC7kpmbDwj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7kpmbDwj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7kpmbDwj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uC7kpmbDwj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uC7kpmbDwj .container {
    padding: 0 24px;
  }
}
.cid-uC7kpmbDwj .row {
  justify-content: center;
}
.cid-uC7kpmbDwj .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uC7kpmbDwj .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uC7kpmbDwj .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uC7kpmbDwj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uC7kpmbDwj .mbr-section-title {
  color: #141414;
}
.cid-uC7kpmbDwj .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-ugkvdCA0FQ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugkvdCA0FQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugkvdCA0FQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugkvdCA0FQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugkvdCA0FQ .row {
  flex-direction: row-reverse;
}
.cid-ugkvdCA0FQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugkvdCA0FQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugkvdCA0FQ .mbr-section-title {
  color: #c54686;
}
.cid-tLRPd1cBuZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tLRPd1cBuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLRPd1cBuZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLRPd1cBuZ .mbr-section-title {
  color: #c54686;
}
.cid-uNI9Mt1Jro {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNI9Mt1Jro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNI9Mt1Jro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNI9Mt1Jro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNI9Mt1Jro .row {
  flex-direction: row-reverse;
}
.cid-uNI9Mt1Jro img {
  width: 100%;
}
.cid-uNIb2VGpoG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uNIb2VGpoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNIb2VGpoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNIb2VGpoG .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uNIb2VGpoG .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uNIb2VGpoG .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uNIb2VGpoG .card-wrapper {
    padding: 1rem;
  }
}
.cid-uNIb2VGpoG ul {
  list-style: none;
}
.cid-uNIb2VGpoG li {
  position: relative;
}
.cid-uNIb2VGpoG li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #c54686;
  font-size: 0.8rem;
}
.cid-uNIb2VGpoG .mbr-section-btn {
  width: 100%;
}
.cid-uNIb2VGpoG .btn {
  width: 100%;
}
.cid-uNIb2VGpoG .card-title {
  color: #c54686;
}
.cid-uOyykKbbZW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOyykKbbZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOyykKbbZW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9MSOPUDN {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uD9MSOPUDN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD9MSOPUDN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD9MSOPUDN .video-wrapper iframe {
  width: 100%;
}
.cid-uD9MSOPUDN .mbr-section-title,
.cid-uD9MSOPUDN .mbr-section-subtitle,
.cid-uD9MSOPUDN .mbr-text {
  text-align: center;
}
.cid-ugCx34CCyV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffcece;
}
.cid-ugCx34CCyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCx34CCyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCx34CCyV img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ugCx34CCyV .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ugCx34CCyV .card-title,
.cid-ugCx34CCyV .iconfont-wrapper {
  color: #000000;
}
.cid-ugCx34CCyV .card-text {
  color: #000000;
}
.cid-ugCx34CCyV .mbr-section-title {
  color: #c54686;
}
.cid-ugCx34CCyV .mbr-section-subtitle {
  color: #232323;
}
.cid-ugCx34CCyV .content-head {
  max-width: 800px;
}
.cid-ugCx34CCyV .card-subtitle {
  color: #a1a1a1;
}
.cid-uhhZh9ep34 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffcece;
}
.cid-uhhZh9ep34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhhZh9ep34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhhZh9ep34 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uhhZh9ep34 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uhhZh9ep34 .card-title,
.cid-uhhZh9ep34 .iconfont-wrapper {
  color: #000000;
}
.cid-uhhZh9ep34 .card-text {
  color: #000000;
}
.cid-uhhZh9ep34 .mbr-section-title {
  color: #c54686;
}
.cid-uhhZh9ep34 .mbr-section-subtitle {
  color: #232323;
}
.cid-uhhZh9ep34 .content-head {
  max-width: 800px;
}
.cid-uhhZh9ep34 .card-subtitle {
  color: #a1a1a1;
}
.cid-tMg0LCXRVl {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugleVYqEDR {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugleVYqEDR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugleVYqEDR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugleVYqEDR .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugleVYqEDR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugleVYqEDR .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ugleVYqEDR .panel-body,
.cid-ugleVYqEDR .card-header {
  padding: 1rem 0;
}
.cid-ugleVYqEDR .panel-title-edit {
  color: #000000;
}
.cid-ugleVYqEDR H3 {
  color: #c54686;
}
.cid-ugleZyHZA2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugleZyHZA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugleZyHZA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugleZyHZA2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugleZyHZA2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugleZyHZA2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ugleZyHZA2 .panel-body,
.cid-ugleZyHZA2 .card-header {
  padding: 1rem 0;
}
.cid-ugleZyHZA2 .panel-title-edit {
  color: #000000;
}
.cid-ugleZyHZA2 H3 {
  color: #c54686;
}
.cid-ugCu0m0Trt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugCu0m0Trt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugCu0m0Trt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugCu0m0Trt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ugCu0m0Trt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ugCu0m0Trt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ugCu0m0Trt .panel-body,
.cid-ugCu0m0Trt .card-header {
  padding: 1rem 0;
}
.cid-ugCu0m0Trt .panel-title-edit {
  color: #000000;
}
.cid-ugCu0m0Trt H3 {
  color: #c54686;
}
.cid-usNccC3tpS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNccC3tpS li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNccC3tpS li:last-child {
  margin-bottom: 0;
}
.cid-usNccC3tpS .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNccC3tpS .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNccC3tpS .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNccC3tpS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNccC3tpS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNccC3tpS .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-ugHbszkhrP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugHbszkhrP nav.navbar {
  position: fixed;
}
.cid-ugHbszkhrP .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-ugHbszkhrP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugHbszkhrP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugHbszkhrP .dropdown-item:hover,
.cid-ugHbszkhrP .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-ugHbszkhrP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugHbszkhrP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugHbszkhrP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugHbszkhrP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugHbszkhrP .nav-link {
  position: relative;
}
.cid-ugHbszkhrP .container {
  display: flex;
  margin: auto;
}
.cid-ugHbszkhrP .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugHbszkhrP .dropdown-menu,
.cid-ugHbszkhrP .navbar.opened {
  background: #ffffff !important;
}
.cid-ugHbszkhrP .nav-item:focus,
.cid-ugHbszkhrP .nav-link:focus {
  outline: none;
}
.cid-ugHbszkhrP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugHbszkhrP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugHbszkhrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugHbszkhrP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugHbszkhrP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugHbszkhrP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugHbszkhrP .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: #ffffff;
}
.cid-ugHbszkhrP .navbar.opened {
  transition: all 0.3s;
}
.cid-ugHbszkhrP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugHbszkhrP .navbar .navbar-logo img {
  width: auto;
}
.cid-ugHbszkhrP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugHbszkhrP .navbar.collapsed {
  justify-content: center;
}
.cid-ugHbszkhrP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugHbszkhrP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugHbszkhrP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ugHbszkhrP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugHbszkhrP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugHbszkhrP .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-ugHbszkhrP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugHbszkhrP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugHbszkhrP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugHbszkhrP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugHbszkhrP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugHbszkhrP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugHbszkhrP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugHbszkhrP .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-ugHbszkhrP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugHbszkhrP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugHbszkhrP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugHbszkhrP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugHbszkhrP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugHbszkhrP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugHbszkhrP .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugHbszkhrP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugHbszkhrP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugHbszkhrP .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-ugHbszkhrP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugHbszkhrP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugHbszkhrP .dropdown-item.active,
.cid-ugHbszkhrP .dropdown-item:active {
  background-color: transparent;
}
.cid-ugHbszkhrP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugHbszkhrP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugHbszkhrP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugHbszkhrP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugHbszkhrP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugHbszkhrP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugHbszkhrP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugHbszkhrP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugHbszkhrP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugHbszkhrP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-ugHbszkhrP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugHbszkhrP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHbszkhrP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugHbszkhrP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugHbszkhrP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHbszkhrP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugHbszkhrP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugHbszkhrP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugHbszkhrP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugHbszkhrP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugHbszkhrP .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-ugHbszkhrP .navbar {
    height: 70px;
  }
  .cid-ugHbszkhrP .navbar.opened {
    height: auto;
  }
  .cid-ugHbszkhrP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugHbszM5v2 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugHbszM5v2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugHbszM5v2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ugHbszM5v2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugHbszM5v2 .row {
  flex-direction: row-reverse;
}
.cid-ugHbszM5v2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugHbszM5v2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugHbszM5v2 .mbr-section-title {
  color: #c54686;
}
.cid-uCT01zNxtw {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCT01zNxtw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCT01zNxtw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCT01zNxtw .mbr-section-title {
  color: #c54686;
}
.cid-uCT0s13byB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uCT0s13byB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCT0s13byB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCT0s13byB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uCT0s13byB .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uCT0s13byB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uCT0sTzrkW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uCT0sTzrkW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCT0sTzrkW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCT0sTzrkW .mbr-section-title,
.cid-uCT0sTzrkW .mbr-section-subtitle {
  text-align: center;
}
.cid-uCT0sTzrkW .cost {
  word-break: normal;
}
.cid-uCT0sTzrkW .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffcece;
}
.cid-uCT0sTzrkW .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uCT0sTzrkW .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCT0sTzrkW .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCT0sTzrkW .card-title {
  color: #111111;
}
.cid-uCT0txosel {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uCT0txosel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCT0txosel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCT0txosel .mbr-section-title,
.cid-uCT0txosel .mbr-section-subtitle {
  text-align: center;
}
.cid-uCT0txosel .cost {
  word-break: normal;
}
.cid-uCT0txosel .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffcece;
}
.cid-uCT0txosel .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uCT0txosel .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uCT0txosel .card-wrapper {
    padding: 1rem;
  }
}
.cid-ugHbsC2qOd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugHbsC2qOd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugHbsC2qOd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugHbsC2qOd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugHbsC2qOd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugHbsC2qOd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugHbsC2qOd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugHbsC2qOd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugHbsC2qOd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugHbsC2qOd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugHbsC2qOd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugHbsC2qOd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugHbsC2qOd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugHbsC2qOd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugHbsC2qOd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugHbsC2qOd .media-container-row .mbr-text {
  color: #111111;
}
.cid-ugHbsC2qOd foot-menu-item {
  color: #111111;
}
.cid-tYYzqkmeGx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYYzqkmeGx nav.navbar {
  position: fixed;
}
.cid-tYYzqkmeGx .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-tYYzqkmeGx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYYzqkmeGx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYYzqkmeGx .dropdown-item:hover,
.cid-tYYzqkmeGx .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tYYzqkmeGx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYYzqkmeGx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYYzqkmeGx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYYzqkmeGx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYYzqkmeGx .nav-link {
  position: relative;
}
.cid-tYYzqkmeGx .container {
  display: flex;
  margin: auto;
}
.cid-tYYzqkmeGx .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYYzqkmeGx .dropdown-menu,
.cid-tYYzqkmeGx .navbar.opened {
  background: #ffffff !important;
}
.cid-tYYzqkmeGx .nav-item:focus,
.cid-tYYzqkmeGx .nav-link:focus {
  outline: none;
}
.cid-tYYzqkmeGx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYYzqkmeGx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYYzqkmeGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYYzqkmeGx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYYzqkmeGx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYYzqkmeGx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYYzqkmeGx .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: #ffffff;
}
.cid-tYYzqkmeGx .navbar.opened {
  transition: all 0.3s;
}
.cid-tYYzqkmeGx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYYzqkmeGx .navbar .navbar-logo img {
  width: auto;
}
.cid-tYYzqkmeGx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tYYzqkmeGx .navbar.collapsed {
  justify-content: center;
}
.cid-tYYzqkmeGx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYYzqkmeGx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYYzqkmeGx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tYYzqkmeGx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYYzqkmeGx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYYzqkmeGx .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-tYYzqkmeGx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYYzqkmeGx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYYzqkmeGx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYYzqkmeGx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYYzqkmeGx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYYzqkmeGx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYYzqkmeGx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYYzqkmeGx .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-tYYzqkmeGx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYYzqkmeGx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYYzqkmeGx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYYzqkmeGx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYYzqkmeGx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYYzqkmeGx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYYzqkmeGx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYYzqkmeGx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYYzqkmeGx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYYzqkmeGx .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-tYYzqkmeGx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYYzqkmeGx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYYzqkmeGx .dropdown-item.active,
.cid-tYYzqkmeGx .dropdown-item:active {
  background-color: transparent;
}
.cid-tYYzqkmeGx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYYzqkmeGx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYYzqkmeGx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYYzqkmeGx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYYzqkmeGx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYYzqkmeGx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYYzqkmeGx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYYzqkmeGx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYYzqkmeGx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYYzqkmeGx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tYYzqkmeGx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYYzqkmeGx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYYzqkmeGx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYYzqkmeGx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYYzqkmeGx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYYzqkmeGx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYYzqkmeGx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYYzqkmeGx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYYzqkmeGx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYYzqkmeGx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYYzqkmeGx .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-tYYzqkmeGx .navbar {
    height: 70px;
  }
  .cid-tYYzqkmeGx .navbar.opened {
    height: auto;
  }
  .cid-tYYzqkmeGx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYYzqkKmOS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tYYzqkKmOS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYzqkKmOS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYzqkKmOS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYzqkKmOS .row {
  flex-direction: row-reverse;
}
.cid-tYYzqkKmOS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tYYzqkKmOS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tYYzqkKmOS .mbr-section-title {
  color: #c54686;
}
.cid-usNcr7bq1d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcr7bq1d li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcr7bq1d li:last-child {
  margin-bottom: 0;
}
.cid-usNcr7bq1d .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcr7bq1d .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcr7bq1d .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcr7bq1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcr7bq1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcr7bq1d .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-tRvM3javW7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tRvM3javW7 nav.navbar {
  position: fixed;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tRvM3javW7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tRvM3javW7 .dropdown-item:hover,
.cid-tRvM3javW7 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-tRvM3javW7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tRvM3javW7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tRvM3javW7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tRvM3javW7 .nav-link {
  position: relative;
}
.cid-tRvM3javW7 .container {
  display: flex;
  margin: auto;
}
.cid-tRvM3javW7 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown-menu,
.cid-tRvM3javW7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tRvM3javW7 .nav-item:focus,
.cid-tRvM3javW7 .nav-link:focus {
  outline: none;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tRvM3javW7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tRvM3javW7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRvM3javW7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRvM3javW7 .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: #ffffff;
}
.cid-tRvM3javW7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tRvM3javW7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tRvM3javW7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tRvM3javW7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tRvM3javW7 .navbar.collapsed {
  justify-content: center;
}
.cid-tRvM3javW7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRvM3javW7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRvM3javW7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRvM3javW7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tRvM3javW7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tRvM3javW7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRvM3javW7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRvM3javW7 .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-tRvM3javW7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tRvM3javW7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRvM3javW7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRvM3javW7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tRvM3javW7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tRvM3javW7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tRvM3javW7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tRvM3javW7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRvM3javW7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRvM3javW7 .dropdown-item.active,
.cid-tRvM3javW7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRvM3javW7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRvM3javW7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRvM3javW7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRvM3javW7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRvM3javW7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tRvM3javW7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tRvM3javW7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tRvM3javW7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tRvM3javW7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tRvM3javW7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tRvM3javW7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tRvM3javW7 .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-tRvM3javW7 .navbar {
    height: 70px;
  }
  .cid-tRvM3javW7 .navbar.opened {
    height: auto;
  }
  .cid-tRvM3javW7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWwmKeYdTS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tWwmKeYdTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWwmKeYdTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tWwmKeYdTS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWwmKeYdTS .row {
  flex-direction: row-reverse;
}
.cid-tWwmKeYdTS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tWwmKeYdTS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tWwmKeYdTS .mbr-section-title {
  color: #c54686;
}
.cid-urWyJmLeql {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-urWyJmLeql .mbr-fallback-image.disabled {
  display: none;
}
.cid-urWyJmLeql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urWyJmLeql .mbr-section-title {
  color: #ffffff;
}
.cid-urWyJmLeql .mbr-section-subtitle {
  color: #ffffff;
}
.cid-urWyYpZuAa {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-urWyYpZuAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-urWyYpZuAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-urWyYpZuAa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-urWyYpZuAa .row {
  flex-direction: row-reverse;
}
.cid-urWyYpZuAa img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-urWyYpZuAa .text-wrapper {
    padding: 2rem;
  }
}
.cid-urWyYpZuAa .mbr-section-title {
  color: #c54686;
}
.cid-urWz59EaSb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-urWz59EaSb .mbr-fallback-image.disabled {
  display: none;
}
.cid-urWz59EaSb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urWz59EaSb .mbr-section-subtitle {
  color: #353535;
}
.cid-urWz59EaSb .mbr-section-title {
  color: #c54686;
}
#custom-html-1ki {
  /* Type valid CSS here */
}
#custom-html-1ki div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-1ki p {
  font-size: 60px;
  color: #777;
}
.cid-u1DePFOImB {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u1DePFOImB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1DePFOImB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1DePFOImB .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNaJueo7L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNaJueo7L li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNaJueo7L li:last-child {
  margin-bottom: 0;
}
.cid-usNaJueo7L .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNaJueo7L .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNaJueo7L .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNaJueo7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNaJueo7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNaJueo7L .mbr-section-title {
  color: #c54686;
}
.cid-u1C4QN8Muj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1C4QN8Muj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u1C4QN8Muj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u1C4QN8Muj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u1C4QN8Muj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u1C4QN8Muj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u1C4QN8Muj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1C4QN8Muj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u1C4QN8Muj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1C4QN8Muj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u1C4QN8Muj .media-container-row .mbr-text {
  color: #111111;
}
.cid-u1C4QN8Muj foot-menu-item {
  color: #111111;
}
.cid-uq2XocbUbP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uq2XocbUbP nav.navbar {
  position: fixed;
}
.cid-uq2XocbUbP .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-uq2XocbUbP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq2XocbUbP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq2XocbUbP .dropdown-item:hover,
.cid-uq2XocbUbP .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uq2XocbUbP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq2XocbUbP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq2XocbUbP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq2XocbUbP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq2XocbUbP .nav-link {
  position: relative;
}
.cid-uq2XocbUbP .container {
  display: flex;
  margin: auto;
}
.cid-uq2XocbUbP .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq2XocbUbP .dropdown-menu,
.cid-uq2XocbUbP .navbar.opened {
  background: #ffffff !important;
}
.cid-uq2XocbUbP .nav-item:focus,
.cid-uq2XocbUbP .nav-link:focus {
  outline: none;
}
.cid-uq2XocbUbP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq2XocbUbP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq2XocbUbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq2XocbUbP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq2XocbUbP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq2XocbUbP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq2XocbUbP .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: #ffffff;
}
.cid-uq2XocbUbP .navbar.opened {
  transition: all 0.3s;
}
.cid-uq2XocbUbP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq2XocbUbP .navbar .navbar-logo img {
  width: auto;
}
.cid-uq2XocbUbP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq2XocbUbP .navbar.collapsed {
  justify-content: center;
}
.cid-uq2XocbUbP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq2XocbUbP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uq2XocbUbP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uq2XocbUbP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq2XocbUbP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq2XocbUbP .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-uq2XocbUbP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq2XocbUbP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq2XocbUbP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq2XocbUbP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq2XocbUbP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq2XocbUbP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq2XocbUbP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq2XocbUbP .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-uq2XocbUbP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq2XocbUbP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq2XocbUbP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq2XocbUbP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq2XocbUbP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq2XocbUbP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq2XocbUbP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq2XocbUbP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq2XocbUbP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq2XocbUbP .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-uq2XocbUbP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq2XocbUbP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq2XocbUbP .dropdown-item.active,
.cid-uq2XocbUbP .dropdown-item:active {
  background-color: transparent;
}
.cid-uq2XocbUbP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq2XocbUbP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq2XocbUbP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq2XocbUbP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uq2XocbUbP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq2XocbUbP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq2XocbUbP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq2XocbUbP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq2XocbUbP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq2XocbUbP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uq2XocbUbP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq2XocbUbP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq2XocbUbP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq2XocbUbP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq2XocbUbP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq2XocbUbP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq2XocbUbP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq2XocbUbP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq2XocbUbP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uq2XocbUbP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq2XocbUbP .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-uq2XocbUbP .navbar {
    height: 70px;
  }
  .cid-uq2XocbUbP .navbar.opened {
    height: auto;
  }
  .cid-uq2XocbUbP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqCEvERA5h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqCEvERA5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCEvERA5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCEvERA5h .mbr-section-title {
  color: #c54686;
}
.cid-uq31kMDjpe {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fdf0f0;
}
.cid-uq31kMDjpe img,
.cid-uq31kMDjpe .item-img {
  width: 100%;
}
.cid-uq31kMDjpe .item:focus,
.cid-uq31kMDjpe span:focus {
  outline: none;
}
.cid-uq31kMDjpe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uq31kMDjpe .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uq31kMDjpe .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uq31kMDjpe .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uq31kMDjpe .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uq31kMDjpe .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uq31kMDjpe .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uq31kMDjpe .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uq31kMDjpe .mbr-text {
  text-align: left;
}
.cid-uq31kMDjpe .item-footer {
  margin-top: 14px;
}
.cid-uq31kMDjpe .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uq31kMDjpe .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uq31kMDjpe .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uq31kMDjpe .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uq31kMDjpe .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uq31kMDjpe .mbr-text,
.cid-uq31kMDjpe .mbr-section-btn {
  color: #320707;
}
.cid-uq31kMDjpe .mbr-amount,
.cid-uq31kMDjpe .mbr-section-btn {
  color: #ffa600;
}
.cid-uq31kMDjpe .mbr-price,
.cid-uq31kMDjpe .mbr-section-btn {
  color: #c54686;
}
.cid-uOzIiyWkJb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fdf0f0;
}
.cid-uOzIiyWkJb img,
.cid-uOzIiyWkJb .item-img {
  width: 100%;
}
.cid-uOzIiyWkJb .item:focus,
.cid-uOzIiyWkJb span:focus {
  outline: none;
}
.cid-uOzIiyWkJb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uOzIiyWkJb .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uOzIiyWkJb .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uOzIiyWkJb .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uOzIiyWkJb .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uOzIiyWkJb .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uOzIiyWkJb .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uOzIiyWkJb .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uOzIiyWkJb .mbr-text {
  text-align: left;
}
.cid-uOzIiyWkJb .item-footer {
  margin-top: 14px;
}
.cid-uOzIiyWkJb .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uOzIiyWkJb .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uOzIiyWkJb .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uOzIiyWkJb .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uOzIiyWkJb .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uOzIiyWkJb .mbr-text,
.cid-uOzIiyWkJb .mbr-section-btn {
  color: #320707;
}
.cid-uOzIiyWkJb .mbr-amount,
.cid-uOzIiyWkJb .mbr-section-btn {
  color: #ffa600;
}
.cid-uOzIiyWkJb .mbr-price,
.cid-uOzIiyWkJb .mbr-section-btn {
  color: #c54686;
}
.cid-uyPpgCdYG7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdf0f0;
}
.cid-uyPpgCdYG7 img,
.cid-uyPpgCdYG7 .item-img {
  width: 100%;
}
.cid-uyPpgCdYG7 .item:focus,
.cid-uyPpgCdYG7 span:focus {
  outline: none;
}
.cid-uyPpgCdYG7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-uyPpgCdYG7 .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-uyPpgCdYG7 .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-uyPpgCdYG7 .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-uyPpgCdYG7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyPpgCdYG7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyPpgCdYG7 .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-uyPpgCdYG7 .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uyPpgCdYG7 .mbr-text {
  text-align: left;
}
.cid-uyPpgCdYG7 .item-footer {
  margin-top: 14px;
}
.cid-uyPpgCdYG7 .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-uyPpgCdYG7 .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-uyPpgCdYG7 .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-uyPpgCdYG7 .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-uyPpgCdYG7 .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uyPpgCdYG7 .mbr-text,
.cid-uyPpgCdYG7 .mbr-section-btn {
  color: #320707;
}
.cid-uyPpgCdYG7 .mbr-amount,
.cid-uyPpgCdYG7 .mbr-section-btn {
  color: #ffa600;
}
.cid-uyPpgCdYG7 .mbr-price,
.cid-uyPpgCdYG7 .mbr-section-btn {
  color: #c54686;
}
.cid-usNcEKAhgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcEKAhgN li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcEKAhgN li:last-child {
  margin-bottom: 0;
}
.cid-usNcEKAhgN .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcEKAhgN .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcEKAhgN .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcEKAhgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcEKAhgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcEKAhgN .mbr-section-title {
  color: #c54686;
}
.cid-uq2XoeUNd5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uq2XoeUNd5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uq2XoeUNd5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uq2XoeUNd5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uq2XoeUNd5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uq2XoeUNd5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uq2XoeUNd5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uq2XoeUNd5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uq2XoeUNd5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uq2XoeUNd5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uq2XoeUNd5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uq2XoeUNd5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uq2XoeUNd5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq2XoeUNd5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uq2XoeUNd5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uq2XoeUNd5 .media-container-row .mbr-text {
  color: #111111;
}
.cid-uq2XoeUNd5 foot-menu-item {
  color: #111111;
}
.cid-uYPDyCQQuB.popup-builder {
  background-color: #ffffff;
}
.cid-uYPDyCQQuB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYPDyCQQuB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYPDyCQQuB .modal-content,
.cid-uYPDyCQQuB .modal-dialog {
  height: auto;
}
.cid-uYPDyCQQuB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYPDyCQQuB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYPDyCQQuB .form-wrapper .mbr-form .form-group,
  .cid-uYPDyCQQuB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYPDyCQQuB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYPDyCQQuB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYPDyCQQuB .mbr-text {
  text-align: center;
}
.cid-uYPDyCQQuB .pt-0 {
  padding-top: 0 !important;
}
.cid-uYPDyCQQuB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYPDyCQQuB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYPDyCQQuB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYPDyCQQuB .modal-open {
  overflow: hidden;
}
.cid-uYPDyCQQuB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYPDyCQQuB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYPDyCQQuB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYPDyCQQuB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYPDyCQQuB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYPDyCQQuB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYPDyCQQuB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYPDyCQQuB .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYPDyCQQuB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYPDyCQQuB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYPDyCQQuB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYPDyCQQuB .modal-backdrop.show {
  opacity: .5;
}
.cid-uYPDyCQQuB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYPDyCQQuB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDyCQQuB .modal-header {
    padding: 1rem;
  }
}
.cid-uYPDyCQQuB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYPDyCQQuB .modal-header .close svg {
  fill: #111111;
}
.cid-uYPDyCQQuB .modal-header .close:hover {
  opacity: 1;
}
.cid-uYPDyCQQuB .modal-header .close:focus {
  outline: none;
}
.cid-uYPDyCQQuB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYPDyCQQuB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYPDyCQQuB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDyCQQuB .modal-body {
    padding: 1rem;
  }
}
.cid-uYPDyCQQuB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYPDyCQQuB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDyCQQuB .modal-footer {
    padding: 1rem;
  }
}
.cid-uYPDyCQQuB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYPDyCQQuB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYPDyCQQuB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYPDyCQQuB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYPDyCQQuB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYPDyCQQuB .modal-lg,
  .cid-uYPDyCQQuB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYPDyCQQuB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYPDyCQQuB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYPDyCQQuB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYPDyCQQuB .form-group {
  margin-bottom: 1rem;
}
.cid-uYPDyCQQuB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYPDyCQQuB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYPDyCQQuB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYPDyCQQuB .mbr-section-btn {
  margin: 0;
}
.cid-uYPDyCQQuB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uq2XGg5in1 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq2XGg5in1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uq2XGg5in1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-uq2XGg5in1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq2XGg5in1 .link-wrap {
    align-items: center;
  }
}
.cid-uq2XGg5in1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uq2XGg5in1 .card-title,
.cid-uq2XGg5in1 .card-box {
  color: #c54686;
}
.cid-uq2XGg5in1 .mbr-text,
.cid-uq2XGg5in1 .link-wrap,
.cid-uq2XGg5in1 .mbr-section-btn {
  color: #111111;
}
.cid-uq2XGg5in1 .mbr-text UL {
  text-align: left;
}
.cid-uq2XGg5in1 .mbr-text P {
  text-align: center;
}
.cid-uq2XGg5in1 .mbr-text {
  color: #000000;
}
.cid-uqCVtEe32k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqCVtEe32k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqCVtEe32k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqCVtEe32k .mbr-section-title {
  color: #c54686;
}
.cid-uFMOKdRFPZ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ux7JWzfg6J {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux7JWzfg6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7JWzfg6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ux7JWzfg6J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ux7JWzfg6J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ux7JWzfg6J .text-wrapper {
    padding: 2rem;
  }
}
.cid-ux7JWzfg6J .mbr-section-title {
  color: #c54686;
}
.cid-uzRmTsGWtM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ux7K5r8Tjs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ux7K5r8Tjs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ux7K5r8Tjs .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ux7K5r8Tjs .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffcece;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ux7K5r8Tjs .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-ux7K5r8Tjs .mbr-text {
  color: #111111;
}
.cid-ux7K5r8Tjs .mbr-text UL {
  text-align: left;
}
.cid-ux7K7KPwhj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux7K7KPwhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7K7KPwhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7K7KPwhj .mbr-section-title {
  color: #c54686;
}
.cid-uFMPl1MUXY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFMPl1MUXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMPl1MUXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFMPl1MUXY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFMPl1MUXY .row {
  flex-direction: row-reverse;
}
.cid-uFMPl1MUXY img {
  width: 100%;
}
.cid-ux7K8BGf6B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ux7K8BGf6B .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux7K8BGf6B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux7K8BGf6B .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-ux7K8BGf6B .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ux7K8BGf6B .card-title,
.cid-ux7K8BGf6B .card-box {
  color: #111111;
}
.cid-uzRvWeKQ02 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uzRo1NtUw7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uzRo1NtUw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzRo1NtUw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzRo1NtUw7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uzRo1NtUw7 .panel-group {
  border: none;
}
.cid-uzRo1NtUw7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzRo1NtUw7 .panel-body,
.cid-uzRo1NtUw7 .card-header {
  padding: 1rem 0;
}
.cid-uzRo1NtUw7 .panel-title-edit {
  color: #000000;
}
.cid-uzRo1NtUw7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uzRo1NtUw7 H3 {
  color: #c54686;
}
.cid-uzRvXvwyqq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-usNcMb4o2L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcMb4o2L li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcMb4o2L li:last-child {
  margin-bottom: 0;
}
.cid-usNcMb4o2L .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcMb4o2L .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcMb4o2L .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcMb4o2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcMb4o2L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcMb4o2L .mbr-section-title {
  color: #c54686;
}
.cid-uq2XGiwqAD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uq2XGiwqAD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uq2XGiwqAD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uq2XGiwqAD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uq2XGiwqAD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uq2XGiwqAD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uq2XGiwqAD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uq2XGiwqAD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uq2XGiwqAD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uq2XGiwqAD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uq2XGiwqAD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uq2XGiwqAD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uq2XGiwqAD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq2XGiwqAD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uq2XGiwqAD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uq2XGiwqAD .media-container-row .mbr-text {
  color: #111111;
}
.cid-uq2XGiwqAD foot-menu-item {
  color: #111111;
}
.cid-uqNQWWyN9y {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqNQWWyN9y nav.navbar {
  position: fixed;
}
.cid-uqNQWWyN9y .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-uqNQWWyN9y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqNQWWyN9y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqNQWWyN9y .dropdown-item:hover,
.cid-uqNQWWyN9y .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uqNQWWyN9y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqNQWWyN9y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqNQWWyN9y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqNQWWyN9y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqNQWWyN9y .nav-link {
  position: relative;
}
.cid-uqNQWWyN9y .container {
  display: flex;
  margin: auto;
}
.cid-uqNQWWyN9y .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqNQWWyN9y .dropdown-menu,
.cid-uqNQWWyN9y .navbar.opened {
  background: #ffffff !important;
}
.cid-uqNQWWyN9y .nav-item:focus,
.cid-uqNQWWyN9y .nav-link:focus {
  outline: none;
}
.cid-uqNQWWyN9y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqNQWWyN9y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqNQWWyN9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqNQWWyN9y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqNQWWyN9y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqNQWWyN9y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqNQWWyN9y .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: #ffffff;
}
.cid-uqNQWWyN9y .navbar.opened {
  transition: all 0.3s;
}
.cid-uqNQWWyN9y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqNQWWyN9y .navbar .navbar-logo img {
  width: auto;
}
.cid-uqNQWWyN9y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqNQWWyN9y .navbar.collapsed {
  justify-content: center;
}
.cid-uqNQWWyN9y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqNQWWyN9y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqNQWWyN9y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uqNQWWyN9y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqNQWWyN9y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqNQWWyN9y .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-uqNQWWyN9y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqNQWWyN9y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqNQWWyN9y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqNQWWyN9y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqNQWWyN9y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqNQWWyN9y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqNQWWyN9y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqNQWWyN9y .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-uqNQWWyN9y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqNQWWyN9y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqNQWWyN9y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqNQWWyN9y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqNQWWyN9y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqNQWWyN9y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqNQWWyN9y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqNQWWyN9y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqNQWWyN9y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqNQWWyN9y .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-uqNQWWyN9y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqNQWWyN9y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqNQWWyN9y .dropdown-item.active,
.cid-uqNQWWyN9y .dropdown-item:active {
  background-color: transparent;
}
.cid-uqNQWWyN9y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqNQWWyN9y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqNQWWyN9y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqNQWWyN9y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqNQWWyN9y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqNQWWyN9y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqNQWWyN9y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqNQWWyN9y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqNQWWyN9y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqNQWWyN9y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uqNQWWyN9y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqNQWWyN9y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNQWWyN9y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqNQWWyN9y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqNQWWyN9y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNQWWyN9y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqNQWWyN9y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqNQWWyN9y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqNQWWyN9y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqNQWWyN9y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqNQWWyN9y .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-uqNQWWyN9y .navbar {
    height: 70px;
  }
  .cid-uqNQWWyN9y .navbar.opened {
    height: auto;
  }
  .cid-uqNQWWyN9y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqNQWWUe1e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqNQWWUe1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqNQWWUe1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uqNQWWUe1e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uqNQWWUe1e .row {
  flex-direction: row-reverse;
}
.cid-uqNQWWUe1e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqNQWWUe1e .text-wrapper {
    padding: 2rem;
  }
}
.cid-uqNQWWUe1e .mbr-section-title {
  color: #c54686;
}
.cid-usNfbL3Wu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNfbL3Wu4 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNfbL3Wu4 li:last-child {
  margin-bottom: 0;
}
.cid-usNfbL3Wu4 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNfbL3Wu4 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNfbL3Wu4 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNfbL3Wu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNfbL3Wu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNfbL3Wu4 .mbr-section-title {
  color: #c54686;
}
.cid-uqNQWX7ONy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqNQWX7ONy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uqNQWX7ONy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uqNQWX7ONy .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uqNQWX7ONy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uqNQWX7ONy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uqNQWX7ONy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uqNQWX7ONy .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uqNQWX7ONy .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uqNQWX7ONy .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uqNQWX7ONy .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uqNQWX7ONy .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uqNQWX7ONy .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqNQWX7ONy .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uqNQWX7ONy .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uqNQWX7ONy .media-container-row .mbr-text {
  color: #111111;
}
.cid-uqNQWX7ONy foot-menu-item {
  color: #111111;
}
.cid-ursAxqsuZf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ursAxqsuZf nav.navbar {
  position: fixed;
}
.cid-ursAxqsuZf .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-ursAxqsuZf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ursAxqsuZf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ursAxqsuZf .dropdown-item:hover,
.cid-ursAxqsuZf .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-ursAxqsuZf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ursAxqsuZf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ursAxqsuZf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ursAxqsuZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ursAxqsuZf .nav-link {
  position: relative;
}
.cid-ursAxqsuZf .container {
  display: flex;
  margin: auto;
}
.cid-ursAxqsuZf .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ursAxqsuZf .dropdown-menu,
.cid-ursAxqsuZf .navbar.opened {
  background: #ffffff !important;
}
.cid-ursAxqsuZf .nav-item:focus,
.cid-ursAxqsuZf .nav-link:focus {
  outline: none;
}
.cid-ursAxqsuZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ursAxqsuZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ursAxqsuZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ursAxqsuZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ursAxqsuZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ursAxqsuZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ursAxqsuZf .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: #ffffff;
}
.cid-ursAxqsuZf .navbar.opened {
  transition: all 0.3s;
}
.cid-ursAxqsuZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ursAxqsuZf .navbar .navbar-logo img {
  width: auto;
}
.cid-ursAxqsuZf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ursAxqsuZf .navbar.collapsed {
  justify-content: center;
}
.cid-ursAxqsuZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ursAxqsuZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ursAxqsuZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-ursAxqsuZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ursAxqsuZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ursAxqsuZf .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-ursAxqsuZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ursAxqsuZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ursAxqsuZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ursAxqsuZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ursAxqsuZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ursAxqsuZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ursAxqsuZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ursAxqsuZf .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-ursAxqsuZf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ursAxqsuZf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ursAxqsuZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ursAxqsuZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ursAxqsuZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ursAxqsuZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ursAxqsuZf .navbar.navbar-short {
  min-height: 60px;
}
.cid-ursAxqsuZf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ursAxqsuZf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ursAxqsuZf .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-ursAxqsuZf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ursAxqsuZf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ursAxqsuZf .dropdown-item.active,
.cid-ursAxqsuZf .dropdown-item:active {
  background-color: transparent;
}
.cid-ursAxqsuZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ursAxqsuZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ursAxqsuZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ursAxqsuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ursAxqsuZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ursAxqsuZf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ursAxqsuZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ursAxqsuZf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ursAxqsuZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ursAxqsuZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-ursAxqsuZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ursAxqsuZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursAxqsuZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ursAxqsuZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ursAxqsuZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursAxqsuZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ursAxqsuZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ursAxqsuZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ursAxqsuZf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ursAxqsuZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ursAxqsuZf .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-ursAxqsuZf .navbar {
    height: 70px;
  }
  .cid-ursAxqsuZf .navbar.opened {
    height: auto;
  }
  .cid-ursAxqsuZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ursAxqRqTr {
  background-image: url("../../../assets/images/hoyou-als-spreker-1080x1080.png");
}
.cid-ursAxqRqTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxqRqTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxqRqTr .mbr-section-title {
  color: #c54686;
  text-align: left;
}
.cid-ursAxqRqTr .mbr-text,
.cid-ursAxqRqTr .mbr-section-btn {
  color: #232323;
}
.cid-ursAxr9aXN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ursAxr9aXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxr9aXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxr9aXN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ursAxr9aXN .mbr-section-subtitle {
  color: #232323;
}
.cid-ursAxrq2si {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #c54686;
}
.cid-ursAxrq2si .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxrq2si .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxrq2si .mbr-section-title {
  color: #ffffff;
}
.cid-ursAxrq2si .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ursAxrFVkP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ursAxrFVkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxrFVkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxrFVkP .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-ursAxrFVkP .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-ursAxrFVkP .container {
    padding: 0 26px;
  }
}
.cid-ursAxrFVkP .row {
  justify-content: center;
}
.cid-ursAxrFVkP .text-wrapper .mbr-text {
  font-family: "Instrument Serif", sans-serif;
  margin-bottom: 16px;
}
.cid-ursAxrFVkP .text-wrapper .icon-wrapper:hover .mbr-iconfont,
.cid-ursAxrFVkP .text-wrapper .icon-wrapper:focus .mbr-iconfont {
  padding-top: 40px;
}
.cid-ursAxrFVkP .text-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 60px;
  height: 60px;
  font-size: 60px;
  transition: all 0.3s ease-in-out;
  color: #c54686;
}
.cid-ursAxrFVkP .mbr-text,
.cid-ursAxrFVkP .icon-wrapper {
  color: #c54686;
  text-align: center;
}
.cid-ursAxrU6NB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ursAxrU6NB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxrU6NB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxrU6NB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ursAxrU6NB .mbr-section-subtitle {
  color: #232323;
}
.cid-ursAxsemF9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ursAxsemF9 .mbr-section-subtitle {
  color: #c54686;
}
.cid-ursAxsemF9 .mbr-text {
  text-align: center;
}
.cid-ursAxssj4y {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ursAxssj4y img,
.cid-ursAxssj4y .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ursAxssj4y .item:focus,
.cid-ursAxssj4y span:focus {
  outline: none;
}
.cid-ursAxssj4y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ursAxssj4y .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffcece;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ursAxssj4y .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ursAxssj4y .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ursAxssj4y .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ursAxssj4y .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ursAxssj4y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ursAxssj4y .mbr-section-title {
  color: #c54686;
}
.cid-ursAxssj4y .mbr-text,
.cid-ursAxssj4y .mbr-section-btn {
  text-align: left;
}
.cid-ursAxssj4y .item-title {
  text-align: left;
  color: #c54686;
}
.cid-ursAxssj4y .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ursAxsMkE8 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ursAxsMkE8 img,
.cid-ursAxsMkE8 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-ursAxsMkE8 .item:focus,
.cid-ursAxsMkE8 span:focus {
  outline: none;
}
.cid-ursAxsMkE8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ursAxsMkE8 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffcece;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ursAxsMkE8 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ursAxsMkE8 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ursAxsMkE8 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ursAxsMkE8 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ursAxsMkE8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ursAxsMkE8 .mbr-section-title {
  color: #232323;
}
.cid-ursAxsMkE8 .mbr-text,
.cid-ursAxsMkE8 .mbr-section-btn {
  text-align: left;
}
.cid-ursAxsMkE8 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-ursAxsMkE8 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ursAxteUW1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ursAxteUW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ursAxteUW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ursAxteUW1 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ursAxteUW1 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ca9236;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ursAxteUW1 .card-title,
.cid-ursAxteUW1 .iconfont-wrapper {
  color: #232323;
}
.cid-ursAxteUW1 .card-text {
  color: #232323;
}
.cid-ursAxteUW1 .mbr-section-title {
  color: #4e423d;
}
.cid-ursAxteUW1 .mbr-section-subtitle {
  color: #232323;
}
.cid-ursAxteUW1 .content-head {
  max-width: 800px;
}
.cid-ursAxteUW1 .card-subtitle {
  color: #a1a1a1;
}
.cid-usNcZZ4mqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcZZ4mqS li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcZZ4mqS li:last-child {
  margin-bottom: 0;
}
.cid-usNcZZ4mqS .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcZZ4mqS .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcZZ4mqS .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcZZ4mqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcZZ4mqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcZZ4mqS .mbr-section-title {
  color: #c54686;
}
.cid-ursAxutWX8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ursAxutWX8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ursAxutWX8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ursAxutWX8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ursAxutWX8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ursAxutWX8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ursAxutWX8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ursAxutWX8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ursAxutWX8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ursAxutWX8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ursAxutWX8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ursAxutWX8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ursAxutWX8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ursAxutWX8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ursAxutWX8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ursAxutWX8 .media-container-row .mbr-text {
  color: #111111;
}
.cid-ursAxutWX8 foot-menu-item {
  color: #111111;
}
.cid-usIungAkie {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-usIungAkie nav.navbar {
  position: fixed;
}
.cid-usIungAkie .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-usIungAkie .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-usIungAkie .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-usIungAkie .dropdown-item:hover,
.cid-usIungAkie .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-usIungAkie .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-usIungAkie .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-usIungAkie .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-usIungAkie .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-usIungAkie .nav-link {
  position: relative;
}
.cid-usIungAkie .container {
  display: flex;
  margin: auto;
}
.cid-usIungAkie .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-usIungAkie .dropdown-menu,
.cid-usIungAkie .navbar.opened {
  background: #ffffff !important;
}
.cid-usIungAkie .nav-item:focus,
.cid-usIungAkie .nav-link:focus {
  outline: none;
}
.cid-usIungAkie .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-usIungAkie .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-usIungAkie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-usIungAkie .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-usIungAkie .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-usIungAkie .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-usIungAkie .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: #ffffff;
}
.cid-usIungAkie .navbar.opened {
  transition: all 0.3s;
}
.cid-usIungAkie .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-usIungAkie .navbar .navbar-logo img {
  width: auto;
}
.cid-usIungAkie .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-usIungAkie .navbar.collapsed {
  justify-content: center;
}
.cid-usIungAkie .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-usIungAkie .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-usIungAkie .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-usIungAkie .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-usIungAkie .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-usIungAkie .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-usIungAkie .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-usIungAkie .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-usIungAkie .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-usIungAkie .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-usIungAkie .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-usIungAkie .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-usIungAkie .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-usIungAkie .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-usIungAkie .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-usIungAkie .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-usIungAkie .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-usIungAkie .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-usIungAkie .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-usIungAkie .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-usIungAkie .navbar.navbar-short {
  min-height: 60px;
}
.cid-usIungAkie .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-usIungAkie .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-usIungAkie .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-usIungAkie .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-usIungAkie .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-usIungAkie .dropdown-item.active,
.cid-usIungAkie .dropdown-item:active {
  background-color: transparent;
}
.cid-usIungAkie .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-usIungAkie .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-usIungAkie .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-usIungAkie .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-usIungAkie .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-usIungAkie .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-usIungAkie ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-usIungAkie .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-usIungAkie button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-usIungAkie button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-usIungAkie button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-usIungAkie button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usIungAkie button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-usIungAkie button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-usIungAkie nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usIungAkie nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-usIungAkie nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-usIungAkie nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-usIungAkie .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-usIungAkie a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-usIungAkie .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-usIungAkie .navbar {
    height: 70px;
  }
  .cid-usIungAkie .navbar.opened {
    height: auto;
  }
  .cid-usIungAkie .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-usIunhnFf8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usIunhnFf8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIunhnFf8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIunhnFf8 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-usIv2DTYDe {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-usIv2DTYDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIv2DTYDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-usIv2DTYDe .text-wrapper {
    padding: 2rem;
  }
}
.cid-usIv2DTYDe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-usIv2DTYDe .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-usIMcAMs2h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usIMcAMs2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIMcAMs2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIMcAMs2h .bg-twitter {
  background: #ffffff;
  color: #ffffff;
}
.cid-usIMcAMs2h .bg-twitter:hover {
  background: #e6e6e6;
}
.cid-usIMcAMs2h .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-usIMcAMs2h [class^="socicon-"]:before,
.cid-usIMcAMs2h [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uvJWwNYcKo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvJWwNYcKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJWwNYcKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJWwNYcKo .mbr-section-title,
.cid-uvJWwNYcKo .mbr-section-subtitle {
  text-align: center;
}
.cid-uvJWwNYcKo .cost {
  word-break: normal;
}
.cid-uvJWwNYcKo .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffcece;
}
.cid-uvJWwNYcKo .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uvJWwNYcKo .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvJWwNYcKo .card-wrapper {
    padding: 1rem;
  }
}
.cid-uvJWwNYcKo .card-title {
  color: #111111;
}
.cid-uANtPYhesD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uANtPYhesD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uANtPYhesD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uANtPYhesD .mbr-section-title,
.cid-uANtPYhesD .mbr-section-subtitle {
  text-align: center;
}
.cid-uANtPYhesD .cost {
  word-break: normal;
}
.cid-uANtPYhesD .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffcece;
}
.cid-uANtPYhesD .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uANtPYhesD .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uANtPYhesD .card-wrapper {
    padding: 1rem;
  }
}
.cid-usIvelZVbQ {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-usIvelZVbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIvelZVbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIvelZVbQ .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usIunnOEVA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usIunnOEVA li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usIunnOEVA li:last-child {
  margin-bottom: 0;
}
.cid-usIunnOEVA .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usIunnOEVA .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usIunnOEVA .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usIunnOEVA .mbr-fallback-image.disabled {
  display: none;
}
.cid-usIunnOEVA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usIunnOEVA .mbr-section-title {
  color: #c54686;
}
.cid-usIunoGchj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usIunoGchj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-usIunoGchj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-usIunoGchj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-usIunoGchj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-usIunoGchj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-usIunoGchj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-usIunoGchj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-usIunoGchj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-usIunoGchj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-usIunoGchj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-usIunoGchj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-usIunoGchj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-usIunoGchj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-usIunoGchj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-usIunoGchj .media-container-row .mbr-text {
  color: #111111;
}
.cid-usIunoGchj foot-menu-item {
  color: #111111;
}
.cid-uOYxRnEYYq.popup-builder {
  background-color: #ffffff;
}
.cid-uOYxRnEYYq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uOYxRnEYYq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uOYxRnEYYq .modal-content,
.cid-uOYxRnEYYq .modal-dialog {
  height: auto;
}
.cid-uOYxRnEYYq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uOYxRnEYYq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uOYxRnEYYq .form-wrapper .mbr-form .form-group,
  .cid-uOYxRnEYYq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uOYxRnEYYq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uOYxRnEYYq .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOYxRnEYYq .mbr-text {
  text-align: center;
}
.cid-uOYxRnEYYq .pt-0 {
  padding-top: 0 !important;
}
.cid-uOYxRnEYYq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uOYxRnEYYq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uOYxRnEYYq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uOYxRnEYYq .modal-open {
  overflow: hidden;
}
.cid-uOYxRnEYYq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uOYxRnEYYq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uOYxRnEYYq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uOYxRnEYYq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uOYxRnEYYq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uOYxRnEYYq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uOYxRnEYYq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uOYxRnEYYq .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uOYxRnEYYq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uOYxRnEYYq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uOYxRnEYYq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uOYxRnEYYq .modal-backdrop.show {
  opacity: .5;
}
.cid-uOYxRnEYYq .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uOYxRnEYYq .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxRnEYYq .modal-header {
    padding: 1rem;
  }
}
.cid-uOYxRnEYYq .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uOYxRnEYYq .modal-header .close svg {
  fill: #353535;
}
.cid-uOYxRnEYYq .modal-header .close:hover {
  opacity: 1;
}
.cid-uOYxRnEYYq .modal-header .close:focus {
  outline: none;
}
.cid-uOYxRnEYYq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #c54686;
}
.cid-uOYxRnEYYq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uOYxRnEYYq .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxRnEYYq .modal-body {
    padding: 1rem;
  }
}
.cid-uOYxRnEYYq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uOYxRnEYYq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uOYxRnEYYq .modal-footer {
    padding: 1rem;
  }
}
.cid-uOYxRnEYYq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uOYxRnEYYq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uOYxRnEYYq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uOYxRnEYYq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uOYxRnEYYq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uOYxRnEYYq .modal-lg,
  .cid-uOYxRnEYYq .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uOYxRnEYYq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uOYxRnEYYq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uOYxRnEYYq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uOYxRnEYYq .form-group {
  margin-bottom: 1rem;
}
.cid-uOYxRnEYYq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uOYxRnEYYq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uOYxRnEYYq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uOYxRnEYYq .mbr-section-btn {
  margin: 0;
}
.cid-uOYxRnEYYq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uvwiAnqW9B {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uvwiAnqW9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAnqW9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAnqW9B .mbr-section-title {
  color: #c54686;
}
.cid-uvwiAnqW9B .mbr-section-subtitle {
  color: #111111;
}
.cid-uvC8sfQyjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvC8sfQyjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvC8sfQyjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvC8sfQyjb .mbr-section-title {
  color: #c54686;
}
.cid-uvwiAoACLy {
  padding-top: 12rem;
  padding-bottom: 12rem;
  overflow: hidden;
  background-color: #ffcece;
}
.cid-uvwiAoACLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAoACLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAoACLy .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uvwiAoACLy .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvwiAoACLy .container {
    padding: 0 24px;
  }
}
.cid-uvwiAoACLy .row {
  justify-content: center;
}
.cid-uvwiAoACLy .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uvwiAoACLy .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvwiAoACLy .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uvwiAoACLy .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uvwiAoACLy .mbr-section-title {
  color: #141414;
}
.cid-uvwiAoACLy .mbr-text {
  color: #c54686;
  text-align: center;
}
.cid-uvwiAoSRxO {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwiAoSRxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAoSRxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAoSRxO .mbr-section-title {
  color: #c54686;
}
.cid-uvwiAoSRxO .mbr-section-subtitle {
  color: #353535;
}
.cid-uvBUFkrKx2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvBUFkrKx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBUFkrKx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBUFkrKx2 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .container {
    padding: 0 24px;
  }
}
.cid-uvBUFkrKx2 .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uvBUFkrKx2 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uvBUFkrKx2 .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .content-wrapper {
    padding: 0;
  }
}
.cid-uvBUFkrKx2 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uvBUFkrKx2 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvBUFkrKx2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uvBUFkrKx2 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .card-number_2 {
  background-color: #ffffff;
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .card-number_3 {
  background-color: #ffffff;
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #ffffff;
  border-radius: 16px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_1,
  .cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_2,
  .cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-number_3 {
    margin-right: 16px;
  }
}
.cid-uvBUFkrKx2 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uvBUFkrKx2 .content-wrapper .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uvBUFkrKx2 .content-wrapper .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uvBUFkrKx2 .mbr-section-title {
  color: #262642;
}
.cid-uvBUFkrKx2 .mbr-section-subtitle {
  color: #8e8ead;
}
.cid-uvBUFkrKx2 .card-text {
  color: #262642;
}
.cid-uvBUFkrKx2 .card-number_1 {
  color: #c54686;
}
.cid-uvBUFkrKx2 .card-number_2 {
  color: #c54686;
}
.cid-uvBUFkrKx2 .card-number_3 {
  color: #c54686;
}
.cid-uvBUFkrKx2 .mbr-section-title,
.cid-uvBUFkrKx2 .mbr-section-btn {
  color: #c54686;
}
.cid-uvwBQ5xkGe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvwBQ5xkGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwBQ5xkGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvwBQ5xkGe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvwBQ5xkGe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvwBQ5xkGe .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvwBQ5xkGe .mbr-section-title {
  color: #c54686;
}
.cid-uvBY9housq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvBY9housq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBY9housq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvBY9housq .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uvBY9housq .item .icon-wrap {
  text-align: center;
}
.cid-uvBY9housq .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #ffcece;
  transform: translate(-50%, 0);
}
.cid-uvBY9housq .item:last-child:before {
  display: none;
}
.cid-uvBY9housq .item.last::before {
  display: none;
}
.cid-uvBY9housq .icon-box {
  background: #ffcece;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uvBY9housq .text-box {
  text-align: center;
}
.cid-uvBY9housq span {
  font-size: 2rem;
  color: #ce0000;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-uvBY9housq .card {
    margin-bottom: 2rem;
  }
  .cid-uvBY9housq .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvBY9housq .card-title,
.cid-uvBY9housq .card-box {
  color: #c54686;
}
.cid-uvBY9housq .mbr-text,
.cid-uvBY9housq .mbr-section-btn {
  color: #111111;
}
.cid-uvBY9housq .icon-title,
.cid-uvBY9housq .item .icon-wrap {
  color: #524e4e;
}
.cid-uvC3jWmm3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvC3jWmm3V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uvC3jWmm3V .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uvC3jWmm3V .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #524e4e;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uvC3jWmm3V .mbr-section-title {
  color: #c54686;
}
.cid-uvC3K13X3b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvC3K13X3b .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uvC3K13X3b .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uvC3K13X3b .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #524e4e;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uvC3K13X3b .mbr-section-title {
  color: #c54686;
}
.cid-uvwiApw2kv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvwiApOire {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uvwiApOire .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiApOire .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiApOire .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uvwiApOire .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uvwiApOire .embla__button--next,
.cid-uvwiApOire .embla__button--prev {
  display: flex;
}
.cid-uvwiApOire .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uvwiApOire .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvwiApOire .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uvwiApOire .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uvwiApOire .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uvwiApOire .embla__button {
    top: auto;
  }
}
.cid-uvwiApOire .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-uvwiApOire .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-uvwiApOire .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uvwiApOire .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uvwiApOire .embla {
  position: relative;
  width: 100%;
}
.cid-uvwiApOire .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uvwiApOire .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvwiApOire .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvwiApOire .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvwiApOire H3 {
  color: #c54686;
}
.cid-uvwGsSZjIg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvwGsSZjIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwGsSZjIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwGsSZjIg .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvwGsSZjIg .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvwGsSZjIg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvwGsSZjIg .link-wrap {
    align-items: center;
  }
}
.cid-uvwGsSZjIg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvwGsSZjIg .card-title,
.cid-uvwGsSZjIg .card-box {
  color: #c54686;
}
.cid-uvwGsSZjIg .mbr-text,
.cid-uvwGsSZjIg .link-wrap,
.cid-uvwGsSZjIg .mbr-section-btn {
  color: #111111;
}
.cid-uvwGsSZjIg .mbr-text {
  color: #111111;
}
.cid-uvwiAsMkcF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvwiAsMkcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAsMkcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvwiAsMkcF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvwiAsMkcF .row {
  flex-direction: row-reverse;
}
.cid-uvwiAsMkcF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvwiAsMkcF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvwiAsMkcF .mbr-section-title {
  color: #c54686;
}
.cid-uvwiAsMkcF .mbr-text {
  color: #353535;
}
.cid-uvwiAu6XQU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvwiAu6XQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAu6XQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAu6XQU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvwiAu6XQU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvwiAu6XQU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uvwiAu6XQU .panel-body,
.cid-uvwiAu6XQU .card-header {
  padding: 1rem 0;
}
.cid-uvwiAu6XQU .panel-title-edit {
  color: #000000;
}
.cid-uvwiAu6XQU H3 {
  color: #c54686;
}
.cid-uvwiAuFbCb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvwiAuFbCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAuFbCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAuFbCb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvwiAuFbCb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvwiAuFbCb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uvwiAuFbCb .panel-body,
.cid-uvwiAuFbCb .card-header {
  padding: 1rem 0;
}
.cid-uvwiAuFbCb .panel-title-edit {
  color: #000000;
}
.cid-uvwiAuFbCb H3 {
  color: #c54686;
}
.cid-uvwiAvbyWs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvwiAvbyWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAvbyWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAvbyWs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvwiAvbyWs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvwiAvbyWs .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uvwiAvbyWs .panel-body,
.cid-uvwiAvbyWs .card-header {
  padding: 1rem 0;
}
.cid-uvwiAvbyWs .panel-title-edit {
  color: #000000;
}
.cid-uvwiAvbyWs H3 {
  color: #c54686;
}
.cid-uvwiAtGSGq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvwiAwdJ4R {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvwiAwdJ4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAwdJ4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAwdJ4R .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uvwiAxxoBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvwiAxxoBm li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uvwiAxxoBm li:last-child {
  margin-bottom: 0;
}
.cid-uvwiAxxoBm .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uvwiAxxoBm .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uvwiAxxoBm .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uvwiAxxoBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvwiAxxoBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvwiAxxoBm .mbr-section-title {
  color: #c54686;
}
.cid-uvwiAy95bV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvwiAy95bV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvwiAy95bV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uvwiAy95bV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uvwiAy95bV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvwiAy95bV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvwiAy95bV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uvwiAy95bV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uvwiAy95bV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uvwiAy95bV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uvwiAy95bV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uvwiAy95bV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvwiAy95bV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvwiAy95bV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uvwiAy95bV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uvwiAy95bV .media-container-row .mbr-text {
  color: #111111;
}
.cid-uvwiAy95bV foot-menu-item {
  color: #111111;
}
.cid-ujfxlzDFZw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ujfxlzDFZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlzDFZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlzDFZw .mbr-section-title {
  color: #c54686;
}
.cid-ujfxlzDFZw .mbr-section-subtitle {
  color: #353535;
}
.cid-ujfxlAgSKW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujfxlAgSKW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlAgSKW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujfxlAgSKW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujfxlAgSKW .row {
  flex-direction: row-reverse;
}
.cid-ujfxlAgSKW img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujfxlAgSKW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujfxlAgSKW .mbr-text {
  color: #353535;
}
.cid-ujfxlAP6K0 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ujfxlAP6K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlAP6K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlAP6K0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ujfxlAP6K0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ujfxlAP6K0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ujfxlAP6K0 H3 {
  color: #c54686;
  text-align: center;
}
.cid-ujfxlAP6K0 .list {
  color: #353535;
}
.cid-ujfxlBVQFz {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujfxlBVQFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlBVQFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlBVQFz .mbr-section-title {
  color: #c54686;
}
.cid-ujfxlBVQFz .mbr-section-subtitle {
  color: #353535;
}
.cid-ujfxlCvrB0 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #c54686;
}
.cid-ujfxlCvrB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlCvrB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlCvrB0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ujfxlCvrB0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ujfxlCvrB0 .container {
    padding: 0 24px;
  }
}
.cid-ujfxlCvrB0 .row {
  justify-content: center;
}
.cid-ujfxlCvrB0 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-ujfxlCvrB0 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-ujfxlCvrB0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-ujfxlCvrB0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ujfxlCvrB0 .mbr-section-title {
  color: #141414;
}
.cid-ujfxlCvrB0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-ujfxlCYTjK {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-ujfxlCYTjK .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ujfxlCYTjK .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ujfxlCYTjK .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ujfxlCYTjK .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-ujfxlCYTjK .mbr-text UL {
  text-align: left;
}
.cid-ujfxlCYTjK .mbr-text {
  color: #353535;
}
.cid-ujfzRdQjPu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujfzRdQjPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfzRdQjPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfzRdQjPu .mbr-section-title {
  color: #c54686;
}
.cid-ujfzRdQjPu .mbr-section-subtitle {
  color: #353535;
}
.cid-ujfyxZAaEB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-ujfyxZAaEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfyxZAaEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfyxZAaEB .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ujfyxZAaEB .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujfyxZAaEB .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ujfyxZAaEB .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujfyxZAaEB .row .row {
    flex-direction: column-reverse;
  }
  .cid-ujfyxZAaEB .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujfyxZAaEB .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ujfyxZAaEB .card-subtitle {
  color: #0095ff;
}
.cid-ujfyxZAaEB .mbr-text {
  color: #555555;
}
.cid-ujfyxZAaEB .mbr-text,
.cid-ujfyxZAaEB .mbr-section-btn {
  color: #353535;
}
.cid-ujfyyGcURu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #c54686;
}
.cid-ujfyyGcURu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfyyGcURu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfyyGcURu .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-ujfyyGcURu .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ujfyyGcURu .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-ujfyyGcURu .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-ujfyyGcURu .row .row {
    flex-direction: column-reverse;
  }
  .cid-ujfyyGcURu .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ujfyyGcURu .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ujfyyGcURu .card-subtitle {
  color: #0095ff;
}
.cid-ujfyyGcURu .mbr-text {
  color: #555555;
}
.cid-ujfyyGcURu .card-title {
  color: #353535;
}
.cid-ujfxlGYoVE {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ujfxlGYoVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlGYoVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlGYoVE ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ujfxlGYoVE li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ujfxlGYoVE ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-ujfxlGYoVE H3 {
  color: #c54686;
}
.cid-ujfxlGYoVE .list {
  color: #353535;
}
.cid-ujfzKkhFJP {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-ujfzKkhFJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfzKkhFJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfzKkhFJP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-ujfzKkhFJP .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-ujfzKkhFJP .embla__button--next,
.cid-ujfzKkhFJP .embla__button--prev {
  display: flex;
}
.cid-ujfzKkhFJP .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-ujfzKkhFJP .embla__button {
    display: none;
  }
}
.cid-ujfzKkhFJP .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ujfzKkhFJP .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-ujfzKkhFJP .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ujfzKkhFJP .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-ujfzKkhFJP .embla__button {
    top: auto;
  }
}
.cid-ujfzKkhFJP .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-ujfzKkhFJP .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-ujfzKkhFJP .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-ujfzKkhFJP .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ujfzKkhFJP .embla {
  position: relative;
  width: 100%;
}
.cid-ujfzKkhFJP .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-ujfzKkhFJP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ujfzKkhFJP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ujfzKkhFJP .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ujfzKkhFJP H3 {
  color: #c54686;
}
.cid-uvCjEjluKd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uvCjEjluKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCjEjluKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvCjEjluKd .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uvCjEjluKd .card {
    margin-bottom: 2rem!important;
  }
  .cid-uvCjEjluKd .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uvCjEjluKd .link-wrap {
    align-items: center;
  }
}
.cid-uvCjEjluKd .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvCjEjluKd .card-title,
.cid-uvCjEjluKd .card-box {
  color: #c54686;
}
.cid-uvCjEjluKd .mbr-text,
.cid-uvCjEjluKd .link-wrap,
.cid-uvCjEjluKd .mbr-section-btn {
  color: #111111;
}
.cid-uvCjEjluKd .mbr-text {
  color: #312c2c;
}
.cid-ujfxlDUMRF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ujfxlDUMRF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlDUMRF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ujfxlDUMRF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ujfxlDUMRF .row {
  flex-direction: row-reverse;
}
.cid-ujfxlDUMRF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ujfxlDUMRF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ujfxlDUMRF .mbr-section-title {
  color: #c54686;
}
.cid-ujfxlDUMRF .mbr-text {
  color: #353535;
}
.cid-uvCj1q81LA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujfxlHAp37 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffcece;
}
.cid-ujfxlHAp37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlHAp37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlHAp37 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-ujfxlHAp37 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-ujfxlHAp37 .card-title,
.cid-ujfxlHAp37 .iconfont-wrapper {
  color: #232323;
}
.cid-ujfxlHAp37 .card-text {
  color: #232323;
}
.cid-ujfxlHAp37 .mbr-section-title {
  color: #c54686;
}
.cid-ujfxlHAp37 .mbr-section-subtitle {
  color: #232323;
}
.cid-ujfxlHAp37 .content-head {
  max-width: 800px;
}
.cid-ujfxlHAp37 .card-subtitle {
  color: #a1a1a1;
}
.cid-ujfxlOKKCv {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ujfxlOKKCv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlOKKCv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlOKKCv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujfxlOKKCv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujfxlOKKCv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ujfxlOKKCv .panel-body,
.cid-ujfxlOKKCv .card-header {
  padding: 1rem 0;
}
.cid-ujfxlOKKCv .panel-title-edit {
  color: #000000;
}
.cid-ujfxlOKKCv H3 {
  color: #c54686;
}
.cid-ujfxlPzOfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujfxlPzOfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlPzOfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlPzOfJ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujfxlPzOfJ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujfxlPzOfJ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ujfxlPzOfJ .panel-body,
.cid-ujfxlPzOfJ .card-header {
  padding: 1rem 0;
}
.cid-ujfxlPzOfJ .panel-title-edit {
  color: #000000;
}
.cid-ujfxlPzOfJ H3 {
  color: #c54686;
}
.cid-ujfxlR0gUr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujfxlR0gUr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlR0gUr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlR0gUr .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-ujfxlR0gUr .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ujfxlR0gUr .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-ujfxlR0gUr .panel-body,
.cid-ujfxlR0gUr .card-header {
  padding: 1rem 0;
}
.cid-ujfxlR0gUr .panel-title-edit {
  color: #000000;
}
.cid-ujfxlR0gUr H3 {
  color: #c54686;
}
.cid-uvCjdHZN6v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-urWFgwRdMg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ujfxlSnKOb {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ujfxlSnKOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujfxlSnKOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujfxlSnKOb .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-usNck8NBXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNck8NBXY li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNck8NBXY li:last-child {
  margin-bottom: 0;
}
.cid-usNck8NBXY .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNck8NBXY .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNck8NBXY .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNck8NBXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNck8NBXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNck8NBXY .mbr-section-title {
  color: #c54686;
}
.cid-ujfxlVHipD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ujfxlVHipD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ujfxlVHipD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ujfxlVHipD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ujfxlVHipD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ujfxlVHipD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ujfxlVHipD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ujfxlVHipD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ujfxlVHipD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ujfxlVHipD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ujfxlVHipD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ujfxlVHipD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ujfxlVHipD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ujfxlVHipD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ujfxlVHipD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ujfxlVHipD .media-container-row .mbr-text {
  color: #111111;
}
.cid-ujfxlVHipD foot-menu-item {
  color: #111111;
}
.cid-uC1hM2Xnqr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC1hM2Xnqr nav.navbar {
  position: fixed;
}
.cid-uC1hM2Xnqr .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-uC1hM2Xnqr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uC1hM2Xnqr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC1hM2Xnqr .dropdown-item:hover,
.cid-uC1hM2Xnqr .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uC1hM2Xnqr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC1hM2Xnqr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC1hM2Xnqr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC1hM2Xnqr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC1hM2Xnqr .nav-link {
  position: relative;
}
.cid-uC1hM2Xnqr .container {
  display: flex;
  margin: auto;
}
.cid-uC1hM2Xnqr .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC1hM2Xnqr .dropdown-menu,
.cid-uC1hM2Xnqr .navbar.opened {
  background: #ffffff !important;
}
.cid-uC1hM2Xnqr .nav-item:focus,
.cid-uC1hM2Xnqr .nav-link:focus {
  outline: none;
}
.cid-uC1hM2Xnqr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC1hM2Xnqr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC1hM2Xnqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC1hM2Xnqr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC1hM2Xnqr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC1hM2Xnqr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC1hM2Xnqr .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: #ffffff;
}
.cid-uC1hM2Xnqr .navbar.opened {
  transition: all 0.3s;
}
.cid-uC1hM2Xnqr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC1hM2Xnqr .navbar .navbar-logo img {
  width: auto;
}
.cid-uC1hM2Xnqr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC1hM2Xnqr .navbar.collapsed {
  justify-content: center;
}
.cid-uC1hM2Xnqr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC1hM2Xnqr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC1hM2Xnqr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uC1hM2Xnqr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC1hM2Xnqr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC1hM2Xnqr .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-uC1hM2Xnqr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC1hM2Xnqr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC1hM2Xnqr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC1hM2Xnqr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC1hM2Xnqr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC1hM2Xnqr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC1hM2Xnqr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC1hM2Xnqr .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-uC1hM2Xnqr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC1hM2Xnqr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC1hM2Xnqr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC1hM2Xnqr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC1hM2Xnqr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC1hM2Xnqr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC1hM2Xnqr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC1hM2Xnqr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC1hM2Xnqr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC1hM2Xnqr .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-uC1hM2Xnqr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC1hM2Xnqr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC1hM2Xnqr .dropdown-item.active,
.cid-uC1hM2Xnqr .dropdown-item:active {
  background-color: transparent;
}
.cid-uC1hM2Xnqr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC1hM2Xnqr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC1hM2Xnqr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC1hM2Xnqr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC1hM2Xnqr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC1hM2Xnqr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC1hM2Xnqr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC1hM2Xnqr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC1hM2Xnqr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC1hM2Xnqr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uC1hM2Xnqr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC1hM2Xnqr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC1hM2Xnqr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC1hM2Xnqr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC1hM2Xnqr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC1hM2Xnqr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC1hM2Xnqr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC1hM2Xnqr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC1hM2Xnqr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC1hM2Xnqr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC1hM2Xnqr .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-uC1hM2Xnqr .navbar {
    height: 70px;
  }
  .cid-uC1hM2Xnqr .navbar.opened {
    height: auto;
  }
  .cid-uC1hM2Xnqr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC1hM3leon {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uC1hM3leon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1hM3leon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1hM3leon .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uC1hM3leon .mbr-section-subtitle {
  color: #111111;
}
.cid-uC1hM3BiCt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM3BiCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1hM3BiCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC1hM3BiCt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC1hM3BiCt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC1hM3BiCt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC1hM3R2PJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM3R2PJ .mbr-section-subtitle {
  text-align: left;
}
.cid-uC1hM4oFHE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uC1hM4oFHE blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uC1hM4oFHE .mbr-section-title {
  color: #111111;
}
.cid-uC1hM4oFHE .mbr-text {
  color: #312c2c;
}
.cid-uX3xrsewWv {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3xrsewWv img,
.cid-uX3xrsewWv .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3xrsewWv .item:focus,
.cid-uX3xrsewWv span:focus {
  outline: none;
}
.cid-uX3xrsewWv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3xrsewWv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3xrsewWv .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3xrsewWv .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3xrsewWv .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3xrsewWv .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3xrsewWv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3xrsewWv .mbr-section-title {
  color: #c54686;
}
.cid-uX3xrsewWv .mbr-text,
.cid-uX3xrsewWv .mbr-section-btn {
  text-align: left;
}
.cid-uX3xrsewWv .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3xrsewWv .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1qTv2O7N {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1qTv2O7N img,
.cid-uC1qTv2O7N .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1qTv2O7N .item:focus,
.cid-uC1qTv2O7N span:focus {
  outline: none;
}
.cid-uC1qTv2O7N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1qTv2O7N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1qTv2O7N .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1qTv2O7N .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1qTv2O7N .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1qTv2O7N .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1qTv2O7N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1qTv2O7N .mbr-section-title {
  color: #c54686;
}
.cid-uC1qTv2O7N .mbr-text,
.cid-uC1qTv2O7N .mbr-section-btn {
  text-align: left;
}
.cid-uC1qTv2O7N .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1qTv2O7N .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1hM4ZrKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM4ZrKk img,
.cid-uC1hM4ZrKk .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1hM4ZrKk .item:focus,
.cid-uC1hM4ZrKk span:focus {
  outline: none;
}
.cid-uC1hM4ZrKk .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1hM4ZrKk .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1hM4ZrKk .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1hM4ZrKk .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1hM4ZrKk .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1hM4ZrKk .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1hM4ZrKk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1hM4ZrKk .mbr-section-title {
  color: #c54686;
}
.cid-uC1hM4ZrKk .mbr-text,
.cid-uC1hM4ZrKk .mbr-section-btn {
  text-align: left;
}
.cid-uC1hM4ZrKk .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1hM4ZrKk .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1hM5oFR4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM5oFR4 img,
.cid-uC1hM5oFR4 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1hM5oFR4 .item:focus,
.cid-uC1hM5oFR4 span:focus {
  outline: none;
}
.cid-uC1hM5oFR4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1hM5oFR4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1hM5oFR4 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1hM5oFR4 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1hM5oFR4 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1hM5oFR4 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1hM5oFR4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1hM5oFR4 .mbr-section-title {
  color: #c54686;
}
.cid-uC1hM5oFR4 .mbr-text,
.cid-uC1hM5oFR4 .mbr-section-btn {
  text-align: left;
}
.cid-uC1hM5oFR4 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1hM5oFR4 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1hM5NrsP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM5NrsP img,
.cid-uC1hM5NrsP .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1hM5NrsP .item:focus,
.cid-uC1hM5NrsP span:focus {
  outline: none;
}
.cid-uC1hM5NrsP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1hM5NrsP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1hM5NrsP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1hM5NrsP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1hM5NrsP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1hM5NrsP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1hM5NrsP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1hM5NrsP .mbr-section-title {
  color: #c54686;
}
.cid-uC1hM5NrsP .mbr-text,
.cid-uC1hM5NrsP .mbr-section-btn {
  text-align: left;
}
.cid-uC1hM5NrsP .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1hM5NrsP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1hM6eDgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM6eDgc img,
.cid-uC1hM6eDgc .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uC1hM6eDgc .item:focus,
.cid-uC1hM6eDgc span:focus {
  outline: none;
}
.cid-uC1hM6eDgc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1hM6eDgc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1hM6eDgc .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1hM6eDgc .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1hM6eDgc .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1hM6eDgc .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1hM6eDgc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1hM6eDgc .mbr-section-title {
  color: #c54686;
}
.cid-uC1hM6eDgc .mbr-text,
.cid-uC1hM6eDgc .mbr-section-btn {
  text-align: left;
}
.cid-uC1hM6eDgc .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1hM6eDgc .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1hM6DH5G {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1hM6DH5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1hM6DH5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1hM6DH5G .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uC1hM7AHiM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1hM7AHiM li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uC1hM7AHiM li:last-child {
  margin-bottom: 0;
}
.cid-uC1hM7AHiM .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uC1hM7AHiM .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uC1hM7AHiM .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uC1hM7AHiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1hM7AHiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1hM7AHiM .mbr-section-title {
  color: #c54686;
}
.cid-uC1hM84LZP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1hM84LZP .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uC1hM84LZP .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uC1hM84LZP .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uC1hM84LZP .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uC1hM84LZP .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uC1hM84LZP .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uC1hM84LZP .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uC1hM84LZP .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uC1hM84LZP .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC1hM84LZP .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uC1hM84LZP .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC1hM84LZP .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uC1hM84LZP .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uC1hM84LZP .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uC1hM84LZP .media-container-row .mbr-text {
  color: #111111;
}
.cid-uC1hM84LZP foot-menu-item {
  color: #111111;
}
.cid-uDgk3h72F1.popup-builder {
  background-color: #ffffff;
}
.cid-uDgk3h72F1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgk3h72F1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgk3h72F1 .modal-content,
.cid-uDgk3h72F1 .modal-dialog {
  height: auto;
}
.cid-uDgk3h72F1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgk3h72F1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgk3h72F1 .form-wrapper .mbr-form .form-group,
  .cid-uDgk3h72F1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgk3h72F1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgk3h72F1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDgk3h72F1 .mbr-text {
  text-align: center;
}
.cid-uDgk3h72F1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgk3h72F1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgk3h72F1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgk3h72F1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgk3h72F1 .modal-open {
  overflow: hidden;
}
.cid-uDgk3h72F1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgk3h72F1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgk3h72F1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgk3h72F1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDgk3h72F1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgk3h72F1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgk3h72F1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgk3h72F1 .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDgk3h72F1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgk3h72F1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgk3h72F1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgk3h72F1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgk3h72F1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDgk3h72F1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk3h72F1 .modal-header {
    padding: 1rem;
  }
}
.cid-uDgk3h72F1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgk3h72F1 .modal-header .close svg {
  fill: #353535;
}
.cid-uDgk3h72F1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgk3h72F1 .modal-header .close:focus {
  outline: none;
}
.cid-uDgk3h72F1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgk3h72F1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgk3h72F1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk3h72F1 .modal-body {
    padding: 1rem;
  }
}
.cid-uDgk3h72F1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDgk3h72F1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk3h72F1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgk3h72F1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgk3h72F1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgk3h72F1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgk3h72F1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgk3h72F1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDgk3h72F1 .modal-lg,
  .cid-uDgk3h72F1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgk3h72F1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgk3h72F1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgk3h72F1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDgk3h72F1 .form-group {
  margin-bottom: 1rem;
}
.cid-uDgk3h72F1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgk3h72F1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgk3h72F1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDgk3h72F1 .mbr-section-btn {
  margin: 0;
}
.cid-uDgk3h72F1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uC1niE0IiY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC1niE0IiY nav.navbar {
  position: fixed;
}
.cid-uC1niE0IiY .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-uC1niE0IiY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uC1niE0IiY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC1niE0IiY .dropdown-item:hover,
.cid-uC1niE0IiY .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uC1niE0IiY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC1niE0IiY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC1niE0IiY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC1niE0IiY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC1niE0IiY .nav-link {
  position: relative;
}
.cid-uC1niE0IiY .container {
  display: flex;
  margin: auto;
}
.cid-uC1niE0IiY .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC1niE0IiY .dropdown-menu,
.cid-uC1niE0IiY .navbar.opened {
  background: #ffffff !important;
}
.cid-uC1niE0IiY .nav-item:focus,
.cid-uC1niE0IiY .nav-link:focus {
  outline: none;
}
.cid-uC1niE0IiY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC1niE0IiY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC1niE0IiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC1niE0IiY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC1niE0IiY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC1niE0IiY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC1niE0IiY .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: #ffffff;
}
.cid-uC1niE0IiY .navbar.opened {
  transition: all 0.3s;
}
.cid-uC1niE0IiY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC1niE0IiY .navbar .navbar-logo img {
  width: auto;
}
.cid-uC1niE0IiY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC1niE0IiY .navbar.collapsed {
  justify-content: center;
}
.cid-uC1niE0IiY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC1niE0IiY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC1niE0IiY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uC1niE0IiY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC1niE0IiY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC1niE0IiY .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-uC1niE0IiY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC1niE0IiY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC1niE0IiY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC1niE0IiY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC1niE0IiY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC1niE0IiY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC1niE0IiY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC1niE0IiY .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-uC1niE0IiY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC1niE0IiY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC1niE0IiY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC1niE0IiY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC1niE0IiY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC1niE0IiY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC1niE0IiY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC1niE0IiY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC1niE0IiY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC1niE0IiY .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-uC1niE0IiY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC1niE0IiY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC1niE0IiY .dropdown-item.active,
.cid-uC1niE0IiY .dropdown-item:active {
  background-color: transparent;
}
.cid-uC1niE0IiY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC1niE0IiY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC1niE0IiY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC1niE0IiY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC1niE0IiY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC1niE0IiY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC1niE0IiY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC1niE0IiY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC1niE0IiY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC1niE0IiY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uC1niE0IiY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC1niE0IiY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC1niE0IiY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC1niE0IiY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC1niE0IiY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC1niE0IiY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC1niE0IiY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC1niE0IiY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC1niE0IiY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC1niE0IiY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC1niE0IiY .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-uC1niE0IiY .navbar {
    height: 70px;
  }
  .cid-uC1niE0IiY .navbar.opened {
    height: auto;
  }
  .cid-uC1niE0IiY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC1niEl4vu {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niEl4vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1niEl4vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1niEl4vu .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uC1niEl4vu .mbr-section-subtitle {
  color: #111111;
}
.cid-uC1niECs2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niECs2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1niECs2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC1niECs2Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC1niECs2Z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC1niECs2Z .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC1niESLdy {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niESLdy .mbr-section-subtitle {
  text-align: left;
}
.cid-uC1pDbMaxX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1pDbMaxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1pDbMaxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1pDbMaxX .mbr-section-title,
.cid-uC1pDbMaxX .mbr-section-subtitle {
  text-align: center;
}
.cid-uC1pDbMaxX .cost {
  word-break: normal;
}
.cid-uC1pDbMaxX .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #ffcece;
}
.cid-uC1pDbMaxX .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uC1pDbMaxX .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uC1pDbMaxX .card-wrapper {
    padding: 1rem;
  }
}
.cid-uC1qwBfoO6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uC1qwBfoO6 blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uC1qwBfoO6 .mbr-section-title {
  color: #111111;
}
.cid-uC1qwBfoO6 .mbr-text {
  color: #312c2c;
}
.cid-uX3xlfsn31 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3xlfsn31 img,
.cid-uX3xlfsn31 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3xlfsn31 .item:focus,
.cid-uX3xlfsn31 span:focus {
  outline: none;
}
.cid-uX3xlfsn31 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3xlfsn31 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3xlfsn31 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3xlfsn31 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3xlfsn31 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3xlfsn31 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3xlfsn31 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3xlfsn31 .mbr-section-title {
  color: #c54686;
}
.cid-uX3xlfsn31 .mbr-text,
.cid-uX3xlfsn31 .mbr-section-btn {
  text-align: left;
}
.cid-uX3xlfsn31 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3xlfsn31 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1qzEodUE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1qzEodUE img,
.cid-uC1qzEodUE .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1qzEodUE .item:focus,
.cid-uC1qzEodUE span:focus {
  outline: none;
}
.cid-uC1qzEodUE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1qzEodUE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1qzEodUE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1qzEodUE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1qzEodUE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1qzEodUE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1qzEodUE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1qzEodUE .mbr-section-title {
  color: #c54686;
}
.cid-uC1qzEodUE .mbr-text,
.cid-uC1qzEodUE .mbr-section-btn {
  text-align: left;
}
.cid-uC1qzEodUE .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1qzEodUE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1niFY9C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niFY9C6 img,
.cid-uC1niFY9C6 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1niFY9C6 .item:focus,
.cid-uC1niFY9C6 span:focus {
  outline: none;
}
.cid-uC1niFY9C6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1niFY9C6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1niFY9C6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1niFY9C6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1niFY9C6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1niFY9C6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1niFY9C6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1niFY9C6 .mbr-section-title {
  color: #c54686;
}
.cid-uC1niFY9C6 .mbr-text,
.cid-uC1niFY9C6 .mbr-section-btn {
  text-align: left;
}
.cid-uC1niFY9C6 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1niFY9C6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1niGl4Jq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niGl4Jq img,
.cid-uC1niGl4Jq .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1niGl4Jq .item:focus,
.cid-uC1niGl4Jq span:focus {
  outline: none;
}
.cid-uC1niGl4Jq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1niGl4Jq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1niGl4Jq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1niGl4Jq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1niGl4Jq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1niGl4Jq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1niGl4Jq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1niGl4Jq .mbr-section-title {
  color: #c54686;
}
.cid-uC1niGl4Jq .mbr-text,
.cid-uC1niGl4Jq .mbr-section-btn {
  text-align: left;
}
.cid-uC1niGl4Jq .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1niGl4Jq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1niGJMwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niGJMwE img,
.cid-uC1niGJMwE .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1niGJMwE .item:focus,
.cid-uC1niGJMwE span:focus {
  outline: none;
}
.cid-uC1niGJMwE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1niGJMwE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1niGJMwE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1niGJMwE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1niGJMwE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1niGJMwE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1niGJMwE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1niGJMwE .mbr-section-title {
  color: #c54686;
}
.cid-uC1niGJMwE .mbr-text,
.cid-uC1niGJMwE .mbr-section-btn {
  text-align: left;
}
.cid-uC1niGJMwE .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1niGJMwE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1niHbbQD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niHbbQD img,
.cid-uC1niHbbQD .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uC1niHbbQD .item:focus,
.cid-uC1niHbbQD span:focus {
  outline: none;
}
.cid-uC1niHbbQD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1niHbbQD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1niHbbQD .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1niHbbQD .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1niHbbQD .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1niHbbQD .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1niHbbQD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1niHbbQD .mbr-section-title {
  color: #c54686;
}
.cid-uC1niHbbQD .mbr-text,
.cid-uC1niHbbQD .mbr-section-btn {
  text-align: left;
}
.cid-uC1niHbbQD .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1niHbbQD .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1niHBNGx {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1niHBNGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1niHBNGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1niHBNGx .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uC1niIAgin {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC1niIAgin li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uC1niIAgin li:last-child {
  margin-bottom: 0;
}
.cid-uC1niIAgin .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uC1niIAgin .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uC1niIAgin .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uC1niIAgin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC1niIAgin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC1niIAgin .mbr-section-title {
  color: #c54686;
}
.cid-uC1niJ6i5i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC1niJ6i5i .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uC1niJ6i5i .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uC1niJ6i5i .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uC1niJ6i5i .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uC1niJ6i5i .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uC1niJ6i5i .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uC1niJ6i5i .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uC1niJ6i5i .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uC1niJ6i5i .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC1niJ6i5i .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uC1niJ6i5i .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC1niJ6i5i .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uC1niJ6i5i .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uC1niJ6i5i .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uC1niJ6i5i .media-container-row .mbr-text {
  color: #111111;
}
.cid-uC1niJ6i5i foot-menu-item {
  color: #111111;
}
.cid-uX8PycXbrc.popup-builder {
  background-color: #ffffff;
}
.cid-uX8PycXbrc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX8PycXbrc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX8PycXbrc .modal-content,
.cid-uX8PycXbrc .modal-dialog {
  height: auto;
}
.cid-uX8PycXbrc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX8PycXbrc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX8PycXbrc .form-wrapper .mbr-form .form-group,
  .cid-uX8PycXbrc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX8PycXbrc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX8PycXbrc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX8PycXbrc .mbr-text {
  text-align: center;
}
.cid-uX8PycXbrc .pt-0 {
  padding-top: 0 !important;
}
.cid-uX8PycXbrc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX8PycXbrc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX8PycXbrc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX8PycXbrc .modal-open {
  overflow: hidden;
}
.cid-uX8PycXbrc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX8PycXbrc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX8PycXbrc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX8PycXbrc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX8PycXbrc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX8PycXbrc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX8PycXbrc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX8PycXbrc .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX8PycXbrc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uX8PycXbrc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX8PycXbrc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX8PycXbrc .modal-backdrop.show {
  opacity: .5;
}
.cid-uX8PycXbrc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uX8PycXbrc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PycXbrc .modal-header {
    padding: 1rem;
  }
}
.cid-uX8PycXbrc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX8PycXbrc .modal-header .close svg {
  fill: #353535;
}
.cid-uX8PycXbrc .modal-header .close:hover {
  opacity: 1;
}
.cid-uX8PycXbrc .modal-header .close:focus {
  outline: none;
}
.cid-uX8PycXbrc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX8PycXbrc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uX8PycXbrc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PycXbrc .modal-body {
    padding: 1rem;
  }
}
.cid-uX8PycXbrc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uX8PycXbrc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX8PycXbrc .modal-footer {
    padding: 1rem;
  }
}
.cid-uX8PycXbrc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX8PycXbrc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX8PycXbrc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX8PycXbrc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX8PycXbrc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uX8PycXbrc .modal-lg,
  .cid-uX8PycXbrc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uX8PycXbrc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uX8PycXbrc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX8PycXbrc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX8PycXbrc .form-group {
  margin-bottom: 1rem;
}
.cid-uX8PycXbrc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX8PycXbrc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX8PycXbrc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX8PycXbrc .mbr-section-btn {
  margin: 0;
}
.cid-uX8PycXbrc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uC6VhhDy9w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC6VhhDy9w nav.navbar {
  position: fixed;
}
.cid-uC6VhhDy9w .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-uC6VhhDy9w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uC6VhhDy9w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC6VhhDy9w .dropdown-item:hover,
.cid-uC6VhhDy9w .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uC6VhhDy9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC6VhhDy9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC6VhhDy9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC6VhhDy9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC6VhhDy9w .nav-link {
  position: relative;
}
.cid-uC6VhhDy9w .container {
  display: flex;
  margin: auto;
}
.cid-uC6VhhDy9w .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC6VhhDy9w .dropdown-menu,
.cid-uC6VhhDy9w .navbar.opened {
  background: #ffffff !important;
}
.cid-uC6VhhDy9w .nav-item:focus,
.cid-uC6VhhDy9w .nav-link:focus {
  outline: none;
}
.cid-uC6VhhDy9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC6VhhDy9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC6VhhDy9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC6VhhDy9w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC6VhhDy9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC6VhhDy9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC6VhhDy9w .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: #ffffff;
}
.cid-uC6VhhDy9w .navbar.opened {
  transition: all 0.3s;
}
.cid-uC6VhhDy9w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC6VhhDy9w .navbar .navbar-logo img {
  width: auto;
}
.cid-uC6VhhDy9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC6VhhDy9w .navbar.collapsed {
  justify-content: center;
}
.cid-uC6VhhDy9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC6VhhDy9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC6VhhDy9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uC6VhhDy9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC6VhhDy9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC6VhhDy9w .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-uC6VhhDy9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC6VhhDy9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC6VhhDy9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC6VhhDy9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC6VhhDy9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC6VhhDy9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC6VhhDy9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC6VhhDy9w .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-uC6VhhDy9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC6VhhDy9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC6VhhDy9w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC6VhhDy9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC6VhhDy9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC6VhhDy9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC6VhhDy9w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC6VhhDy9w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC6VhhDy9w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC6VhhDy9w .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-uC6VhhDy9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC6VhhDy9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC6VhhDy9w .dropdown-item.active,
.cid-uC6VhhDy9w .dropdown-item:active {
  background-color: transparent;
}
.cid-uC6VhhDy9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC6VhhDy9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC6VhhDy9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC6VhhDy9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC6VhhDy9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC6VhhDy9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC6VhhDy9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC6VhhDy9w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC6VhhDy9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC6VhhDy9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uC6VhhDy9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC6VhhDy9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6VhhDy9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC6VhhDy9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC6VhhDy9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6VhhDy9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC6VhhDy9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC6VhhDy9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC6VhhDy9w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC6VhhDy9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC6VhhDy9w .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-uC6VhhDy9w .navbar {
    height: 70px;
  }
  .cid-uC6VhhDy9w .navbar.opened {
    height: auto;
  }
  .cid-uC6VhhDy9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC6VhhYvK7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uC6VhhYvK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6VhhYvK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC6VhhYvK7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC6VhhYvK7 .row {
  flex-direction: row-reverse;
}
.cid-uC6VhhYvK7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC6VhhYvK7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC6VhhYvK7 .mbr-section-title {
  color: #c54686;
}
#custom-html-1zh {
  /* Type valid CSS here */
}
#custom-html-1zh div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-1zh p {
  font-size: 60px;
  color: #777;
}
.cid-uC7SFyK4JL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC7SFyK4JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7SFyK4JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7SFyK4JL .mbr-section-title {
  color: #c54686;
}
.cid-uC86plzGly {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC86plzGly .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC86plzGly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC86plzGly .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC86plzGly .row {
  flex-direction: row-reverse;
}
.cid-uC86plzGly img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC86plzGly .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC86plzGly .mbr-section-title {
  color: #c54686;
}
.cid-uC7TTFmK6P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7TTFmK6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7TTFmK6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC7TTFmK6P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC7TTFmK6P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC7TTFmK6P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC7TTFmK6P .mbr-section-title {
  color: #c54686;
}
#custom-html-1zg {
  /* Type valid CSS here */
}
#custom-html-1zg div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-1zg p {
  font-size: 60px;
  color: #777;
}
.cid-uC6VhiwO9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uC6VhiwO9w li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uC6VhiwO9w li:last-child {
  margin-bottom: 0;
}
.cid-uC6VhiwO9w .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uC6VhiwO9w .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uC6VhiwO9w .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uC6VhiwO9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC6VhiwO9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC6VhiwO9w .mbr-section-title {
  color: #c54686;
}
.cid-uC6VhiS59k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC6VhiS59k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uC6VhiS59k .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uC6VhiS59k .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uC6VhiS59k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uC6VhiS59k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uC6VhiS59k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uC6VhiS59k .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uC6VhiS59k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uC6VhiS59k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC6VhiS59k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uC6VhiS59k .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC6VhiS59k .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uC6VhiS59k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uC6VhiS59k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uC6VhiS59k .media-container-row .mbr-text {
  color: #111111;
}
.cid-uC6VhiS59k foot-menu-item {
  color: #111111;
}
.cid-uC7WRBllP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uC7WRBllP9 nav.navbar {
  position: fixed;
}
.cid-uC7WRBllP9 .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-uC7WRBllP9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uC7WRBllP9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uC7WRBllP9 .dropdown-item:hover,
.cid-uC7WRBllP9 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uC7WRBllP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uC7WRBllP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uC7WRBllP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uC7WRBllP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uC7WRBllP9 .nav-link {
  position: relative;
}
.cid-uC7WRBllP9 .container {
  display: flex;
  margin: auto;
}
.cid-uC7WRBllP9 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uC7WRBllP9 .dropdown-menu,
.cid-uC7WRBllP9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uC7WRBllP9 .nav-item:focus,
.cid-uC7WRBllP9 .nav-link:focus {
  outline: none;
}
.cid-uC7WRBllP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uC7WRBllP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uC7WRBllP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uC7WRBllP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uC7WRBllP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uC7WRBllP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uC7WRBllP9 .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: #ffffff;
}
.cid-uC7WRBllP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uC7WRBllP9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uC7WRBllP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uC7WRBllP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uC7WRBllP9 .navbar.collapsed {
  justify-content: center;
}
.cid-uC7WRBllP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uC7WRBllP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uC7WRBllP9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uC7WRBllP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uC7WRBllP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uC7WRBllP9 .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-uC7WRBllP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uC7WRBllP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uC7WRBllP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uC7WRBllP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uC7WRBllP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uC7WRBllP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uC7WRBllP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uC7WRBllP9 .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-uC7WRBllP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uC7WRBllP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uC7WRBllP9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uC7WRBllP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uC7WRBllP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uC7WRBllP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uC7WRBllP9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uC7WRBllP9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uC7WRBllP9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uC7WRBllP9 .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-uC7WRBllP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uC7WRBllP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uC7WRBllP9 .dropdown-item.active,
.cid-uC7WRBllP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uC7WRBllP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uC7WRBllP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uC7WRBllP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uC7WRBllP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uC7WRBllP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uC7WRBllP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uC7WRBllP9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uC7WRBllP9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uC7WRBllP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uC7WRBllP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uC7WRBllP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uC7WRBllP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7WRBllP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uC7WRBllP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uC7WRBllP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7WRBllP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uC7WRBllP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uC7WRBllP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uC7WRBllP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uC7WRBllP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uC7WRBllP9 .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-uC7WRBllP9 .navbar {
    height: 70px;
  }
  .cid-uC7WRBllP9 .navbar.opened {
    height: auto;
  }
  .cid-uC7WRBllP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uC7WRDf7ny {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC7WRDf7ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7WRDf7ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC7WRDf7ny .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC7WRDf7ny .row {
  flex-direction: row-reverse;
}
.cid-uC7WRDf7ny img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC7WRDf7ny .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC7WRDf7ny .mbr-section-title {
  color: #c54686;
}
.cid-uC7WRRmwak {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC7WRRmwak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7WRRmwak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7WRRmwak .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uFMBqN5ehR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFMBqN5ehR li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uFMBqN5ehR li:last-child {
  margin-bottom: 0;
}
.cid-uFMBqN5ehR .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uFMBqN5ehR .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uFMBqN5ehR .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uFMBqN5ehR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFMBqN5ehR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFMBqN5ehR .mbr-section-title {
  color: #c54686;
}
.cid-uC7WRYnMRc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uC7WRYnMRc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uC7WRYnMRc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uC7WRYnMRc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uC7WRYnMRc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uC7WRYnMRc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uC7WRYnMRc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uC7WRYnMRc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uC7WRYnMRc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uC7WRYnMRc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uC7WRYnMRc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uC7WRYnMRc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uC7WRYnMRc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uC7WRYnMRc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uC7WRYnMRc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uC7WRYnMRc .media-container-row .mbr-text {
  color: #111111;
}
.cid-uC7WRYnMRc foot-menu-item {
  color: #111111;
}
.cid-uDr80oEFl7 {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDr80oEFl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80oEFl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80oEFl7 .mbr-section-title {
  color: #c54686;
}
.cid-uDriNxgyjc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDriNxgyjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDriNxgyjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDriNxgyjc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uDriNxgyjc .row {
    flex-direction: column-reverse;
  }
  .cid-uDriNxgyjc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uDriNxgyjc .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uDriNxgyjc .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uDriNxgyjc .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDrjHjrC30 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffcece;
}
.cid-uDrjHjrC30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrjHjrC30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDrjHjrC30 img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uDrjHjrC30 .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uDrjHjrC30 .card-title,
.cid-uDrjHjrC30 .iconfont-wrapper {
  color: #000000;
}
.cid-uDrjHjrC30 .card-text {
  color: #000000;
}
.cid-uDrjHjrC30 .mbr-section-title {
  color: #c54686;
}
.cid-uDrjHjrC30 .mbr-section-subtitle {
  color: #232323;
}
.cid-uDrjHjrC30 .content-head {
  max-width: 800px;
}
.cid-uDrjHjrC30 .card-subtitle {
  color: #a1a1a1;
}
.cid-uDr80qyKLg {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDr80qyKLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80qyKLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDr80qyKLg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDr80qyKLg .row {
  flex-direction: row-reverse;
}
.cid-uDr80qyKLg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDr80qyKLg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDrkEwsh4j {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDrkEwsh4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrkEwsh4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDro607lFM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDrkSOiUyF {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDrkSOiUyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrkSOiUyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDrkSOiUyF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDrkSOiUyF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDrkSOiUyF .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDrmc9Lnrs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDr80pmnGp {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #c54686;
}
.cid-uDr80pmnGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80pmnGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80pmnGp .mbr-section-title {
  color: #ffffff;
}
.cid-uDr80pmnGp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uDrpBrylKr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDrpBrylKr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDrpBrylKr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80rjOGe {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffcece;
}
.cid-uDr80rjOGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80rjOGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80rjOGe img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uDr80rjOGe .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uDr80rjOGe .card-title,
.cid-uDr80rjOGe .iconfont-wrapper {
  color: #232323;
}
.cid-uDr80rjOGe .card-text {
  color: #232323;
}
.cid-uDr80rjOGe .mbr-section-title {
  color: #524e4e;
  text-align: center;
}
.cid-uDr80rjOGe .mbr-section-subtitle {
  color: #232323;
}
.cid-uDr80rjOGe .content-head {
  max-width: 800px;
}
.cid-uDr80rjOGe .card-subtitle {
  color: #a1a1a1;
}
.cid-uDr80rJDaD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffcece;
}
.cid-uDr80rJDaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80rJDaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80rJDaD img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uDr80rJDaD .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uDr80rJDaD .card-title,
.cid-uDr80rJDaD .iconfont-wrapper {
  color: #232323;
}
.cid-uDr80rJDaD .card-text {
  color: #232323;
}
.cid-uDr80rJDaD .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDr80rJDaD .mbr-section-subtitle {
  color: #232323;
}
.cid-uDr80rJDaD .content-head {
  max-width: 800px;
}
.cid-uDr80rJDaD .card-subtitle {
  color: #a1a1a1;
}
.cid-uDr80scKwu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffcece;
}
.cid-uDr80scKwu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80scKwu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80scKwu img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uDr80scKwu .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uDr80scKwu .card-title,
.cid-uDr80scKwu .iconfont-wrapper {
  color: #232323;
}
.cid-uDr80scKwu .card-text {
  color: #232323;
}
.cid-uDr80scKwu .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDr80scKwu .mbr-section-subtitle {
  color: #232323;
}
.cid-uDr80scKwu .content-head {
  max-width: 800px;
}
.cid-uDr80scKwu .card-subtitle {
  color: #a1a1a1;
}
.cid-uDr80w8Loy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDr80w8Loy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80w8Loy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80w8Loy .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uDr80w8Loy .card {
    margin-bottom: 2rem!important;
  }
  .cid-uDr80w8Loy .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uDr80w8Loy .link-wrap {
    align-items: center;
  }
}
.cid-uDr80w8Loy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDr80w8Loy .card-title,
.cid-uDr80w8Loy .card-box {
  color: #c54686;
}
.cid-uDr80w8Loy .mbr-text,
.cid-uDr80w8Loy .link-wrap,
.cid-uDr80w8Loy .mbr-section-btn {
  color: #111111;
}
.cid-uDr80w8Loy .mbr-text {
  color: #312c2c;
}
.cid-uDr80u9qRL {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDr80u9qRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80u9qRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80u9qRL .mbr-section-title {
  color: #c54686;
}
.cid-uDr80uBzxH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uDr80uBzxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80uBzxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80uBzxH .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDr80uBzxH .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDr80uBzxH .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uDr80uBzxH .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDr80uBzxH .row .row {
    flex-direction: column-reverse;
  }
  .cid-uDr80uBzxH .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDr80uBzxH .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDr80uBzxH .card-subtitle {
  color: #0095ff;
}
.cid-uDr80uBzxH .mbr-text {
  color: #555555;
}
.cid-uDr80uBzxH .card-title {
  color: #000000;
}
.cid-uDr80sWDzw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDr80sWDzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80sWDzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80sWDzw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDr80sWDzw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDr80sWDzw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDr80sWDzw H3 {
  color: #c54686;
}
.cid-uDr80sWDzw .list {
  text-align: left;
}
.cid-uDr80tlBpp {
  padding-top: 9rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffcece;
}
.cid-uDr80tlBpp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80tlBpp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80tlBpp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uDr80tlBpp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uDr80tlBpp .container {
    padding: 0 24px;
  }
}
.cid-uDr80tlBpp .row {
  justify-content: center;
}
.cid-uDr80tlBpp .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uDr80tlBpp .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDr80tlBpp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-uDr80tlBpp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uDr80tlBpp .mbr-section-title {
  color: #141414;
}
.cid-uDr80tlBpp .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uDr80tJ1Cm {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDr80tJ1Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80tJ1Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDr80tJ1Cm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDr80tJ1Cm .row {
  flex-direction: row-reverse;
}
.cid-uDr80tJ1Cm img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDr80tJ1Cm .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDr80tJ1Cm .mbr-section-title {
  color: #c54686;
}
.cid-uDr80wCPmD {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffcece;
}
.cid-uDr80wCPmD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80wCPmD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80wCPmD img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uDr80wCPmD .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uDr80wCPmD .card-title,
.cid-uDr80wCPmD .iconfont-wrapper {
  color: #000000;
}
.cid-uDr80wCPmD .card-text {
  color: #000000;
}
.cid-uDr80wCPmD .mbr-section-title {
  color: #c54686;
}
.cid-uDr80wCPmD .mbr-section-subtitle {
  color: #232323;
}
.cid-uDr80wCPmD .content-head {
  max-width: 800px;
}
.cid-uDr80wCPmD .card-subtitle {
  color: #a1a1a1;
}
.cid-uDr80y5p11 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDr80y5p11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80y5p11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80y5p11 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDr80y5p11 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDr80y5p11 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDr80y5p11 .panel-body,
.cid-uDr80y5p11 .card-header {
  padding: 1rem 0;
}
.cid-uDr80y5p11 .panel-title-edit {
  color: #000000;
}
.cid-uDr80y5p11 H3 {
  color: #c54686;
}
.cid-uDr80yDaKk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDr80yDaKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80yDaKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80yDaKk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDr80yDaKk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDr80yDaKk .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDr80yDaKk .panel-body,
.cid-uDr80yDaKk .card-header {
  padding: 1rem 0;
}
.cid-uDr80yDaKk .panel-title-edit {
  color: #000000;
}
.cid-uDr80yDaKk H3 {
  color: #c54686;
}
.cid-uDr80ze0MM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDr80ze0MM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80ze0MM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDr80ze0MM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDr80ze0MM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDr80ze0MM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDr80ze0MM .panel-body,
.cid-uDr80ze0MM .card-header {
  padding: 1rem 0;
}
.cid-uDr80ze0MM .panel-title-edit {
  color: #000000;
}
.cid-uDr80ze0MM H3 {
  color: #c54686;
}
.cid-uDr80zP2o6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDr80zP2o6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDr80zP2o6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDr80zP2o6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDr80zP2o6 .row {
  flex-direction: row-reverse;
}
.cid-uDr80zP2o6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDr80zP2o6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDr80zP2o6 .mbr-section-title {
  color: #c54686;
}
.cid-uDrzlq0c0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDr80CRN7w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDr80CRN7w .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDr80CRN7w .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDr80CRN7w .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uDr80CRN7w .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDr80CRN7w .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDr80CRN7w .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDr80CRN7w .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDr80CRN7w .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDr80CRN7w .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDr80CRN7w .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uDr80CRN7w .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDr80CRN7w .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDr80CRN7w .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDr80CRN7w .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDr80CRN7w .media-container-row .mbr-text {
  color: #111111;
}
.cid-uDr80CRN7w foot-menu-item {
  color: #111111;
}
.cid-uDIVzfZ0hU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDIVzfZ0hU nav.navbar {
  position: fixed;
}
.cid-uDIVzfZ0hU .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-uDIVzfZ0hU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDIVzfZ0hU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDIVzfZ0hU .dropdown-item:hover,
.cid-uDIVzfZ0hU .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uDIVzfZ0hU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDIVzfZ0hU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDIVzfZ0hU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDIVzfZ0hU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDIVzfZ0hU .nav-link {
  position: relative;
}
.cid-uDIVzfZ0hU .container {
  display: flex;
  margin: auto;
}
.cid-uDIVzfZ0hU .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDIVzfZ0hU .dropdown-menu,
.cid-uDIVzfZ0hU .navbar.opened {
  background: #ffffff !important;
}
.cid-uDIVzfZ0hU .nav-item:focus,
.cid-uDIVzfZ0hU .nav-link:focus {
  outline: none;
}
.cid-uDIVzfZ0hU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIVzfZ0hU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIVzfZ0hU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIVzfZ0hU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIVzfZ0hU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIVzfZ0hU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIVzfZ0hU .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: #ffffff;
}
.cid-uDIVzfZ0hU .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIVzfZ0hU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDIVzfZ0hU .navbar .navbar-logo img {
  width: auto;
}
.cid-uDIVzfZ0hU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIVzfZ0hU .navbar.collapsed {
  justify-content: center;
}
.cid-uDIVzfZ0hU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIVzfZ0hU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDIVzfZ0hU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uDIVzfZ0hU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIVzfZ0hU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIVzfZ0hU .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-uDIVzfZ0hU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIVzfZ0hU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDIVzfZ0hU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDIVzfZ0hU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIVzfZ0hU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIVzfZ0hU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIVzfZ0hU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDIVzfZ0hU .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-uDIVzfZ0hU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIVzfZ0hU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDIVzfZ0hU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDIVzfZ0hU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDIVzfZ0hU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIVzfZ0hU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDIVzfZ0hU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIVzfZ0hU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIVzfZ0hU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIVzfZ0hU .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-uDIVzfZ0hU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDIVzfZ0hU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIVzfZ0hU .dropdown-item.active,
.cid-uDIVzfZ0hU .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIVzfZ0hU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDIVzfZ0hU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIVzfZ0hU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIVzfZ0hU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDIVzfZ0hU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIVzfZ0hU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIVzfZ0hU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDIVzfZ0hU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIVzfZ0hU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDIVzfZ0hU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uDIVzfZ0hU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIVzfZ0hU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIVzfZ0hU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIVzfZ0hU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIVzfZ0hU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIVzfZ0hU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIVzfZ0hU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIVzfZ0hU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIVzfZ0hU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDIVzfZ0hU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDIVzfZ0hU .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-uDIVzfZ0hU .navbar {
    height: 70px;
  }
  .cid-uDIVzfZ0hU .navbar.opened {
    height: auto;
  }
  .cid-uDIVzfZ0hU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIVzgyVVH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIVzgyVVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzgyVVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzgyVVH .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uDIVzgyVVH .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDIVzgyVVH .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDIVzgyVVH .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDIVzgyVVH .card-title {
  color: #c54686;
}
.cid-uDIVzgyVVH .mbr-text,
.cid-uDIVzgyVVH .mbr-section-btn {
  color: #232323;
}
.cid-uDIVzgYI4q {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDIVzgYI4q .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDIVzgYI4q .mbr-text {
  color: #111111;
}
.cid-uDIVzhgTeA .video-block {
  margin-bottom: 20px;
}
.cid-uDIVzhgTeA .video2 .video-block {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cid-uDIVzhgTeA .video2 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDIVzhgTeA .video2 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDIVzhgTeA .video3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDIVzhgTeA .video3 .video-block {
  padding: 0;
}
.cid-uDIVzhgTeA .video3 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDIVzhgTeA .video3 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDIVzhFzLq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIVzhFzLq .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDIVzhFzLq .mbr-text {
  text-align: center;
}
.cid-uDIVGFvBDd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDIVGFvBDd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVGFvBDd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVGFvBDd .video-wrapper iframe {
  width: 80%;
}
.cid-uDIVGFvBDd .mbr-section-title,
.cid-uDIVGFvBDd .mbr-section-subtitle,
.cid-uDIVGFvBDd .mbr-text {
  text-align: center;
}
.cid-uDIVzim5gB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIVzim5gB .line {
  background-color: #fff6ea;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDIVzim5gB .mbr-text {
  color: #111111;
}
.cid-uDIVziEW2E {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDIVziEW2E .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDIVziEW2E .mbr-text {
  text-align: center;
}
.cid-uDIVziYtXP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff6ea;
}
.cid-uDIVziYtXP .mbr-text {
  text-align: center;
  color: #111111;
}
.cid-uDIVzji8O1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDIVzji8O1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzji8O1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDIVzji8O1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDIVzji8O1 .row {
  flex-direction: row-reverse;
}
.cid-uDIVzji8O1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDIVzji8O1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDIVzji8O1 .mbr-section-title {
  color: #c54686;
}
.cid-uDIVzji8O1 .mbr-section-title DIV {
  text-align: left;
}
.cid-uDIVzjGjHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDIVzjGjHg .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDIVzjGjHg .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDIVzjGjHg .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDIVzjGjHg .mbr-section-title {
  color: #c54686;
}
.cid-uDIVzjZJtS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIVzjZJtS .mbr-text {
  text-align: center;
}
.cid-uDIVzkisW3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDIVzkisW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzkisW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzkisW3 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDIVzkisW3 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDIVzkisW3 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDIVzkisW3 H3 {
  color: #c54686;
}
.cid-uDIVzkisW3 .list {
  text-align: left;
}
.cid-uDIVzkHxyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIVzkHxyw .mbr-text {
  text-align: center;
}
.cid-uDIVzl287W {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-uDIVzl287W .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDIVzl287W .mbr-text,
.cid-uDIVzl287W .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uDIVzlq9wt {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDIVzlq9wt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzlq9wt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDIVzlq9wt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDIVzlq9wt .row {
  flex-direction: row-reverse;
}
.cid-uDIVzlq9wt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDIVzlq9wt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDIVzlq9wt .mbr-section-title {
  color: #c54686;
}
.cid-uDIVzlPcq1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIVzlPcq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzlPcq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzlPcq1 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDIVzmgXMN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uDIVzmgXMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzmgXMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzmgXMN .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDIVzmgXMN .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDIVzmgXMN .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uDIVzmgXMN .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDIVzmgXMN .row .row {
    flex-direction: column-reverse;
  }
  .cid-uDIVzmgXMN .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDIVzmgXMN .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDIVzmgXMN .card-subtitle {
  color: #0095ff;
}
.cid-uDIVzmgXMN .mbr-text {
  color: #555555;
}
.cid-uDIVzmgXMN .card-title {
  color: #000000;
}
.cid-uDIVzmgXMN .mbr-text,
.cid-uDIVzmgXMN .mbr-section-btn {
  color: #232323;
}
.cid-uDIVzmROab {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIVzmROab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzmROab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzmROab .mbr-section-title {
  color: #111111;
}
.cid-uDIVznnomT {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIVznnomT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVznnomT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVznnomT .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIVznnomT .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIVznnomT .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIVznnomT .panel-body,
.cid-uDIVznnomT .card-header {
  padding: 1rem 0;
}
.cid-uDIVznnomT .panel-title-edit {
  color: #000000;
}
.cid-uDIVznnomT H3 {
  color: #c54686;
}
.cid-uDIVznUFLs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIVznUFLs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVznUFLs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVznUFLs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIVznUFLs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIVznUFLs .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIVznUFLs .panel-body,
.cid-uDIVznUFLs .card-header {
  padding: 1rem 0;
}
.cid-uDIVznUFLs .panel-title-edit {
  color: #000000;
}
.cid-uDIVznUFLs H3 {
  color: #c54686;
}
.cid-uDIVzov2P2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIVzov2P2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzov2P2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzov2P2 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIVzov2P2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIVzov2P2 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIVzov2P2 .panel-body,
.cid-uDIVzov2P2 .card-header {
  padding: 1rem 0;
}
.cid-uDIVzov2P2 .panel-title-edit {
  color: #000000;
}
.cid-uDIVzov2P2 H3 {
  color: #c54686;
}
.cid-uDIVzp6w32 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIVzp6w32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzp6w32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzp6w32 .mbr-section-title {
  color: #c54686;
}
.cid-uDIVzpDX7A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDIVzpDX7A li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uDIVzpDX7A li:last-child {
  margin-bottom: 0;
}
.cid-uDIVzpDX7A .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uDIVzpDX7A .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uDIVzpDX7A .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uDIVzpDX7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIVzpDX7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIVzpDX7A .mbr-section-title {
  color: #c54686;
}
.cid-uDIVzqg0El {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDIVzqg0El .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDIVzqg0El .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDIVzqg0El .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uDIVzqg0El .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDIVzqg0El .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDIVzqg0El .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDIVzqg0El .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDIVzqg0El .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDIVzqg0El .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDIVzqg0El .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uDIVzqg0El .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDIVzqg0El .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDIVzqg0El .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDIVzqg0El .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDIVzqg0El .media-container-row .mbr-text {
  color: #111111;
}
.cid-uDIVzqg0El foot-menu-item {
  color: #111111;
}
.cid-um6r22atfR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-um6r22atfR nav.navbar {
  position: fixed;
}
.cid-um6r22atfR .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-um6r22atfR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um6r22atfR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um6r22atfR .dropdown-item:hover,
.cid-um6r22atfR .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-um6r22atfR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um6r22atfR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um6r22atfR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um6r22atfR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um6r22atfR .nav-link {
  position: relative;
}
.cid-um6r22atfR .container {
  display: flex;
  margin: auto;
}
.cid-um6r22atfR .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um6r22atfR .dropdown-menu,
.cid-um6r22atfR .navbar.opened {
  background: #ffffff !important;
}
.cid-um6r22atfR .nav-item:focus,
.cid-um6r22atfR .nav-link:focus {
  outline: none;
}
.cid-um6r22atfR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um6r22atfR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um6r22atfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um6r22atfR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um6r22atfR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um6r22atfR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um6r22atfR .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: #ffffff;
}
.cid-um6r22atfR .navbar.opened {
  transition: all 0.3s;
}
.cid-um6r22atfR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um6r22atfR .navbar .navbar-logo img {
  width: auto;
}
.cid-um6r22atfR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um6r22atfR .navbar.collapsed {
  justify-content: center;
}
.cid-um6r22atfR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um6r22atfR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-um6r22atfR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-um6r22atfR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um6r22atfR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um6r22atfR .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-um6r22atfR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um6r22atfR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um6r22atfR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um6r22atfR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um6r22atfR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um6r22atfR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um6r22atfR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um6r22atfR .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-um6r22atfR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um6r22atfR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um6r22atfR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um6r22atfR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um6r22atfR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um6r22atfR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um6r22atfR .navbar.navbar-short {
  min-height: 60px;
}
.cid-um6r22atfR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um6r22atfR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um6r22atfR .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-um6r22atfR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um6r22atfR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um6r22atfR .dropdown-item.active,
.cid-um6r22atfR .dropdown-item:active {
  background-color: transparent;
}
.cid-um6r22atfR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um6r22atfR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um6r22atfR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um6r22atfR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-um6r22atfR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um6r22atfR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um6r22atfR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um6r22atfR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um6r22atfR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um6r22atfR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-um6r22atfR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um6r22atfR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um6r22atfR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um6r22atfR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um6r22atfR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um6r22atfR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um6r22atfR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um6r22atfR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um6r22atfR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-um6r22atfR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um6r22atfR .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-um6r22atfR .navbar {
    height: 70px;
  }
  .cid-um6r22atfR .navbar.opened {
    height: auto;
  }
  .cid-um6r22atfR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8vMwkbVol {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8vMwkbVol .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwkbVol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwkbVol .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u8vMwkbVol .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u8vMwkbVol .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8vMwkbVol .card-wrapper {
    padding: 4rem;
  }
}
.cid-u8vMwkbVol .card-title {
  color: #c54686;
}
.cid-u8vMwkbVol .mbr-text,
.cid-u8vMwkbVol .mbr-section-btn {
  color: #232323;
}
.cid-um6rD0RaZL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-um6rD0RaZL .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-um6rD0RaZL .mbr-text {
  color: #111111;
}
.cid-umWmG7GS7W .video-block {
  margin-bottom: 20px;
}
.cid-umWmG7GS7W .video2 .video-block {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cid-umWmG7GS7W .video2 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-umWmG7GS7W .video2 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-umWmG7GS7W .video3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umWmG7GS7W .video3 .video-block {
  padding: 0;
}
.cid-umWmG7GS7W .video3 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-umWmG7GS7W .video3 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDy6DcMlnd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDy6DcMlnd .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDy6DcMlnd .mbr-text {
  text-align: center;
}
.cid-u8vRTsfuEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-u8vRTsfuEU .line {
  background-color: #fff6ea;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u8vRTsfuEU .mbr-text {
  color: #111111;
}
.cid-u8vTTdKycp {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u8vTTdKycp .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-u8vTTdKycp .mbr-text {
  text-align: center;
}
.cid-u8vT0KULNO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff6ea;
}
.cid-u8vT0KULNO .mbr-text {
  text-align: center;
  color: #111111;
}
.cid-u8vMwm3h9w {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u8vMwm3h9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwm3h9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u8vMwm3h9w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8vMwm3h9w .row {
  flex-direction: row-reverse;
}
.cid-u8vMwm3h9w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u8vMwm3h9w .text-wrapper {
    padding: 2rem;
  }
}
.cid-u8vMwm3h9w .mbr-section-title {
  color: #c54686;
}
.cid-u8vMwm3h9w .mbr-section-title DIV {
  text-align: left;
}
.cid-u8vVoNdcxW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8vVoNdcxW .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u8vVoNdcxW .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u8vVoNdcxW .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u8vVoNdcxW .mbr-section-title {
  color: #c54686;
}
.cid-u8vWjux8ho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-u8vWjux8ho .mbr-text {
  text-align: center;
}
.cid-uC7JVVyeDu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC7JVVyeDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7JVVyeDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uC7JVVyeDu ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uC7JVVyeDu li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uC7JVVyeDu ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uC7JVVyeDu H3 {
  color: #c54686;
}
.cid-uC7JVVyeDu .list {
  text-align: left;
}
.cid-umQ8fwDsoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-umQ8fwDsoo .mbr-text {
  text-align: center;
}
.cid-u8vMwl9333 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-u8vMwl9333 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-u8vMwl9333 .mbr-text,
.cid-u8vMwl9333 .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uC7Kn0YzNq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uC7Kn0YzNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uC7Kn0YzNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uC7Kn0YzNq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uC7Kn0YzNq .row {
  flex-direction: row-reverse;
}
.cid-uC7Kn0YzNq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uC7Kn0YzNq .text-wrapper {
    padding: 2rem;
  }
}
.cid-uC7Kn0YzNq .mbr-section-title {
  color: #c54686;
}
.cid-u8vMwoOPqz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8vMwoOPqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwoOPqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwoOPqz .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uiiG8bmKC5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uiiG8bmKC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiiG8bmKC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiiG8bmKC5 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uiiG8bmKC5 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uiiG8bmKC5 .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uiiG8bmKC5 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uiiG8bmKC5 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uiiG8bmKC5 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uiiG8bmKC5 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uiiG8bmKC5 .card-subtitle {
  color: #0095ff;
}
.cid-uiiG8bmKC5 .mbr-text {
  color: #555555;
}
.cid-uiiG8bmKC5 .card-title {
  color: #000000;
}
.cid-uiiG8bmKC5 .mbr-text,
.cid-uiiG8bmKC5 .mbr-section-btn {
  color: #232323;
}
.cid-u8vMwsipdx {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8vMwsipdx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwsipdx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwsipdx .mbr-section-title {
  color: #111111;
}
.cid-u8vMwsV0Sk {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u8vMwsV0Sk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwsV0Sk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwsV0Sk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8vMwsV0Sk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8vMwsV0Sk .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-u8vMwsV0Sk .panel-body,
.cid-u8vMwsV0Sk .card-header {
  padding: 1rem 0;
}
.cid-u8vMwsV0Sk .panel-title-edit {
  color: #000000;
}
.cid-u8vMwsV0Sk H3 {
  color: #c54686;
}
.cid-u8vMwtE9hV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8vMwtE9hV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwtE9hV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwtE9hV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8vMwtE9hV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8vMwtE9hV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-u8vMwtE9hV .panel-body,
.cid-u8vMwtE9hV .card-header {
  padding: 1rem 0;
}
.cid-u8vMwtE9hV .panel-title-edit {
  color: #000000;
}
.cid-u8vMwtE9hV H3 {
  color: #c54686;
}
.cid-u8vMwurNuv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8vMwurNuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwurNuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwurNuv .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u8vMwurNuv .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u8vMwurNuv .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-u8vMwurNuv .panel-body,
.cid-u8vMwurNuv .card-header {
  padding: 1rem 0;
}
.cid-u8vMwurNuv .panel-title-edit {
  color: #000000;
}
.cid-u8vMwurNuv H3 {
  color: #c54686;
}
.cid-u8vMwv9Vlf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8vMwv9Vlf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8vMwv9Vlf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8vMwv9Vlf .mbr-section-title {
  color: #c54686;
}
.cid-usNcvtuP7c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcvtuP7c li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcvtuP7c li:last-child {
  margin-bottom: 0;
}
.cid-usNcvtuP7c .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcvtuP7c .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcvtuP7c .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcvtuP7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcvtuP7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcvtuP7c .mbr-section-title {
  color: #c54686;
}
.cid-u8vMwyqFgF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8vMwyqFgF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u8vMwyqFgF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u8vMwyqFgF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u8vMwyqFgF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u8vMwyqFgF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u8vMwyqFgF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u8vMwyqFgF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u8vMwyqFgF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u8vMwyqFgF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u8vMwyqFgF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u8vMwyqFgF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u8vMwyqFgF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u8vMwyqFgF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u8vMwyqFgF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u8vMwyqFgF .media-container-row .mbr-text {
  color: #111111;
}
.cid-u8vMwyqFgF foot-menu-item {
  color: #111111;
}
.cid-uDIKISRVd2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDIKISRVd2 nav.navbar {
  position: fixed;
}
.cid-uDIKISRVd2 .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-uDIKISRVd2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDIKISRVd2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDIKISRVd2 .dropdown-item:hover,
.cid-uDIKISRVd2 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uDIKISRVd2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDIKISRVd2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDIKISRVd2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDIKISRVd2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDIKISRVd2 .nav-link {
  position: relative;
}
.cid-uDIKISRVd2 .container {
  display: flex;
  margin: auto;
}
.cid-uDIKISRVd2 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDIKISRVd2 .dropdown-menu,
.cid-uDIKISRVd2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uDIKISRVd2 .nav-item:focus,
.cid-uDIKISRVd2 .nav-link:focus {
  outline: none;
}
.cid-uDIKISRVd2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDIKISRVd2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDIKISRVd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDIKISRVd2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDIKISRVd2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDIKISRVd2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDIKISRVd2 .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: #ffffff;
}
.cid-uDIKISRVd2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDIKISRVd2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDIKISRVd2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDIKISRVd2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDIKISRVd2 .navbar.collapsed {
  justify-content: center;
}
.cid-uDIKISRVd2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDIKISRVd2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDIKISRVd2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uDIKISRVd2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDIKISRVd2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDIKISRVd2 .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-uDIKISRVd2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDIKISRVd2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDIKISRVd2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDIKISRVd2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDIKISRVd2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDIKISRVd2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDIKISRVd2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDIKISRVd2 .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-uDIKISRVd2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDIKISRVd2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDIKISRVd2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDIKISRVd2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDIKISRVd2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDIKISRVd2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDIKISRVd2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDIKISRVd2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDIKISRVd2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDIKISRVd2 .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-uDIKISRVd2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDIKISRVd2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDIKISRVd2 .dropdown-item.active,
.cid-uDIKISRVd2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDIKISRVd2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDIKISRVd2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDIKISRVd2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDIKISRVd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDIKISRVd2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDIKISRVd2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDIKISRVd2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDIKISRVd2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDIKISRVd2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDIKISRVd2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uDIKISRVd2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDIKISRVd2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIKISRVd2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDIKISRVd2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDIKISRVd2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIKISRVd2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDIKISRVd2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDIKISRVd2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDIKISRVd2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDIKISRVd2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDIKISRVd2 .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-uDIKISRVd2 .navbar {
    height: 70px;
  }
  .cid-uDIKISRVd2 .navbar.opened {
    height: auto;
  }
  .cid-uDIKISRVd2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDIKITnHA4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIKITnHA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKITnHA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKITnHA4 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uDIKITnHA4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDIKITnHA4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDIKITnHA4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDIKITnHA4 .card-title {
  color: #c54686;
}
.cid-uDIKITnHA4 .mbr-text,
.cid-uDIKITnHA4 .mbr-section-btn {
  color: #232323;
}
.cid-uDIKITLant {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDIKITLant .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDIKITLant .mbr-text {
  color: #111111;
}
.cid-uDIKIU2dBv .video-block {
  margin-bottom: 20px;
}
.cid-uDIKIU2dBv .video2 .video-block {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cid-uDIKIU2dBv .video2 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDIKIU2dBv .video2 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDIKIU2dBv .video3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDIKIU2dBv .video3 .video-block {
  padding: 0;
}
.cid-uDIKIU2dBv .video3 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDIKIU2dBv .video3 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDIKIUtrVw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIKIUtrVw .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDIKIUtrVw .mbr-text {
  text-align: center;
}
.cid-uDILg6a4xx {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDILg6a4xx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDILg6a4xx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDILg6a4xx .video-wrapper iframe {
  width: 80%;
}
.cid-uDILg6a4xx .mbr-section-title,
.cid-uDILg6a4xx .mbr-section-subtitle,
.cid-uDILg6a4xx .mbr-text {
  text-align: center;
}
.cid-uDIKIUKWHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIKIUKWHP .line {
  background-color: #fff6ea;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDIKIUKWHP .mbr-text {
  color: #111111;
}
.cid-uDIKIV0l7f {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDIKIV0l7f .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDIKIV0l7f .mbr-text {
  text-align: center;
}
.cid-uDIKIVjyFv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff6ea;
}
.cid-uDIKIVjyFv .mbr-text {
  text-align: center;
  color: #111111;
}
.cid-uDIKIVBiBH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDIKIVBiBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIVBiBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDIKIVBiBH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDIKIVBiBH .row {
  flex-direction: row-reverse;
}
.cid-uDIKIVBiBH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDIKIVBiBH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDIKIVBiBH .mbr-section-title {
  color: #c54686;
}
.cid-uDIKIVBiBH .mbr-section-title DIV {
  text-align: left;
}
.cid-uDIKIVXmUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDIKIVXmUE .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDIKIVXmUE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDIKIVXmUE .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDIKIVXmUE .mbr-section-title {
  color: #c54686;
}
.cid-uDIKIWgJy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIKIWgJy4 .mbr-text {
  text-align: center;
}
.cid-uDIKIWzgaD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDIKIWzgaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIWzgaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIWzgaD ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDIKIWzgaD li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDIKIWzgaD ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDIKIWzgaD H3 {
  color: #c54686;
}
.cid-uDIKIWzgaD .list {
  text-align: left;
}
.cid-uDIKIWV9UR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDIKIWV9UR .mbr-text {
  text-align: center;
}
.cid-uDIKIXhpWd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-uDIKIXhpWd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDIKIXhpWd .mbr-text,
.cid-uDIKIXhpWd .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uDIKIXCF3i {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDIKIXCF3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIXCF3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDIKIXCF3i .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDIKIXCF3i .row {
  flex-direction: row-reverse;
}
.cid-uDIKIXCF3i img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDIKIXCF3i .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDIKIXCF3i .mbr-section-title {
  color: #c54686;
}
.cid-uDIKIY1txu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIKIY1txu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIY1txu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIY1txu .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDIKIYnDAl {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uDIKIYnDAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIYnDAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIYnDAl .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDIKIYnDAl .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDIKIYnDAl .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uDIKIYnDAl .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDIKIYnDAl .row .row {
    flex-direction: column-reverse;
  }
  .cid-uDIKIYnDAl .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDIKIYnDAl .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDIKIYnDAl .card-subtitle {
  color: #0095ff;
}
.cid-uDIKIYnDAl .mbr-text {
  color: #555555;
}
.cid-uDIKIYnDAl .card-title {
  color: #000000;
}
.cid-uDIKIYnDAl .mbr-text,
.cid-uDIKIYnDAl .mbr-section-btn {
  color: #232323;
}
.cid-uDIKIYUyB6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIKIYUyB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIYUyB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIYUyB6 .mbr-section-title {
  color: #111111;
}
.cid-uDIKIZkAaM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDIKIZkAaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIZkAaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIZkAaM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIKIZkAaM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIKIZkAaM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIKIZkAaM .panel-body,
.cid-uDIKIZkAaM .card-header {
  padding: 1rem 0;
}
.cid-uDIKIZkAaM .panel-title-edit {
  color: #000000;
}
.cid-uDIKIZkAaM H3 {
  color: #c54686;
}
.cid-uDIKIZNqQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIKIZNqQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKIZNqQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKIZNqQq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIKIZNqQq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIKIZNqQq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIKIZNqQq .panel-body,
.cid-uDIKIZNqQq .card-header {
  padding: 1rem 0;
}
.cid-uDIKIZNqQq .panel-title-edit {
  color: #000000;
}
.cid-uDIKIZNqQq H3 {
  color: #c54686;
}
.cid-uDIKJ0g3ZO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIKJ0g3ZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKJ0g3ZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKJ0g3ZO .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDIKJ0g3ZO .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDIKJ0g3ZO .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDIKJ0g3ZO .panel-body,
.cid-uDIKJ0g3ZO .card-header {
  padding: 1rem 0;
}
.cid-uDIKJ0g3ZO .panel-title-edit {
  color: #000000;
}
.cid-uDIKJ0g3ZO H3 {
  color: #c54686;
}
.cid-uDIKJ0LRi8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDIKJ0LRi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKJ0LRi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKJ0LRi8 .mbr-section-title {
  color: #c54686;
}
.cid-uDIKJ1cqgt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDIKJ1cqgt li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uDIKJ1cqgt li:last-child {
  margin-bottom: 0;
}
.cid-uDIKJ1cqgt .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uDIKJ1cqgt .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uDIKJ1cqgt .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uDIKJ1cqgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDIKJ1cqgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDIKJ1cqgt .mbr-section-title {
  color: #c54686;
}
.cid-uDIKJ1PKPB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDIKJ1PKPB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDIKJ1PKPB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDIKJ1PKPB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uDIKJ1PKPB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDIKJ1PKPB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDIKJ1PKPB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDIKJ1PKPB .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDIKJ1PKPB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDIKJ1PKPB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDIKJ1PKPB .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uDIKJ1PKPB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDIKJ1PKPB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDIKJ1PKPB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDIKJ1PKPB .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDIKJ1PKPB .media-container-row .mbr-text {
  color: #111111;
}
.cid-uDIKJ1PKPB foot-menu-item {
  color: #111111;
}
.cid-uDJ7NJVurq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDJ7NJVurq nav.navbar {
  position: fixed;
}
.cid-uDJ7NJVurq .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-uDJ7NJVurq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDJ7NJVurq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDJ7NJVurq .dropdown-item:hover,
.cid-uDJ7NJVurq .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uDJ7NJVurq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDJ7NJVurq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDJ7NJVurq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDJ7NJVurq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDJ7NJVurq .nav-link {
  position: relative;
}
.cid-uDJ7NJVurq .container {
  display: flex;
  margin: auto;
}
.cid-uDJ7NJVurq .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDJ7NJVurq .dropdown-menu,
.cid-uDJ7NJVurq .navbar.opened {
  background: #ffffff !important;
}
.cid-uDJ7NJVurq .nav-item:focus,
.cid-uDJ7NJVurq .nav-link:focus {
  outline: none;
}
.cid-uDJ7NJVurq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDJ7NJVurq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDJ7NJVurq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDJ7NJVurq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDJ7NJVurq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDJ7NJVurq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDJ7NJVurq .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: #ffffff;
}
.cid-uDJ7NJVurq .navbar.opened {
  transition: all 0.3s;
}
.cid-uDJ7NJVurq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDJ7NJVurq .navbar .navbar-logo img {
  width: auto;
}
.cid-uDJ7NJVurq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDJ7NJVurq .navbar.collapsed {
  justify-content: center;
}
.cid-uDJ7NJVurq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDJ7NJVurq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDJ7NJVurq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uDJ7NJVurq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDJ7NJVurq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDJ7NJVurq .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-uDJ7NJVurq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDJ7NJVurq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDJ7NJVurq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDJ7NJVurq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDJ7NJVurq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDJ7NJVurq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDJ7NJVurq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDJ7NJVurq .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-uDJ7NJVurq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDJ7NJVurq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDJ7NJVurq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDJ7NJVurq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDJ7NJVurq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDJ7NJVurq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDJ7NJVurq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDJ7NJVurq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDJ7NJVurq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDJ7NJVurq .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-uDJ7NJVurq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDJ7NJVurq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDJ7NJVurq .dropdown-item.active,
.cid-uDJ7NJVurq .dropdown-item:active {
  background-color: transparent;
}
.cid-uDJ7NJVurq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDJ7NJVurq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDJ7NJVurq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDJ7NJVurq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDJ7NJVurq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDJ7NJVurq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDJ7NJVurq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDJ7NJVurq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDJ7NJVurq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDJ7NJVurq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uDJ7NJVurq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDJ7NJVurq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDJ7NJVurq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDJ7NJVurq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDJ7NJVurq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDJ7NJVurq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDJ7NJVurq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDJ7NJVurq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDJ7NJVurq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDJ7NJVurq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDJ7NJVurq .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-uDJ7NJVurq .navbar {
    height: 70px;
  }
  .cid-uDJ7NJVurq .navbar.opened {
    height: auto;
  }
  .cid-uDJ7NJVurq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDJ7NKo7xS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ7NKo7xS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NKo7xS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NKo7xS .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uDJ7NKo7xS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDJ7NKo7xS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDJ7NKo7xS .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDJ7NKo7xS .card-title {
  color: #c54686;
}
.cid-uDJ7NKo7xS .mbr-text,
.cid-uDJ7NKo7xS .mbr-section-btn {
  color: #232323;
}
.cid-uDJ7NKKdIQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDJ7NKKdIQ .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJ7NKKdIQ .mbr-text {
  color: #111111;
}
.cid-uDJ7NL164u .video-block {
  margin-bottom: 20px;
}
.cid-uDJ7NL164u .video2 .video-block {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cid-uDJ7NL164u .video2 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDJ7NL164u .video2 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDJ7NL164u .video3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDJ7NL164u .video3 .video-block {
  padding: 0;
}
.cid-uDJ7NL164u .video3 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDJ7NL164u .video3 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDJ7NLkRSN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJ7NLkRSN .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDJ7NLkRSN .mbr-text {
  text-align: center;
}
.cid-uDJfxVVnf7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJfxVVnf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJfxVVnf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJfxVVnf7 .video-wrapper iframe {
  width: 80%;
}
.cid-uDJfxVVnf7 .mbr-section-title,
.cid-uDJfxVVnf7 .mbr-section-subtitle,
.cid-uDJfxVVnf7 .mbr-text {
  text-align: center;
}
.cid-uDJ7YcHLRt {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJ7YcHLRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7YcHLRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7YcHLRt .video-wrapper iframe {
  width: 80%;
}
.cid-uDJ7YcHLRt .mbr-section-title,
.cid-uDJ7YcHLRt .mbr-section-subtitle,
.cid-uDJ7YcHLRt .mbr-text {
  text-align: center;
}
.cid-uDJ7NLWk63 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJ7NLWk63 .line {
  background-color: #fff6ea;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJ7NLWk63 .mbr-text {
  color: #111111;
}
.cid-uDJ7NMcJwG {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDJ7NMcJwG .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDJ7NMcJwG .mbr-text {
  text-align: center;
}
.cid-uDJ7NMuPCh {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff6ea;
}
.cid-uDJ7NMuPCh .mbr-text {
  text-align: center;
  color: #111111;
}
.cid-uDJ7NMN0jI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDJ7NMN0jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NMN0jI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJ7NMN0jI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJ7NMN0jI .row {
  flex-direction: row-reverse;
}
.cid-uDJ7NMN0jI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJ7NMN0jI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJ7NMN0jI .mbr-section-title {
  color: #c54686;
}
.cid-uDJ7NMN0jI .mbr-section-title DIV {
  text-align: left;
}
.cid-uDJ7NNcBcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJ7NNcBcc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDJ7NNcBcc .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDJ7NNcBcc .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDJ7NNcBcc .mbr-section-title {
  color: #c54686;
}
.cid-uDJ7NNwj51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJ7NNwj51 .mbr-text {
  text-align: center;
}
.cid-uDJ7NNOcEw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJ7NNOcEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NNOcEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NNOcEw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDJ7NNOcEw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDJ7NNOcEw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDJ7NNOcEw H3 {
  color: #c54686;
}
.cid-uDJ7NNOcEw .list {
  text-align: left;
}
.cid-uDJ7NOebAW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJ7NOebAW .mbr-text {
  text-align: center;
}
.cid-uDJ7NOzSFG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-uDJ7NOzSFG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDJ7NOzSFG .mbr-text,
.cid-uDJ7NOzSFG .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uDJ7NOXmB3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJ7NOXmB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NOXmB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJ7NOXmB3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJ7NOXmB3 .row {
  flex-direction: row-reverse;
}
.cid-uDJ7NOXmB3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJ7NOXmB3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJ7NOXmB3 .mbr-section-title {
  color: #c54686;
}
.cid-uDJ7NPoage {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJ7NPoage .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NPoage .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NPoage .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDJ7NPM5n6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uDJ7NPM5n6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NPM5n6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NPM5n6 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDJ7NPM5n6 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJ7NPM5n6 .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uDJ7NPM5n6 .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDJ7NPM5n6 .row .row {
    flex-direction: column-reverse;
  }
  .cid-uDJ7NPM5n6 .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDJ7NPM5n6 .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDJ7NPM5n6 .card-subtitle {
  color: #0095ff;
}
.cid-uDJ7NPM5n6 .mbr-text {
  color: #555555;
}
.cid-uDJ7NPM5n6 .card-title {
  color: #000000;
}
.cid-uDJ7NPM5n6 .mbr-text,
.cid-uDJ7NPM5n6 .mbr-section-btn {
  color: #232323;
}
.cid-uDJ7NQj185 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ7NQj185 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NQj185 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NQj185 .mbr-section-title {
  color: #111111;
}
.cid-uDJ7NQJloH {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJ7NQJloH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NQJloH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NQJloH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJ7NQJloH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJ7NQJloH .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJ7NQJloH .panel-body,
.cid-uDJ7NQJloH .card-header {
  padding: 1rem 0;
}
.cid-uDJ7NQJloH .panel-title-edit {
  color: #000000;
}
.cid-uDJ7NQJloH H3 {
  color: #c54686;
}
.cid-uDJ7NRdUe3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ7NRdUe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NRdUe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NRdUe3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJ7NRdUe3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJ7NRdUe3 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJ7NRdUe3 .panel-body,
.cid-uDJ7NRdUe3 .card-header {
  padding: 1rem 0;
}
.cid-uDJ7NRdUe3 .panel-title-edit {
  color: #000000;
}
.cid-uDJ7NRdUe3 H3 {
  color: #c54686;
}
.cid-uDJ7NRLcdp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ7NRLcdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NRLcdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NRLcdp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJ7NRLcdp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJ7NRLcdp .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJ7NRLcdp .panel-body,
.cid-uDJ7NRLcdp .card-header {
  padding: 1rem 0;
}
.cid-uDJ7NRLcdp .panel-title-edit {
  color: #000000;
}
.cid-uDJ7NRLcdp H3 {
  color: #c54686;
}
.cid-uDJ7NShnwR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJ7NShnwR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NShnwR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NShnwR .mbr-section-title {
  color: #c54686;
}
.cid-uDJ7NSLAHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJ7NSLAHq li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uDJ7NSLAHq li:last-child {
  margin-bottom: 0;
}
.cid-uDJ7NSLAHq .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uDJ7NSLAHq .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uDJ7NSLAHq .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uDJ7NSLAHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJ7NSLAHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJ7NSLAHq .mbr-section-title {
  color: #c54686;
}
.cid-uDJ7NTnS6P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDJ7NTnS6P .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDJ7NTnS6P .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDJ7NTnS6P .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uDJ7NTnS6P .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDJ7NTnS6P .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDJ7NTnS6P .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDJ7NTnS6P .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDJ7NTnS6P .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDJ7NTnS6P .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDJ7NTnS6P .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uDJ7NTnS6P .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDJ7NTnS6P .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDJ7NTnS6P .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDJ7NTnS6P .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDJ7NTnS6P .media-container-row .mbr-text {
  color: #111111;
}
.cid-uDJ7NTnS6P foot-menu-item {
  color: #111111;
}
.cid-uDJgTEpIc4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uDJgTEpIc4 nav.navbar {
  position: fixed;
}
.cid-uDJgTEpIc4 .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-uDJgTEpIc4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDJgTEpIc4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDJgTEpIc4 .dropdown-item:hover,
.cid-uDJgTEpIc4 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uDJgTEpIc4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDJgTEpIc4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDJgTEpIc4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDJgTEpIc4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDJgTEpIc4 .nav-link {
  position: relative;
}
.cid-uDJgTEpIc4 .container {
  display: flex;
  margin: auto;
}
.cid-uDJgTEpIc4 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDJgTEpIc4 .dropdown-menu,
.cid-uDJgTEpIc4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uDJgTEpIc4 .nav-item:focus,
.cid-uDJgTEpIc4 .nav-link:focus {
  outline: none;
}
.cid-uDJgTEpIc4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDJgTEpIc4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDJgTEpIc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDJgTEpIc4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDJgTEpIc4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDJgTEpIc4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDJgTEpIc4 .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: #ffffff;
}
.cid-uDJgTEpIc4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uDJgTEpIc4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDJgTEpIc4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uDJgTEpIc4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDJgTEpIc4 .navbar.collapsed {
  justify-content: center;
}
.cid-uDJgTEpIc4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDJgTEpIc4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDJgTEpIc4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uDJgTEpIc4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDJgTEpIc4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDJgTEpIc4 .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-uDJgTEpIc4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDJgTEpIc4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDJgTEpIc4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDJgTEpIc4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDJgTEpIc4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDJgTEpIc4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDJgTEpIc4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDJgTEpIc4 .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-uDJgTEpIc4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDJgTEpIc4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDJgTEpIc4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDJgTEpIc4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDJgTEpIc4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDJgTEpIc4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uDJgTEpIc4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDJgTEpIc4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDJgTEpIc4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDJgTEpIc4 .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-uDJgTEpIc4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDJgTEpIc4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDJgTEpIc4 .dropdown-item.active,
.cid-uDJgTEpIc4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uDJgTEpIc4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDJgTEpIc4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDJgTEpIc4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDJgTEpIc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uDJgTEpIc4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDJgTEpIc4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDJgTEpIc4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDJgTEpIc4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDJgTEpIc4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDJgTEpIc4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uDJgTEpIc4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDJgTEpIc4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDJgTEpIc4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDJgTEpIc4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDJgTEpIc4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDJgTEpIc4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDJgTEpIc4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDJgTEpIc4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDJgTEpIc4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDJgTEpIc4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDJgTEpIc4 .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-uDJgTEpIc4 .navbar {
    height: 70px;
  }
  .cid-uDJgTEpIc4 .navbar.opened {
    height: auto;
  }
  .cid-uDJgTEpIc4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDJgTF2cne {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJgTF2cne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTF2cne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTF2cne .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uDJgTF2cne .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uDJgTF2cne .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDJgTF2cne .card-wrapper {
    padding: 4rem;
  }
}
.cid-uDJgTF2cne .card-title {
  color: #c54686;
}
.cid-uDJgTF2cne .mbr-text,
.cid-uDJgTF2cne .mbr-section-btn {
  color: #232323;
}
.cid-uDJgTFF93m {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDJgTFF93m .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJgTFF93m .mbr-text {
  color: #111111;
}
.cid-uDJgTFYq3Z .video-block {
  margin-bottom: 20px;
}
.cid-uDJgTFYq3Z .video2 .video-block {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.cid-uDJgTFYq3Z .video2 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDJgTFYq3Z .video2 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDJgTFYq3Z .video3 .row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uDJgTFYq3Z .video3 .video-block {
  padding: 0;
}
.cid-uDJgTFYq3Z .video3 .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cid-uDJgTFYq3Z .video3 .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDJgTGi6nM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJgTGi6nM .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDJgTGi6nM .mbr-text {
  text-align: center;
}
.cid-uDJgTGCskt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJgTGCskt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTGCskt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTGCskt .video-wrapper iframe {
  width: 80%;
}
.cid-uDJgTGCskt .mbr-section-title,
.cid-uDJgTGCskt .mbr-section-subtitle,
.cid-uDJgTGCskt .mbr-text {
  text-align: center;
}
.cid-uDJh5veyaH {
  padding-top: 0rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uDJh5veyaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJh5veyaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJh5veyaH .video-wrapper iframe {
  width: 80%;
}
.cid-uDJh5veyaH .mbr-section-title,
.cid-uDJh5veyaH .mbr-section-subtitle,
.cid-uDJh5veyaH .mbr-text {
  text-align: center;
}
.cid-uDJgTHv685 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJgTHv685 .line {
  background-color: #fff6ea;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uDJgTHv685 .mbr-text {
  color: #111111;
}
.cid-uDJgTHPrbd {
  padding-top: 8rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uDJgTHPrbd .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-uDJgTHPrbd .mbr-text {
  text-align: center;
}
.cid-uDJgTIawCS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #fff6ea;
}
.cid-uDJgTIawCS .mbr-text {
  text-align: center;
  color: #111111;
}
.cid-uDJgTIuK9K {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDJgTIuK9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTIuK9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJgTIuK9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJgTIuK9K .row {
  flex-direction: row-reverse;
}
.cid-uDJgTIuK9K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJgTIuK9K .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJgTIuK9K .mbr-section-title {
  color: #c54686;
}
.cid-uDJgTIuK9K .mbr-section-title DIV {
  text-align: left;
}
.cid-uDJgTIUPD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJgTIUPD0 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDJgTIUPD0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDJgTIUPD0 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #c54686;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uDJgTIUPD0 .mbr-section-title {
  color: #c54686;
}
.cid-uDJgTJfM6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJgTJfM6a .mbr-text {
  text-align: center;
}
.cid-uDJgTJA6bJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJgTJA6bJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTJA6bJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTJA6bJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uDJgTJA6bJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uDJgTJA6bJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uDJgTJA6bJ H3 {
  color: #c54686;
}
.cid-uDJgTJA6bJ .list {
  text-align: left;
}
.cid-uDJgTJZipV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uDJgTJZipV .mbr-text {
  text-align: center;
}
.cid-uDJgTKncef {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c54686;
}
.cid-uDJgTKncef .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uDJgTKncef .mbr-text,
.cid-uDJgTKncef .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-uDJgTKPnuB {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDJgTKPnuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTKPnuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uDJgTKPnuB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uDJgTKPnuB .row {
  flex-direction: row-reverse;
}
.cid-uDJgTKPnuB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uDJgTKPnuB .text-wrapper {
    padding: 2rem;
  }
}
.cid-uDJgTKPnuB .mbr-section-title {
  color: #c54686;
}
.cid-uDJgTLhzPp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJgTLhzPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTLhzPp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTLhzPp .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uDJgTLII7W {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uDJgTLII7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTLII7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTLII7W .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-uDJgTLII7W .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDJgTLII7W .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-uDJgTLII7W .row {
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uDJgTLII7W .row .row {
    flex-direction: column-reverse;
  }
  .cid-uDJgTLII7W .row .row .img-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDJgTLII7W .img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uDJgTLII7W .card-subtitle {
  color: #0095ff;
}
.cid-uDJgTLII7W .mbr-text {
  color: #555555;
}
.cid-uDJgTLII7W .card-title {
  color: #000000;
}
.cid-uDJgTLII7W .mbr-text,
.cid-uDJgTLII7W .mbr-section-btn {
  color: #232323;
}
.cid-uDJgTMhA86 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJgTMhA86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTMhA86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTMhA86 .mbr-section-title {
  color: #111111;
}
.cid-uDJgTMNcLZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDJgTMNcLZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTMNcLZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTMNcLZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJgTMNcLZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJgTMNcLZ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJgTMNcLZ .panel-body,
.cid-uDJgTMNcLZ .card-header {
  padding: 1rem 0;
}
.cid-uDJgTMNcLZ .panel-title-edit {
  color: #000000;
}
.cid-uDJgTMNcLZ H3 {
  color: #c54686;
}
.cid-uDJgTNmu5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJgTNmu5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTNmu5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTNmu5R .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJgTNmu5R .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJgTNmu5R .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJgTNmu5R .panel-body,
.cid-uDJgTNmu5R .card-header {
  padding: 1rem 0;
}
.cid-uDJgTNmu5R .panel-title-edit {
  color: #000000;
}
.cid-uDJgTNmu5R H3 {
  color: #c54686;
}
.cid-uDJgTNW003 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJgTNW003 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTNW003 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTNW003 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uDJgTNW003 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uDJgTNW003 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uDJgTNW003 .panel-body,
.cid-uDJgTNW003 .card-header {
  padding: 1rem 0;
}
.cid-uDJgTNW003 .panel-title-edit {
  color: #000000;
}
.cid-uDJgTNW003 H3 {
  color: #c54686;
}
.cid-uDJgTOyxiT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uDJgTOyxiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTOyxiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTOyxiT .mbr-section-title {
  color: #c54686;
}
.cid-uDJgTP4DOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDJgTP4DOG li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uDJgTP4DOG li:last-child {
  margin-bottom: 0;
}
.cid-uDJgTP4DOG .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uDJgTP4DOG .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uDJgTP4DOG .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uDJgTP4DOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJgTP4DOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJgTP4DOG .mbr-section-title {
  color: #c54686;
}
.cid-uDJgTPKKvS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDJgTPKKvS .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uDJgTPKKvS .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uDJgTPKKvS .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uDJgTPKKvS .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDJgTPKKvS .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDJgTPKKvS .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDJgTPKKvS .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uDJgTPKKvS .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDJgTPKKvS .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDJgTPKKvS .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uDJgTPKKvS .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDJgTPKKvS .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDJgTPKKvS .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDJgTPKKvS .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDJgTPKKvS .media-container-row .mbr-text {
  color: #111111;
}
.cid-uDJgTPKKvS foot-menu-item {
  color: #111111;
}
.cid-u5oFXLeTMq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5oFXLeTMq nav.navbar {
  position: fixed;
}
.cid-u5oFXLeTMq .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-u5oFXLeTMq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5oFXLeTMq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5oFXLeTMq .dropdown-item:hover,
.cid-u5oFXLeTMq .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-u5oFXLeTMq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5oFXLeTMq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5oFXLeTMq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5oFXLeTMq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5oFXLeTMq .nav-link {
  position: relative;
}
.cid-u5oFXLeTMq .container {
  display: flex;
  margin: auto;
}
.cid-u5oFXLeTMq .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5oFXLeTMq .dropdown-menu,
.cid-u5oFXLeTMq .navbar.opened {
  background: #ffffff !important;
}
.cid-u5oFXLeTMq .nav-item:focus,
.cid-u5oFXLeTMq .nav-link:focus {
  outline: none;
}
.cid-u5oFXLeTMq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5oFXLeTMq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5oFXLeTMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5oFXLeTMq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5oFXLeTMq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5oFXLeTMq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5oFXLeTMq .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: #ffffff;
}
.cid-u5oFXLeTMq .navbar.opened {
  transition: all 0.3s;
}
.cid-u5oFXLeTMq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5oFXLeTMq .navbar .navbar-logo img {
  width: auto;
}
.cid-u5oFXLeTMq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5oFXLeTMq .navbar.collapsed {
  justify-content: center;
}
.cid-u5oFXLeTMq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5oFXLeTMq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5oFXLeTMq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u5oFXLeTMq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5oFXLeTMq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5oFXLeTMq .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-u5oFXLeTMq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5oFXLeTMq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5oFXLeTMq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5oFXLeTMq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5oFXLeTMq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5oFXLeTMq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5oFXLeTMq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5oFXLeTMq .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-u5oFXLeTMq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5oFXLeTMq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5oFXLeTMq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5oFXLeTMq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5oFXLeTMq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5oFXLeTMq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5oFXLeTMq .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5oFXLeTMq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5oFXLeTMq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5oFXLeTMq .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-u5oFXLeTMq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5oFXLeTMq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5oFXLeTMq .dropdown-item.active,
.cid-u5oFXLeTMq .dropdown-item:active {
  background-color: transparent;
}
.cid-u5oFXLeTMq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5oFXLeTMq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5oFXLeTMq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5oFXLeTMq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5oFXLeTMq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5oFXLeTMq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5oFXLeTMq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5oFXLeTMq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5oFXLeTMq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5oFXLeTMq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-u5oFXLeTMq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5oFXLeTMq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5oFXLeTMq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5oFXLeTMq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5oFXLeTMq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5oFXLeTMq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5oFXLeTMq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5oFXLeTMq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5oFXLeTMq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5oFXLeTMq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5oFXLeTMq .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-u5oFXLeTMq .navbar {
    height: 70px;
  }
  .cid-u5oFXLeTMq .navbar.opened {
    height: auto;
  }
  .cid-u5oFXLeTMq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5oFXLMfWn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5oFXLMfWn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oFXLMfWn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5oFXLMfWn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5oFXLMfWn .row {
  flex-direction: row-reverse;
}
.cid-u5oFXLMfWn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5oFXLMfWn .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5oFXLMfWn .mbr-section-title {
  color: #c54686;
}
.cid-usNf821BCi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNf821BCi li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNf821BCi li:last-child {
  margin-bottom: 0;
}
.cid-usNf821BCi .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNf821BCi .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNf821BCi .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNf821BCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNf821BCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNf821BCi .mbr-section-title {
  color: #c54686;
}
.cid-u5oFXM5AE6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5oFXM5AE6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5oFXM5AE6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5oFXM5AE6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5oFXM5AE6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5oFXM5AE6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5oFXM5AE6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5oFXM5AE6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5oFXM5AE6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5oFXM5AE6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5oFXM5AE6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5oFXM5AE6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5oFXM5AE6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5oFXM5AE6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5oFXM5AE6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5oFXM5AE6 .media-container-row .mbr-text {
  color: #111111;
}
.cid-u5oFXM5AE6 foot-menu-item {
  color: #111111;
}
.cid-u5AaLVgtPU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u5AaLVgtPU nav.navbar {
  position: fixed;
}
.cid-u5AaLVgtPU .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-u5AaLVgtPU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5AaLVgtPU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5AaLVgtPU .dropdown-item:hover,
.cid-u5AaLVgtPU .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-u5AaLVgtPU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5AaLVgtPU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5AaLVgtPU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5AaLVgtPU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5AaLVgtPU .nav-link {
  position: relative;
}
.cid-u5AaLVgtPU .container {
  display: flex;
  margin: auto;
}
.cid-u5AaLVgtPU .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5AaLVgtPU .dropdown-menu,
.cid-u5AaLVgtPU .navbar.opened {
  background: #ffffff !important;
}
.cid-u5AaLVgtPU .nav-item:focus,
.cid-u5AaLVgtPU .nav-link:focus {
  outline: none;
}
.cid-u5AaLVgtPU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5AaLVgtPU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5AaLVgtPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5AaLVgtPU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5AaLVgtPU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5AaLVgtPU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5AaLVgtPU .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: #ffffff;
}
.cid-u5AaLVgtPU .navbar.opened {
  transition: all 0.3s;
}
.cid-u5AaLVgtPU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5AaLVgtPU .navbar .navbar-logo img {
  width: auto;
}
.cid-u5AaLVgtPU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5AaLVgtPU .navbar.collapsed {
  justify-content: center;
}
.cid-u5AaLVgtPU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5AaLVgtPU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5AaLVgtPU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-u5AaLVgtPU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5AaLVgtPU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5AaLVgtPU .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-u5AaLVgtPU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5AaLVgtPU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5AaLVgtPU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5AaLVgtPU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5AaLVgtPU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5AaLVgtPU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5AaLVgtPU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5AaLVgtPU .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-u5AaLVgtPU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5AaLVgtPU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5AaLVgtPU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5AaLVgtPU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5AaLVgtPU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5AaLVgtPU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5AaLVgtPU .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5AaLVgtPU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5AaLVgtPU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5AaLVgtPU .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-u5AaLVgtPU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5AaLVgtPU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5AaLVgtPU .dropdown-item.active,
.cid-u5AaLVgtPU .dropdown-item:active {
  background-color: transparent;
}
.cid-u5AaLVgtPU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5AaLVgtPU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5AaLVgtPU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5AaLVgtPU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u5AaLVgtPU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5AaLVgtPU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5AaLVgtPU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5AaLVgtPU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5AaLVgtPU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5AaLVgtPU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-u5AaLVgtPU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5AaLVgtPU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5AaLVgtPU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5AaLVgtPU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5AaLVgtPU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5AaLVgtPU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5AaLVgtPU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5AaLVgtPU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5AaLVgtPU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5AaLVgtPU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5AaLVgtPU .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-u5AaLVgtPU .navbar {
    height: 70px;
  }
  .cid-u5AaLVgtPU .navbar.opened {
    height: auto;
  }
  .cid-u5AaLVgtPU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5AaLWaMq9 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5AaLWaMq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AaLWaMq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AaLWaMq9 .mbr-section-title {
  color: #c54686;
}
.cid-u5AaLWaMq9 .mbr-section-subtitle {
  text-align: center;
}
.cid-uFUPsrPlRx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTJSJSC1vR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTJSJSC1vR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJSJSC1vR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJSJSC1vR .mbr-section-subtitle {
  color: #4479d9;
}
.cid-u5AaLWTKhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5AaLWTKhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AaLWTKhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5AaLWTKhQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5AaLWTKhQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5AaLWTKhQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5AaLWTKhQ .mbr-section-title {
  color: #c54686;
}
.cid-uFTvU72fEl {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFTvU72fEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTvU72fEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTvU72fEl .row {
  flex-direction: row-reverse;
}
.cid-uFTvU72fEl .video-wrapper iframe {
  width: 100%;
}
.cid-uFTvU72fEl .mbr-section-title,
.cid-uFTvU72fEl .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFTvU72fEl .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFTvU72fEl .mbr-section-subtitle {
  color: #c54686;
}
.cid-u5AaLXg8yN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5AaLXg8yN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AaLXg8yN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5AaLXg8yN ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u5AaLXg8yN li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u5AaLXg8yN ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u5AaLXg8yN H3 {
  color: #c54686;
  text-align: center;
}
.cid-uTK7RzTxBI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTK32qLThH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTK32qLThH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTK32qLThH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTK32qLThH .mbr-section-subtitle {
  color: #4479d9;
}
.cid-u5AaLY7tQ0 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-u5AaLY7tQ0 .mbr-section-subtitle {
  color: #c54686;
  text-align: center;
}
.cid-u5AaLY7tQ0 .mbr-text {
  text-align: center;
}
.cid-u5AaLYAqCn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTJT8QG08y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTJT8QG08y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJT8QG08y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJT8QG08y .mbr-section-subtitle {
  color: #4479d9;
}
.cid-u5AaLYRxL2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5AaLYRxL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AaLYRxL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5AaLYRxL2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5AaLYRxL2 .row {
  flex-direction: row-reverse;
}
.cid-u5AaLYRxL2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5AaLYRxL2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5AaLYRxL2 .mbr-section-title {
  color: #c54686;
}
.cid-u5AaLZcfuQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u5AaLZcfuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5AaLZcfuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u5AaLZcfuQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5AaLZcfuQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5AaLZcfuQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5AaLZcfuQ .mbr-section-title {
  color: #c54686;
}
.cid-u5AaLZyvTc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uTJTUO4dUe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTJTUO4dUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTJTUO4dUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTJTUO4dUe .mbr-section-subtitle {
  color: #4479d9;
}
.cid-uFTzKBw92T {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uFTzKBw92T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTzKBw92T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFTzKBw92T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFTzKBw92T .row {
  flex-direction: row-reverse;
}
.cid-uFTzKBw92T img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFTzKBw92T .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFTzKBw92T .mbr-section-title {
  color: #c54686;
}
.cid-u5AaLZTTqu {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-usNcnNUFwV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-usNcnNUFwV li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-usNcnNUFwV li:last-child {
  margin-bottom: 0;
}
.cid-usNcnNUFwV .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-usNcnNUFwV .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-usNcnNUFwV .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-usNcnNUFwV .mbr-fallback-image.disabled {
  display: none;
}
.cid-usNcnNUFwV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-usNcnNUFwV .mbr-section-title {
  color: #c54686;
}
.cid-u5AaM0P76C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u5AaM0P76C .row-links {
  width: 100%;
  justify-content: center;
}
.cid-u5AaM0P76C .social-row {
  width: 100%;
  justify-content: center;
}
.cid-u5AaM0P76C .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-u5AaM0P76C .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-u5AaM0P76C .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-u5AaM0P76C .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-u5AaM0P76C .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-u5AaM0P76C .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-u5AaM0P76C .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u5AaM0P76C .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-u5AaM0P76C .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u5AaM0P76C .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u5AaM0P76C .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-u5AaM0P76C .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-u5AaM0P76C .media-container-row .mbr-text {
  color: #111111;
}
.cid-u5AaM0P76C foot-menu-item {
  color: #111111;
}
.cid-uYPDwPDGqs.popup-builder {
  background-color: #ffffff;
}
.cid-uYPDwPDGqs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYPDwPDGqs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYPDwPDGqs .modal-content,
.cid-uYPDwPDGqs .modal-dialog {
  height: auto;
}
.cid-uYPDwPDGqs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYPDwPDGqs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYPDwPDGqs .form-wrapper .mbr-form .form-group,
  .cid-uYPDwPDGqs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYPDwPDGqs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYPDwPDGqs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYPDwPDGqs .mbr-text {
  text-align: center;
}
.cid-uYPDwPDGqs .pt-0 {
  padding-top: 0 !important;
}
.cid-uYPDwPDGqs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYPDwPDGqs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYPDwPDGqs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYPDwPDGqs .modal-open {
  overflow: hidden;
}
.cid-uYPDwPDGqs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYPDwPDGqs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYPDwPDGqs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYPDwPDGqs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYPDwPDGqs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYPDwPDGqs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYPDwPDGqs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYPDwPDGqs .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYPDwPDGqs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYPDwPDGqs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYPDwPDGqs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYPDwPDGqs .modal-backdrop.show {
  opacity: .5;
}
.cid-uYPDwPDGqs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYPDwPDGqs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDwPDGqs .modal-header {
    padding: 1rem;
  }
}
.cid-uYPDwPDGqs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYPDwPDGqs .modal-header .close svg {
  fill: #111111;
}
.cid-uYPDwPDGqs .modal-header .close:hover {
  opacity: 1;
}
.cid-uYPDwPDGqs .modal-header .close:focus {
  outline: none;
}
.cid-uYPDwPDGqs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYPDwPDGqs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYPDwPDGqs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDwPDGqs .modal-body {
    padding: 1rem;
  }
}
.cid-uYPDwPDGqs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYPDwPDGqs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYPDwPDGqs .modal-footer {
    padding: 1rem;
  }
}
.cid-uYPDwPDGqs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYPDwPDGqs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYPDwPDGqs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYPDwPDGqs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYPDwPDGqs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYPDwPDGqs .modal-lg,
  .cid-uYPDwPDGqs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYPDwPDGqs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYPDwPDGqs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYPDwPDGqs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYPDwPDGqs .form-group {
  margin-bottom: 1rem;
}
.cid-uYPDwPDGqs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYPDwPDGqs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYPDwPDGqs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYPDwPDGqs .mbr-section-btn {
  margin: 0;
}
.cid-uYPDwPDGqs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uGyxZjpKWa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uGyxZjpKWa nav.navbar {
  position: fixed;
}
.cid-uGyxZjpKWa .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-uGyxZjpKWa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGyxZjpKWa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGyxZjpKWa .dropdown-item:hover,
.cid-uGyxZjpKWa .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uGyxZjpKWa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGyxZjpKWa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGyxZjpKWa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGyxZjpKWa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGyxZjpKWa .nav-link {
  position: relative;
}
.cid-uGyxZjpKWa .container {
  display: flex;
  margin: auto;
}
.cid-uGyxZjpKWa .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGyxZjpKWa .dropdown-menu,
.cid-uGyxZjpKWa .navbar.opened {
  background: #ffffff !important;
}
.cid-uGyxZjpKWa .nav-item:focus,
.cid-uGyxZjpKWa .nav-link:focus {
  outline: none;
}
.cid-uGyxZjpKWa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGyxZjpKWa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGyxZjpKWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGyxZjpKWa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGyxZjpKWa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGyxZjpKWa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGyxZjpKWa .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: #ffffff;
}
.cid-uGyxZjpKWa .navbar.opened {
  transition: all 0.3s;
}
.cid-uGyxZjpKWa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGyxZjpKWa .navbar .navbar-logo img {
  width: auto;
}
.cid-uGyxZjpKWa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGyxZjpKWa .navbar.collapsed {
  justify-content: center;
}
.cid-uGyxZjpKWa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGyxZjpKWa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGyxZjpKWa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uGyxZjpKWa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGyxZjpKWa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGyxZjpKWa .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-uGyxZjpKWa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGyxZjpKWa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGyxZjpKWa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGyxZjpKWa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGyxZjpKWa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGyxZjpKWa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGyxZjpKWa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGyxZjpKWa .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-uGyxZjpKWa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGyxZjpKWa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGyxZjpKWa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGyxZjpKWa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGyxZjpKWa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGyxZjpKWa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGyxZjpKWa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGyxZjpKWa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGyxZjpKWa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGyxZjpKWa .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-uGyxZjpKWa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGyxZjpKWa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGyxZjpKWa .dropdown-item.active,
.cid-uGyxZjpKWa .dropdown-item:active {
  background-color: transparent;
}
.cid-uGyxZjpKWa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGyxZjpKWa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGyxZjpKWa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGyxZjpKWa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uGyxZjpKWa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGyxZjpKWa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGyxZjpKWa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGyxZjpKWa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGyxZjpKWa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGyxZjpKWa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uGyxZjpKWa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGyxZjpKWa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGyxZjpKWa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGyxZjpKWa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGyxZjpKWa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGyxZjpKWa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGyxZjpKWa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGyxZjpKWa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGyxZjpKWa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGyxZjpKWa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGyxZjpKWa .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-uGyxZjpKWa .navbar {
    height: 70px;
  }
  .cid-uGyxZjpKWa .navbar.opened {
    height: auto;
  }
  .cid-uGyxZjpKWa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGyxZjL2Pv {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uGyxZjL2Pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyxZjL2Pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGyxZjL2Pv .mbr-section-title {
  color: #c54686;
}
.cid-uGyxZjL2Pv .mbr-section-subtitle {
  text-align: center;
}
.cid-uJb3N2A5Tc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJb3N2A5Tc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJb3N2A5Tc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJb3N2A5Tc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJb3N2A5Tc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJb3N2A5Tc .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJb3N2A5Tc .mbr-section-title {
  color: #c54686;
}
.cid-uJbbSNqsJD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJbbSNqsJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbbSNqsJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJbbSNqsJD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJbbSNqsJD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJbbSNqsJD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJbbSNqsJD .mbr-section-title {
  color: #c54686;
}
.cid-uJbczD6Q1l {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJbczD6Q1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbczD6Q1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJbczD6Q1l .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJbczD6Q1l img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJbczD6Q1l .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJbczD6Q1l .mbr-section-title {
  color: #c54686;
}
.cid-uJbcUwt79C {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJbcUwt79C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJbcUwt79C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJbcUwt79C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJbcUwt79C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJbcUwt79C .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJbcUwt79C .mbr-section-title {
  color: #c54686;
}
.cid-uJRevL1x2n {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uJRevL1x2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJRevL1x2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJRevL1x2n .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uJReCTaqJQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJb7xxihKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGyxZnsdSy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGyxZnsdSy li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uGyxZnsdSy li:last-child {
  margin-bottom: 0;
}
.cid-uGyxZnsdSy .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uGyxZnsdSy .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uGyxZnsdSy .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uGyxZnsdSy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGyxZnsdSy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGyxZnsdSy .mbr-section-title {
  color: #c54686;
}
.cid-uGyxZnTmBD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uGyxZnTmBD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uGyxZnTmBD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uGyxZnTmBD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uGyxZnTmBD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uGyxZnTmBD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uGyxZnTmBD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uGyxZnTmBD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uGyxZnTmBD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uGyxZnTmBD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uGyxZnTmBD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uGyxZnTmBD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uGyxZnTmBD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uGyxZnTmBD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uGyxZnTmBD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uGyxZnTmBD .media-container-row .mbr-text {
  color: #111111;
}
.cid-uGyxZnTmBD foot-menu-item {
  color: #111111;
}
.cid-uIZEdtOgXp {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uIZEdtOgXp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uIZEdtOgXp .card {
    margin-bottom: 2rem!important;
  }
  .cid-uIZEdtOgXp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIZEdtOgXp .link-wrap {
    align-items: center;
  }
}
.cid-uIZEdtOgXp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uIZEdtOgXp .card-title,
.cid-uIZEdtOgXp .card-box {
  color: #c54686;
}
.cid-uIZEdtOgXp .mbr-text,
.cid-uIZEdtOgXp .link-wrap,
.cid-uIZEdtOgXp .mbr-section-btn {
  color: #111111;
}
.cid-uIZEdtOgXp .mbr-text UL {
  text-align: left;
}
.cid-uIZEdtOgXp .mbr-text P {
  text-align: center;
}
.cid-uIZEdtOgXp .mbr-text {
  color: #000000;
}
.cid-uIZGdHjsQ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uIZGdHjsQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZGdHjsQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZR13Z0np {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIZR13Z0np img,
.cid-uIZR13Z0np .item-img {
  width: 100%;
}
.cid-uIZR13Z0np .item:focus,
.cid-uIZR13Z0np span:focus {
  outline: none;
}
.cid-uIZR13Z0np .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uIZR13Z0np .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uIZR13Z0np .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uIZR13Z0np .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uIZR13Z0np .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIZR13Z0np .mbr-section-title {
  color: #c54686;
}
.cid-uIZR13Z0np .mbr-text,
.cid-uIZR13Z0np .mbr-section-btn {
  text-align: left;
}
.cid-uIZR13Z0np .item-title {
  text-align: left;
}
.cid-uIZR13Z0np .item-subtitle {
  text-align: center;
}
.cid-uIZUUXqtGw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIZVfcfyqS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIZVfcfyqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZVfcfyqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZVfcfyqS .mbr-section-title {
  color: #c54686;
}
.cid-uIZEdukXaf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIZEdv0aeF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIZEdv0aeF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uIZEdv0aeF .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uIZEdv0aeF .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffcece;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uIZEdv0aeF .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uIZEdv0aeF .mbr-text {
  color: #111111;
}
.cid-uIZEdv0aeF .mbr-text UL {
  text-align: left;
}
.cid-uJ0divdjPx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c54686;
}
.cid-uJ0divdjPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0divdjPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0divdjPx .mbr-section-title {
  color: #ffffff;
}
.cid-uJ0divdjPx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIZEdve4Fy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIZEdve4Fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZEdve4Fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZEdve4Fy .mbr-section-title {
  color: #c54686;
}
.cid-uIZEdvtg6v {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIZEdvtg6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZEdvtg6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIZEdvtg6v .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIZEdvtg6v .row {
  flex-direction: row-reverse;
}
.cid-uIZEdvtg6v img {
  width: 100%;
}
.cid-uIZEdvJ1cz {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uIZEdvJ1cz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZEdvJ1cz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZEdvJ1cz .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-uIZEdvJ1cz .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIZEdvJ1cz .card-title,
.cid-uIZEdvJ1cz .card-box {
  color: #111111;
}
.cid-uIZEdw0HgB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ0BsdEm9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ0BsdEm9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0BsdEm9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ0BsdEm9a .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJ0BsdEm9a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJ0BsdEm9a .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJ0BsdEm9a .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uIZEdwfLvn {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIZEdwfLvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZEdwfLvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZEdwfLvn .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uIZEdwfLvn .panel-group {
  border: none;
}
.cid-uIZEdwfLvn .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIZEdwfLvn .panel-body,
.cid-uIZEdwfLvn .card-header {
  padding: 1rem 0;
}
.cid-uIZEdwfLvn .panel-title-edit {
  color: #000000;
}
.cid-uIZEdwfLvn .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIZEdwfLvn H3 {
  color: #c54686;
}
.cid-uIZEdwAZpC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIZEdxWxLJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIZEdxWxLJ li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uIZEdxWxLJ li:last-child {
  margin-bottom: 0;
}
.cid-uIZEdxWxLJ .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uIZEdxWxLJ .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uIZEdxWxLJ .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uIZEdxWxLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZEdxWxLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZEdxWxLJ .mbr-section-title {
  color: #c54686;
}
.cid-uIZEdylXrs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIZEdylXrs .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uIZEdylXrs .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uIZEdylXrs .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uIZEdylXrs .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uIZEdylXrs .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uIZEdylXrs .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uIZEdylXrs .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uIZEdylXrs .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uIZEdylXrs .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uIZEdylXrs .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uIZEdylXrs .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uIZEdylXrs .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uIZEdylXrs .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uIZEdylXrs .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uIZEdylXrs .media-container-row .mbr-text {
  color: #111111;
}
.cid-uIZEdylXrs foot-menu-item {
  color: #111111;
}
.cid-uJ23F67v5L {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJ23F67v5L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ23F67v5L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ23F67v5L .mbr-section-title {
  color: #c54686;
}
.cid-uJ23F67v5L .mbr-text,
.cid-uJ23F67v5L .mbr-section-btn {
  color: #232323;
}
.cid-uJcvIepDck {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masterclass-de-cyclus-a4-1.png-573x322.png");
}
.cid-uJcvIepDck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJcvIepDck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJcvIepDck .mbr-section-title {
  color: #232323;
}
.cid-uJcvIepDck .mbr-text,
.cid-uJcvIepDck .mbr-section-btn {
  color: #232323;
}
.cid-uJcvq0hzNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJcvq0hzNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJcvq0hzNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJcuX1hAPC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mobirise-fotos-cyclus-3.png-940x788.png");
}
.cid-uJcuX1hAPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJcuX1hAPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJcuX1hAPC .mbr-section-title {
  color: #ffffff;
}
.cid-uJcuX1hAPC .mbr-text,
.cid-uJcuX1hAPC .mbr-section-btn {
  color: #ffffff;
}
.cid-uJcy2BQ1ta {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ0HgXiahZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJ0HgXzoUj {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uJ0HgXzoUj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uJ0HgXzoUj .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uJ0HgXzoUj .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffcece;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uJ0HgXzoUj .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uJ0HgXzoUj .mbr-text {
  color: #111111;
}
.cid-uJ0HgXzoUj .mbr-text UL {
  text-align: left;
}
.cid-uJ0HgXToBX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffb5b5;
}
.cid-uJ0HgXToBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgXToBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0HgXToBX .mbr-section-title {
  text-align: center;
}
.cid-uJ0HgYcuCr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ0HgYcuCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgYcuCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0HgYcuCr .mbr-section-title {
  color: #c54686;
}
.cid-uJ0HgYzGKJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ0HgYzGKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgYzGKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJ0HgYzGKJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ0HgYzGKJ .row {
  flex-direction: row-reverse;
}
.cid-uJ0HgYzGKJ img {
  width: 100%;
}
.cid-uJ0HgYU3sx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uJ0HgYU3sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgYU3sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0HgYU3sx .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-uJ0HgYU3sx .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uJ0HgYU3sx .card-title,
.cid-uJ0HgYU3sx .card-box {
  color: #111111;
}
.cid-uJ0HgZiyXl {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ0HgZAaiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ0HgZAaiH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgZAaiH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ0HgZAaiH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJ0HgZAaiH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uJ0HgZAaiH .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uJ0HgZAaiH .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uJ0HgZXkla {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJ0HgZXkla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0HgZXkla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0HgZXkla .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uJ0HgZXkla .panel-group {
  border: none;
}
.cid-uJ0HgZXkla .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uJ0HgZXkla .panel-body,
.cid-uJ0HgZXkla .card-header {
  padding: 1rem 0;
}
.cid-uJ0HgZXkla .panel-title-edit {
  color: #000000;
}
.cid-uJ0HgZXkla .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uJ0HgZXkla H3 {
  color: #c54686;
}
.cid-uJ0Hh0qUFN {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJ0Hh1rIte {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ0Hh1rIte li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uJ0Hh1rIte li:last-child {
  margin-bottom: 0;
}
.cid-uJ0Hh1rIte .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uJ0Hh1rIte .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJ0Hh1rIte .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJ0Hh1rIte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ0Hh1rIte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ0Hh1rIte .mbr-section-title {
  color: #c54686;
}
.cid-uJ0Hh1V6R1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ0Hh1V6R1 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJ0Hh1V6R1 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uJ0Hh1V6R1 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uJ0Hh1V6R1 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJ0Hh1V6R1 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJ0Hh1V6R1 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uJ0Hh1V6R1 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uJ0Hh1V6R1 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uJ0Hh1V6R1 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJ0Hh1V6R1 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uJ0Hh1V6R1 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJ0Hh1V6R1 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJ0Hh1V6R1 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uJ0Hh1V6R1 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uJ0Hh1V6R1 .media-container-row .mbr-text {
  color: #111111;
}
.cid-uJ0Hh1V6R1 foot-menu-item {
  color: #111111;
}
.cid-uJ4X6hdCfQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJ4X6hdCfQ nav.navbar {
  position: fixed;
}
.cid-uJ4X6hdCfQ .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-uJ4X6hdCfQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJ4X6hdCfQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJ4X6hdCfQ .dropdown-item:hover,
.cid-uJ4X6hdCfQ .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uJ4X6hdCfQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJ4X6hdCfQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJ4X6hdCfQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJ4X6hdCfQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJ4X6hdCfQ .nav-link {
  position: relative;
}
.cid-uJ4X6hdCfQ .container {
  display: flex;
  margin: auto;
}
.cid-uJ4X6hdCfQ .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJ4X6hdCfQ .dropdown-menu,
.cid-uJ4X6hdCfQ .navbar.opened {
  background: #ffffff !important;
}
.cid-uJ4X6hdCfQ .nav-item:focus,
.cid-uJ4X6hdCfQ .nav-link:focus {
  outline: none;
}
.cid-uJ4X6hdCfQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJ4X6hdCfQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJ4X6hdCfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJ4X6hdCfQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJ4X6hdCfQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJ4X6hdCfQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJ4X6hdCfQ .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: #ffffff;
}
.cid-uJ4X6hdCfQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uJ4X6hdCfQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJ4X6hdCfQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uJ4X6hdCfQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJ4X6hdCfQ .navbar.collapsed {
  justify-content: center;
}
.cid-uJ4X6hdCfQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJ4X6hdCfQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJ4X6hdCfQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uJ4X6hdCfQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJ4X6hdCfQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJ4X6hdCfQ .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-uJ4X6hdCfQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJ4X6hdCfQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJ4X6hdCfQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJ4X6hdCfQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJ4X6hdCfQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJ4X6hdCfQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJ4X6hdCfQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJ4X6hdCfQ .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-uJ4X6hdCfQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJ4X6hdCfQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJ4X6hdCfQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJ4X6hdCfQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJ4X6hdCfQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJ4X6hdCfQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJ4X6hdCfQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJ4X6hdCfQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJ4X6hdCfQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJ4X6hdCfQ .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-uJ4X6hdCfQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJ4X6hdCfQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJ4X6hdCfQ .dropdown-item.active,
.cid-uJ4X6hdCfQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uJ4X6hdCfQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJ4X6hdCfQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJ4X6hdCfQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJ4X6hdCfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJ4X6hdCfQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJ4X6hdCfQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJ4X6hdCfQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJ4X6hdCfQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJ4X6hdCfQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJ4X6hdCfQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uJ4X6hdCfQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJ4X6hdCfQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ4X6hdCfQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJ4X6hdCfQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJ4X6hdCfQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ4X6hdCfQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJ4X6hdCfQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJ4X6hdCfQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJ4X6hdCfQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJ4X6hdCfQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJ4X6hdCfQ .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-uJ4X6hdCfQ .navbar {
    height: 70px;
  }
  .cid-uJ4X6hdCfQ .navbar.opened {
    height: auto;
  }
  .cid-uJ4X6hdCfQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJ4X6hCgNS {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uJ4X6hCgNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ4X6hCgNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ4X6hCgNS .mbr-section-title {
  color: #c54686;
}
.cid-uJ4X6hCgNS .mbr-section-subtitle {
  text-align: center;
}
.cid-uJ51WuO5wp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-uJ51WuO5wp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ51WuO5wp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ51WuO5wp .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ50tqQKSy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ50tqQKSy img,
.cid-uJ50tqQKSy .item-img {
  width: 100%;
}
.cid-uJ50tqQKSy .item:focus,
.cid-uJ50tqQKSy span:focus {
  outline: none;
}
.cid-uJ50tqQKSy .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJ50tqQKSy .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJ50tqQKSy .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uJ50tqQKSy .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ50tqQKSy .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uJ50tqQKSy .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uJ50tqQKSy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ50tqQKSy .mbr-section-title {
  color: #232323;
}
.cid-uJ50tqQKSy .mbr-text,
.cid-uJ50tqQKSy .mbr-section-btn {
  text-align: left;
}
.cid-uJ50tqQKSy .item-title {
  text-align: left;
}
.cid-uJ50tqQKSy .item-subtitle {
  text-align: center;
}
.cid-uJ59Sdrx9C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-uJ59Sdrx9C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ59Sdrx9C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ59Sdrx9C .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ5a0dJyJM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ5a0dJyJM img,
.cid-uJ5a0dJyJM .item-img {
  width: 100%;
}
.cid-uJ5a0dJyJM .item:focus,
.cid-uJ5a0dJyJM span:focus {
  outline: none;
}
.cid-uJ5a0dJyJM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJ5a0dJyJM .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJ5a0dJyJM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ5a0dJyJM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJ5a0dJyJM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ5a0dJyJM .mbr-section-title {
  color: #232323;
}
.cid-uJ5a0dJyJM .mbr-text,
.cid-uJ5a0dJyJM .mbr-section-btn {
  text-align: left;
}
.cid-uJ5a0dJyJM .item-title {
  text-align: left;
}
.cid-uJ5a0dJyJM .item-subtitle {
  text-align: center;
}
.cid-uJ51tDbeMI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-uJ51tDbeMI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ51tDbeMI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ51tDbeMI .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ51nusHvI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ51nusHvI img,
.cid-uJ51nusHvI .item-img {
  width: 100%;
}
.cid-uJ51nusHvI .item:focus,
.cid-uJ51nusHvI span:focus {
  outline: none;
}
.cid-uJ51nusHvI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJ51nusHvI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJ51nusHvI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ51nusHvI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJ51nusHvI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ51nusHvI .mbr-section-title {
  color: #232323;
}
.cid-uJ51nusHvI .mbr-text,
.cid-uJ51nusHvI .mbr-section-btn {
  text-align: left;
}
.cid-uJ51nusHvI .item-title {
  text-align: left;
}
.cid-uJ51nusHvI .item-subtitle {
  text-align: center;
}
.cid-uJ59GXsFyQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-uJ59GXsFyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ59GXsFyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ59GXsFyQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uJ59L3umPQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ59L3umPQ img,
.cid-uJ59L3umPQ .item-img {
  width: 100%;
}
.cid-uJ59L3umPQ .item:focus,
.cid-uJ59L3umPQ span:focus {
  outline: none;
}
.cid-uJ59L3umPQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJ59L3umPQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffb5b5;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJ59L3umPQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJ59L3umPQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJ59L3umPQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJ59L3umPQ .mbr-section-title {
  color: #232323;
}
.cid-uJ59L3umPQ .mbr-text,
.cid-uJ59L3umPQ .mbr-section-btn {
  text-align: left;
}
.cid-uJ59L3umPQ .item-title {
  text-align: left;
}
.cid-uJ59L3umPQ .item-subtitle {
  text-align: center;
}
.cid-uJ4X6kDEq0 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJ4X6kDEq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ4X6kDEq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uJ4X6kDEq0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ4X6kDEq0 .row {
  flex-direction: row-reverse;
}
.cid-uJ4X6kDEq0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uJ4X6kDEq0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uJ4X6kDEq0 .mbr-section-title {
  color: #c54686;
}
.cid-uJ4X6leW9p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uJ4X6leW9p li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uJ4X6leW9p li:last-child {
  margin-bottom: 0;
}
.cid-uJ4X6leW9p .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uJ4X6leW9p .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uJ4X6leW9p .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uJ4X6leW9p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ4X6leW9p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ4X6leW9p .mbr-section-title {
  color: #c54686;
}
.cid-uJ4X6lFnv6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJ4X6lFnv6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uJ4X6lFnv6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uJ4X6lFnv6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uJ4X6lFnv6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uJ4X6lFnv6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uJ4X6lFnv6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uJ4X6lFnv6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uJ4X6lFnv6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uJ4X6lFnv6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uJ4X6lFnv6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uJ4X6lFnv6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uJ4X6lFnv6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uJ4X6lFnv6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uJ4X6lFnv6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uJ4X6lFnv6 .media-container-row .mbr-text {
  color: #111111;
}
.cid-uJ4X6lFnv6 foot-menu-item {
  color: #111111;
}
.cid-uKYkVHb4NS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uKYkVHb4NS nav.navbar {
  position: fixed;
}
.cid-uKYkVHb4NS .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-uKYkVHb4NS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKYkVHb4NS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uKYkVHb4NS .dropdown-item:hover,
.cid-uKYkVHb4NS .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uKYkVHb4NS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKYkVHb4NS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKYkVHb4NS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKYkVHb4NS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKYkVHb4NS .nav-link {
  position: relative;
}
.cid-uKYkVHb4NS .container {
  display: flex;
  margin: auto;
}
.cid-uKYkVHb4NS .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uKYkVHb4NS .dropdown-menu,
.cid-uKYkVHb4NS .navbar.opened {
  background: #ffffff !important;
}
.cid-uKYkVHb4NS .nav-item:focus,
.cid-uKYkVHb4NS .nav-link:focus {
  outline: none;
}
.cid-uKYkVHb4NS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKYkVHb4NS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKYkVHb4NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKYkVHb4NS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKYkVHb4NS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKYkVHb4NS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKYkVHb4NS .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: #ffffff;
}
.cid-uKYkVHb4NS .navbar.opened {
  transition: all 0.3s;
}
.cid-uKYkVHb4NS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKYkVHb4NS .navbar .navbar-logo img {
  width: auto;
}
.cid-uKYkVHb4NS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKYkVHb4NS .navbar.collapsed {
  justify-content: center;
}
.cid-uKYkVHb4NS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKYkVHb4NS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKYkVHb4NS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uKYkVHb4NS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKYkVHb4NS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKYkVHb4NS .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-uKYkVHb4NS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKYkVHb4NS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uKYkVHb4NS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uKYkVHb4NS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKYkVHb4NS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKYkVHb4NS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKYkVHb4NS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKYkVHb4NS .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-uKYkVHb4NS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKYkVHb4NS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKYkVHb4NS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKYkVHb4NS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKYkVHb4NS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKYkVHb4NS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uKYkVHb4NS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKYkVHb4NS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKYkVHb4NS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKYkVHb4NS .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-uKYkVHb4NS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKYkVHb4NS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKYkVHb4NS .dropdown-item.active,
.cid-uKYkVHb4NS .dropdown-item:active {
  background-color: transparent;
}
.cid-uKYkVHb4NS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKYkVHb4NS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKYkVHb4NS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKYkVHb4NS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKYkVHb4NS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKYkVHb4NS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKYkVHb4NS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKYkVHb4NS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKYkVHb4NS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKYkVHb4NS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uKYkVHb4NS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKYkVHb4NS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKYkVHb4NS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKYkVHb4NS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKYkVHb4NS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKYkVHb4NS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKYkVHb4NS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKYkVHb4NS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKYkVHb4NS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uKYkVHb4NS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKYkVHb4NS .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-uKYkVHb4NS .navbar {
    height: 70px;
  }
  .cid-uKYkVHb4NS .navbar.opened {
    height: auto;
  }
  .cid-uKYkVHb4NS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKYkVHy9uo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKYkVHy9uo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYkVHy9uo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uKYkVHy9uo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKYkVHy9uo .row {
  flex-direction: row-reverse;
}
.cid-uKYkVHy9uo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uKYkVHy9uo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uKYkVHy9uo .mbr-section-title {
  color: #c54686;
}
.cid-uKYkVHQ9E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKYkVHQ9E0 li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uKYkVHQ9E0 li:last-child {
  margin-bottom: 0;
}
.cid-uKYkVHQ9E0 .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uKYkVHQ9E0 .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uKYkVHQ9E0 .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uKYkVHQ9E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKYkVHQ9E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKYkVHQ9E0 .mbr-section-title {
  color: #c54686;
}
.cid-uKYkVIcF0Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uKYkVIcF0Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uKYkVIcF0Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uKYkVIcF0Q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uKYkVIcF0Q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uKYkVIcF0Q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uKYkVIcF0Q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uKYkVIcF0Q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uKYkVIcF0Q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uKYkVIcF0Q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uKYkVIcF0Q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uKYkVIcF0Q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uKYkVIcF0Q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uKYkVIcF0Q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uKYkVIcF0Q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uKYkVIcF0Q .media-container-row .mbr-text {
  color: #111111;
}
.cid-uKYkVIcF0Q foot-menu-item {
  color: #111111;
}
.cid-uYhI30bKEe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYhI30bKEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhI30bKEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhI30bKEe .mbr-section-title {
  color: #c54686;
}
.cid-uYhI3DlDMu {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYhI3DlDMu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhI3DlDMu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYhI3DlDMu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYhI3DlDMu .row {
  flex-direction: row-reverse;
}
.cid-uYhI3DlDMu img {
  width: 100%;
}
.cid-uYhI5KNwtn {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uYhI5KNwtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhI5KNwtn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhI5KNwtn .mbr-section-title {
  color: #c54686;
}
.cid-uLJX5HlgWu {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uLJX5HlgWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5HlgWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhIHLFd6U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYhIHLFd6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhIHLFd6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uYhIHLFd6U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYhIHLFd6U img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhIHLFd6U .text-wrapper {
    padding: 2rem;
  }
}
.cid-uYhINcYIuM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhINcYIuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhINcYIuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhINcYIuM .mbr-section-title {
  color: #c54686;
}
.cid-uYiaONpnQW {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYhIPxVTfx {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYhIPxVTfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYhIPxVTfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYhIPxVTfx .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uYhIPxVTfx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uYhIPxVTfx .row {
  flex-direction: row-reverse;
}
.cid-uYhIPxVTfx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uYhIPxVTfx .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLK6BLxHds {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffb5b5;
}
.cid-uLK6BLxHds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLK6BLxHds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLK6BLxHds .mbr-section-title {
  color: #c54686;
}
.cid-uLK6BLxHds .mbr-section-subtitle {
  text-align: center;
}
.cid-uLJX5Ip76r {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLKaJ8Os1m {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLKaJ8Os1m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uLKaJ8Os1m .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uLKaJ8Os1m .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffcece;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uLKaJ8Os1m .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uLKaJ8Os1m .mbr-text {
  color: #111111;
}
.cid-uLKaJ8Os1m .mbr-text UL {
  text-align: left;
}
.cid-uLJX5JaTPx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJX5JaTPx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5JaTPx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJX5JaTPx .mbr-section-title {
  color: #c54686;
}
.cid-uLJX5Jrq1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJX5Jrq1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5Jrq1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uLJX5Jrq1b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uLJX5Jrq1b .row {
  flex-direction: row-reverse;
}
.cid-uLJX5Jrq1b img {
  width: 100%;
}
.cid-uLJX5JJkZ3 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uLJX5JJkZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5JJkZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJX5JJkZ3 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-uLJX5JJkZ3 .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uLJX5JJkZ3 .card-title,
.cid-uLJX5JJkZ3 .card-box {
  color: #111111;
  text-align: center;
}
.cid-uLJX5KqN1C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLJX5ITsu9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c54686;
}
.cid-uLJX5ITsu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5ITsu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJX5ITsu9 .mbr-section-title {
  color: #ffffff;
}
.cid-uLJX5ITsu9 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uLJX5KGHyw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLJX5KGHyw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5KGHyw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLJX5KGHyw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uLJX5KGHyw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uLJX5KGHyw .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uLJX5KGHyw .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uLJX5L1vTK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLJX5L1vTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5L1vTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJX5L1vTK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uLJX5L1vTK .panel-group {
  border: none;
}
.cid-uLJX5L1vTK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uLJX5L1vTK .panel-body,
.cid-uLJX5L1vTK .card-header {
  padding: 1rem 0;
}
.cid-uLJX5L1vTK .panel-title-edit {
  color: #000000;
}
.cid-uLJX5L1vTK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uLJX5L1vTK H3 {
  color: #c54686;
}
.cid-uLJX5Loudq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uLJX5MiAxg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLJX5MiAxg li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uLJX5MiAxg li:last-child {
  margin-bottom: 0;
}
.cid-uLJX5MiAxg .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uLJX5MiAxg .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uLJX5MiAxg .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uLJX5MiAxg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLJX5MiAxg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLJX5MiAxg .mbr-section-title {
  color: #c54686;
}
.cid-uLJX5MLFrw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uLJX5MLFrw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uLJX5MLFrw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uLJX5MLFrw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uLJX5MLFrw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uLJX5MLFrw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uLJX5MLFrw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uLJX5MLFrw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uLJX5MLFrw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uLJX5MLFrw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uLJX5MLFrw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uLJX5MLFrw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uLJX5MLFrw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uLJX5MLFrw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uLJX5MLFrw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uLJX5MLFrw .media-container-row .mbr-text {
  color: #111111;
}
.cid-uLJX5MLFrw foot-menu-item {
  color: #111111;
}
.cid-uMB0fX0AR8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uMB0fX0AR8 nav.navbar {
  position: fixed;
}
.cid-uMB0fX0AR8 .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-uMB0fX0AR8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMB0fX0AR8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMB0fX0AR8 .dropdown-item:hover,
.cid-uMB0fX0AR8 .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uMB0fX0AR8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMB0fX0AR8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMB0fX0AR8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMB0fX0AR8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMB0fX0AR8 .nav-link {
  position: relative;
}
.cid-uMB0fX0AR8 .container {
  display: flex;
  margin: auto;
}
.cid-uMB0fX0AR8 .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMB0fX0AR8 .dropdown-menu,
.cid-uMB0fX0AR8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uMB0fX0AR8 .nav-item:focus,
.cid-uMB0fX0AR8 .nav-link:focus {
  outline: none;
}
.cid-uMB0fX0AR8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMB0fX0AR8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMB0fX0AR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMB0fX0AR8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMB0fX0AR8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMB0fX0AR8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMB0fX0AR8 .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: #ffffff;
}
.cid-uMB0fX0AR8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMB0fX0AR8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMB0fX0AR8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMB0fX0AR8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMB0fX0AR8 .navbar.collapsed {
  justify-content: center;
}
.cid-uMB0fX0AR8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMB0fX0AR8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMB0fX0AR8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uMB0fX0AR8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMB0fX0AR8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMB0fX0AR8 .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-uMB0fX0AR8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMB0fX0AR8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMB0fX0AR8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMB0fX0AR8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMB0fX0AR8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMB0fX0AR8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMB0fX0AR8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMB0fX0AR8 .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-uMB0fX0AR8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMB0fX0AR8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMB0fX0AR8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMB0fX0AR8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMB0fX0AR8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMB0fX0AR8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMB0fX0AR8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMB0fX0AR8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMB0fX0AR8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMB0fX0AR8 .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-uMB0fX0AR8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMB0fX0AR8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMB0fX0AR8 .dropdown-item.active,
.cid-uMB0fX0AR8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMB0fX0AR8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMB0fX0AR8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMB0fX0AR8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMB0fX0AR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uMB0fX0AR8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMB0fX0AR8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMB0fX0AR8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMB0fX0AR8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMB0fX0AR8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMB0fX0AR8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uMB0fX0AR8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMB0fX0AR8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB0fX0AR8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMB0fX0AR8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMB0fX0AR8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB0fX0AR8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMB0fX0AR8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMB0fX0AR8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMB0fX0AR8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMB0fX0AR8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMB0fX0AR8 .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-uMB0fX0AR8 .navbar {
    height: 70px;
  }
  .cid-uMB0fX0AR8 .navbar.opened {
    height: auto;
  }
  .cid-uMB0fX0AR8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMAbnztUxx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #c54686;
}
.cid-uMAbnztUxx .mbr-text {
  color: #ffffff;
}
.cid-uMAeBpCZV1 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMAeBpCZV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAeBpCZV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMAeBpCZV1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMAeBpCZV1 .row {
  flex-direction: row-reverse;
}
.cid-uMAeBpCZV1 img {
  width: 100%;
}
.cid-uMAculgLpF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMAculgLpF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAculgLpF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAculgLpF .mbr-section-title {
  color: #c54686;
}
.cid-uMAg39ob7U {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMAg39ob7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAg39ob7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAg39ob7U .mbr-section-title {
  color: #c54686;
}
.cid-uMB2k7UXZo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMAgXmhHxk {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMAgXmhHxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAgXmhHxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAgXmhHxk .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uMAgXmhHxk .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uMAhh5SaFo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMAhh5SaFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAhh5SaFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMAhh5SaFo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMAhh5SaFo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMAhh5SaFo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMAbnA5RhM {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMAbnA5RhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnA5RhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnA5RhM .mbr-section-title {
  color: #c54686;
}
.cid-uMAZ2rzQbZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMAZ2rzQbZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAZ2rzQbZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMAZ2rzQbZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMAZ2rzQbZ .row {
  flex-direction: row-reverse;
}
.cid-uMAZ2rzQbZ img {
  width: 100%;
}
.cid-uMAZvv8XGF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMB3pDc08x {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMB3pDc08x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMB3pDc08x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMB3pDc08x .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uMB3pDc08x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMB3pDc08x .row {
  flex-direction: row-reverse;
}
.cid-uMB3pDc08x img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMB3pDc08x .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMG2YhZHJW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMB7D0FPe2 {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uMB7D0FPe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMB7D0FPe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMB7D0FPe2 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uMB7D0FPe2 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uMAbnChpcZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMAbnChpcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnChpcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnChpcZ .mbr-section-title {
  color: #c54686;
}
.cid-uMAbnCzaE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMAbnCzaE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnCzaE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMAbnCzaE3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMAbnCzaE3 .row {
  flex-direction: row-reverse;
}
.cid-uMAbnCzaE3 img {
  width: 100%;
}
.cid-uMAbnCSG2V {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uMAbnCSG2V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnCSG2V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnCSG2V .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-uMAbnCSG2V .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMAbnCSG2V .card-title,
.cid-uMAbnCSG2V .card-box {
  color: #111111;
  text-align: center;
}
.cid-uMAbnDekIO {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uMAbnDvRvQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c54686;
}
.cid-uMAbnDvRvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnDvRvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnDvRvQ .mbr-section-title {
  color: #ffffff;
}
.cid-uMAbnDvRvQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMAbnDOOZA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMAbnDOOZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnDOOZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMAbnDOOZA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMAbnDOOZA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uMAbnDOOZA .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uMAbnDOOZA .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uMG3mzhgcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMG3mzhgcz blockquote {
  border-color: #c54686;
  border-radius: 4px;
  background-color: #fafafa;
}
#custom-html-2b6 {
  /* Type valid CSS here */
}
#custom-html-2b6 div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-2b6 p {
  font-size: 60px;
  color: #777;
}
.cid-uMBabdGpp7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBabdGpp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBabdGpp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBabdGpp7 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uMBabdGpp7 .panel-group {
  border: none;
}
.cid-uMBabdGpp7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMBabdGpp7 .panel-body,
.cid-uMBabdGpp7 .card-header {
  padding: 1rem 0;
}
.cid-uMBabdGpp7 .panel-title-edit {
  color: #000000;
}
.cid-uMBabdGpp7 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMBabdGpp7 H3 {
  color: #c54686;
}
.cid-uMAbnE9Opk {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMAbnE9Opk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnE9Opk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnE9Opk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uMAbnE9Opk .panel-group {
  border: none;
}
.cid-uMAbnE9Opk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uMAbnE9Opk .panel-body,
.cid-uMAbnE9Opk .card-header {
  padding: 1rem 0;
}
.cid-uMAbnE9Opk .panel-title-edit {
  color: #000000;
}
.cid-uMAbnE9Opk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uMAbnE9Opk H3 {
  color: #c54686;
}
.cid-uMAbnFrPEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMAbnFrPEG li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uMAbnFrPEG li:last-child {
  margin-bottom: 0;
}
.cid-uMAbnFrPEG .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uMAbnFrPEG .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uMAbnFrPEG .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uMAbnFrPEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMAbnFrPEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMAbnFrPEG .mbr-section-title {
  color: #c54686;
}
.cid-uMAbnFT9x9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMAbnFT9x9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMAbnFT9x9 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uMAbnFT9x9 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uMAbnFT9x9 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMAbnFT9x9 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMAbnFT9x9 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMAbnFT9x9 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uMAbnFT9x9 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMAbnFT9x9 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMAbnFT9x9 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uMAbnFT9x9 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMAbnFT9x9 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMAbnFT9x9 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMAbnFT9x9 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMAbnFT9x9 .media-container-row .mbr-text {
  color: #111111;
}
.cid-uMAbnFT9x9 foot-menu-item {
  color: #111111;
}
.cid-uMBgWuBM13 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMBgWuBM13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBgWuBM13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBgWuBM13 .mbr-section-title {
  color: #c54686;
}
.cid-uMBgWuBM13 .mbr-section-subtitle {
  color: #c54686;
}
.cid-uMBgWtVX9t {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uMBgWtVX9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBgWtVX9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMBgWtVX9t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMBgWtVX9t .row {
  flex-direction: row-reverse;
}
.cid-uMBgWtVX9t img {
  width: 100%;
}
.cid-uMBi3J8VHs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMBi3J8VHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBi3J8VHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uMBi3J8VHs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uMBi3J8VHs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uMBi3J8VHs .text-wrapper {
    padding: 2rem;
  }
}
.cid-uMBgWDnzxV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMBgWDnzxV li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uMBgWDnzxV li:last-child {
  margin-bottom: 0;
}
.cid-uMBgWDnzxV .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uMBgWDnzxV .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uMBgWDnzxV .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uMBgWDnzxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMBgWDnzxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMBgWDnzxV .mbr-section-title {
  color: #c54686;
}
.cid-uMBgWDYArF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uMBgWDYArF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uMBgWDYArF .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uMBgWDYArF .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uMBgWDYArF .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uMBgWDYArF .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uMBgWDYArF .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uMBgWDYArF .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uMBgWDYArF .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uMBgWDYArF .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uMBgWDYArF .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uMBgWDYArF .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uMBgWDYArF .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uMBgWDYArF .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uMBgWDYArF .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uMBgWDYArF .media-container-row .mbr-text {
  color: #111111;
}
.cid-uMBgWDYArF foot-menu-item {
  color: #111111;
}
.cid-uOzGrkwQHm {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOzGrkwQHm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrkwQHm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrkwQHm .mbr-section-title {
  color: #c54686;
}
.cid-uOzGrkLQBm {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOzGrkLQBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrkLQBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uOzGrkLQBm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOzGrkLQBm .row {
  flex-direction: row-reverse;
}
.cid-uOzGrkLQBm img {
  width: 100%;
}
.cid-uOzGrkWz1E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-uOzGrkWz1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrkWz1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrkWz1E .card-wrapper {
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uOzGrkWz1E .row {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uOzGrkWz1E .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-uOzGrkWz1E .card-wrapper {
    padding: 1rem;
  }
}
.cid-uOzGrkWz1E ul {
  list-style: none;
}
.cid-uOzGrkWz1E li {
  position: relative;
}
.cid-uOzGrkWz1E li:before {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  content: "\e908";
  font-family: 'Moririse2' !important;
  color: #c54686;
  font-size: 0.8rem;
}
.cid-uOzGrkWz1E .mbr-section-btn {
  width: 100%;
}
.cid-uOzGrkWz1E .btn {
  width: 100%;
}
.cid-uOzGrkWz1E .card-title {
  color: #c54686;
}
.cid-uOzGrkWz1E .mbr-text,
.cid-uOzGrkWz1E .link-wrap,
.cid-uOzGrkWz1E .mbr-section-btn {
  color: #312c2c;
}
.cid-uOzGrl9KPF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOzGrl9KPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrl9KPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrl9KPF .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uOzGrl9KPF .mbr-section-subtitle {
  color: #111111;
}
.cid-uOzGrl9KPF .mbr-section-title {
  color: #ed5b2c;
}
.cid-uOzGrlngQb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOzGrlngQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrlngQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrlngQb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uOzGrlngQb .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uOzGrlngQb .card-title,
.cid-uOzGrlngQb .iconfont-wrapper {
  color: #232323;
}
.cid-uOzGrlngQb .card-text {
  color: #232323;
}
.cid-uOzGrlngQb .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uOzGrlngQb .mbr-section-subtitle {
  color: #232323;
}
.cid-uOzGrlngQb .content-head {
  max-width: 800px;
}
.cid-uOzGrlngQb .card-subtitle {
  color: #a1a1a1;
}
.cid-uOzGrlHunc {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffcece;
}
.cid-uOzGrlHunc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrlHunc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrlHunc img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uOzGrlHunc .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uOzGrlHunc .card-title,
.cid-uOzGrlHunc .iconfont-wrapper {
  color: #232323;
}
.cid-uOzGrlHunc .card-text {
  color: #232323;
}
.cid-uOzGrlHunc .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uOzGrlHunc .mbr-section-subtitle {
  color: #232323;
}
.cid-uOzGrlHunc .content-head {
  max-width: 800px;
}
.cid-uOzGrlHunc .card-subtitle {
  color: #a1a1a1;
}
.cid-uQEtd0sNAW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uQEtd0sNAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEtd0sNAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEtd0sNAW ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQEtd0sNAW li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQEtd0sNAW ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQEtd0sNAW H3 {
  color: #c54686;
}
.cid-uQEtd0sNAW .list {
  text-align: left;
}
.cid-uOzGrlZAwe {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uOzGrlZAwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrlZAwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrlZAwe img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uOzGrlZAwe .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uOzGrlZAwe .card-title,
.cid-uOzGrlZAwe .iconfont-wrapper {
  color: #000000;
}
.cid-uOzGrlZAwe .card-text {
  color: #000000;
}
.cid-uOzGrlZAwe .mbr-section-title {
  color: #c54686;
}
.cid-uOzGrlZAwe .mbr-section-subtitle {
  color: #232323;
}
.cid-uOzGrlZAwe .content-head {
  max-width: 800px;
}
.cid-uOzGrlZAwe .card-subtitle {
  color: #a1a1a1;
}
.cid-uOzGrmh0Su {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffcece;
}
.cid-uOzGrmh0Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOzGrmh0Su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOzGrmh0Su img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uOzGrmh0Su .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uOzGrmh0Su .card-title,
.cid-uOzGrmh0Su .iconfont-wrapper {
  color: #000000;
}
.cid-uOzGrmh0Su .card-text {
  color: #000000;
}
.cid-uOzGrmh0Su .mbr-section-title {
  color: #c54686;
}
.cid-uOzGrmh0Su .mbr-section-subtitle {
  color: #232323;
}
.cid-uOzGrmh0Su .content-head {
  max-width: 800px;
}
.cid-uOzGrmh0Su .card-subtitle {
  color: #a1a1a1;
}
.cid-uQEteAZgMz {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQEteAZgMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEteAZgMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEteAZgMz .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQEteAZgMz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQEteAZgMz .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uQEteAZgMz .panel-body,
.cid-uQEteAZgMz .card-header {
  padding: 1rem 0;
}
.cid-uQEteAZgMz .panel-title-edit {
  color: #000000;
}
.cid-uQEteAZgMz H3 {
  color: #c54686;
}
.cid-uQEtfmv5Sg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEtfmv5Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEtfmv5Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEtfmv5Sg .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQEtfmv5Sg .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQEtfmv5Sg .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uQEtfmv5Sg .panel-body,
.cid-uQEtfmv5Sg .card-header {
  padding: 1rem 0;
}
.cid-uQEtfmv5Sg .panel-title-edit {
  color: #000000;
}
.cid-uQEtfmv5Sg H3 {
  color: #c54686;
}
.cid-uQEtg7Er6U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQEtg7Er6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQEtg7Er6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQEtg7Er6U .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQEtg7Er6U .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQEtg7Er6U .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uQEtg7Er6U .panel-body,
.cid-uQEtg7Er6U .card-header {
  padding: 1rem 0;
}
.cid-uQEtg7Er6U .panel-title-edit {
  color: #000000;
}
.cid-uQEtg7Er6U H3 {
  color: #c54686;
}
.cid-uOzGrmzYKY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOzGrmzYKY .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uOzGrmzYKY .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uOzGrmzYKY .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uOzGrmzYKY .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uOzGrmzYKY .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uOzGrmzYKY .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uOzGrmzYKY .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uOzGrmzYKY .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uOzGrmzYKY .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uOzGrmzYKY .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uOzGrmzYKY .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uOzGrmzYKY .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uOzGrmzYKY .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uOzGrmzYKY .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uOzGrmzYKY .media-container-row .mbr-text {
  color: #111111;
}
.cid-uOzGrmzYKY foot-menu-item {
  color: #111111;
}
.cid-uQ4tgGlTvR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQ4tgGlTvR nav.navbar {
  position: fixed;
}
.cid-uQ4tgGlTvR .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-uQ4tgGlTvR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ4tgGlTvR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ4tgGlTvR .dropdown-item:hover,
.cid-uQ4tgGlTvR .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uQ4tgGlTvR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ4tgGlTvR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ4tgGlTvR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ4tgGlTvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ4tgGlTvR .nav-link {
  position: relative;
}
.cid-uQ4tgGlTvR .container {
  display: flex;
  margin: auto;
}
.cid-uQ4tgGlTvR .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4tgGlTvR .dropdown-menu,
.cid-uQ4tgGlTvR .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ4tgGlTvR .nav-item:focus,
.cid-uQ4tgGlTvR .nav-link:focus {
  outline: none;
}
.cid-uQ4tgGlTvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4tgGlTvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4tgGlTvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4tgGlTvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4tgGlTvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4tgGlTvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4tgGlTvR .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: #ffffff;
}
.cid-uQ4tgGlTvR .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4tgGlTvR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4tgGlTvR .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ4tgGlTvR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ4tgGlTvR .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4tgGlTvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4tgGlTvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4tgGlTvR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uQ4tgGlTvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4tgGlTvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4tgGlTvR .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-uQ4tgGlTvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4tgGlTvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4tgGlTvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ4tgGlTvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4tgGlTvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4tgGlTvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4tgGlTvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4tgGlTvR .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-uQ4tgGlTvR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ4tgGlTvR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ4tgGlTvR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4tgGlTvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ4tgGlTvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4tgGlTvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4tgGlTvR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ4tgGlTvR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ4tgGlTvR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ4tgGlTvR .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-uQ4tgGlTvR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4tgGlTvR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4tgGlTvR .dropdown-item.active,
.cid-uQ4tgGlTvR .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4tgGlTvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4tgGlTvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4tgGlTvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4tgGlTvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4tgGlTvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ4tgGlTvR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ4tgGlTvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4tgGlTvR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ4tgGlTvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4tgGlTvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uQ4tgGlTvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4tgGlTvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4tgGlTvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4tgGlTvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4tgGlTvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4tgGlTvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4tgGlTvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4tgGlTvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4tgGlTvR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ4tgGlTvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4tgGlTvR .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-uQ4tgGlTvR .navbar {
    height: 70px;
  }
  .cid-uQ4tgGlTvR .navbar.opened {
    height: auto;
  }
  .cid-uQ4tgGlTvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4tgGIKwI {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uQ4tgGIKwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tgGIKwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ4tgGIKwI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ4tgGIKwI .row {
  flex-direction: row-reverse;
}
.cid-uQ4tgGIKwI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ4tgGIKwI .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ4tgGIKwI .mbr-section-title {
  color: #c54686;
}
#custom-html-2e5 {
  /* Type valid CSS here */
}
#custom-html-2e5 div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-2e5 p {
  font-size: 60px;
  color: #777;
}
.cid-uQ4tgH23Gn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ4tgH23Gn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tgH23Gn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4tgH23Gn .mbr-section-title {
  color: #c54686;
}
.cid-uQ4tgH23Gn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQ4tgHi0lj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQ4tgHi0lj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tgHi0lj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ4tgHi0lj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ4tgHi0lj .row {
  flex-direction: row-reverse;
}
.cid-uQ4tgHi0lj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ4tgHi0lj .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ4tgHi0lj .mbr-section-title {
  color: #c54686;
}
#custom-html-2e9 {
  /* Type valid CSS here */
}
#custom-html-2e9 div {
  padding: 0px 0;
  color: #ffffff;
  text-align: left;
}
#custom-html-2e9 p {
  font-size: 60px;
  color: #777;
}
.cid-uQ5d9HUGzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ5d9HUGzb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ5d9HUGzb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ5d9HUGzb .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ5d9HUGzb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQ5d9HUGzb .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQ5d9HUGzb .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uQ4tgHVa0p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ4tgHVa0p li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uQ4tgHVa0p li:last-child {
  margin-bottom: 0;
}
.cid-uQ4tgHVa0p .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uQ4tgHVa0p .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uQ4tgHVa0p .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uQ4tgHVa0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tgHVa0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4tgHVa0p .mbr-section-title {
  color: #c54686;
}
.cid-uQ4tgIhLFM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQ4tgIhLFM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ4tgIhLFM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uQ4tgIhLFM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uQ4tgIhLFM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQ4tgIhLFM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQ4tgIhLFM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQ4tgIhLFM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uQ4tgIhLFM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQ4tgIhLFM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQ4tgIhLFM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uQ4tgIhLFM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ4tgIhLFM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQ4tgIhLFM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQ4tgIhLFM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQ4tgIhLFM .media-container-row .mbr-text {
  color: #111111;
}
.cid-uQ4tgIhLFM foot-menu-item {
  color: #111111;
}
.cid-uQ4tP9UwMe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQ4tP9UwMe nav.navbar {
  position: fixed;
}
.cid-uQ4tP9UwMe .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-uQ4tP9UwMe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQ4tP9UwMe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQ4tP9UwMe .dropdown-item:hover,
.cid-uQ4tP9UwMe .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uQ4tP9UwMe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQ4tP9UwMe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQ4tP9UwMe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQ4tP9UwMe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQ4tP9UwMe .nav-link {
  position: relative;
}
.cid-uQ4tP9UwMe .container {
  display: flex;
  margin: auto;
}
.cid-uQ4tP9UwMe .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQ4tP9UwMe .dropdown-menu,
.cid-uQ4tP9UwMe .navbar.opened {
  background: #ffffff !important;
}
.cid-uQ4tP9UwMe .nav-item:focus,
.cid-uQ4tP9UwMe .nav-link:focus {
  outline: none;
}
.cid-uQ4tP9UwMe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQ4tP9UwMe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQ4tP9UwMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQ4tP9UwMe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQ4tP9UwMe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQ4tP9UwMe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQ4tP9UwMe .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: #ffffff;
}
.cid-uQ4tP9UwMe .navbar.opened {
  transition: all 0.3s;
}
.cid-uQ4tP9UwMe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQ4tP9UwMe .navbar .navbar-logo img {
  width: auto;
}
.cid-uQ4tP9UwMe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQ4tP9UwMe .navbar.collapsed {
  justify-content: center;
}
.cid-uQ4tP9UwMe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQ4tP9UwMe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQ4tP9UwMe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uQ4tP9UwMe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQ4tP9UwMe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQ4tP9UwMe .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-uQ4tP9UwMe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQ4tP9UwMe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQ4tP9UwMe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQ4tP9UwMe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQ4tP9UwMe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQ4tP9UwMe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQ4tP9UwMe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQ4tP9UwMe .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-uQ4tP9UwMe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQ4tP9UwMe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQ4tP9UwMe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQ4tP9UwMe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQ4tP9UwMe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQ4tP9UwMe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQ4tP9UwMe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQ4tP9UwMe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQ4tP9UwMe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQ4tP9UwMe .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-uQ4tP9UwMe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQ4tP9UwMe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQ4tP9UwMe .dropdown-item.active,
.cid-uQ4tP9UwMe .dropdown-item:active {
  background-color: transparent;
}
.cid-uQ4tP9UwMe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQ4tP9UwMe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQ4tP9UwMe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQ4tP9UwMe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQ4tP9UwMe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQ4tP9UwMe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQ4tP9UwMe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQ4tP9UwMe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQ4tP9UwMe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQ4tP9UwMe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uQ4tP9UwMe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQ4tP9UwMe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4tP9UwMe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQ4tP9UwMe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQ4tP9UwMe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4tP9UwMe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQ4tP9UwMe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQ4tP9UwMe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQ4tP9UwMe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQ4tP9UwMe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQ4tP9UwMe .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-uQ4tP9UwMe .navbar {
    height: 70px;
  }
  .cid-uQ4tP9UwMe .navbar.opened {
    height: auto;
  }
  .cid-uQ4tP9UwMe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQ4tPaiWiT {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ4tPaiWiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tPaiWiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQ4tPaiWiT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQ4tPaiWiT .row {
  flex-direction: row-reverse;
}
.cid-uQ4tPaiWiT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQ4tPaiWiT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQ4tPaiWiT .mbr-section-title {
  color: #c54686;
}
.cid-uQ4ygXbair {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uQ4ygXbair .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4ygXbair .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4tPbTEOG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQ4tPbTEOG li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uQ4tPbTEOG li:last-child {
  margin-bottom: 0;
}
.cid-uQ4tPbTEOG .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uQ4tPbTEOG .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uQ4tPbTEOG .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uQ4tPbTEOG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQ4tPbTEOG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQ4tPbTEOG .mbr-section-title {
  color: #c54686;
}
.cid-uQ4tPckJdq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQ4tPckJdq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQ4tPckJdq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uQ4tPckJdq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uQ4tPckJdq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQ4tPckJdq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQ4tPckJdq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQ4tPckJdq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uQ4tPckJdq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQ4tPckJdq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQ4tPckJdq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uQ4tPckJdq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQ4tPckJdq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQ4tPckJdq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQ4tPckJdq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQ4tPckJdq .media-container-row .mbr-text {
  color: #111111;
}
.cid-uQ4tPckJdq foot-menu-item {
  color: #111111;
}
.cid-uQQgS3VjaF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQQgS3VjaF nav.navbar {
  position: fixed;
}
.cid-uQQgS3VjaF .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-uQQgS3VjaF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQQgS3VjaF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQQgS3VjaF .dropdown-item:hover,
.cid-uQQgS3VjaF .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uQQgS3VjaF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQQgS3VjaF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQQgS3VjaF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQQgS3VjaF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQQgS3VjaF .nav-link {
  position: relative;
}
.cid-uQQgS3VjaF .container {
  display: flex;
  margin: auto;
}
.cid-uQQgS3VjaF .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQQgS3VjaF .dropdown-menu,
.cid-uQQgS3VjaF .navbar.opened {
  background: #ffffff !important;
}
.cid-uQQgS3VjaF .nav-item:focus,
.cid-uQQgS3VjaF .nav-link:focus {
  outline: none;
}
.cid-uQQgS3VjaF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQQgS3VjaF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQQgS3VjaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQQgS3VjaF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQQgS3VjaF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQQgS3VjaF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQQgS3VjaF .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: #ffffff;
}
.cid-uQQgS3VjaF .navbar.opened {
  transition: all 0.3s;
}
.cid-uQQgS3VjaF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQQgS3VjaF .navbar .navbar-logo img {
  width: auto;
}
.cid-uQQgS3VjaF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQQgS3VjaF .navbar.collapsed {
  justify-content: center;
}
.cid-uQQgS3VjaF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQQgS3VjaF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQgS3VjaF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uQQgS3VjaF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQQgS3VjaF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQQgS3VjaF .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-uQQgS3VjaF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQQgS3VjaF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQQgS3VjaF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQQgS3VjaF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQQgS3VjaF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQQgS3VjaF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQQgS3VjaF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQQgS3VjaF .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-uQQgS3VjaF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQQgS3VjaF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQQgS3VjaF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQQgS3VjaF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQQgS3VjaF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQQgS3VjaF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQQgS3VjaF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQQgS3VjaF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQQgS3VjaF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQQgS3VjaF .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-uQQgS3VjaF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQQgS3VjaF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQQgS3VjaF .dropdown-item.active,
.cid-uQQgS3VjaF .dropdown-item:active {
  background-color: transparent;
}
.cid-uQQgS3VjaF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQQgS3VjaF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQQgS3VjaF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQQgS3VjaF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQQgS3VjaF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQQgS3VjaF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQQgS3VjaF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQQgS3VjaF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQQgS3VjaF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQQgS3VjaF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uQQgS3VjaF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQQgS3VjaF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQgS3VjaF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQQgS3VjaF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQQgS3VjaF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQgS3VjaF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQQgS3VjaF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQQgS3VjaF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQQgS3VjaF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQQgS3VjaF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQQgS3VjaF .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-uQQgS3VjaF .navbar {
    height: 70px;
  }
  .cid-uQQgS3VjaF .navbar.opened {
    height: auto;
  }
  .cid-uQQgS3VjaF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQQgS4ofZv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQgS4ofZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS4ofZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQQgS4ofZv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQgS4ofZv .row {
  flex-direction: row-reverse;
}
.cid-uQQgS4ofZv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQQgS4ofZv .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQgS4ofZv .mbr-section-title {
  color: #c54686;
}
.cid-uQQgS4LAWs {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ed5b2c;
}
.cid-uQQgS4LAWs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS4LAWs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS4LAWs .mbr-section-title {
  color: #ffffff;
}
.cid-uQQgS4LAWs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQQgS55UUo {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQgS55UUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS55UUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQQgS55UUo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQgS55UUo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uQQgS55UUo .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQgS55UUo .mbr-section-title {
  color: #312c2c;
}
.cid-uQQgS5qoTp {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQQgS5qoTp .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uQQgS5qoTp .card {
    margin-bottom: 2rem!important;
  }
  .cid-uQQgS5qoTp .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uQQgS5qoTp .link-wrap {
    align-items: center;
  }
}
.cid-uQQgS5qoTp .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uQQgS5qoTp .card-title,
.cid-uQQgS5qoTp .card-box {
  color: #c54686;
}
.cid-uQQgS5qoTp .mbr-text,
.cid-uQQgS5qoTp .link-wrap,
.cid-uQQgS5qoTp .mbr-section-btn {
  color: #111111;
}
.cid-uQQgS5qoTp .mbr-text UL {
  text-align: left;
}
.cid-uQQgS5qoTp .mbr-text P {
  text-align: center;
}
.cid-uQQgS5qoTp .mbr-text {
  color: #000000;
}
.cid-uQQgS5OsBo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQQgS5OsBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS5OsBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS5OsBo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQQgS5OsBo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQQgS5OsBo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQQgS5OsBo H3 {
  color: #c54686;
  text-align: center;
}
.cid-uQQgS69OzG {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uQQgS69OzG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS69OzG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS6uZ9i {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQQgS6uZ9i .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uQQgS6uZ9i .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uQQgS6uZ9i .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffcece;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uQQgS6uZ9i .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uQQgS6uZ9i .mbr-text {
  color: #111111;
}
.cid-uQQgS6uZ9i .mbr-text UL {
  text-align: left;
}
.cid-uQQgS6PMlb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQgS6PMlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS6PMlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS6PMlb .mbr-section-title {
  color: #c54686;
}
.cid-uQQgS7eI9h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQgS7eI9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS7eI9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQQgS7eI9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQQgS7eI9h .row {
  flex-direction: row-reverse;
}
.cid-uQQgS7eI9h img {
  width: 100%;
}
.cid-uQQgS7zB7v {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-uQQgS7zB7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS7zB7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS7zB7v .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #c54686;
  margin-bottom: 2rem;
}
.cid-uQQgS7zB7v .item-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uQQgS7zB7v .card-title,
.cid-uQQgS7zB7v .card-box {
  color: #111111;
  text-align: center;
}
.cid-uQQgS7XUHB {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQQgS8iJ5u {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c54686;
}
.cid-uQQgS8iJ5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS8iJ5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS8iJ5u .mbr-section-title {
  color: #ffffff;
}
.cid-uQQgS8iJ5u .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQQgS8G8gD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQgS8G8gD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS8G8gD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQQgS8G8gD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uQQgS8G8gD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uQQgS8G8gD .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uQQgS8G8gD .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uQQgS97cS4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQQgS97cS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgS97cS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgS97cS4 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #c54686;
  margin-left: 1rem;
}
.cid-uQQgS97cS4 .panel-group {
  border: none;
}
.cid-uQQgS97cS4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uQQgS97cS4 .panel-body,
.cid-uQQgS97cS4 .card-header {
  padding: 1rem 0;
}
.cid-uQQgS97cS4 .panel-title-edit {
  color: #000000;
}
.cid-uQQgS97cS4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uQQgS97cS4 H3 {
  color: #c54686;
}
.cid-uQQgS9Ckjn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQQgSbYubo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uQQgSbYubo li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uQQgSbYubo li:last-child {
  margin-bottom: 0;
}
.cid-uQQgSbYubo .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uQQgSbYubo .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uQQgSbYubo .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uQQgSbYubo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQQgSbYubo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQQgSbYubo .mbr-section-title {
  color: #c54686;
}
.cid-uQQgScyIAE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uQQgScyIAE .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uQQgScyIAE .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uQQgScyIAE .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uQQgScyIAE .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uQQgScyIAE .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uQQgScyIAE .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uQQgScyIAE .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uQQgScyIAE .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uQQgScyIAE .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uQQgScyIAE .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uQQgScyIAE .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uQQgScyIAE .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uQQgScyIAE .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uQQgScyIAE .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uQQgScyIAE .media-container-row .mbr-text {
  color: #111111;
}
.cid-uQQgScyIAE foot-menu-item {
  color: #111111;
}
.cid-uVaZ6cVGPA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaZ6cVGPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6cVGPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6cVGPA .mbr-section-title {
  color: #c54686;
}
.cid-uVUT1zvxtk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVUT1zvxtk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUT1zvxtk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUT1zvxtk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVUT1zvxtk .row {
    flex-direction: column-reverse;
  }
  .cid-uVUT1zvxtk .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uVUT1zvxtk .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVUT1zvxtk .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVUT1zvxtk .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVUTGixKOw {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVUTGixKOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUTGixKOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUUJUubkK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVUWlc8mVI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVUWlc8mVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUWlc8mVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUWlc8mVI .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uVUWlc8mVI .card {
    margin-bottom: 2rem!important;
  }
  .cid-uVUWlc8mVI .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVUWlc8mVI .link-wrap {
    align-items: center;
  }
}
.cid-uVUWlc8mVI .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVUXolLjbr {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVUXolLjbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUXolLjbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVUXolLjbr .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uVUXolLjbr .card {
    margin-bottom: 2rem!important;
  }
  .cid-uVUXolLjbr .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVUXolLjbr .link-wrap {
    align-items: center;
  }
}
.cid-uVUXolLjbr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVViMbr7z3 {
  padding-top: 9rem;
  padding-bottom: 8rem;
  background-color: #ffb5b5;
}
.cid-uVViMbr7z3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVViMbr7z3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVViMbr7z3 .mbr-section-title {
  color: #312c2c;
}
.cid-uVViMbr7z3 .mbr-section-subtitle {
  color: #312c2c;
}
.cid-uVUYFbHHyN {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVUYFbHHyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVUYFbHHyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVUYFbHHyN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVUYFbHHyN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVUYFbHHyN .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVaZ6et0uS {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffcece;
}
.cid-uVaZ6et0uS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6et0uS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6et0uS img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uVaZ6et0uS .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uVaZ6et0uS .card-title,
.cid-uVaZ6et0uS .iconfont-wrapper {
  color: #232323;
}
.cid-uVaZ6et0uS .card-text {
  color: #232323;
}
.cid-uVaZ6et0uS .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uVaZ6et0uS .mbr-section-subtitle {
  color: #232323;
}
.cid-uVaZ6et0uS .content-head {
  max-width: 800px;
}
.cid-uVaZ6et0uS .card-subtitle {
  color: #a1a1a1;
}
.cid-uVV17b1JBD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVV17b1JBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVV17b1JBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVV17b1JBD .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uVV17b1JBD .card {
    margin-bottom: 2rem!important;
  }
  .cid-uVV17b1JBD .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uVV17b1JBD .link-wrap {
    align-items: center;
  }
}
.cid-uVV17b1JBD .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVV31FSAsH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVV31FSAsH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVV31FSAsH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVV31FSAsH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVV31FSAsH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uVV31FSAsH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uVV5phfCXg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaZ6fpPPA {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fff6ea;
}
.cid-uVaZ6fpPPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6fpPPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6fpPPA img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uVaZ6fpPPA .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uVaZ6fpPPA .card-title,
.cid-uVaZ6fpPPA .iconfont-wrapper {
  color: #000000;
}
.cid-uVaZ6fpPPA .card-text {
  color: #000000;
}
.cid-uVaZ6fpPPA .mbr-section-title {
  color: #c54686;
}
.cid-uVaZ6fpPPA .mbr-section-subtitle {
  color: #232323;
}
.cid-uVaZ6fpPPA .content-head {
  max-width: 800px;
}
.cid-uVaZ6fpPPA .card-subtitle {
  color: #a1a1a1;
}
.cid-uVV7zPUdd3 {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVV7zPUdd3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVV7zPUdd3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVVbX06mDK {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVb0QvJBuR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uVb0QvJBuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb0QvJBuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb0QvJBuR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVb0QvJBuR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uVb0QvJBuR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVb0QvJBuR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uVb0QvJBuR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uVb0QvJBuR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uVb0QvJBuR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uVb0QvJBuR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uVb0QvJBuR .card-title {
  color: #c54686;
}
.cid-uVaZ6dQFn4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVaZ6dQFn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6dQFn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6dQFn4 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uVaZ6dQFn4 .mbr-section-subtitle {
  color: #111111;
}
.cid-uVaZ6dQFn4 .mbr-section-title {
  color: #312c2c;
}
.cid-uVb5n9eddf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVb5n9eddf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVb5n9eddf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVb5n9eddf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uVb5n9eddf .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-uVb5n9eddf .mbr-section-title {
  color: #ed5b2c;
}
.cid-uVaZ6e9tNN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6ea;
}
.cid-uVaZ6e9tNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6e9tNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6e9tNN img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uVaZ6e9tNN .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #e6c63b;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uVaZ6e9tNN .card-title,
.cid-uVaZ6e9tNN .iconfont-wrapper {
  color: #232323;
}
.cid-uVaZ6e9tNN .card-text {
  color: #232323;
}
.cid-uVaZ6e9tNN .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uVaZ6e9tNN .mbr-section-subtitle {
  color: #232323;
}
.cid-uVaZ6e9tNN .content-head {
  max-width: 800px;
}
.cid-uVaZ6e9tNN .card-subtitle {
  color: #a1a1a1;
}
.cid-uVaZ6eNCEY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVaZ6eNCEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6eNCEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6eNCEY ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uVaZ6eNCEY li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uVaZ6eNCEY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #c54686;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uVaZ6eNCEY H3 {
  color: #c54686;
}
.cid-uVaZ6eNCEY .list {
  text-align: left;
}
.cid-uVaZ6f6EtM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #fff6ea;
}
.cid-uVaZ6f6EtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6f6EtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6f6EtM img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
  margin: auto;
  margin-bottom: 1.5rem;
}
.cid-uVaZ6f6EtM .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 1.5rem;
  color: #ffffff;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.cid-uVaZ6f6EtM .card-title,
.cid-uVaZ6f6EtM .iconfont-wrapper {
  color: #000000;
}
.cid-uVaZ6f6EtM .card-text {
  color: #000000;
}
.cid-uVaZ6f6EtM .mbr-section-title {
  color: #c54686;
}
.cid-uVaZ6f6EtM .mbr-section-subtitle {
  color: #232323;
}
.cid-uVaZ6f6EtM .content-head {
  max-width: 800px;
}
.cid-uVaZ6f6EtM .card-subtitle {
  color: #a1a1a1;
}
.cid-uVVjucHI6Z {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVaZ6fMj8p {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uVaZ6fMj8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6fMj8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6fMj8p .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVaZ6fMj8p .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVaZ6fMj8p .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uVaZ6fMj8p .panel-body,
.cid-uVaZ6fMj8p .card-header {
  padding: 1rem 0;
}
.cid-uVaZ6fMj8p .panel-title-edit {
  color: #000000;
}
.cid-uVaZ6fMj8p H3 {
  color: #c54686;
}
.cid-uVaZ6g89ws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVaZ6g89ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6g89ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6g89ws .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVaZ6g89ws .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVaZ6g89ws .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uVaZ6g89ws .panel-body,
.cid-uVaZ6g89ws .card-header {
  padding: 1rem 0;
}
.cid-uVaZ6g89ws .panel-title-edit {
  color: #000000;
}
.cid-uVaZ6g89ws H3 {
  color: #c54686;
}
.cid-uVaZ6gveQ8 {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uVaZ6gveQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVaZ6gveQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVaZ6gveQ8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uVaZ6gveQ8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uVaZ6gveQ8 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c54686;
}
.cid-uVaZ6gveQ8 .panel-body,
.cid-uVaZ6gveQ8 .card-header {
  padding: 1rem 0;
}
.cid-uVaZ6gveQ8 .panel-title-edit {
  color: #000000;
}
.cid-uVaZ6gveQ8 H3 {
  color: #c54686;
}
.cid-uVaZ6gRRgN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVaZ6gRRgN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uVaZ6gRRgN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uVaZ6gRRgN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uVaZ6gRRgN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uVaZ6gRRgN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uVaZ6gRRgN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uVaZ6gRRgN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uVaZ6gRRgN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uVaZ6gRRgN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uVaZ6gRRgN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uVaZ6gRRgN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uVaZ6gRRgN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uVaZ6gRRgN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uVaZ6gRRgN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uVaZ6gRRgN .media-container-row .mbr-text {
  color: #111111;
}
.cid-uVaZ6gRRgN foot-menu-item {
  color: #111111;
}
.cid-uX2uiqjvQv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uX2uiqjvQv nav.navbar {
  position: fixed;
}
.cid-uX2uiqjvQv .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-uX2uiqjvQv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX2uiqjvQv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX2uiqjvQv .dropdown-item:hover,
.cid-uX2uiqjvQv .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uX2uiqjvQv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX2uiqjvQv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX2uiqjvQv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX2uiqjvQv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX2uiqjvQv .nav-link {
  position: relative;
}
.cid-uX2uiqjvQv .container {
  display: flex;
  margin: auto;
}
.cid-uX2uiqjvQv .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX2uiqjvQv .dropdown-menu,
.cid-uX2uiqjvQv .navbar.opened {
  background: #ffffff !important;
}
.cid-uX2uiqjvQv .nav-item:focus,
.cid-uX2uiqjvQv .nav-link:focus {
  outline: none;
}
.cid-uX2uiqjvQv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX2uiqjvQv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX2uiqjvQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX2uiqjvQv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX2uiqjvQv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX2uiqjvQv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX2uiqjvQv .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: #ffffff;
}
.cid-uX2uiqjvQv .navbar.opened {
  transition: all 0.3s;
}
.cid-uX2uiqjvQv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX2uiqjvQv .navbar .navbar-logo img {
  width: auto;
}
.cid-uX2uiqjvQv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX2uiqjvQv .navbar.collapsed {
  justify-content: center;
}
.cid-uX2uiqjvQv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX2uiqjvQv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uX2uiqjvQv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uX2uiqjvQv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX2uiqjvQv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX2uiqjvQv .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-uX2uiqjvQv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX2uiqjvQv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX2uiqjvQv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX2uiqjvQv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX2uiqjvQv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX2uiqjvQv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX2uiqjvQv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX2uiqjvQv .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-uX2uiqjvQv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX2uiqjvQv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX2uiqjvQv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX2uiqjvQv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX2uiqjvQv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX2uiqjvQv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX2uiqjvQv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX2uiqjvQv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX2uiqjvQv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX2uiqjvQv .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-uX2uiqjvQv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX2uiqjvQv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX2uiqjvQv .dropdown-item.active,
.cid-uX2uiqjvQv .dropdown-item:active {
  background-color: transparent;
}
.cid-uX2uiqjvQv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX2uiqjvQv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX2uiqjvQv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX2uiqjvQv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uX2uiqjvQv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX2uiqjvQv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX2uiqjvQv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX2uiqjvQv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX2uiqjvQv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX2uiqjvQv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uX2uiqjvQv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX2uiqjvQv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2uiqjvQv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX2uiqjvQv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX2uiqjvQv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2uiqjvQv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX2uiqjvQv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX2uiqjvQv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX2uiqjvQv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uX2uiqjvQv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX2uiqjvQv .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-uX2uiqjvQv .navbar {
    height: 70px;
  }
  .cid-uX2uiqjvQv .navbar.opened {
    height: auto;
  }
  .cid-uX2uiqjvQv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX2uiqJr9w {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uX2uiqJr9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uiqJr9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uiqJr9w .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uX2uiqJr9w .mbr-section-subtitle {
  color: #111111;
}
.cid-uX2uir4J6L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uir4J6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uir4J6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX2uir4J6L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX2uir4J6L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uX2uir4J6L .text-wrapper {
    padding: 2rem;
  }
}
.cid-uX2uirowMQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uirowMQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uX2uirGucV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uX2uirGucV blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uX2uirGucV .mbr-section-title {
  color: #111111;
}
.cid-uX2uirGucV .mbr-text {
  color: #312c2c;
}
.cid-uX2uirXU1C {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uirXU1C img,
.cid-uX2uirXU1C .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX2uirXU1C .item:focus,
.cid-uX2uirXU1C span:focus {
  outline: none;
}
.cid-uX2uirXU1C .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uirXU1C .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uirXU1C .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uirXU1C .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uirXU1C .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uirXU1C .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uirXU1C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uirXU1C .mbr-section-title {
  color: #c54686;
}
.cid-uX2uirXU1C .mbr-text,
.cid-uX2uirXU1C .mbr-section-btn {
  text-align: left;
}
.cid-uX2uirXU1C .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uirXU1C .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uisjq8m {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uisjq8m img,
.cid-uX2uisjq8m .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX2uisjq8m .item:focus,
.cid-uX2uisjq8m span:focus {
  outline: none;
}
.cid-uX2uisjq8m .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uisjq8m .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uisjq8m .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uisjq8m .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uisjq8m .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uisjq8m .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uisjq8m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uisjq8m .mbr-section-title {
  color: #c54686;
}
.cid-uX2uisjq8m .mbr-text,
.cid-uX2uisjq8m .mbr-section-btn {
  text-align: left;
}
.cid-uX2uisjq8m .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uisjq8m .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uisJviE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uisJviE img,
.cid-uX2uisJviE .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX2uisJviE .item:focus,
.cid-uX2uisJviE span:focus {
  outline: none;
}
.cid-uX2uisJviE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uisJviE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uisJviE .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uisJviE .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uisJviE .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uisJviE .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uisJviE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uisJviE .mbr-section-title {
  color: #c54686;
}
.cid-uX2uisJviE .mbr-text,
.cid-uX2uisJviE .mbr-section-btn {
  text-align: left;
}
.cid-uX2uisJviE .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uisJviE .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uitdLEi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uitdLEi img,
.cid-uX2uitdLEi .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX2uitdLEi .item:focus,
.cid-uX2uitdLEi span:focus {
  outline: none;
}
.cid-uX2uitdLEi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uitdLEi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uitdLEi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uitdLEi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uitdLEi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uitdLEi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uitdLEi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uitdLEi .mbr-section-title {
  color: #c54686;
}
.cid-uX2uitdLEi .mbr-text,
.cid-uX2uitdLEi .mbr-section-btn {
  text-align: left;
}
.cid-uX2uitdLEi .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uitdLEi .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uitEInB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uitEInB img,
.cid-uX2uitEInB .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX2uitEInB .item:focus,
.cid-uX2uitEInB span:focus {
  outline: none;
}
.cid-uX2uitEInB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uitEInB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uitEInB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uitEInB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uitEInB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uitEInB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uitEInB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uitEInB .mbr-section-title {
  color: #c54686;
}
.cid-uX2uitEInB .mbr-text,
.cid-uX2uitEInB .mbr-section-btn {
  text-align: left;
}
.cid-uX2uitEInB .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uitEInB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uiu7J4L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uiu7J4L img,
.cid-uX2uiu7J4L .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uX2uiu7J4L .item:focus,
.cid-uX2uiu7J4L span:focus {
  outline: none;
}
.cid-uX2uiu7J4L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX2uiu7J4L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX2uiu7J4L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX2uiu7J4L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uiu7J4L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX2uiu7J4L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX2uiu7J4L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX2uiu7J4L .mbr-section-title {
  color: #c54686;
}
.cid-uX2uiu7J4L .mbr-text,
.cid-uX2uiu7J4L .mbr-section-btn {
  text-align: left;
}
.cid-uX2uiu7J4L .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX2uiu7J4L .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uX2uiuCJIA {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX2uiuCJIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uiuCJIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uiuCJIA .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uX2uivG3vk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uX2uivG3vk li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uX2uivG3vk li:last-child {
  margin-bottom: 0;
}
.cid-uX2uivG3vk .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uX2uivG3vk .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uX2uivG3vk .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uX2uivG3vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX2uivG3vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX2uivG3vk .mbr-section-title {
  color: #c54686;
}
.cid-uX2uiwdLEi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uX2uiwdLEi .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX2uiwdLEi .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uX2uiwdLEi .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uX2uiwdLEi .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uX2uiwdLEi .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uX2uiwdLEi .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uX2uiwdLEi .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uX2uiwdLEi .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uX2uiwdLEi .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uX2uiwdLEi .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uX2uiwdLEi .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX2uiwdLEi .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uX2uiwdLEi .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uX2uiwdLEi .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uX2uiwdLEi .media-container-row .mbr-text {
  color: #111111;
}
.cid-uX2uiwdLEi foot-menu-item {
  color: #111111;
}
.cid-uX2uiwIqPF.popup-builder {
  background-color: #ffffff;
}
.cid-uX2uiwIqPF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uX2uiwIqPF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uX2uiwIqPF .modal-content,
.cid-uX2uiwIqPF .modal-dialog {
  height: auto;
}
.cid-uX2uiwIqPF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uX2uiwIqPF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uX2uiwIqPF .form-wrapper .mbr-form .form-group,
  .cid-uX2uiwIqPF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uX2uiwIqPF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uX2uiwIqPF .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uX2uiwIqPF .mbr-text {
  text-align: center;
}
.cid-uX2uiwIqPF .pt-0 {
  padding-top: 0 !important;
}
.cid-uX2uiwIqPF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uX2uiwIqPF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uX2uiwIqPF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uX2uiwIqPF .modal-open {
  overflow: hidden;
}
.cid-uX2uiwIqPF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uX2uiwIqPF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uX2uiwIqPF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uX2uiwIqPF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uX2uiwIqPF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uX2uiwIqPF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uX2uiwIqPF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uX2uiwIqPF .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uX2uiwIqPF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uX2uiwIqPF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uX2uiwIqPF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uX2uiwIqPF .modal-backdrop.show {
  opacity: .5;
}
.cid-uX2uiwIqPF .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uX2uiwIqPF .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uiwIqPF .modal-header {
    padding: 1rem;
  }
}
.cid-uX2uiwIqPF .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uX2uiwIqPF .modal-header .close svg {
  fill: #353535;
}
.cid-uX2uiwIqPF .modal-header .close:hover {
  opacity: 1;
}
.cid-uX2uiwIqPF .modal-header .close:focus {
  outline: none;
}
.cid-uX2uiwIqPF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uX2uiwIqPF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uX2uiwIqPF .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uiwIqPF .modal-body {
    padding: 1rem;
  }
}
.cid-uX2uiwIqPF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uX2uiwIqPF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX2uiwIqPF .modal-footer {
    padding: 1rem;
  }
}
.cid-uX2uiwIqPF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uX2uiwIqPF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uX2uiwIqPF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uX2uiwIqPF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uX2uiwIqPF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uX2uiwIqPF .modal-lg,
  .cid-uX2uiwIqPF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uX2uiwIqPF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uX2uiwIqPF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uX2uiwIqPF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uX2uiwIqPF .form-group {
  margin-bottom: 1rem;
}
.cid-uX2uiwIqPF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uX2uiwIqPF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uX2uiwIqPF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uX2uiwIqPF .mbr-section-btn {
  margin: 0;
}
.cid-uX2uiwIqPF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAN0kM1mId {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uAN0kM1mId nav.navbar {
  position: fixed;
}
.cid-uAN0kM1mId .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-uAN0kM1mId .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uAN0kM1mId .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uAN0kM1mId .dropdown-item:hover,
.cid-uAN0kM1mId .dropdown-item:focus {
  background: #c54686 !important;
  color: white !important;
}
.cid-uAN0kM1mId .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uAN0kM1mId .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uAN0kM1mId .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAN0kM1mId .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAN0kM1mId .nav-link {
  position: relative;
}
.cid-uAN0kM1mId .container {
  display: flex;
  margin: auto;
}
.cid-uAN0kM1mId .iconfont-wrapper {
  color: #353535 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAN0kM1mId .dropdown-menu,
.cid-uAN0kM1mId .navbar.opened {
  background: #ffffff !important;
}
.cid-uAN0kM1mId .nav-item:focus,
.cid-uAN0kM1mId .nav-link:focus {
  outline: none;
}
.cid-uAN0kM1mId .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAN0kM1mId .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAN0kM1mId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAN0kM1mId .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAN0kM1mId .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAN0kM1mId .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAN0kM1mId .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: #ffffff;
}
.cid-uAN0kM1mId .navbar.opened {
  transition: all 0.3s;
}
.cid-uAN0kM1mId .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAN0kM1mId .navbar .navbar-logo img {
  width: auto;
}
.cid-uAN0kM1mId .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAN0kM1mId .navbar.collapsed {
  justify-content: center;
}
.cid-uAN0kM1mId .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAN0kM1mId .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAN0kM1mId .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.2rem);
  }
}
.cid-uAN0kM1mId .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAN0kM1mId .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAN0kM1mId .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-uAN0kM1mId .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAN0kM1mId .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAN0kM1mId .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAN0kM1mId .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAN0kM1mId .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAN0kM1mId .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAN0kM1mId .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAN0kM1mId .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-uAN0kM1mId .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAN0kM1mId .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAN0kM1mId .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAN0kM1mId .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAN0kM1mId .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAN0kM1mId .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAN0kM1mId .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAN0kM1mId .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAN0kM1mId .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAN0kM1mId .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-uAN0kM1mId .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAN0kM1mId .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAN0kM1mId .dropdown-item.active,
.cid-uAN0kM1mId .dropdown-item:active {
  background-color: transparent;
}
.cid-uAN0kM1mId .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAN0kM1mId .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAN0kM1mId .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAN0kM1mId .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uAN0kM1mId .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAN0kM1mId .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAN0kM1mId ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAN0kM1mId .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAN0kM1mId button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAN0kM1mId button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #c54686;
}
.cid-uAN0kM1mId button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAN0kM1mId button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAN0kM1mId button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAN0kM1mId button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAN0kM1mId nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAN0kM1mId nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAN0kM1mId nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAN0kM1mId nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAN0kM1mId .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uAN0kM1mId a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAN0kM1mId .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-uAN0kM1mId .navbar {
    height: 70px;
  }
  .cid-uAN0kM1mId .navbar.opened {
    height: auto;
  }
  .cid-uAN0kM1mId .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAN0kMBnl8 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kMBnl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAN0kMBnl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAN0kMBnl8 .mbr-section-title {
  color: #c54686;
  text-align: center;
}
.cid-uAN0kMBnl8 .mbr-section-subtitle {
  color: #111111;
}
.cid-uAN0kMZj0P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kMZj0P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAN0kMZj0P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uAN0kMZj0P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uAN0kMZj0P img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAN0kMZj0P .text-wrapper {
    padding: 2rem;
  }
}
.cid-uAN0kOrcv9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kOrcv9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uAN0kOScjp {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAN0kOScjp .mbr-text {
  text-align: left;
}
.cid-uAN0kOScjp .mbr-section-subtitle {
  color: #c54686;
}
.cid-uAN0kPj9XA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #c54686;
}
.cid-uAN0kPj9XA blockquote {
  border-color: #111111;
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uAN0kPj9XA .mbr-section-title {
  color: #111111;
}
.cid-uAN0kPj9XA .mbr-text {
  color: #312c2c;
}
.cid-uX3xbREvcW {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uX3xbREvcW img,
.cid-uX3xbREvcW .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uX3xbREvcW .item:focus,
.cid-uX3xbREvcW span:focus {
  outline: none;
}
.cid-uX3xbREvcW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uX3xbREvcW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uX3xbREvcW .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uX3xbREvcW .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uX3xbREvcW .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uX3xbREvcW .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uX3xbREvcW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uX3xbREvcW .mbr-section-title {
  color: #c54686;
}
.cid-uX3xbREvcW .mbr-text,
.cid-uX3xbREvcW .mbr-section-btn {
  text-align: left;
}
.cid-uX3xbREvcW .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uX3xbREvcW .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uC1sXUZqpu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uC1sXUZqpu img,
.cid-uC1sXUZqpu .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uC1sXUZqpu .item:focus,
.cid-uC1sXUZqpu span:focus {
  outline: none;
}
.cid-uC1sXUZqpu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uC1sXUZqpu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uC1sXUZqpu .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uC1sXUZqpu .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uC1sXUZqpu .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uC1sXUZqpu .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uC1sXUZqpu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uC1sXUZqpu .mbr-section-title {
  color: #c54686;
}
.cid-uC1sXUZqpu .mbr-text,
.cid-uC1sXUZqpu .mbr-section-btn {
  text-align: left;
}
.cid-uC1sXUZqpu .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uC1sXUZqpu .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAN0kQ74cB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kQ74cB img,
.cid-uAN0kQ74cB .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uAN0kQ74cB .item:focus,
.cid-uAN0kQ74cB span:focus {
  outline: none;
}
.cid-uAN0kQ74cB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAN0kQ74cB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAN0kQ74cB .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAN0kQ74cB .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAN0kQ74cB .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAN0kQ74cB .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAN0kQ74cB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAN0kQ74cB .mbr-section-title {
  color: #c54686;
}
.cid-uAN0kQ74cB .mbr-text,
.cid-uAN0kQ74cB .mbr-section-btn {
  text-align: left;
}
.cid-uAN0kQ74cB .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uAN0kQ74cB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAN0kQJqW6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kQJqW6 img,
.cid-uAN0kQJqW6 .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uAN0kQJqW6 .item:focus,
.cid-uAN0kQJqW6 span:focus {
  outline: none;
}
.cid-uAN0kQJqW6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAN0kQJqW6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAN0kQJqW6 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAN0kQJqW6 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAN0kQJqW6 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAN0kQJqW6 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAN0kQJqW6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAN0kQJqW6 .mbr-section-title {
  color: #c54686;
}
.cid-uAN0kQJqW6 .mbr-text,
.cid-uAN0kQJqW6 .mbr-section-btn {
  text-align: left;
}
.cid-uAN0kQJqW6 .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uAN0kQJqW6 .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAN0kRpE0N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kRpE0N img,
.cid-uAN0kRpE0N .item-img {
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uAN0kRpE0N .item:focus,
.cid-uAN0kRpE0N span:focus {
  outline: none;
}
.cid-uAN0kRpE0N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAN0kRpE0N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAN0kRpE0N .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAN0kRpE0N .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAN0kRpE0N .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAN0kRpE0N .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAN0kRpE0N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAN0kRpE0N .mbr-section-title {
  color: #c54686;
}
.cid-uAN0kRpE0N .mbr-text,
.cid-uAN0kRpE0N .mbr-section-btn {
  text-align: left;
}
.cid-uAN0kRpE0N .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uAN0kRpE0N .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAN0kS2a5d {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kS2a5d img,
.cid-uAN0kS2a5d .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uAN0kS2a5d .item:focus,
.cid-uAN0kS2a5d span:focus {
  outline: none;
}
.cid-uAN0kS2a5d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uAN0kS2a5d .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAN0kS2a5d .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uAN0kS2a5d .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAN0kS2a5d .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uAN0kS2a5d .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uAN0kS2a5d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAN0kS2a5d .mbr-section-title {
  color: #c54686;
}
.cid-uAN0kS2a5d .mbr-text,
.cid-uAN0kS2a5d .mbr-section-btn {
  text-align: left;
}
.cid-uAN0kS2a5d .item-title {
  text-align: left;
  color: #c54686;
}
.cid-uAN0kS2a5d .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uAN0kSC7BB {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAN0kSC7BB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAN0kSC7BB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAN0kSC7BB .mbr-section-title {
  text-align: center;
  color: #c54686;
}
.cid-uAN0kUcasU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAN0kUcasU li {
  list-style: none;
  margin-bottom: 1.2rem;
}
.cid-uAN0kUcasU li:last-child {
  margin-bottom: 0;
}
.cid-uAN0kUcasU .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cid-uAN0kUcasU .icon-sect .mbr-iconfont {
  margin-right: 26px;
}
.cid-uAN0kUcasU .icon-sect .mbr-iconfont:last-child {
  margin-right: 0;
}
.cid-uAN0kUcasU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAN0kUcasU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAN0kUcasU .mbr-section-title {
  color: #c54686;
}
.cid-uAN0kUTp7Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uAN0kUTp7Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uAN0kUTp7Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uAN0kUTp7Q .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uAN0kUTp7Q .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uAN0kUTp7Q .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uAN0kUTp7Q .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uAN0kUTp7Q .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uAN0kUTp7Q .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uAN0kUTp7Q .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uAN0kUTp7Q .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uAN0kUTp7Q .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uAN0kUTp7Q .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAN0kUTp7Q .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uAN0kUTp7Q .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uAN0kUTp7Q .media-container-row .mbr-text {
  color: #111111;
}
.cid-uAN0kUTp7Q foot-menu-item {
  color: #111111;
}
.cid-uDgk4ybpbG.popup-builder {
  background-color: #ffffff;
}
.cid-uDgk4ybpbG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uDgk4ybpbG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uDgk4ybpbG .modal-content,
.cid-uDgk4ybpbG .modal-dialog {
  height: auto;
}
.cid-uDgk4ybpbG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uDgk4ybpbG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uDgk4ybpbG .form-wrapper .mbr-form .form-group,
  .cid-uDgk4ybpbG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uDgk4ybpbG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uDgk4ybpbG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDgk4ybpbG .mbr-text {
  text-align: center;
}
.cid-uDgk4ybpbG .pt-0 {
  padding-top: 0 !important;
}
.cid-uDgk4ybpbG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uDgk4ybpbG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uDgk4ybpbG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uDgk4ybpbG .modal-open {
  overflow: hidden;
}
.cid-uDgk4ybpbG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uDgk4ybpbG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uDgk4ybpbG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uDgk4ybpbG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uDgk4ybpbG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uDgk4ybpbG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uDgk4ybpbG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uDgk4ybpbG .modal-content {
  background: #fff6ea;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uDgk4ybpbG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uDgk4ybpbG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uDgk4ybpbG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uDgk4ybpbG .modal-backdrop.show {
  opacity: .5;
}
.cid-uDgk4ybpbG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uDgk4ybpbG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4ybpbG .modal-header {
    padding: 1rem;
  }
}
.cid-uDgk4ybpbG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uDgk4ybpbG .modal-header .close svg {
  fill: #353535;
}
.cid-uDgk4ybpbG .modal-header .close:hover {
  opacity: 1;
}
.cid-uDgk4ybpbG .modal-header .close:focus {
  outline: none;
}
.cid-uDgk4ybpbG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uDgk4ybpbG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uDgk4ybpbG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4ybpbG .modal-body {
    padding: 1rem;
  }
}
.cid-uDgk4ybpbG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uDgk4ybpbG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uDgk4ybpbG .modal-footer {
    padding: 1rem;
  }
}
.cid-uDgk4ybpbG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uDgk4ybpbG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uDgk4ybpbG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uDgk4ybpbG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uDgk4ybpbG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uDgk4ybpbG .modal-lg,
  .cid-uDgk4ybpbG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uDgk4ybpbG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uDgk4ybpbG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uDgk4ybpbG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uDgk4ybpbG .form-group {
  margin-bottom: 1rem;
}
.cid-uDgk4ybpbG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uDgk4ybpbG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uDgk4ybpbG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uDgk4ybpbG .mbr-section-btn {
  margin: 0;
}
.cid-uDgk4ybpbG .mbr-section-btn .btn {
  margin: 0;
}
