body {
  font-family: Atkinson_Hyperlegible;
}
.display-1 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f4d7d7 !important;
}
.bg-success {
  background-color: #f4aee6 !important;
}
.bg-info {
  background-color: #b17474 !important;
}
.bg-warning {
  background-color: #ffff33 !important;
}
.bg-danger {
  background-color: #b08546 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
  color: #333333 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #333333 !important;
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #333333 !important;
  background-color: #e19393 !important;
  border-color: #e19393 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
  color: #333333 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #333333 !important;
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333333 !important;
  background-color: #d63ab8 !important;
  border-color: #d63ab8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #b17474 !important;
  border-color: #b17474 !important;
  color: #333333 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #333333 !important;
  background-color: #b17474 !important;
  border-color: #b17474 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #333333 !important;
  background-color: #844a4a !important;
  border-color: #844a4a !important;
}
.btn-success,
.btn-success:active {
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
  color: #333333 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #333333 !important;
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #333333 !important;
  background-color: #ea62ce !important;
  border-color: #ea62ce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
  color: #333333 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #000000 !important;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #333333 !important;
  background-color: #dbdb00 !important;
  border-color: #dbdb00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b08546 !important;
  border-color: #b08546 !important;
  color: #333333 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #333333 !important;
  background-color: #b08546 !important;
  border-color: #b08546 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #333333 !important;
  background-color: #72562d !important;
  border-color: #72562d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #333333 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #333333 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #333333 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4d7d7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e19393 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #a02c2c !important;
  background-color: #f4d7d7 !important;
  border-color: #f4d7d7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e582d2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d63ab8 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e582d2 !important;
  border-color: #e582d2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b17474;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #844a4a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b17474 !important;
  border-color: #b17474 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f4aee6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ea62ce !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #f4aee6 !important;
  border-color: #f4aee6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffff33;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #dbdb00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #333300 !important;
  background-color: #ffff33 !important;
  border-color: #ffff33 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b08546;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #72562d !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b08546 !important;
  border-color: #b08546 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f4d7d7 !important;
}
.text-secondary {
  color: #e582d2 !important;
}
.text-success {
  color: #f4aee6 !important;
}
.text-info {
  color: #b17474 !important;
}
.text-warning {
  color: #ffff33 !important;
}
.text-danger {
  color: #b08546 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de8787 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d32eb4 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e854ca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7a4545 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccc00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #674e29 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
.nav-tabs .nav-link.active {
  color: #f4d7d7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b17474;
}
.alert-warning {
  background-color: #ffff33;
}
.alert-danger {
  background-color: #b08546;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f4d7d7;
  border-color: #f4d7d7;
  color: #b43131;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f4d7d7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc6c6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d8c09d;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #f4d7d7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Atkinson Hyperlegible', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #f4d7d7;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f4d7d7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f4d7d7;
}
.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: #f4d7d7;
  border-bottom-color: #f4d7d7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f4d7d7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e582d2 !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='%23f4d7d7' %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-sQrhx8OqHg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-sQrhx8OqHg nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sQrhx8OqHg .container,
  .cid-sQrhx8OqHg .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .cid-sQrhx8OqHg .container {
    max-width: 1162px;
  }
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQrhx8OqHg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQrhx8OqHg .dropdown-item:hover,
.cid-sQrhx8OqHg .dropdown-item:focus {
  background: #f4d7d7 !important;
  color: white !important;
}
.cid-sQrhx8OqHg .dropdown-item:hover span {
  color: white;
}
.cid-sQrhx8OqHg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQrhx8OqHg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQrhx8OqHg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQrhx8OqHg .nav-link {
  position: relative;
  opacity: 0.5;
}
.cid-sQrhx8OqHg .container {
  display: flex;
  margin: auto;
}
.cid-sQrhx8OqHg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQrhx8OqHg .iconfont-wrapper span {
  border-radius: 100px;
  background-color: #cbc0ff;
}
.cid-sQrhx8OqHg .navbar-caption {
  font-weight: 600;
}
.cid-sQrhx8OqHg .dropdown-menu,
.cid-sQrhx8OqHg .navbar.opened {
  background: #fef7f2 !important;
}
.cid-sQrhx8OqHg .nav-item:focus,
.cid-sQrhx8OqHg .nav-link:focus {
  outline: none;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQrhx8OqHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQrhx8OqHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQrhx8OqHg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #fef7f2;
}
.cid-sQrhx8OqHg .navbar.opened {
  transition: all 0.3s;
}
.cid-sQrhx8OqHg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQrhx8OqHg .navbar .navbar-logo img {
  width: auto;
}
.cid-sQrhx8OqHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQrhx8OqHg .navbar.collapsed {
  justify-content: center;
}
.cid-sQrhx8OqHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQrhx8OqHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQrhx8OqHg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQrhx8OqHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQrhx8OqHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQrhx8OqHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQrhx8OqHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQrhx8OqHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQrhx8OqHg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQrhx8OqHg .navbar.navbar-short {
  min-height: 70px;
}
.cid-sQrhx8OqHg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQrhx8OqHg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQrhx8OqHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQrhx8OqHg .dropdown-item.active,
.cid-sQrhx8OqHg .dropdown-item:active {
  background-color: transparent;
}
.cid-sQrhx8OqHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQrhx8OqHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef7f2;
}
.cid-sQrhx8OqHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQrhx8OqHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQrhx8OqHg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQrhx8OqHg .navbar-buttons {
  text-align: center;
  min-width: 170px;
  color: #333333;
}
.cid-sQrhx8OqHg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQrhx8OqHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar {
    height: 70px;
  }
  .cid-sQrhx8OqHg .navbar.opened {
    height: auto;
  }
  .cid-sQrhx8OqHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQrhx8OqHg .btn {
  border-radius: 30px;
}
.cid-sQrhxODyWt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef7f2;
}
@media (max-width: 991px) {
  .cid-sQrhxODyWt .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-sQrhxODyWt .donut {
    right: 15%;
    top: 80%;
  }
  .cid-sQrhxODyWt .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-sQrhxODyWt .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-sQrhxODyWt .sticker {
    width: 20%;
  }
  .cid-sQrhxODyWt .donut {
    right: 10%;
    top: 70%;
  }
  .cid-sQrhxODyWt .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-sQrhxODyWt .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-sQrhxODyWt .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-sQrhxODyWt .donut {
    left: 50%;
    top: 70%;
  }
  .cid-sQrhxODyWt .fire {
    right: 10%;
    top: 60%;
  }
  .cid-sQrhxODyWt .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-sQrhxODyWt .donut {
    left: 70%;
    top: 60%;
  }
  .cid-sQrhxODyWt .fire {
    right: 5%;
    top: 40%;
  }
  .cid-sQrhxODyWt .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-sQrhxODyWt .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sQrhxODyWt .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-sQrhxODyWt .donut {
    left: 1%;
    top: 70%;
  }
  .cid-sQrhxODyWt .fire {
    left: 30%;
    top: 60%;
  }
  .cid-sQrhxODyWt .hand {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-sQrhxODyWt .donut {
    left: 5%;
    top: 40%;
  }
  .cid-sQrhxODyWt .fire {
    left: 35%;
  }
}
.cid-sQrhxODyWt .row {
  align-items: center;
  min-height: 500px;
}
.cid-sQrhxODyWt .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-sQrhxODyWt .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-sQrhxODyWt .image-wrapper img {
    max-height: 500px;
  }
}
.cid-sQrhxODyWt .index {
  z-index: 1;
}
.cid-sQrhxODyWt .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .cid-sQrhxODyWt .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQrhxODyWt .text-wrapper {
    padding: 0 12px;
  }
}
.cid-sQrhxODyWt .mbr-section-title {
  color: #333333;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cid-sQrhxODyWt .mbr-section-title {
    font-size: 72px;
  }
}
.cid-sQrhxODyWt .mbr-text {
  font-size: 24px;
}
.cid-sQrhxODyWt .mbr-text,
.cid-sQrhxODyWt .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-sQrhxODyWt .btn {
  border-radius: 59px;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 63px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-sQrhxODyWt .btn:hover,
.cid-sQrhxODyWt .btn:focus {
  border-color: #000000 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrhxODyWt .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sQrhxODyWt .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-sQrhxODyWt .link {
    width: 160px;
    height: 160px;
  }
}
.cid-sQrhxODyWt .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-sQrhxODyWt .iconfont-wrapper {
  position: absolute;
}
.cid-sQrhxODyWt .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sQrhxODyWt .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-sQrhxODyWt .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-sQrhAxArla {
  background: #ffffff;
  background: linear-gradient(135deg, #ffffff, #69b9d0);
}
.cid-sQrhAxArla .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sQrhAxArla .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQrhAxArla .image-block {
    width: 100% !important;
  }
}
.cid-sQrhEUmIg1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-sQrhEUmIg1 .row {
  flex-direction: row-reverse;
}
.cid-sQrhEUmIg1 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-sQrhEUmIg1 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-sQrhEUmIg1 .card {
    margin-bottom: 2rem !important;
  }
  .cid-sQrhEUmIg1 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQrhEUmIg1 .link-wrap {
    align-items: center;
  }
}
.cid-sQrhEUmIg1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQrhEUmIg1 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sQrhEUmIg1 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-sQrhEUmIg1 .btn:hover,
.cid-sQrhEUmIg1 .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrhEUmIg1 .card-title {
  color: #333333;
  text-align: center;
}
.cid-sQrhEUmIg1 .mbr-subtile {
  color: #333333;
  text-align: center;
}
.cid-sQrhEUmIg1 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sQrhEUmIg1 .padding {
    padding-right: 110px;
  }
}
.cid-sQrhEUmIg1 .mbr-text,
.cid-sQrhEUmIg1 .mbr-section-btn {
  text-align: center;
}
.cid-sQrklxnXhy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrklxnXhy .container {
    max-width: 1162px;
  }
}
.cid-sQrklxnXhy .mbr-media {
  position: relative;
}
.cid-sQrklxnXhy .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sQrklxnXhy .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sQrklxnXhy .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sQrklxnXhy .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sQrklxnXhy .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQrklxnXhy .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQrklxnXhy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sQrklxnXhy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQrhQAc3nh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-sQrhQAc3nh .row {
  flex-direction: row-reverse;
}
.cid-sQrhQAc3nh .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-sQrhQAc3nh .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-sQrhQAc3nh .card {
    margin-bottom: 2rem !important;
  }
  .cid-sQrhQAc3nh .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQrhQAc3nh .link-wrap {
    align-items: center;
  }
}
.cid-sQrhQAc3nh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQrhQAc3nh .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sQrhQAc3nh .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-sQrhQAc3nh .btn:hover,
.cid-sQrhQAc3nh .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrhQAc3nh .card-title {
  color: #333333;
}
.cid-sQrhQAc3nh .mbr-subtile {
  color: #000000;
}
.cid-sQrhQAc3nh .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sQrhQAc3nh .padding {
    padding-right: 110px;
  }
}
.cid-sQrhWhrMye {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef7f2;
}
.cid-sQrhWhrMye .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-sQrhWhrMye .container {
  max-width: 1300px;
}
.cid-sQrhx8OqHg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-sQrhx8OqHg nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-sQrhx8OqHg .container,
  .cid-sQrhx8OqHg .container-fluid {
    flex-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .cid-sQrhx8OqHg .container {
    max-width: 1162px;
  }
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQrhx8OqHg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQrhx8OqHg .dropdown-item:hover,
.cid-sQrhx8OqHg .dropdown-item:focus {
  background: #f4d7d7 !important;
  color: white !important;
}
.cid-sQrhx8OqHg .dropdown-item:hover span {
  color: white;
}
.cid-sQrhx8OqHg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQrhx8OqHg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQrhx8OqHg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQrhx8OqHg .nav-link {
  position: relative;
  opacity: 0.5;
}
.cid-sQrhx8OqHg .container {
  display: flex;
  margin: auto;
}
.cid-sQrhx8OqHg .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQrhx8OqHg .iconfont-wrapper span {
  border-radius: 100px;
  background-color: #cbc0ff;
}
.cid-sQrhx8OqHg .navbar-caption {
  font-weight: 600;
}
.cid-sQrhx8OqHg .dropdown-menu,
.cid-sQrhx8OqHg .navbar.opened {
  background: #fef7f2 !important;
}
.cid-sQrhx8OqHg .nav-item:focus,
.cid-sQrhx8OqHg .nav-link:focus {
  outline: none;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQrhx8OqHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQrhx8OqHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQrhx8OqHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQrhx8OqHg .navbar {
  min-height: 100px;
  transition: all 0.3s;
  background: #fef7f2;
}
.cid-sQrhx8OqHg .navbar.opened {
  transition: all 0.3s;
}
.cid-sQrhx8OqHg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQrhx8OqHg .navbar .navbar-logo img {
  width: auto;
}
.cid-sQrhx8OqHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sQrhx8OqHg .navbar.collapsed {
  justify-content: center;
}
.cid-sQrhx8OqHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQrhx8OqHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQrhx8OqHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQrhx8OqHg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQrhx8OqHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQrhx8OqHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQrhx8OqHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQrhx8OqHg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQrhx8OqHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQrhx8OqHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQrhx8OqHg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQrhx8OqHg .navbar.navbar-short {
  min-height: 70px;
}
.cid-sQrhx8OqHg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQrhx8OqHg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQrhx8OqHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQrhx8OqHg .dropdown-item.active,
.cid-sQrhx8OqHg .dropdown-item:active {
  background-color: transparent;
}
.cid-sQrhx8OqHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQrhx8OqHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQrhx8OqHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fef7f2;
}
.cid-sQrhx8OqHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQrhx8OqHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQrhx8OqHg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQrhx8OqHg .navbar-buttons {
  text-align: center;
  min-width: 170px;
  color: #333333;
}
.cid-sQrhx8OqHg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQrhx8OqHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQrhx8OqHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQrhx8OqHg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQrhx8OqHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQrhx8OqHg .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-sQrhx8OqHg .navbar {
    height: 70px;
  }
  .cid-sQrhx8OqHg .navbar.opened {
    height: auto;
  }
  .cid-sQrhx8OqHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQrhx8OqHg .btn {
  border-radius: 30px;
}
.cid-sQrmENBTYB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef7f2;
}
@media (max-width: 991px) {
  .cid-sQrmENBTYB .sticker {
    width: 15%;
    position: absolute;
  }
  .cid-sQrmENBTYB .donut {
    right: 15%;
    top: 80%;
  }
  .cid-sQrmENBTYB .fire {
    left: 40%;
    bottom: 5%;
  }
  .cid-sQrmENBTYB .hand {
    top: 70%;
    right: 1%;
  }
}
@media (max-width: 758px) {
  .cid-sQrmENBTYB .sticker {
    width: 20%;
  }
  .cid-sQrmENBTYB .donut {
    right: 10%;
    top: 70%;
  }
  .cid-sQrmENBTYB .fire {
    left: 10%;
    bottom: 50%;
  }
  .cid-sQrmENBTYB .hand {
    top: 50%;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .cid-sQrmENBTYB .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-sQrmENBTYB .donut {
    left: 50%;
    top: 70%;
  }
  .cid-sQrmENBTYB .fire {
    right: 10%;
    top: 60%;
  }
  .cid-sQrmENBTYB .hand {
    top: 5%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmENBTYB .donut {
    left: 70%;
    top: 60%;
  }
  .cid-sQrmENBTYB .fire {
    right: 5%;
    top: 40%;
  }
  .cid-sQrmENBTYB .hand {
    top: 5%;
    right: 5%;
  }
}
.cid-sQrmENBTYB .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sQrmENBTYB .sticker {
    width: 10%;
    position: absolute;
  }
  .cid-sQrmENBTYB .donut {
    left: 1%;
    top: 70%;
  }
  .cid-sQrmENBTYB .fire {
    left: 30%;
    top: 60%;
  }
  .cid-sQrmENBTYB .hand {
    top: 5%;
    left: 5%;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmENBTYB .donut {
    left: 5%;
    top: 40%;
  }
  .cid-sQrmENBTYB .fire {
    left: 35%;
  }
}
.cid-sQrmENBTYB .row {
  align-items: center;
  min-height: 500px;
}
.cid-sQrmENBTYB .image-wrapper {
  overflow: hidden;
  height: 100%;
  min-height: 500px;
}
.cid-sQrmENBTYB .image-wrapper img {
  object-fit: cover;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 991px) {
  .cid-sQrmENBTYB .image-wrapper img {
    max-height: 500px;
  }
}
.cid-sQrmENBTYB .index {
  z-index: 1;
}
.cid-sQrmENBTYB .text-wrapper {
  padding: 0 4rem;
}
@media (max-width: 991px) {
  .cid-sQrmENBTYB .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sQrmENBTYB .text-wrapper {
    padding: 0 12px;
  }
}
.cid-sQrmENBTYB .mbr-section-title {
  color: #000000;
  text-align: left;
  font-weight: 600;
}
@media (min-width: 992px) {
  .cid-sQrmENBTYB .mbr-section-title {
    font-size: 72px;
  }
}
.cid-sQrmENBTYB .mbr-text {
  font-size: 24px;
}
.cid-sQrmENBTYB .mbr-text,
.cid-sQrmENBTYB .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sQrmENBTYB .btn {
  border-radius: 59px;
  font-size: 18px;
  font-weight: 600;
  padding: 26px 63px;
  color: #000000 !important;
  border: 2px solid;
  border-color: #000000 !important;
}
.cid-sQrmENBTYB .btn:hover,
.cid-sQrmENBTYB .btn:focus {
  border-color: #000000 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrmENBTYB .link {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 210px;
  height: 210px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sQrmENBTYB .link {
    top: 500px;
  }
}
@media (max-width: 768px) {
  .cid-sQrmENBTYB .link {
    width: 160px;
    height: 160px;
  }
}
.cid-sQrmENBTYB .link img {
  width: 160px;
  height: 160px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot;
  -webkit-animation: 15s linear 0s normal none infinite running rot;
}
.cid-sQrmENBTYB .iconfont-wrapper {
  position: absolute;
}
.cid-sQrmENBTYB .iconfont-wrapper span {
  color: #000000;
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sQrmENBTYB .container-fluid {
    padding: 0 0.75rem;
  }
}
@media (min-width: 992px) {
  .cid-sQrmENBTYB .container-fluid {
    padding: 0 16px;
  }
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-sQrmFBx29p {
  background-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/background3.jpg");
}
@media (min-width: 992px) {
  .cid-sQrmFBx29p .row {
    min-height: 770px;
  }
}
@media (max-width: 991px) {
  .cid-sQrmFBx29p .row {
    min-height: 400px;
  }
}
.cid-sQrmFBx29p .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
@media (min-width: 769px) {
  .cid-sQrmFBx29p .mbr-section-title {
    font-size: 36px;
  }
}
.cid-sQrmFBx29p .mbr-text,
.cid-sQrmFBx29p .mbr-section-btn {
  text-align: center;
}
.cid-sQrmFBx29p .btn {
  padding: 17px 30px;
  border-radius: 50px;
}
.cid-sQrmFBx29p .btn:hover,
.cid-sQrmFBx29p .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrmFBx29p .top {
  margin-top: 160px;
}
.cid-sQrmH31MVJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmH31MVJ .container {
    max-width: 1162px;
  }
}
.cid-sQrmH31MVJ .wrapper {
  min-height: 385px;
  position: relative;
  background-color: #daadcc;
}
@media (max-width: 991px) {
  .cid-sQrmH31MVJ .wrapper {
    padding: 5rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sQrmH31MVJ .wrapper {
    padding: 104px 80px 90px 80px;
  }
}
.cid-sQrmH31MVJ .mbr-title {
  font-size: 36px;
  line-height: 1;
}
.cid-sQrmH31MVJ .btn {
  padding: 15px 37px;
  border-radius: 30px;
}
.cid-sQrmH31MVJ .btn:hover,
.cid-sQrmH31MVJ .btn:active {
  background-color: #fef7f2 !important;
  border-color: #fef7f2 !important;
}
.cid-sQrmH31MVJ .text {
  z-index: 3;
}
.cid-sQrmH31MVJ .mbr-text {
  color: #000000;
  font-size: 18px;
  text-align: left;
}
.cid-sQrmH31MVJ .mbr-section-text {
  color: #ffffff;
  position: relative;
  top: -15%;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media (max-width: 991px) {
  .cid-sQrmH31MVJ .mbr-section-text {
    position: absolute;
    top: 70%;
    width: 350px;
    left: 5%;
  }
}
@media (max-width: 768px) {
  .cid-sQrmH31MVJ .mbr-section-text {
    position: absolute;
    width: 250px;
    top: 80%;
  }
}
.cid-sQrmH31MVJ .image-wrapper {
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sQrmH31MVJ .image-wrapper {
    margin-top: 3rem;
  }
}
.cid-sQrmH31MVJ .image-wrapper img {
  max-width: 500px;
  max-height: 500px;
  object-fit: cover;
  -webkit-mask-box-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/blob3.svg");
  mask-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/blob3.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  -webkit-mask-size: auto auto;
  position: relative;
}
@media (min-width: 992px) {
  .cid-sQrmH31MVJ .image-wrapper img {
    position: absolute;
    top: -15%;
    right: 5%;
  }
}
.cid-sQrmHK7mQb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmHK7mQb .container {
    max-width: 1162px;
  }
}
.cid-sQrmHK7mQb .mbr-iconfont {
  color: #f4aee6;
}
@media (min-width: 769px) {
  .cid-sQrmHK7mQb .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-sQrmHK7mQb .card-title,
.cid-sQrmHK7mQb .card-box {
  color: #000000;
  text-align: left;
}
.cid-sQrmHK7mQb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sQrmHK7mQb img {
    width: 140px;
    height: 140px;
  }
}
.cid-sQrmHK7mQb .mbr-title {
  color: #f4aee6;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sQrmHK7mQb .mbr-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .cid-sQrmHK7mQb .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmHK7mQb .card-box {
  min-height: 160px;
  display: flex;
  align-items: center;
}
.cid-sQrmHK7mQb .text-box {
  min-height: 160px;
  display: flex;
  align-items: center;
}
.cid-sQrmIoMfhn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/background2.jpg");
}
@media (min-width: 1400px) {
  .cid-sQrmIoMfhn .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-sQrmIoMfhn .row {
    min-height: 400px;
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .cid-sQrmIoMfhn .row {
    min-height: 800px;
  }
}
.cid-sQrmIoMfhn .card-title {
  color: #ffff33;
}
@media (min-width: 992px) {
  .cid-sQrmIoMfhn .card-title {
    font-size: 64px;
  }
}
.cid-sQrmIoMfhn .mbr-text,
.cid-sQrmIoMfhn .mbr-section-btn {
  color: #ffffff;
}
.cid-sQrmIoMfhn .btn {
  padding: 13px 37px 17px;
  border-radius: 30px;
}
.cid-sQrmIoMfhn .btn:hover,
.cid-sQrmIoMfhn .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrmJ504lt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
@media (min-width: 992px) {
  .cid-sQrmJ504lt .row > [class*=col] {
    padding-left: 16px;
    padding-right: 84px;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmJ504lt .container {
    max-width: 1162px;
  }
}
.cid-sQrmJ504lt .mbr-section-head {
  position: relative;
}
.cid-sQrmJ504lt img,
.cid-sQrmJ504lt .item-img {
  width: 100%;
  border-radius: 100px;
  height: 100%;
  height: 140px;
  object-fit: cover;
}
.cid-sQrmJ504lt .item:focus,
.cid-sQrmJ504lt span:focus {
  outline: none;
}
.cid-sQrmJ504lt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sQrmJ504lt .item-wrapper {
  overflow: inherit;
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-sQrmJ504lt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sQrmJ504lt .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-sQrmJ504lt .mbr-text,
.cid-sQrmJ504lt .mbr-section-btn {
  text-align: left;
}
.cid-sQrmJ504lt .item-title {
  text-align: left;
}
.cid-sQrmJ504lt .item-subtitle {
  color: #bbbbbb;
}
.cid-sQrmJ504lt .text {
  position: absolute;
  right: 0;
  top: 5%;
  font-size: 40px;
  line-height: 1.05;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 0px 2px 0 #ffffff, 0px -2px 0 #ffffff, 2px 0px 0 #ffffff, -2px 0px 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 0px 3px 0 #ffffff, 0px -3px 0 #ffffff, 3px 0px 0 #ffffff, -3px 0px 0 #ffffff, 3px 3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 0px 4px 0 #ffffff, 0px -4px 0 #ffffff, 4px 0px 0 #ffffff, -4px 0px 0 #ffffff, 4px 4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 0px 5px 0 #ffffff, 0px -5px 0 #ffffff, 5px 0px 0 #ffffff, -5px 0px 0 #ffffff, 5px 5px 0 #ffffff, 5px -5px 0 #ffffff, -5px 5px 0 #ffffff, -5px -5px 0 #ffffff, 0px 6px 0 #ffffff, 0px -6px 0 #ffffff, 6px 0px 0 #ffffff, -6px 0px 0 #ffffff, 6px 6px 0 #ffffff, 6px -6px 0 #ffffff, -6px 6px 0 #ffffff, -6px -6px 0 #ffffff;
  -webkit-text-shadow: 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 0px 2px 0 #ffffff, 0px -2px 0 #ffffff, 2px 0px 0 #ffffff, -2px 0px 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 0px 3px 0 #ffffff, 0px -3px 0 #ffffff, 3px 0px 0 #ffffff, -3px 0px 0 #ffffff, 3px 3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 0px 4px 0 #ffffff, 0px -4px 0 #ffffff, 4px 0px 0 #ffffff, -4px 0px 0 #ffffff, 4px 4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 0px 5px 0 #ffffff, 0px -5px 0 #ffffff, 5px 0px 0 #ffffff, -5px 0px 0 #ffffff, 5px 5px 0 #ffffff, 5px -5px 0 #ffffff, -5px 5px 0 #ffffff, -5px -5px 0 #ffffff, 0px 6px 0 #ffffff, 0px -6px 0 #ffffff, 6px 0px 0 #ffffff, -6px 0px 0 #ffffff, 6px 6px 0 #ffffff, 6px -6px 0 #ffffff, -6px 6px 0 #ffffff, -6px -6px 0 #ffffff;
  -moz-text-shadow: 0px 1px 0 #ffffff, 0px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 0px 2px 0 #ffffff, 0px -2px 0 #ffffff, 2px 0px 0 #ffffff, -2px 0px 0 #ffffff, 2px 2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, -2px -2px 0 #ffffff, 0px 3px 0 #ffffff, 0px -3px 0 #ffffff, 3px 0px 0 #ffffff, -3px 0px 0 #ffffff, 3px 3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, -3px -3px 0 #ffffff, 0px 4px 0 #ffffff, 0px -4px 0 #ffffff, 4px 0px 0 #ffffff, -4px 0px 0 #ffffff, 4px 4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, -4px -4px 0 #ffffff, 0px 5px 0 #ffffff, 0px -5px 0 #ffffff, 5px 0px 0 #ffffff, -5px 0px 0 #ffffff, 5px 5px 0 #ffffff, 5px -5px 0 #ffffff, -5px 5px 0 #ffffff, -5px -5px 0 #ffffff, 0px 6px 0 #ffffff, 0px -6px 0 #ffffff, 6px 0px 0 #ffffff, -6px 0px 0 #ffffff, 6px 6px 0 #ffffff, 6px -6px 0 #ffffff, -6px 6px 0 #ffffff, -6px -6px 0 #ffffff;
}
.cid-sQrmJ504lt .star {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -60px;
  right: -30px;
}
@media (max-width: 991px) {
  .cid-sQrmJ504lt .star {
    right: -10px;
  }
}
.cid-sQrmK07CCs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 992px) {
  .cid-sQrmK07CCs .card-title {
    font-size: 64px;
  }
  .cid-sQrmK07CCs .mbr-subtile,
  .cid-sQrmK07CCs .telephone {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmK07CCs .container {
    max-width: 1162px;
  }
}
.cid-sQrmK07CCs .address {
  position: relative;
}
.cid-sQrmK07CCs .mbr-iconfont {
  font-size: 2rem;
  color: #f4aee6;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .cid-sQrmK07CCs .mbr-iconfont {
    display: none;
  }
}
.cid-sQrmK07CCs .bottom-line {
  border-bottom: 2px solid #f4aee6;
}
.cid-sQrmK07CCs .card-title {
  color: #000000;
}
.cid-sQrmK07CCs .mbr-subtile {
  color: #000000;
}
.cid-sQrmK07CCs .mbr-text {
  color: #000000;
}
.cid-sQrmK07CCs .bg {
  background: #ffff33;
}
.cid-sQrmLIy1aC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmLIy1aC .container {
    max-width: 1162px;
  }
}
@media (min-width: 992px) {
  .cid-sQrmLIy1aC .card-title {
    font-size: 64px;
  }
}
.cid-sQrmLIy1aC img {
  width: 120px;
}
@media (max-width: 758px) {
  .cid-sQrmLIy1aC img {
    margin-bottom: 3rem;
  }
}
.cid-sQrmMx5Clm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/background4.jpg");
}
@media (min-width: 1400px) {
  .cid-sQrmMx5Clm .container {
    max-width: 1162px;
  }
}
.cid-sQrmMx5Clm .content-wrap {
  position: relative;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
  padding: 25px 46px 20px 46px;
}
.cid-sQrmMx5Clm .wrap {
  padding: 50px 46px 50px 46px;
  border: 2px solid #ffffff;
  border-radius: 0 0 20px 20px;
}
.cid-sQrmMx5Clm .bg {
  background-color: #ffffff;
}
.cid-sQrmMx5Clm .bottom {
  border-bottom: none;
  margin-bottom: 2px;
}
.cid-sQrmMx5Clm .mbr-section-title {
  color: #164b56;
}
@media (min-width: 992px) {
  .cid-sQrmMx5Clm .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmMx5Clm .mbr-title {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-sQrmMx5Clm .mbr-title {
    font-size: 24px;
  }
}
.cid-sQrmMx5Clm .star {
  position: absolute;
  width: 140px;
  height: 140px;
  top: -60px;
  right: 10px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}
@media (max-width: 991px) {
  .cid-sQrmMx5Clm .star {
    right: -10px;
  }
}
.cid-sQrmMx5Clm .card-wrapper {
  display: flex;
}
.cid-sQrmMx5Clm .mbr-iconfont {
  font-size: 3rem;
  color: #164b56;
  padding-right: 1.5rem;
}
.cid-sQrmMx5Clm .color {
  color: #ffffff;
}
.cid-sQrmNNRJ9l {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe2b7;
}
.cid-sQrmNNRJ9l .title {
  min-height: 40px;
}
.cid-sQrmNNRJ9l a {
  font-weight: 500;
}
.cid-sQrmOTxfgX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(to bottom, #fef7f2 50%, #f4d7d7 50%);
}
@media (min-width: 992px) {
  .cid-sQrmOTxfgX .mbr-section-title {
    font-size: 64px;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmOTxfgX .container {
    max-width: 1162px;
  }
}
.cid-sQrmPGhzHw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
@media (min-width: 1400px) {
  .cid-sQrmPGhzHw .container {
    max-width: 1162px;
  }
}
.cid-sQrmPGhzHw .mbr-iconfont {
  font-size: 2rem;
  color: #ffff33;
  position: relative;
}
.cid-sQrmPGhzHw .mbr-iconfont::before {
  position: relative;
  z-index: 99999;
}
.cid-sQrmPGhzHw .mbr-iconfont::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 70%;
  left: 0;
  bottom: 0;
  border: 1px solid #000000;
}
.cid-sQrmQr2BDm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmQr2BDm .container {
    max-width: 1162px;
  }
}
.cid-sQrmQr2BDm a {
  border-bottom: 2px solid #f4aee6;
}
@media (min-width: 992px) {
  .cid-sQrmQr2BDm .card-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .cid-sQrmQr2BDm .title,
  .cid-sQrmQr2BDm .telephone {
    font-size: 24px;
  }
}
.cid-sQrmRaxRRk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("https://mobirise.com/extensions/superfoodm5/assets/images/background4.jpg");
}
@media (min-width: 1400px) {
  .cid-sQrmRaxRRk .container {
    max-width: 1162px;
  }
}
.cid-sQrmRaxRRk .info {
  color: #000000;
}
.cid-sQrmRaxRRk .mbr-section-title {
  color: #164b56;
}
@media (min-width: 992px) {
  .cid-sQrmRaxRRk .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmRaxRRk .color {
  font-size: 3rem;
  color: #ffffff;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sQrmRaxRRk .card-box {
    width: 20%;
  }
}
.cid-sQrmRaxRRk .mbr-title {
  color: #000000;
}
.cid-sQrmRaxRRk .mbr-text {
  color: #000000;
}
.cid-sQrmSw1l04 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmSw1l04 .container {
    max-width: 1162px;
  }
}
.cid-sQrmSw1l04 .btn {
  padding: 24px 60px;
  color: #000000;
  border-radius: 60px;
}
.cid-sQrmSw1l04 .btn:hover,
.cid-sQrmSw1l04 .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
@media (min-width: 768px) {
  .cid-sQrmSw1l04 .mbr-section-head {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .cid-sQrmSw1l04 .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmSw1l04 img,
.cid-sQrmSw1l04 .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-sQrmSw1l04 .item-img {
  height: 100%;
}
.cid-sQrmSw1l04 .item-img img {
  object-fit: cover;
}
.cid-sQrmSw1l04 .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-sQrmSw1l04 .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-sQrmSw1l04 .mbr-text,
.cid-sQrmSw1l04 .mbr-section-btn {
  color: #ffffff;
}
.cid-sQrmSw1l04 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-sQrmSw1l04 .item-wrapper:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}
.cid-sQrmSw1l04 .item:focus,
.cid-sQrmSw1l04 span:focus {
  outline: none;
}
.cid-sQrmSw1l04 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sQrmSw1l04 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sQrmSw1l04 .item {
  padding: 0;
  margin: 0;
}
.cid-sQrmSw1l04 .Bg {
  padding: 0.5rem 1rem;
  background-color: #ffff33;
}
.cid-sQrmTeqBxM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe2b7;
}
.cid-sQrmTeqBxM .carousel {
  height: 800px;
}
.cid-sQrmTeqBxM .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQrmTeqBxM .carousel-item,
.cid-sQrmTeqBxM .carousel-inner {
  height: 100%;
}
.cid-sQrmTeqBxM .carousel-caption {
  bottom: 40px;
}
.cid-sQrmTeqBxM .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQrmTeqBxM .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sQrmTeqBxM .carousel-control:hover {
  background-color: #e582d2;
}
.cid-sQrmTeqBxM .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sQrmTeqBxM .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQrmTeqBxM .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQrmTeqBxM .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sQrmTeqBxM .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.3s;
  font-weight: 600;
  opacity: 1;
  color: #000000;
  background-color: #fdfcff;
}
.cid-sQrmTeqBxM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQrmTeqBxM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQrmTeqBxM .carousel-control.carousel-control-prev {
    margin-left: 1.5rem;
  }
  .cid-sQrmTeqBxM .carousel-control.carousel-control-next {
    margin-right: 1.5rem;
  }
}
.cid-sQrmTeqBxM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sQrmTeqBxM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: #fdfcff;
  border: 2px solid #fdfcff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-sQrmTeqBxM .carousel-indicators li.active,
.cid-sQrmTeqBxM .carousel-indicators li:hover {
  background-color: #e582d2;
  border-color: #e582d2;
}
.cid-sQrmTeqBxM .carousel-indicators li::after,
.cid-sQrmTeqBxM .carousel-indicators li::before {
  content: none;
}
.cid-sQrmTeqBxM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sQrmTeqBxM .carousel-indicators {
    display: none !important;
  }
}
.cid-sQrmTeqBxM ul {
  list-style: none;
  margin: 0;
  padding-left: 61px;
}
.cid-sQrmTeqBxM li {
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-sQrmTeqBxM ul li::before {
  position: absolute;
  content: "\2192";
  left: -61px;
  top: -15%;
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .cid-sQrmTeqBxM ul li::before {
    top: 0;
  }
}
.cid-sQrmTeqBxM .btn {
  padding: 13px 37px 17px;
  margin-top: 25px;
  border-radius: 30px;
}
.cid-sQrmTeqBxM .btn:hover,
.cid-sQrmTeqBxM .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrmTeqBxM .mbr-section-title {
  margin-bottom: 65px;
}
@media (min-width: 992px) {
  .cid-sQrmTeqBxM .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmTeqBxM .list {
  color: #000000;
}
.cid-sQrmTeqBxM .wrap {
  padding: 5rem 1rem;
}
@media (min-width: 1400px) {
  .cid-sQrmTeqBxM .wrap {
    padding: 0 3rem;
  }
}
.cid-sQrmU1FWR3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-sQrmU1FWR3 .wrap {
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-sQrmU1FWR3 .container {
    max-width: 1130px;
  }
  .cid-sQrmU1FWR3 .wrap {
    width: 1130px;
    padding: 0;
  }
}
.cid-sQrmU1FWR3 .item-content {
  padding: 0 1rem;
}
.cid-sQrmU1FWR3 img,
.cid-sQrmU1FWR3 .item-img {
  object-fit: cover;
}
@media (min-width: 1400px) {
  .cid-sQrmU1FWR3 img,
  .cid-sQrmU1FWR3 .item-img {
    height: 260px;
  }
}
.cid-sQrmU1FWR3 .item:focus,
.cid-sQrmU1FWR3 span:focus {
  outline: none;
}
.cid-sQrmU1FWR3 .item-wrapper {
  position: relative;
}
.cid-sQrmU1FWR3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fef7f2;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-sQrmU1FWR3 .mbr-text {
  text-align: center;
}
.cid-sQrmU1FWR3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .cid-sQrmU1FWR3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-sQrmU1FWR3 .embla__button--next,
.cid-sQrmU1FWR3 .embla__button--prev {
  display: flex;
}
.cid-sQrmU1FWR3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  color: #000000;
  background-color: #fef7f2;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sQrmU1FWR3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-sQrmU1FWR3 .embla__button:hover {
  background-color: #f4aee6;
  color: #ffffff;
}
.cid-sQrmU1FWR3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sQrmU1FWR3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sQrmU1FWR3 .embla__button {
    top: auto;
  }
}
.cid-sQrmU1FWR3 .embla {
  position: relative;
  width: 100%;
}
.cid-sQrmU1FWR3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-sQrmU1FWR3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-sQrmU1FWR3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-sQrmU1FWR3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 992px) {
  .cid-sQrmU1FWR3 .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmVFkBgK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
.cid-sQrmVFkBgK .row {
  position: relative;
  min-height: 768px;
}
.cid-sQrmVFkBgK .index {
  z-index: 3;
}
.cid-sQrmVFkBgK ul {
  list-style: none;
  margin: 0;
  padding-left: 61px;
}
.cid-sQrmVFkBgK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-sQrmVFkBgK ul li::before {
  position: absolute;
  content: "\2192";
  left: -61px;
  top: -15px;
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
@media (max-width: 768px) {
  .cid-sQrmVFkBgK ul li::before {
    top: -5px;
  }
}
@media (min-width: 992px) {
  .cid-sQrmVFkBgK .mbr-section-title {
    font-size: 64px;
  }
}
.cid-sQrmVFkBgK span {
  background: #ffff33;
}
@media (min-width: 992px) {
  .cid-sQrmVFkBgK img {
    object-fit: cover;
    position: absolute;
  }
  .cid-sQrmVFkBgK .one {
    top: 0;
    right: 10%;
    width: 400px;
    height: 600px;
  }
  .cid-sQrmVFkBgK .two {
    width: 200px;
    height: 140px;
    right: -2%;
    top: 5%;
  }
  .cid-sQrmVFkBgK .three {
    width: 360px;
    height: 360px;
    top: 55%;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmVFkBgK .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-sQrmVFkBgK img {
    object-fit: cover;
    position: relative;
    width: 30%;
  }
  .cid-sQrmVFkBgK .image-wrapper {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-sQrmVFkBgK .mbr-text {
  color: #000000;
}
.cid-sQrmVFkBgK .list {
  color: #000000;
}
.cid-sQrmWqDtDq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmWqDtDq .container {
    max-width: 1162px;
  }
}
.cid-sQrmWqDtDq .mbr-section-title {
  text-align: left;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}
.cid-sQrmWqDtDq .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-sQrmWqDtDq .index {
  z-index: 3;
}
.cid-sQrmWqDtDq ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-sQrmWqDtDq li {
  margin-bottom: 47px;
  position: relative;
}
.cid-sQrmWqDtDq ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #d5c1f4;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-sQrmWqDtDq .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-sQrmWqDtDq .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-sQrmWqDtDq .wrap {
    top: 10%;
  }
}
.cid-sQrmWqDtDq .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-sQrmWqDtDq .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-sQrmWqDtDq .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-sQrmWqDtDq .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-sQrmWqDtDq .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-sQrmWqDtDq .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-sQrmWqDtDq .mbr-text UL {
  text-align: left;
}
.cid-sQrmXj0Unz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4d7d7;
}
@media (min-width: 1400px) {
  .cid-sQrmXj0Unz .container {
    max-width: 1162px;
  }
}
.cid-sQrmXj0Unz .card .card-header {
  background-color: transparent;
}
.cid-sQrmXj0Unz .top {
  border-top: 2px solid #fff3f4;
}
.cid-sQrmXj0Unz .card {
  border-bottom: 2px solid #fff3f4;
}
.cid-sQrmXj0Unz .card-header {
  border-bottom: none;
  padding: 25px 0 18px 0;
}
.cid-sQrmXj0Unz .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQrmXj0Unz .panel-title-edit {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}
.cid-sQrmXj0Unz .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
  transition: all 0.5s;
}
.cid-sQrmXj0Unz .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-sQrmXj0Unz ul {
  list-style: none;
  padding-left: 0;
}
.cid-sQrmXj0Unz ul li {
  margin-bottom: 25px;
}
.cid-sQrmXj0Unz h3 span {
  background: #ffff33;
}
.cid-sQrmXj0Unz .mbr-text .list,
.cid-sQrmXj0Unz .mbr-text {
  color: #000000;
}
.cid-sQrmYaZN6g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4d7d7;
}
@media (min-width: 1400px) {
  .cid-sQrmYaZN6g .container {
    max-width: 1162px;
  }
}
.cid-sQrmYaZN6g .wrap {
  padding: 60px 60px 125px 60px;
  background: #ffffff;
}
.cid-sQrmYaZN6g .card {
  margin-bottom: 30px;
}
.cid-sQrmYaZN6g .card .card-header {
  margin-bottom: 0;
  border-bottom: none;
  padding: 0;
}
.cid-sQrmYaZN6g .panel-title {
  padding: 15px 60px;
  background-color: #fef7f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sQrmYaZN6g .mbr-iconfont {
  padding: .5rem;
  border-radius: 100%;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #000000;
  transition: all 0.5s;
}
.cid-sQrmYaZN6g .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-sQrmYaZN6g .panel-body {
  padding: 0 60px 5px 60px;
  background-color: #fef7f2;
}
.cid-sQrmYaZN6g .panel-title-edit {
  color: #000000;
}
.cid-sQrmYaZN6g ul {
  padding-left: 1.2rem;
}
.cid-sQrmYaZN6g .mbr-subtile {
  color: #000000;
}
.cid-sQrmYaZN6g .mbr-text {
  color: #000000;
}
@media (max-width: 991px) {
  .cid-sQrmYaZN6g .wrap,
  .cid-sQrmYaZN6g .panel-title,
  .cid-sQrmYaZN6g .panel-body {
    padding: 1rem;
  }
}
.cid-sQrmZ8kji3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffe2b7;
}
.cid-sQrmZ8kji3 .row {
  flex-direction: row-reverse;
}
.cid-sQrmZ8kji3 .card-wrapper {
  padding-right: 2rem;
}
@media (min-width: 1400px) {
  .cid-sQrmZ8kji3 .container {
    max-width: 1162px;
  }
}
@media (max-width: 991px) {
  .cid-sQrmZ8kji3 .card {
    margin-bottom: 2rem !important;
  }
  .cid-sQrmZ8kji3 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQrmZ8kji3 .link-wrap {
    align-items: center;
  }
}
.cid-sQrmZ8kji3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQrmZ8kji3 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-sQrmZ8kji3 .btn {
  padding: 13px 37px 17px;
  border-radius: 100px;
}
.cid-sQrmZ8kji3 .btn:hover,
.cid-sQrmZ8kji3 .btn:focus {
  border-color: #f4aee6 !important;
  background-color: #f4aee6 !important;
}
.cid-sQrmZ8kji3 .card-title {
  color: #000000;
}
.cid-sQrmZ8kji3 .mbr-subtile {
  color: #000000;
}
.cid-sQrmZ8kji3 .price {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sQrmZ8kji3 .padding {
    padding-right: 110px;
  }
}
.cid-sQrmZW5JSN {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fef7f2;
}
@media (min-width: 1400px) {
  .cid-sQrmZW5JSN .container {
    max-width: 1162px;
  }
}
.cid-sQrmZW5JSN img,
.cid-sQrmZW5JSN .item-img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
.cid-sQrmZW5JSN .item-img {
  height: 100%;
}
.cid-sQrmZW5JSN .item-img img {
  object-fit: cover;
}
.cid-sQrmZW5JSN .item-wrapper {
  position: relative;
}
.cid-sQrmZW5JSN .item:focus,
.cid-sQrmZW5JSN span:focus {
  outline: none;
}
.cid-sQrmZW5JSN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sQrmZW5JSN .mbr-text {
  font-weight: 600;
}
.cid-sQrmZW5JSN .price {
  font-size: 24px;
  font-weight: 600;
  text-align: left;
}
.cid-sQrmZW5JSN .mbr-text,
.cid-sQrmZW5JSN .mbr-section-btn {
  text-align: left;
}
.cid-sQrmZW5JSN .btn {
  border-radius: 50px;
}
.cid-sQrmZW5JSN .btn:hover,
.cid-sQrmZW5JSN .btn:focus {
  border-color: #ffff33 !important;
  background-color: #ffff33 !important;
}
.cid-sQrhWhrMye {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fef7f2;
}
.cid-sQrhWhrMye .mbr-text {
  color: #333333;
  font-weight: 500;
}
.cid-sQrhWhrMye .container {
  max-width: 1300px;
}
