.btn {
  border-width: 2px;
}
body {
  font-family: 'PT Serif', serif;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 0.8rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.36rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ab231e !important;
}
.bg-success {
  background-color: #6e3f61 !important;
}
.bg-info {
  background-color: #19a6ed !important;
}
.bg-warning {
  background-color: #6e3f61 !important;
}
.bg-danger {
  background-color: #f9ac49 !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #ab231e !important;
  border-color: #ab231e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary,
.btn-secondary:active {
  background-color: #802a66 !important;
  border-color: #802a66 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1f1437 !important;
  border-color: #1f1437 !important;
}
.btn-info {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info,
.btn-info:active {
  background-color: #19a6ed !important;
  border-color: #19a6ed !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success,
.btn-success:active {
  background-color: #6e3f61 !important;
  border-color: #6e3f61 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #6e3f61 !important;
  border-color: #6e3f61 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f9ac49 !important;
  border-color: #f9ac49 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #ab231e;
  color: #ab231e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border-color: #802a66;
  color: #802a66;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border-color: #19a6ed;
  color: #19a6ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border-color: #6e3f61;
  color: #6e3f61;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #6e3f61;
  color: #6e3f61;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f9ac49;
  color: #f9ac49;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #ab231e !important;
}
.text-secondary {
  color: #802a66 !important;
}
.text-success {
  color: #6e3f61 !important;
}
.text-info {
  color: #19a6ed !important;
}
.text-warning {
  color: #6e3f61 !important;
}
.text-danger {
  color: #f9ac49 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c12722 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #933075 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7e486f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #31afef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #7e486f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fab762 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  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: #ab231e;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #19a6ed;
}
.alert-warning {
  background-color: #6e3f61;
}
.alert-danger {
  background-color: #f9ac49;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ab231e;
  border-color: #ab231e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #ab231e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e46965;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b37aa3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d6effc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b37aa3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 30px;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #ab231e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Serif', serif;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #ab231e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 30px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 30px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ab231e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ab231e;
}
.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: #ab231e;
  border-bottom-color: #ab231e;
}
.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: #ab231e !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: #802a66 !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='%23ab231e' %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-sQg7I6iGCi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sQg7I6iGCi nav.navbar {
  position: fixed;
}
.cid-sQg7I6iGCi .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-sQg7I6iGCi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQg7I6iGCi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQg7I6iGCi .dropdown-item:hover,
.cid-sQg7I6iGCi .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-sQg7I6iGCi .dropdown-item:hover span {
  color: white;
}
.cid-sQg7I6iGCi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQg7I6iGCi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQg7I6iGCi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQg7I6iGCi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQg7I6iGCi .nav-link {
  position: relative;
}
.cid-sQg7I6iGCi .container {
  display: flex;
  margin: auto;
}
.cid-sQg7I6iGCi .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQg7I6iGCi .dropdown-menu,
.cid-sQg7I6iGCi .navbar.opened {
  background: #fff1de !important;
}
.cid-sQg7I6iGCi .nav-item:focus,
.cid-sQg7I6iGCi .nav-link:focus {
  outline: none;
}
.cid-sQg7I6iGCi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQg7I6iGCi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQg7I6iGCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQg7I6iGCi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQg7I6iGCi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQg7I6iGCi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQg7I6iGCi .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: #fff1de;
}
.cid-sQg7I6iGCi .navbar.opened {
  transition: all 0.3s;
}
.cid-sQg7I6iGCi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQg7I6iGCi .navbar .navbar-logo img {
  width: auto;
}
.cid-sQg7I6iGCi .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sQg7I6iGCi .navbar.collapsed {
  justify-content: center;
}
.cid-sQg7I6iGCi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQg7I6iGCi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sQg7I6iGCi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sQg7I6iGCi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQg7I6iGCi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQg7I6iGCi .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-sQg7I6iGCi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQg7I6iGCi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQg7I6iGCi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQg7I6iGCi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQg7I6iGCi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQg7I6iGCi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQg7I6iGCi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQg7I6iGCi .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-sQg7I6iGCi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQg7I6iGCi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQg7I6iGCi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQg7I6iGCi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQg7I6iGCi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQg7I6iGCi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQg7I6iGCi .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQg7I6iGCi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQg7I6iGCi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQg7I6iGCi .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-sQg7I6iGCi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQg7I6iGCi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQg7I6iGCi .dropdown-item.active,
.cid-sQg7I6iGCi .dropdown-item:active {
  background-color: transparent;
}
.cid-sQg7I6iGCi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQg7I6iGCi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQg7I6iGCi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQg7I6iGCi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-sQg7I6iGCi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQg7I6iGCi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQg7I6iGCi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQg7I6iGCi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQg7I6iGCi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQg7I6iGCi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-sQg7I6iGCi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQg7I6iGCi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQg7I6iGCi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQg7I6iGCi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQg7I6iGCi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQg7I6iGCi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQg7I6iGCi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQg7I6iGCi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQg7I6iGCi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQg7I6iGCi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQg7I6iGCi .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-sQg7I6iGCi .navbar {
    height: 70px;
  }
  .cid-sQg7I6iGCi .navbar.opened {
    height: auto;
  }
  .cid-sQg7I6iGCi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcZxGBHtVp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-tcZxGBHtVp .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tcZxGBHtVp .row {
    text-align: center;
  }
}
.cid-tcZxGBHtVp .mbr-text {
  text-align: center;
  color: #765c6e;
}
.cid-uSPP3XZ2Cg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffd49b;
}
.cid-uSPP3XZ2Cg .mbr-text {
  text-align: center;
}
.cid-t7oHJrdGfm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe9cc;
}
@media (min-width: 1400px) {
  .cid-t7oHJrdGfm .container {
    max-width: 1162px;
  }
}
.cid-t7oHJrdGfm .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-t7oHJrdGfm .btn:hover,
.cid-t7oHJrdGfm .btn:focus {
  border-color: #a2528a !important;
  background-color: #a2528a !important;
}
@media (min-width: 768px) {
  .cid-t7oHJrdGfm .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-t7oHJrdGfm img,
.cid-t7oHJrdGfm .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-t7oHJrdGfm .item-img {
  height: 100%;
}
.cid-t7oHJrdGfm .item-img img {
  height: 200px;
  object-fit: cover;
}
.cid-t7oHJrdGfm .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-t7oHJrdGfm .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t7oHJrdGfm .mbr-text,
.cid-t7oHJrdGfm .mbr-section-btn {
  color: #ffd9a8;
}
.cid-t7oHJrdGfm .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-t7oHJrdGfm .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-t7oHJrdGfm .item:focus,
.cid-t7oHJrdGfm span:focus {
  outline: none;
}
.cid-t7oHJrdGfm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t7oHJrdGfm .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-t7oHJrdGfm .mbr-section-title,
.cid-t7oHJrdGfm .mbr-section-btn {
  color: #765c6e;
}
.cid-t7m2HBHgCB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffe8cb;
}
.cid-t7m2HBHgCB .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7m2HBHgCB .row {
    text-align: center;
  }
}
.cid-t7m2HBHgCB .mbr-section-title {
  text-align: center;
  color: #896e82;
}
.cid-t7m2HBHgCB .mbr-section-subtitle {
  text-align: center;
  color: #6e3f61;
}
.cid-tcZxRakve7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
@media (min-width: 1400px) {
  .cid-tcZxRakve7 .container {
    max-width: 1162px;
  }
}
.cid-tcZxRakve7 .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-tcZxRakve7 .btn:hover,
.cid-tcZxRakve7 .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
@media (min-width: 768px) {
  .cid-tcZxRakve7 .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
.cid-tcZxRakve7 img,
.cid-tcZxRakve7 .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-tcZxRakve7 .item-img {
  height: 100%;
}
.cid-tcZxRakve7 .item-img img {
  height: 300px;
  object-fit: cover;
}
.cid-tcZxRakve7 .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-tcZxRakve7 .item-content {
  z-index: 3;
  min-width: 250px;
  text-align: center;
  top: 60%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-tcZxRakve7 .mbr-text,
.cid-tcZxRakve7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tcZxRakve7 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-tcZxRakve7 .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-tcZxRakve7 .item:focus,
.cid-tcZxRakve7 span:focus {
  outline: none;
}
.cid-tcZxRakve7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tcZxRakve7 .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-t6N5ecpQnM {
  background-color: #f6efdb;
}
@media (min-width: 1400px) {
  .cid-t6N5ecpQnM .wrapper {
    padding: 0 6rem;
  }
}
.cid-t6N5ecpQnM .item-img {
  height: 500px;
  position: relative;
}
.cid-t6N5ecpQnM .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-t6N5ecpQnM .title-block {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-t6N5ecpQnM .item-img:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-t6N5ecpQnM .item-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-t6N5ecpQnM .new {
  transform: rotate(-90deg);
  position: absolute;
  padding: 0.5rem 2rem;
  top: 27px;
  right: -10px;
  background-color: #000000;
  color: #ba9b67;
}
.cid-t6N5ecpQnM img,
.cid-t6N5ecpQnM .item-img {
  transition: all 0.7s;
  width: 100%;
}
.cid-t6N5ecpQnM .item:focus,
.cid-t6N5ecpQnM span:focus {
  outline: none;
}
.cid-t6N5ecpQnM .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-t6N5ecpQnM .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t6N5ecpQnM .item-title {
  font-family: "Cormorant Garamond";
  text-transform: uppercase;
  margin: 0;
  color: #802a66;
}
.cid-t6N5ecpQnM .mbr-text {
  font-family: "Cormorant Garamond";
}
.cid-t6N5ecpQnM .item-content {
  text-align: center;
}
@media (max-width: 690px) {
  .cid-t6N5ecpQnM .item {
    padding-bottom: 20px;
  }
}
.cid-t6N5ecpQnM .mbr-section-subtitle {
  color: #6e3f61;
  font-family: "EB Garamond";
}
.cid-t6N5ecpQnM .price,
.cid-t6N5ecpQnM .text {
  font-family: "Josefin Sans";
}
.cid-t6N5ecpQnM .text,
.cid-t6N5ecpQnM .link {
  color: #ba9b67;
}
.cid-t6N5ecpQnM .price {
  color: #6e3f61;
}
.cid-t6N5ecpQnM .mbr-section-title {
  color: #241840;
}
.cid-t6N5ecpQnM .text {
  color: #715d3b;
}
.cid-t6N5ecpQnM .mbr-text,
.cid-t6N5ecpQnM .mbr-section-btn {
  text-align: center;
}
.cid-t6RQLMf1ha {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t6RQLMf1ha .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t6RQLMf1ha .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t6RQLMf1ha .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t6RQLMf1ha .row {
    text-align: center;
  }
  .cid-t6RQLMf1ha .row > div {
    margin: auto;
  }
  .cid-t6RQLMf1ha .social-row {
    justify-content: center;
  }
}
.cid-t6RQLMf1ha .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6RQLMf1ha .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t6RQLMf1ha .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6RQLMf1ha .list {
    margin-bottom: 0rem;
  }
}
.cid-t6RQLMf1ha .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6RQLMf1ha .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6RQLMf1ha div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6RQLMf1ha H5 {
  color: #241840;
}
.cid-t6RQLMf1ha .copyright {
  color: #6e3f61;
}
.cid-t6WKcz5knQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6WKcz5knQ nav.navbar {
  position: fixed;
}
.cid-t6WKcz5knQ .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-t6WKcz5knQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6WKcz5knQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6WKcz5knQ .dropdown-item:hover,
.cid-t6WKcz5knQ .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t6WKcz5knQ .dropdown-item:hover span {
  color: white;
}
.cid-t6WKcz5knQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6WKcz5knQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6WKcz5knQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6WKcz5knQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6WKcz5knQ .nav-link {
  position: relative;
}
.cid-t6WKcz5knQ .container {
  display: flex;
  margin: auto;
}
.cid-t6WKcz5knQ .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6WKcz5knQ .dropdown-menu,
.cid-t6WKcz5knQ .navbar.opened {
  background: #fff1de !important;
}
.cid-t6WKcz5knQ .nav-item:focus,
.cid-t6WKcz5knQ .nav-link:focus {
  outline: none;
}
.cid-t6WKcz5knQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6WKcz5knQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6WKcz5knQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6WKcz5knQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6WKcz5knQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6WKcz5knQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6WKcz5knQ .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: #fff1de;
}
.cid-t6WKcz5knQ .navbar.opened {
  transition: all 0.3s;
}
.cid-t6WKcz5knQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6WKcz5knQ .navbar .navbar-logo img {
  width: auto;
}
.cid-t6WKcz5knQ .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t6WKcz5knQ .navbar.collapsed {
  justify-content: center;
}
.cid-t6WKcz5knQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6WKcz5knQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6WKcz5knQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6WKcz5knQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6WKcz5knQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6WKcz5knQ .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-t6WKcz5knQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6WKcz5knQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6WKcz5knQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6WKcz5knQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6WKcz5knQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6WKcz5knQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6WKcz5knQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6WKcz5knQ .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-t6WKcz5knQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6WKcz5knQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6WKcz5knQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6WKcz5knQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6WKcz5knQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6WKcz5knQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6WKcz5knQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6WKcz5knQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6WKcz5knQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6WKcz5knQ .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-t6WKcz5knQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6WKcz5knQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6WKcz5knQ .dropdown-item.active,
.cid-t6WKcz5knQ .dropdown-item:active {
  background-color: transparent;
}
.cid-t6WKcz5knQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6WKcz5knQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6WKcz5knQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6WKcz5knQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t6WKcz5knQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6WKcz5knQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6WKcz5knQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6WKcz5knQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6WKcz5knQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6WKcz5knQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t6WKcz5knQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6WKcz5knQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6WKcz5knQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6WKcz5knQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6WKcz5knQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6WKcz5knQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6WKcz5knQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6WKcz5knQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6WKcz5knQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6WKcz5knQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6WKcz5knQ .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-t6WKcz5knQ .navbar {
    height: 70px;
  }
  .cid-t6WKcz5knQ .navbar.opened {
    height: auto;
  }
  .cid-t6WKcz5knQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7kAD70lK8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/offres-demploi-patisserie-tholoniat-paris-10-1024x497.jpg");
}
.cid-t7kAD70lK8 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7kAD70lK8 .row {
    text-align: center;
  }
}
.cid-t7kAD70lK8 .mbr-text {
  color: #f8f5fa;
  text-align: center;
}
.cid-t7kAD70lK8 .mbr-section-title {
  text-align: center;
  color: #f8f5fa;
}
.cid-t6WKcB62ZR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fae3c5;
}
@media (max-width: 991px) {
  .cid-t6WKcB62ZR .row {
    text-align: center;
  }
}
.cid-t6WKcB62ZR .section-head {
  margin-bottom: 2.3rem;
}
.cid-t6WKcB62ZR .paragraph {
  margin-bottom: 2rem;
}
.cid-t6WKcB62ZR .mbr-text {
  text-align: center;
  color: #6e3f61;
}
.cid-t6WL2Lbe2U {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-t6WL2Lbe2U .row {
  flex-direction: row-reverse;
}
.cid-t6WL2Lbe2U .mbr-section-title {
  color: #6e3f61;
}
.cid-t6WL2Lbe2U .mbr-text,
.cid-t6WL2Lbe2U .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6WL2Lbe2U .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6WL2Lbe2U img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WL2Lbe2U .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6WSDWjaKy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe7c8;
}
.cid-t6WSDWjaKy .row {
  flex-direction: row-reverse;
}
.cid-t6WSDWjaKy .mbr-section-title {
  color: #6e3f61;
}
.cid-t6WSDWjaKy .mbr-text,
.cid-t6WSDWjaKy .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6WSDWjaKy .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6WSDWjaKy img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WSDWjaKy .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6WUnbNlhe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff1de;
}
.cid-t6WUnbNlhe .row {
  flex-direction: row-reverse;
}
.cid-t6WUnbNlhe .mbr-section-title {
  color: #6e3f61;
}
.cid-t6WUnbNlhe .mbr-text,
.cid-t6WUnbNlhe .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6WUnbNlhe .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6WUnbNlhe img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WUnbNlhe .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6WV8FjHRf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe7c8;
}
.cid-t6WV8FjHRf .row {
  flex-direction: row-reverse;
}
.cid-t6WV8FjHRf .mbr-section-title {
  color: #6e3f61;
}
.cid-t6WV8FjHRf .mbr-text,
.cid-t6WV8FjHRf .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6WV8FjHRf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6WV8FjHRf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WV8FjHRf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6WVlYIB0b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff1de;
}
.cid-t6WVlYIB0b .row {
  flex-direction: row-reverse;
}
.cid-t6WVlYIB0b .mbr-section-title {
  color: #6e3f61;
}
.cid-t6WVlYIB0b .mbr-text,
.cid-t6WVlYIB0b .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6WVlYIB0b .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6WVlYIB0b img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6WVlYIB0b .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t7q9EunWuY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe7c8;
}
.cid-t7q9EunWuY .row {
  flex-direction: row-reverse;
}
.cid-t7q9EunWuY .mbr-section-title {
  color: #6e3f61;
}
.cid-t7q9EunWuY .mbr-text,
.cid-t7q9EunWuY .mbr-section-btn {
  color: #704965;
}
.cid-t7q9EunWuY .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t7q9EunWuY img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t7q9EunWuY .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6WKcBOzhl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t6WKcBOzhl .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t6WKcBOzhl .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t6WKcBOzhl .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t6WKcBOzhl .row {
    text-align: center;
  }
  .cid-t6WKcBOzhl .row > div {
    margin: auto;
  }
  .cid-t6WKcBOzhl .social-row {
    justify-content: center;
  }
}
.cid-t6WKcBOzhl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6WKcBOzhl .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t6WKcBOzhl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6WKcBOzhl .list {
    margin-bottom: 0rem;
  }
}
.cid-t6WKcBOzhl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6WKcBOzhl .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6WKcBOzhl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6WKcBOzhl H5 {
  color: #241840;
}
.cid-t6WKcBOzhl .copyright {
  color: #6e3f61;
}
.cid-t6XNBNAjH0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6XNBNAjH0 nav.navbar {
  position: fixed;
}
.cid-t6XNBNAjH0 .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-t6XNBNAjH0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6XNBNAjH0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6XNBNAjH0 .dropdown-item:hover,
.cid-t6XNBNAjH0 .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t6XNBNAjH0 .dropdown-item:hover span {
  color: white;
}
.cid-t6XNBNAjH0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6XNBNAjH0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6XNBNAjH0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6XNBNAjH0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6XNBNAjH0 .nav-link {
  position: relative;
}
.cid-t6XNBNAjH0 .container {
  display: flex;
  margin: auto;
}
.cid-t6XNBNAjH0 .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6XNBNAjH0 .dropdown-menu,
.cid-t6XNBNAjH0 .navbar.opened {
  background: #fff1de !important;
}
.cid-t6XNBNAjH0 .nav-item:focus,
.cid-t6XNBNAjH0 .nav-link:focus {
  outline: none;
}
.cid-t6XNBNAjH0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6XNBNAjH0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6XNBNAjH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6XNBNAjH0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6XNBNAjH0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6XNBNAjH0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6XNBNAjH0 .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: #fff1de;
}
.cid-t6XNBNAjH0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t6XNBNAjH0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6XNBNAjH0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t6XNBNAjH0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t6XNBNAjH0 .navbar.collapsed {
  justify-content: center;
}
.cid-t6XNBNAjH0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6XNBNAjH0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6XNBNAjH0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6XNBNAjH0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6XNBNAjH0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6XNBNAjH0 .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-t6XNBNAjH0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6XNBNAjH0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6XNBNAjH0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6XNBNAjH0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6XNBNAjH0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6XNBNAjH0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6XNBNAjH0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6XNBNAjH0 .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-t6XNBNAjH0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6XNBNAjH0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6XNBNAjH0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6XNBNAjH0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6XNBNAjH0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6XNBNAjH0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6XNBNAjH0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6XNBNAjH0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6XNBNAjH0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6XNBNAjH0 .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-t6XNBNAjH0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6XNBNAjH0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6XNBNAjH0 .dropdown-item.active,
.cid-t6XNBNAjH0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t6XNBNAjH0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6XNBNAjH0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6XNBNAjH0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6XNBNAjH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t6XNBNAjH0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6XNBNAjH0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6XNBNAjH0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6XNBNAjH0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6XNBNAjH0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6XNBNAjH0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t6XNBNAjH0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6XNBNAjH0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6XNBNAjH0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6XNBNAjH0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6XNBNAjH0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6XNBNAjH0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6XNBNAjH0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6XNBNAjH0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6XNBNAjH0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6XNBNAjH0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6XNBNAjH0 .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-t6XNBNAjH0 .navbar {
    height: 70px;
  }
  .cid-t6XNBNAjH0 .navbar.opened {
    height: auto;
  }
  .cid-t6XNBNAjH0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6XNBOCwwK {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffebd2;
}
.cid-t6XNBOCwwK .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t6XNBOCwwK .row {
    text-align: center;
  }
}
.cid-t6XNBOCwwK .mbr-text {
  color: #896e82;
  text-align: center;
}
.cid-t7rXVaqbVv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffbf6;
}
.cid-t7rXVaqbVv .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7rXVaqbVv .row {
    text-align: center;
  }
}
.cid-t7rXVaqbVv .mbr-text {
  text-align: center;
  color: #765c6e;
}
.cid-t6XNBPBHan {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fbefde;
}
.cid-t6XNBPBHan .mbr-section-title {
  color: #000000;
}
.cid-t6XNBPBHan .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-t6XNBPBHan .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t6XNBPBHan .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-t6XNBPBHan .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-t6XNBPBHan .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-t6XNBPBHan .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6XNBPBHan .link-wrapper {
    justify-content: center;
  }
}
.cid-t6XNBPBHan .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t6XNBPBHan .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-t6XNBPBHan .mbr-section-subtitle:hover {
  background: #ab231e;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6XNBPBHan .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-t6XNBPBHan .link,
.cid-t6XNBPBHan .link-icon {
  color: #000000;
}
.cid-t6XNBQ8XCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fbefde;
}
@media (max-width: 991px) {
  .cid-t6XNBQ8XCs .row {
    text-align: center;
  }
}
.cid-t6XNBQ8XCs .section-head {
  margin-bottom: 2.3rem;
}
.cid-t6XNBQ8XCs .paragraph {
  margin-bottom: 2rem;
}
.cid-t6XNBQXpOj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t6XNBQXpOj .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t6XNBQXpOj .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t6XNBQXpOj .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t6XNBQXpOj .row {
    text-align: center;
  }
  .cid-t6XNBQXpOj .row > div {
    margin: auto;
  }
  .cid-t6XNBQXpOj .social-row {
    justify-content: center;
  }
}
.cid-t6XNBQXpOj .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6XNBQXpOj .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t6XNBQXpOj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6XNBQXpOj .list {
    margin-bottom: 0rem;
  }
}
.cid-t6XNBQXpOj .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6XNBQXpOj .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6XNBQXpOj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6XNBQXpOj H5 {
  color: #241840;
}
.cid-t6XNBQXpOj .copyright {
  color: #6e3f61;
}
.cid-t6WAxEpUfW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6WAxEpUfW nav.navbar {
  position: fixed;
}
.cid-t6WAxEpUfW .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-t6WAxEpUfW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6WAxEpUfW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6WAxEpUfW .dropdown-item:hover,
.cid-t6WAxEpUfW .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t6WAxEpUfW .dropdown-item:hover span {
  color: white;
}
.cid-t6WAxEpUfW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6WAxEpUfW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6WAxEpUfW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6WAxEpUfW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6WAxEpUfW .nav-link {
  position: relative;
}
.cid-t6WAxEpUfW .container {
  display: flex;
  margin: auto;
}
.cid-t6WAxEpUfW .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6WAxEpUfW .dropdown-menu,
.cid-t6WAxEpUfW .navbar.opened {
  background: #fff1de !important;
}
.cid-t6WAxEpUfW .nav-item:focus,
.cid-t6WAxEpUfW .nav-link:focus {
  outline: none;
}
.cid-t6WAxEpUfW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6WAxEpUfW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6WAxEpUfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6WAxEpUfW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6WAxEpUfW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6WAxEpUfW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6WAxEpUfW .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: #fff1de;
}
.cid-t6WAxEpUfW .navbar.opened {
  transition: all 0.3s;
}
.cid-t6WAxEpUfW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6WAxEpUfW .navbar .navbar-logo img {
  width: auto;
}
.cid-t6WAxEpUfW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t6WAxEpUfW .navbar.collapsed {
  justify-content: center;
}
.cid-t6WAxEpUfW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6WAxEpUfW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6WAxEpUfW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6WAxEpUfW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6WAxEpUfW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6WAxEpUfW .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-t6WAxEpUfW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6WAxEpUfW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6WAxEpUfW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6WAxEpUfW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6WAxEpUfW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6WAxEpUfW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6WAxEpUfW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6WAxEpUfW .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-t6WAxEpUfW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6WAxEpUfW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6WAxEpUfW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6WAxEpUfW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6WAxEpUfW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6WAxEpUfW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6WAxEpUfW .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6WAxEpUfW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6WAxEpUfW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6WAxEpUfW .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-t6WAxEpUfW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6WAxEpUfW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6WAxEpUfW .dropdown-item.active,
.cid-t6WAxEpUfW .dropdown-item:active {
  background-color: transparent;
}
.cid-t6WAxEpUfW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6WAxEpUfW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6WAxEpUfW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6WAxEpUfW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t6WAxEpUfW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6WAxEpUfW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6WAxEpUfW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6WAxEpUfW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6WAxEpUfW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6WAxEpUfW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t6WAxEpUfW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6WAxEpUfW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6WAxEpUfW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6WAxEpUfW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6WAxEpUfW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6WAxEpUfW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6WAxEpUfW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6WAxEpUfW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6WAxEpUfW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6WAxEpUfW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6WAxEpUfW .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-t6WAxEpUfW .navbar {
    height: 70px;
  }
  .cid-t6WAxEpUfW .navbar.opened {
    height: auto;
  }
  .cid-t6WAxEpUfW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6WAxFhLnt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedd5;
}
.cid-t6WAxFhLnt .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t6WAxFhLnt .row {
    text-align: center;
  }
}
.cid-t6WAxFhLnt .mbr-text {
  color: #d9adcc;
  text-align: center;
}
.cid-t7rY9KCgCw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-t7rY9KCgCw .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7rY9KCgCw .row {
    text-align: center;
  }
}
.cid-t7rY9KCgCw .mbr-text {
  text-align: center;
  color: #765c6e;
}
.cid-t6WB68RPDM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t6WB68RPDM .mbr-section-title {
  color: #000000;
}
.cid-t6WB68RPDM .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-t6WB68RPDM .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-t6WB68RPDM .image-wrapper {
    margin-right: 4rem;
  }
}
.cid-t6WB68RPDM .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 6rem;
}
.cid-t6WB68RPDM .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 1400px) {
  .cid-t6WB68RPDM .link-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t6WB68RPDM .link-wrapper {
    justify-content: center;
  }
}
.cid-t6WB68RPDM .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-t6WB68RPDM .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-t6WB68RPDM .mbr-section-subtitle:hover {
  background: #ab231e;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t6WB68RPDM .mbr-section-subtitle {
    width: 300px;
    padding: 2rem 2rem;
    margin-left: 3.5rem;
  }
}
.cid-t6WB68RPDM .link,
.cid-t6WB68RPDM .link-icon {
  color: #000000;
}
.cid-t6WBlIZRZ3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t6WBlIZRZ3 .row {
    text-align: center;
  }
}
.cid-t6WBlIZRZ3 .section-head {
  margin-bottom: 2.3rem;
}
.cid-t6WBlIZRZ3 .paragraph {
  margin-bottom: 2rem;
}
.cid-t6WAxK0EzZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t6WAxK0EzZ .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t6WAxK0EzZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t6WAxK0EzZ .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t6WAxK0EzZ .row {
    text-align: center;
  }
  .cid-t6WAxK0EzZ .row > div {
    margin: auto;
  }
  .cid-t6WAxK0EzZ .social-row {
    justify-content: center;
  }
}
.cid-t6WAxK0EzZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6WAxK0EzZ .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t6WAxK0EzZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6WAxK0EzZ .list {
    margin-bottom: 0rem;
  }
}
.cid-t6WAxK0EzZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6WAxK0EzZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6WAxK0EzZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6WAxK0EzZ H5 {
  color: #241840;
}
.cid-t6WAxK0EzZ .copyright {
  color: #6e3f61;
}
.cid-t6YphG7WQd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t6YphG7WQd nav.navbar {
  position: fixed;
}
.cid-t6YphG7WQd .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-t6YphG7WQd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t6YphG7WQd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t6YphG7WQd .dropdown-item:hover,
.cid-t6YphG7WQd .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t6YphG7WQd .dropdown-item:hover span {
  color: white;
}
.cid-t6YphG7WQd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t6YphG7WQd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t6YphG7WQd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t6YphG7WQd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t6YphG7WQd .nav-link {
  position: relative;
}
.cid-t6YphG7WQd .container {
  display: flex;
  margin: auto;
}
.cid-t6YphG7WQd .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t6YphG7WQd .dropdown-menu,
.cid-t6YphG7WQd .navbar.opened {
  background: #fff1de !important;
}
.cid-t6YphG7WQd .nav-item:focus,
.cid-t6YphG7WQd .nav-link:focus {
  outline: none;
}
.cid-t6YphG7WQd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t6YphG7WQd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t6YphG7WQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t6YphG7WQd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t6YphG7WQd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t6YphG7WQd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t6YphG7WQd .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: #fff1de;
}
.cid-t6YphG7WQd .navbar.opened {
  transition: all 0.3s;
}
.cid-t6YphG7WQd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t6YphG7WQd .navbar .navbar-logo img {
  width: auto;
}
.cid-t6YphG7WQd .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t6YphG7WQd .navbar.collapsed {
  justify-content: center;
}
.cid-t6YphG7WQd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t6YphG7WQd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t6YphG7WQd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t6YphG7WQd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t6YphG7WQd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t6YphG7WQd .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-t6YphG7WQd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t6YphG7WQd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t6YphG7WQd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t6YphG7WQd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t6YphG7WQd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t6YphG7WQd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t6YphG7WQd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t6YphG7WQd .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-t6YphG7WQd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t6YphG7WQd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t6YphG7WQd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t6YphG7WQd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t6YphG7WQd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t6YphG7WQd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t6YphG7WQd .navbar.navbar-short {
  min-height: 60px;
}
.cid-t6YphG7WQd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t6YphG7WQd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t6YphG7WQd .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-t6YphG7WQd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t6YphG7WQd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t6YphG7WQd .dropdown-item.active,
.cid-t6YphG7WQd .dropdown-item:active {
  background-color: transparent;
}
.cid-t6YphG7WQd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t6YphG7WQd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t6YphG7WQd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t6YphG7WQd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t6YphG7WQd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t6YphG7WQd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t6YphG7WQd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t6YphG7WQd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t6YphG7WQd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t6YphG7WQd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t6YphG7WQd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t6YphG7WQd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6YphG7WQd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t6YphG7WQd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t6YphG7WQd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6YphG7WQd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t6YphG7WQd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t6YphG7WQd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t6YphG7WQd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t6YphG7WQd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t6YphG7WQd .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-t6YphG7WQd .navbar {
    height: 70px;
  }
  .cid-t6YphG7WQd .navbar.opened {
    height: auto;
  }
  .cid-t6YphG7WQd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t6YphHlad3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffedd5;
}
.cid-t6YphHlad3 .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t6YphHlad3 .row {
    text-align: center;
  }
}
.cid-t6YphHlad3 .mbr-text {
  color: #907c8b;
  text-align: center;
}
.cid-t6YphJldPh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffd9a8;
}
@media (max-width: 991px) {
  .cid-t6YphJldPh .row {
    text-align: center;
  }
}
.cid-t6YphJldPh .section-head {
  margin-bottom: 2.3rem;
}
.cid-t6YphJldPh .paragraph {
  margin-bottom: 2rem;
}
.cid-t6YphJldPh .mbr-text {
  text-align: center;
  color: #6e3f61;
}
.cid-t6YphK3oPW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t6YphK3oPW .row {
  flex-direction: row-reverse;
}
.cid-t6YphK3oPW .mbr-section-title {
  color: #896c81;
}
.cid-t6YphK3oPW .mbr-text,
.cid-t6YphK3oPW .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6YphK3oPW .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6YphK3oPW img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6YphK3oPW .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6YphKC5Zf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t6YphKC5Zf .row {
  flex-direction: row-reverse;
}
.cid-t6YphKC5Zf .mbr-section-title {
  color: #70616c;
}
.cid-t6YphKC5Zf .mbr-text,
.cid-t6YphKC5Zf .mbr-section-btn {
  color: #6e3f61;
}
.cid-t6YphKC5Zf .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6YphKC5Zf img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6YphKC5Zf .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6YphL8eHU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t6YphL8eHU .row {
  flex-direction: row-reverse;
}
.cid-t6YphL8eHU .mbr-section-title {
  color: #ffffff;
}
.cid-t6YphL8eHU .mbr-text,
.cid-t6YphL8eHU .mbr-section-btn {
  color: #704965;
}
.cid-t6YphL8eHU .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6YphL8eHU img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6YphL8eHU .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6YphLScH0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t6YphLScH0 .row {
  flex-direction: row-reverse;
}
.cid-t6YphLScH0 .mbr-section-title {
  color: #ffffff;
}
.cid-t6YphLScH0 .mbr-text,
.cid-t6YphLScH0 .mbr-section-btn {
  color: #704965;
}
.cid-t6YphLScH0 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6YphLScH0 img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6YphLScH0 .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6YphMAp0k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t6YphMAp0k .row {
  flex-direction: row-reverse;
}
.cid-t6YphMAp0k .mbr-section-title {
  color: #ffffff;
}
.cid-t6YphMAp0k .mbr-text,
.cid-t6YphMAp0k .mbr-section-btn {
  color: #704965;
}
.cid-t6YphMAp0k .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t6YphMAp0k img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t6YphMAp0k .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t7qy7wI0uF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffedd5;
}
.cid-t7qy7wI0uF .row {
  flex-direction: row-reverse;
}
.cid-t7qy7wI0uF .mbr-section-title {
  color: #6e3f61;
}
.cid-t7qy7wI0uF .mbr-text,
.cid-t7qy7wI0uF .mbr-section-btn {
  color: #704965;
}
.cid-t7qy7wI0uF .mbr-section-subtitle {
  color: #8364e2;
}
.cid-t7qy7wI0uF img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-t7qy7wI0uF .image-wrapper {
    padding-right: 4rem;
  }
}
.cid-t6YphNjhcV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t6YphNjhcV .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t6YphNjhcV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t6YphNjhcV .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t6YphNjhcV .row {
    text-align: center;
  }
  .cid-t6YphNjhcV .row > div {
    margin: auto;
  }
  .cid-t6YphNjhcV .social-row {
    justify-content: center;
  }
}
.cid-t6YphNjhcV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t6YphNjhcV .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t6YphNjhcV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t6YphNjhcV .list {
    margin-bottom: 0rem;
  }
}
.cid-t6YphNjhcV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t6YphNjhcV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t6YphNjhcV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t6YphNjhcV H5 {
  color: #241840;
}
.cid-t6YphNjhcV .copyright {
  color: #6e3f61;
}
.cid-t7qOyFbhg0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7qOyFbhg0 nav.navbar {
  position: fixed;
}
.cid-t7qOyFbhg0 .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-t7qOyFbhg0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7qOyFbhg0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7qOyFbhg0 .dropdown-item:hover,
.cid-t7qOyFbhg0 .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t7qOyFbhg0 .dropdown-item:hover span {
  color: white;
}
.cid-t7qOyFbhg0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7qOyFbhg0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7qOyFbhg0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7qOyFbhg0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7qOyFbhg0 .nav-link {
  position: relative;
}
.cid-t7qOyFbhg0 .container {
  display: flex;
  margin: auto;
}
.cid-t7qOyFbhg0 .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7qOyFbhg0 .dropdown-menu,
.cid-t7qOyFbhg0 .navbar.opened {
  background: #fff1de !important;
}
.cid-t7qOyFbhg0 .nav-item:focus,
.cid-t7qOyFbhg0 .nav-link:focus {
  outline: none;
}
.cid-t7qOyFbhg0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7qOyFbhg0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7qOyFbhg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7qOyFbhg0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7qOyFbhg0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7qOyFbhg0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7qOyFbhg0 .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: #fff1de;
}
.cid-t7qOyFbhg0 .navbar.opened {
  transition: all 0.3s;
}
.cid-t7qOyFbhg0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7qOyFbhg0 .navbar .navbar-logo img {
  width: auto;
}
.cid-t7qOyFbhg0 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t7qOyFbhg0 .navbar.collapsed {
  justify-content: center;
}
.cid-t7qOyFbhg0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7qOyFbhg0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7qOyFbhg0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7qOyFbhg0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7qOyFbhg0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7qOyFbhg0 .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-t7qOyFbhg0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7qOyFbhg0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7qOyFbhg0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7qOyFbhg0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7qOyFbhg0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7qOyFbhg0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7qOyFbhg0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7qOyFbhg0 .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-t7qOyFbhg0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7qOyFbhg0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7qOyFbhg0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7qOyFbhg0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7qOyFbhg0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7qOyFbhg0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7qOyFbhg0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7qOyFbhg0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7qOyFbhg0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7qOyFbhg0 .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-t7qOyFbhg0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7qOyFbhg0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7qOyFbhg0 .dropdown-item.active,
.cid-t7qOyFbhg0 .dropdown-item:active {
  background-color: transparent;
}
.cid-t7qOyFbhg0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7qOyFbhg0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7qOyFbhg0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7qOyFbhg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t7qOyFbhg0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7qOyFbhg0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7qOyFbhg0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7qOyFbhg0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7qOyFbhg0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7qOyFbhg0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t7qOyFbhg0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7qOyFbhg0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7qOyFbhg0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7qOyFbhg0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7qOyFbhg0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7qOyFbhg0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7qOyFbhg0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7qOyFbhg0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7qOyFbhg0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7qOyFbhg0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7qOyFbhg0 .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-t7qOyFbhg0 .navbar {
    height: 70px;
  }
  .cid-t7qOyFbhg0 .navbar.opened {
    height: auto;
  }
  .cid-t7qOyFbhg0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7qOyFLVVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffd9a8;
}
.cid-t7qOyFLVVL .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7qOyFLVVL .row {
    text-align: center;
  }
}
.cid-t7qOyFLVVL .mbr-text {
  color: #947b8d;
  text-align: center;
}
.cid-t7qP7mLIsk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-t7qP7mLIsk .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7qP7mLIsk .row {
    text-align: center;
  }
}
.cid-t7qP7mLIsk .mbr-text {
  text-align: center;
  color: #765c6e;
}
.cid-t7qPKDKrEW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffedd5;
}
.cid-t7qPKDKrEW .mbr-section-head {
  max-width: 1302px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .cid-t7qPKDKrEW .mbr-section-head {
    padding: 0 12px;
  }
}
.cid-t7qPKDKrEW .mbr-section-title {
  width: 100%;
  color: #222222;
}
.cid-t7qPKDKrEW .mbr-section-subtitle {
  color: #555555;
  width: 100%;
}
.cid-t7qPKDKrEW .google-map {
  height: 656px;
  position: relative;
}
@media (max-width: 767px) {
  .cid-t7qPKDKrEW .google-map {
    height: 356px;
  }
}
.cid-t7qPKDKrEW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t7qPKDKrEW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t7qPKDKrEW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t7qPKDKrEW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t7qOyHvJA5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t7qOyHvJA5 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7qOyHvJA5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7qOyHvJA5 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7qOyHvJA5 .row {
    text-align: center;
  }
  .cid-t7qOyHvJA5 .row > div {
    margin: auto;
  }
  .cid-t7qOyHvJA5 .social-row {
    justify-content: center;
  }
}
.cid-t7qOyHvJA5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7qOyHvJA5 .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t7qOyHvJA5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7qOyHvJA5 .list {
    margin-bottom: 0rem;
  }
}
.cid-t7qOyHvJA5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7qOyHvJA5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7qOyHvJA5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t7qOyHvJA5 H5 {
  color: #241840;
}
.cid-t7qOyHvJA5 .copyright {
  color: #6e3f61;
}
.cid-t7rO5G3KFD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t7rO5G3KFD nav.navbar {
  position: fixed;
}
.cid-t7rO5G3KFD .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-t7rO5G3KFD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t7rO5G3KFD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t7rO5G3KFD .dropdown-item:hover,
.cid-t7rO5G3KFD .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-t7rO5G3KFD .dropdown-item:hover span {
  color: white;
}
.cid-t7rO5G3KFD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t7rO5G3KFD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t7rO5G3KFD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t7rO5G3KFD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t7rO5G3KFD .nav-link {
  position: relative;
}
.cid-t7rO5G3KFD .container {
  display: flex;
  margin: auto;
}
.cid-t7rO5G3KFD .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t7rO5G3KFD .dropdown-menu,
.cid-t7rO5G3KFD .navbar.opened {
  background: #fff1de !important;
}
.cid-t7rO5G3KFD .nav-item:focus,
.cid-t7rO5G3KFD .nav-link:focus {
  outline: none;
}
.cid-t7rO5G3KFD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t7rO5G3KFD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7rO5G3KFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t7rO5G3KFD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t7rO5G3KFD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t7rO5G3KFD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t7rO5G3KFD .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: #fff1de;
}
.cid-t7rO5G3KFD .navbar.opened {
  transition: all 0.3s;
}
.cid-t7rO5G3KFD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t7rO5G3KFD .navbar .navbar-logo img {
  width: auto;
}
.cid-t7rO5G3KFD .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-t7rO5G3KFD .navbar.collapsed {
  justify-content: center;
}
.cid-t7rO5G3KFD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t7rO5G3KFD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t7rO5G3KFD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t7rO5G3KFD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t7rO5G3KFD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t7rO5G3KFD .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-t7rO5G3KFD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t7rO5G3KFD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t7rO5G3KFD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t7rO5G3KFD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t7rO5G3KFD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t7rO5G3KFD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t7rO5G3KFD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t7rO5G3KFD .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-t7rO5G3KFD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t7rO5G3KFD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t7rO5G3KFD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t7rO5G3KFD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t7rO5G3KFD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t7rO5G3KFD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t7rO5G3KFD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t7rO5G3KFD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t7rO5G3KFD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t7rO5G3KFD .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-t7rO5G3KFD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t7rO5G3KFD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t7rO5G3KFD .dropdown-item.active,
.cid-t7rO5G3KFD .dropdown-item:active {
  background-color: transparent;
}
.cid-t7rO5G3KFD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t7rO5G3KFD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t7rO5G3KFD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t7rO5G3KFD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-t7rO5G3KFD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t7rO5G3KFD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t7rO5G3KFD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t7rO5G3KFD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t7rO5G3KFD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t7rO5G3KFD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-t7rO5G3KFD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t7rO5G3KFD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7rO5G3KFD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t7rO5G3KFD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t7rO5G3KFD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7rO5G3KFD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t7rO5G3KFD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t7rO5G3KFD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t7rO5G3KFD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t7rO5G3KFD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t7rO5G3KFD .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-t7rO5G3KFD .navbar {
    height: 70px;
  }
  .cid-t7rO5G3KFD .navbar.opened {
    height: auto;
  }
  .cid-t7rO5G3KFD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7rO5GIdqH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffd9a8;
}
.cid-t7rO5GIdqH .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7rO5GIdqH .row {
    text-align: center;
  }
}
.cid-t7rO5GIdqH .mbr-text {
  color: #947b8d;
  text-align: center;
}
.cid-t7rO5H3XTs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fff1de;
}
.cid-t7rO5H3XTs .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-t7rO5H3XTs .row {
    text-align: center;
  }
}
.cid-t7rO5H3XTs .mbr-text {
  text-align: center;
  color: #765c6e;
}
.cid-tUWgsyHcmi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tUWgsyHcmi .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-tUWgsyHcmi .row {
    text-align: center;
  }
}
.cid-tUWgsyHcmi .mbr-section-subtitle {
  text-align: center;
}
.cid-t7rO5HTT1C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-t7rO5HTT1C .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7rO5HTT1C .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7rO5HTT1C .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7rO5HTT1C .row {
    text-align: center;
  }
  .cid-t7rO5HTT1C .row > div {
    margin: auto;
  }
  .cid-t7rO5HTT1C .social-row {
    justify-content: center;
  }
}
.cid-t7rO5HTT1C .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7rO5HTT1C .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-t7rO5HTT1C .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7rO5HTT1C .list {
    margin-bottom: 0rem;
  }
}
.cid-t7rO5HTT1C .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7rO5HTT1C .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7rO5HTT1C div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t7rO5HTT1C H5 {
  color: #241840;
}
.cid-t7rO5HTT1C .copyright {
  color: #6e3f61;
}
.cid-tYpllwX9r8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tYpllwX9r8 nav.navbar {
  position: fixed;
}
.cid-tYpllwX9r8 .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-tYpllwX9r8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tYpllwX9r8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tYpllwX9r8 .dropdown-item:hover,
.cid-tYpllwX9r8 .dropdown-item:focus {
  background: #ab231e !important;
  color: white !important;
}
.cid-tYpllwX9r8 .dropdown-item:hover span {
  color: white;
}
.cid-tYpllwX9r8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tYpllwX9r8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tYpllwX9r8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tYpllwX9r8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tYpllwX9r8 .nav-link {
  position: relative;
}
.cid-tYpllwX9r8 .container {
  display: flex;
  margin: auto;
}
.cid-tYpllwX9r8 .iconfont-wrapper {
  color: #802a66 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tYpllwX9r8 .dropdown-menu,
.cid-tYpllwX9r8 .navbar.opened {
  background: #fff1de !important;
}
.cid-tYpllwX9r8 .nav-item:focus,
.cid-tYpllwX9r8 .nav-link:focus {
  outline: none;
}
.cid-tYpllwX9r8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tYpllwX9r8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tYpllwX9r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tYpllwX9r8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tYpllwX9r8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYpllwX9r8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYpllwX9r8 .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: #fff1de;
}
.cid-tYpllwX9r8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tYpllwX9r8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tYpllwX9r8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tYpllwX9r8 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-tYpllwX9r8 .navbar.collapsed {
  justify-content: center;
}
.cid-tYpllwX9r8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYpllwX9r8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYpllwX9r8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tYpllwX9r8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYpllwX9r8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tYpllwX9r8 .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-tYpllwX9r8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYpllwX9r8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tYpllwX9r8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tYpllwX9r8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYpllwX9r8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYpllwX9r8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYpllwX9r8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tYpllwX9r8 .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-tYpllwX9r8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tYpllwX9r8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYpllwX9r8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tYpllwX9r8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tYpllwX9r8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tYpllwX9r8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tYpllwX9r8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tYpllwX9r8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tYpllwX9r8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tYpllwX9r8 .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-tYpllwX9r8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tYpllwX9r8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYpllwX9r8 .dropdown-item.active,
.cid-tYpllwX9r8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tYpllwX9r8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tYpllwX9r8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tYpllwX9r8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tYpllwX9r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff1de;
}
.cid-tYpllwX9r8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tYpllwX9r8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYpllwX9r8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tYpllwX9r8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tYpllwX9r8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tYpllwX9r8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #802a66;
}
.cid-tYpllwX9r8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tYpllwX9r8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpllwX9r8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tYpllwX9r8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tYpllwX9r8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpllwX9r8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tYpllwX9r8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tYpllwX9r8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tYpllwX9r8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tYpllwX9r8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tYpllwX9r8 .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-tYpllwX9r8 .navbar {
    height: 70px;
  }
  .cid-tYpllwX9r8 .navbar.opened {
    height: auto;
  }
  .cid-tYpllwX9r8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYqEXfcnC2 {
  padding-top: 9rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/header-noel-tholoniat-1024x652.jpg");
}
.cid-tYqEXfcnC2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYqEXfcnC2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYqEXfcnC2 .mbr-text,
.cid-tYqEXfcnC2 .mbr-section-btn {
  color: #232323;
}
.cid-tYqEXfcnC2 .card-title,
.cid-tYqEXfcnC2 .card-box {
  color: #ffffff;
}
.cid-tYqEXfcnC2 .mbr-text,
.cid-tYqEXfcnC2 .link-wrap {
  color: #ffffff;
}
.cid-tYqZe4Ijzy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f9ac49;
}
.cid-tYqZe4Ijzy .mbr-text {
  text-align: center;
  color: #ab231e;
}
.cid-tYplTBNwCi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9e8d4;
}
.cid-tYplTBNwCi .image-wrapper {
  padding: 0 2rem;
}
.cid-tYplTBNwCi .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYplTBNwCi .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYplTBNwCi .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYplTBNwCi .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYplTBNwCi .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYplTBNwCi .text-wrapper,
  .cid-tYplTBNwCi .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYplTBNwCi .text-wrapper,
  .cid-tYplTBNwCi .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYplTBNwCi .text-wrapper,
  .cid-tYplTBNwCi .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYplTBNwCi .text-wrapper,
  .cid-tYplTBNwCi .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYplTBNwCi .text-wrapper,
  .cid-tYplTBNwCi .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .content {
    text-align: center;
  }
}
.cid-tYplTBNwCi .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .mbr-card-title {
    text-align: start;
  }
}
.cid-tYplTBNwCi .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYplTBNwCi .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYplTBNwCi .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYplTBNwCi .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYplTBNwCi .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYplTBNwCi .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYplTBNwCi .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYplTBNwCi .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYplTBNwCi .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYplTBNwCi .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYplTBNwCi .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYplTBNwCi .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYplTBNwCi .tile-text-wrap {
  display: flex;
}
.cid-tYplTBNwCi svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYplTBNwCi svg path {
  fill: #cd8ad1;
}
.cid-tYplTBNwCi .numbers {
  display: flex;
  align-self: center;
}
.cid-tYplTBNwCi .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYplTBNwCi .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYplTBNwCi .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYplTBNwCi .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYplTBNwCi .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYplTBNwCi .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tYplTBNwCi .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYplTBNwCi .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYplTBNwCi .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYplTBNwCi .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYplTBNwCi .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYplTBNwCi div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYplTBNwCi .mbr-section-btn {
  display: flex;
}
.cid-tYptdYC0fD {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9e8d4;
}
.cid-tYptdYC0fD .image-wrapper {
  padding: 0 2rem;
}
.cid-tYptdYC0fD .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYptdYC0fD .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYptdYC0fD .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYptdYC0fD .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYptdYC0fD .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYptdYC0fD .text-wrapper,
  .cid-tYptdYC0fD .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYptdYC0fD .text-wrapper,
  .cid-tYptdYC0fD .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYptdYC0fD .text-wrapper,
  .cid-tYptdYC0fD .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYptdYC0fD .text-wrapper,
  .cid-tYptdYC0fD .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYptdYC0fD .text-wrapper,
  .cid-tYptdYC0fD .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .content {
    text-align: center;
  }
}
.cid-tYptdYC0fD .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .mbr-card-title {
    text-align: start;
  }
}
.cid-tYptdYC0fD .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYptdYC0fD .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYptdYC0fD .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYptdYC0fD .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYptdYC0fD .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYptdYC0fD .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYptdYC0fD .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYptdYC0fD .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYptdYC0fD .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYptdYC0fD .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYptdYC0fD .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYptdYC0fD .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYptdYC0fD .tile-text-wrap {
  display: flex;
}
.cid-tYptdYC0fD svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYptdYC0fD svg path {
  fill: #cd8ad1;
}
.cid-tYptdYC0fD .numbers {
  display: flex;
  align-self: center;
}
.cid-tYptdYC0fD .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYptdYC0fD .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYptdYC0fD .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYptdYC0fD .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYptdYC0fD .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYptdYC0fD .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tYptdYC0fD .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYptdYC0fD .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptdYC0fD .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptdYC0fD .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptdYC0fD .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYptdYC0fD div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYptdYC0fD .mbr-section-btn {
  display: flex;
}
.cid-tYptf6mDFe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9e8d4;
}
.cid-tYptf6mDFe .image-wrapper {
  padding: 0 2rem;
}
.cid-tYptf6mDFe .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYptf6mDFe .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYptf6mDFe .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYptf6mDFe .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYptf6mDFe .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYptf6mDFe .text-wrapper,
  .cid-tYptf6mDFe .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYptf6mDFe .text-wrapper,
  .cid-tYptf6mDFe .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYptf6mDFe .text-wrapper,
  .cid-tYptf6mDFe .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYptf6mDFe .text-wrapper,
  .cid-tYptf6mDFe .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYptf6mDFe .text-wrapper,
  .cid-tYptf6mDFe .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .content {
    text-align: center;
  }
}
.cid-tYptf6mDFe .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .mbr-card-title {
    text-align: start;
  }
}
.cid-tYptf6mDFe .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYptf6mDFe .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYptf6mDFe .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYptf6mDFe .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYptf6mDFe .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYptf6mDFe .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYptf6mDFe .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYptf6mDFe .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYptf6mDFe .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYptf6mDFe .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYptf6mDFe .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYptf6mDFe .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYptf6mDFe .tile-text-wrap {
  display: flex;
}
.cid-tYptf6mDFe svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYptf6mDFe svg path {
  fill: #cd8ad1;
}
.cid-tYptf6mDFe .numbers {
  display: flex;
  align-self: center;
}
.cid-tYptf6mDFe .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYptf6mDFe .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYptf6mDFe .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYptf6mDFe .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYptf6mDFe .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYptf6mDFe .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tYptf6mDFe .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYptf6mDFe .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptf6mDFe .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptf6mDFe .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYptf6mDFe .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYptf6mDFe div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYptf6mDFe .mbr-section-btn {
  display: flex;
}
.cid-tYqDTqG1VJ {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9e8d4;
}
.cid-tYqDTqG1VJ .image-wrapper {
  padding: 0 2rem;
}
.cid-tYqDTqG1VJ .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYqDTqG1VJ .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYqDTqG1VJ .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYqDTqG1VJ .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYqDTqG1VJ .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYqDTqG1VJ .text-wrapper,
  .cid-tYqDTqG1VJ .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYqDTqG1VJ .text-wrapper,
  .cid-tYqDTqG1VJ .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYqDTqG1VJ .text-wrapper,
  .cid-tYqDTqG1VJ .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYqDTqG1VJ .text-wrapper,
  .cid-tYqDTqG1VJ .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYqDTqG1VJ .text-wrapper,
  .cid-tYqDTqG1VJ .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .content {
    text-align: center;
  }
}
.cid-tYqDTqG1VJ .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .mbr-card-title {
    text-align: start;
  }
}
.cid-tYqDTqG1VJ .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYqDTqG1VJ .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYqDTqG1VJ .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYqDTqG1VJ .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYqDTqG1VJ .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYqDTqG1VJ .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYqDTqG1VJ .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYqDTqG1VJ .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYqDTqG1VJ .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYqDTqG1VJ .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYqDTqG1VJ .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYqDTqG1VJ .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYqDTqG1VJ .tile-text-wrap {
  display: flex;
}
.cid-tYqDTqG1VJ svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYqDTqG1VJ svg path {
  fill: #cd8ad1;
}
.cid-tYqDTqG1VJ .numbers {
  display: flex;
  align-self: center;
}
.cid-tYqDTqG1VJ .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYqDTqG1VJ .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYqDTqG1VJ .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYqDTqG1VJ .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYqDTqG1VJ .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYqDTqG1VJ .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tYqDTqG1VJ .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYqDTqG1VJ .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqDTqG1VJ .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqDTqG1VJ .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqDTqG1VJ .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYqDTqG1VJ div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYqDTqG1VJ .mbr-section-btn {
  display: flex;
}
.cid-tYqEbO1D1B {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f9e8d4;
}
.cid-tYqEbO1D1B .image-wrapper {
  padding: 0 2rem;
}
.cid-tYqEbO1D1B .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYqEbO1D1B .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYqEbO1D1B .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYqEbO1D1B .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYqEbO1D1B .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYqEbO1D1B .text-wrapper,
  .cid-tYqEbO1D1B .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYqEbO1D1B .text-wrapper,
  .cid-tYqEbO1D1B .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYqEbO1D1B .text-wrapper,
  .cid-tYqEbO1D1B .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYqEbO1D1B .text-wrapper,
  .cid-tYqEbO1D1B .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYqEbO1D1B .text-wrapper,
  .cid-tYqEbO1D1B .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .content {
    text-align: center;
  }
}
.cid-tYqEbO1D1B .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .mbr-card-title {
    text-align: start;
  }
}
.cid-tYqEbO1D1B .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYqEbO1D1B .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYqEbO1D1B .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYqEbO1D1B .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYqEbO1D1B .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYqEbO1D1B .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYqEbO1D1B .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYqEbO1D1B .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYqEbO1D1B .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYqEbO1D1B .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYqEbO1D1B .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYqEbO1D1B .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYqEbO1D1B .tile-text-wrap {
  display: flex;
}
.cid-tYqEbO1D1B svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYqEbO1D1B svg path {
  fill: #cd8ad1;
}
.cid-tYqEbO1D1B .numbers {
  display: flex;
  align-self: center;
}
.cid-tYqEbO1D1B .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYqEbO1D1B .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYqEbO1D1B .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYqEbO1D1B .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYqEbO1D1B .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYqEbO1D1B .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-tYqEbO1D1B .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYqEbO1D1B .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqEbO1D1B .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqEbO1D1B .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYqEbO1D1B .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYqEbO1D1B div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYqEbO1D1B .mbr-section-btn {
  display: flex;
}
.cid-tYsPklpdE1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f3e9;
}
@media (min-width: 1400px) {
  .cid-tYsPklpdE1 .wrapper {
    padding: 0 4rem 0 8rem;
  }
}
.cid-tYsPklpdE1 .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-tYsPklpdE1 .row {
  align-items: center;
}
@media (max-width: 600px) {
  .cid-tYsPklpdE1 .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-tYsPklpdE1 .mbr-section-title {
  text-align: left;
  color: #765c6e;
}
.cid-tYsPklpdE1 .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-tYsPklpdE1 .panel-text {
  margin: 0;
  border: 0px;
  color: #802a66;
  font-family: "EB Garamond";
}
.cid-tYsPklpdE1 span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-tYsPklpdE1 .panel-title-edit {
  font-family: 'Cormorant Garamond';
  color: #715d3b;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #41392e;
}
.cid-tYsPklpdE1 .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-tYsPklpdE1 .card {
  border-radius: 0;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-tYsPklpdE1 .left-side {
    padding: 15px;
  }
}
.cid-tYsPklpdE1 img {
  width: 100%;
  transition: all 2s;
}
.cid-tYsPklpdE1 img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tYsXtztKaR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYsXtztKaR .image-wrapper {
  padding: 0 2rem;
}
.cid-tYsXtztKaR .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tYsXtztKaR .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tYsXtztKaR .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-tYsXtztKaR .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-tYsXtztKaR .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tYsXtztKaR .text-wrapper,
  .cid-tYsXtztKaR .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYsXtztKaR .text-wrapper,
  .cid-tYsXtztKaR .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tYsXtztKaR .text-wrapper,
  .cid-tYsXtztKaR .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tYsXtztKaR .text-wrapper,
  .cid-tYsXtztKaR .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tYsXtztKaR .text-wrapper,
  .cid-tYsXtztKaR .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .content {
    text-align: center;
  }
}
.cid-tYsXtztKaR .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .mbr-card-title {
    text-align: start;
  }
}
.cid-tYsXtztKaR .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tYsXtztKaR .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tYsXtztKaR .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tYsXtztKaR .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tYsXtztKaR .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tYsXtztKaR .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tYsXtztKaR .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tYsXtztKaR .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tYsXtztKaR .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tYsXtztKaR .nutrition-wrap {
    width: 100%;
  }
}
.cid-tYsXtztKaR .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tYsXtztKaR .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tYsXtztKaR .tile-text-wrap {
  display: flex;
}
.cid-tYsXtztKaR svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tYsXtztKaR svg path {
  fill: #cd8ad1;
}
.cid-tYsXtztKaR .numbers {
  display: flex;
  align-self: center;
}
.cid-tYsXtztKaR .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tYsXtztKaR .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tYsXtztKaR .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .mbr-tile-text {
    text-align: start;
  }
}
.cid-tYsXtztKaR .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tYsXtztKaR .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tYsXtztKaR .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tYsXtztKaR .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tYsXtztKaR .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYsXtztKaR .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYsXtztKaR .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tYsXtztKaR .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tYsXtztKaR div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tYpllBcV0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffd199;
}
.cid-tYpllBcV0w .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tYpllBcV0w .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tYpllBcV0w .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tYpllBcV0w .row {
    text-align: center;
  }
  .cid-tYpllBcV0w .row > div {
    margin: auto;
  }
  .cid-tYpllBcV0w .social-row {
    justify-content: center;
  }
}
.cid-tYpllBcV0w .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tYpllBcV0w .list {
  list-style: none;
  padding-left: 0;
  color: #765c6e;
}
@media (max-width: 991px) {
  .cid-tYpllBcV0w .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tYpllBcV0w .list {
    margin-bottom: 0rem;
  }
}
.cid-tYpllBcV0w .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tYpllBcV0w .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tYpllBcV0w div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tYpllBcV0w H5 {
  color: #241840;
}
.cid-tYpllBcV0w .copyright {
  color: #6e3f61;
}
