.btn {
  border-width: 2px;
}
body {
  font-family: Outfit;
}
.display-1 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 4.8rem;
  line-height: 1.05;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 3.6rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Otomanopee One', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}
.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.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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 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: #1f1437 !important;
}
.bg-success {
  background-color: #8dd168 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a2528a !important;
}
.bg-danger {
  background-color: #f8c37e !important;
}
.btn-primary {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-primary,
.btn-primary:active {
  background-color: #1f1437 !important;
  border-color: #1f1437 !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: #33d5ad !important;
  border-color: #33d5ad !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: #47b5ed !important;
  border-color: #47b5ed !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: #8dd168 !important;
  border-color: #8dd168 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning,
.btn-warning:active {
  background-color: #a2528a !important;
  border-color: #a2528a !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger,
.btn-danger:active {
  background-color: #f8c37e !important;
  border-color: #f8c37e !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #1f1437 !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #1f1437 !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black {
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
  box-shadow: 0px 15px 25px 0px rgba(31, 20, 55, 0.1);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border-color: #1f1437;
  color: #1f1437;
}
.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: #33d5ad;
  color: #33d5ad;
}
.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: #47b5ed;
  color: #47b5ed;
}
.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: #8dd168;
  color: #8dd168;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border-color: #a2528a;
  color: #a2528a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border-color: #f8c37e;
  color: #f8c37e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.btn-white-outline {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff;
  background-color: #33d5ad !important;
  border-color: #33d5ad;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #ffffff !important;
  background-color: #33d5ad !important;
  border-color: #33d5ad !important;
}
.text-primary {
  color: #1f1437 !important;
}
.text-secondary {
  color: #33d5ad !important;
}
.text-success {
  color: #8dd168 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a2528a !important;
}
.text-danger {
  color: #f8c37e !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2a1b4a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #48d9b6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #9cd77c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5ebeef !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae5f97 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f9ce96 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #333333 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1f1437;
}
.nav-tabs .nav-link:not(.active) {
  color: #000000;
}
.alert-success {
  background-color: #8dd168;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a2528a;
}
.alert-danger {
  background-color: #f8c37e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 30px;
}
.mbr-gallery-filter li a {
  border-radius: 30px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1f1437;
  border-color: #1f1437;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 30px !important;
}
a,
a:hover {
  color: #1f1437;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8668c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d0a3c3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #1f1437 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #1f1437;
}
/* 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: #1f1437;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1f1437;
}
.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: #1f1437;
  border-bottom-color: #1f1437;
}
.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: #1f1437 !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: #33d5ad !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='%231f1437' %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-sQgw1sYWQu {
  z-index: 1000;
  width: 100%;
}
.cid-sQgw1sYWQu nav.navbar {
  position: fixed;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQgw1sYWQu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQgw1sYWQu .dropdown-item:hover,
.cid-sQgw1sYWQu .dropdown-item:focus {
  background: #1f1437 !important;
  color: white !important;
}
.cid-sQgw1sYWQu .dropdown-item:hover span {
  color: white;
}
.cid-sQgw1sYWQu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQgw1sYWQu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQgw1sYWQu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQgw1sYWQu .nav-link {
  position: relative;
}
.cid-sQgw1sYWQu .container {
  display: flex;
  margin: auto;
}
.cid-sQgw1sYWQu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQgw1sYWQu .dropdown-menu,
.cid-sQgw1sYWQu .navbar.opened {
  background: #f3edf7 !important;
}
.cid-sQgw1sYWQu .nav-item:focus,
.cid-sQgw1sYWQu .nav-link:focus {
  outline: none;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgw1sYWQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQgw1sYWQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQgw1sYWQu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(243, 237, 247, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-sQgw1sYWQu .navbar.opened {
  transition: all 0.3s;
}
.cid-sQgw1sYWQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQgw1sYWQu .navbar .navbar-logo img {
  width: auto;
}
.cid-sQgw1sYWQu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sQgw1sYWQu .navbar.collapsed {
  justify-content: center;
}
.cid-sQgw1sYWQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQgw1sYWQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQgw1sYWQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQgw1sYWQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQgw1sYWQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQgw1sYWQu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQgw1sYWQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQgw1sYWQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQgw1sYWQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQgw1sYWQu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQgw1sYWQu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQgw1sYWQu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQgw1sYWQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQgw1sYWQu .dropdown-item.active,
.cid-sQgw1sYWQu .dropdown-item:active {
  background-color: transparent;
}
.cid-sQgw1sYWQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQgw1sYWQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-sQgw1sYWQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQgw1sYWQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQgw1sYWQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQgw1sYWQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQgw1sYWQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQgw1sYWQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar {
    height: 70px;
  }
  .cid-sQgw1sYWQu .navbar.opened {
    height: auto;
  }
  .cid-sQgw1sYWQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQgKT1bvid {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-sQgKT1bvid .text-wrapper {
  padding-left: 2rem;
  padding-right: 3rem;
}
@media (max-width: 921px) {
  .cid-sQgKT1bvid .text-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sQgKT1bvid .title-wrap {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 921px) {
  .cid-sQgKT1bvid .title-wrap {
    justify-content: center;
  }
}
.cid-sQgKT1bvid .image-wrap {
  width: 34px;
  height: 34px;
  margin-right: 1rem;
}
@media (max-width: 349px) {
  .cid-sQgKT1bvid .image-wrap {
    display: none;
  }
}
.cid-sQgKT1bvid .image-wrap svg {
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
.cid-sQgKT1bvid .image-wrap svg path {
  fill: #33d5ad;
}
@media (max-width: 921px) {
  .cid-sQgKT1bvid .image-wrapper {
    margin-top: 50px;
  }
}
.cid-sQgKT1bvid .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgKT1bvid .mbr-section-btn {
  margin-top: 45.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 921px) {
  .cid-sQgKT1bvid .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgKT1bvid .card-title {
  color: #1f1437;
}
.cid-sQgQHeyP85 {
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/imgonline-com-ua-resize-mm91ytc4ym-1920x933.jpg");
}
.cid-sQgQHeyP85 .mbr-section-title {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgQHeyP85 .mbr-section-title {
    text-align: center;
  }
}
.cid-sQgQHeyP85 .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-sQgQHeyP85 .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgQHeyP85 .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-sQgQHeyP85 .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sQgQHeyP85 .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-sQgQHeyP85 .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
  display: none;
}
@media (max-width: 585px) {
  .cid-sQgQHeyP85 .text svg {
    display: none;
  }
}
.cid-sQgQHeyP85 .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-sQgQHeyP85 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgSwFeMRo {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-sQgSwFeMRo img,
.cid-sQgSwFeMRo .item-img {
  width: 100%;
}
.cid-sQgSwFeMRo .item:focus,
.cid-sQgSwFeMRo span:focus {
  outline: none;
}
.cid-sQgSwFeMRo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-sQgSwFeMRo .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sQgSwFeMRo .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-sQgSwFeMRo .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgSwFeMRo .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQgSwFeMRo .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQgSwFeMRo .item-title {
  text-align: center;
  margin-bottom: 1rem;
}
.cid-sQgSwFeMRo .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sQgSwFeMRo .mbr-text {
  text-align: left;
}
.cid-sQgSwFeMRo .item-footer {
  margin-top: 14px;
}
.cid-sQgSwFeMRo .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sQgSwFeMRo .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-sQgSwFeMRo .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-sQgSwFeMRo .mbr-section-btn {
  margin-top: 30px;
}
.cid-sQgSwFeMRo .mbr-section-title {
  text-align: center;
}
.cid-sQgTqPKxUK {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-sQgTqPKxUK .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-sQgTqPKxUK .mbr-media {
  position: relative;
}
.cid-sQgTqPKxUK .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sQgTqPKxUK .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sQgTqPKxUK .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sQgTqPKxUK .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sQgTqPKxUK .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQgTqPKxUK .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQgTqPKxUK .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-sQgTqPKxUK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQgTWTusEG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-sQgTWTusEG img,
.cid-sQgTWTusEG .item-img {
  width: 100%;
}
.cid-sQgTWTusEG .item:focus,
.cid-sQgTWTusEG span:focus {
  outline: none;
}
.cid-sQgTWTusEG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-sQgTWTusEG .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sQgTWTusEG .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-sQgTWTusEG .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgTWTusEG .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQgTWTusEG .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQgTWTusEG .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sQgTWTusEG .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sQgTWTusEG .mbr-text {
  text-align: left;
}
.cid-sQgTWTusEG .item-footer {
  margin-top: 14px;
}
.cid-sQgTWTusEG .mbr-amount {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sQgTWTusEG .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-sQgTWTusEG .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-sQgTWTusEG .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sQgTWTusEG .mbr-section-title {
  text-align: center;
}
.cid-sQgxdRa50n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #170f2b;
}
.cid-sQgxdRa50n .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .media-col {
    flex-direction: column;
  }
}
.cid-sQgxdRa50n .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sQgxdRa50n .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .media-wrap {
    margin-right: 0;
  }
}
.cid-sQgxdRa50n .cards-row,
.cid-sQgxdRa50n .social-row,
.cid-sQgxdRa50n .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .cards-row,
  .cid-sQgxdRa50n .social-row,
  .cid-sQgxdRa50n .menu-row {
    justify-content: center;
  }
}
.cid-sQgxdRa50n .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .foot-menu {
    justify-content: center;
  }
}
.cid-sQgxdRa50n .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sQgxdRa50n .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sQgxdRa50n .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .row {
    text-align: center;
  }
  .cid-sQgxdRa50n .cards-col {
    justify-content: center;
  }
  .cid-sQgxdRa50n .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sQgxdRa50n .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sQgxdRa50n .card-item:last-child {
  margin-right: 0;
}
.cid-sQgxdRa50n .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sQgxdRa50n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQgxdRa50n .soc-item:last-child {
  margin-right: 0;
}
.cid-sQgxdRa50n .mbr-iconfont {
  color: #ffffff;
}
.cid-sQgxdRa50n .mbr-text {
  color: #ffffff;
}
.cid-sQgw1sYWQu {
  z-index: 1000;
  width: 100%;
}
.cid-sQgw1sYWQu nav.navbar {
  position: fixed;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sQgw1sYWQu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sQgw1sYWQu .dropdown-item:hover,
.cid-sQgw1sYWQu .dropdown-item:focus {
  background: #1f1437 !important;
  color: white !important;
}
.cid-sQgw1sYWQu .dropdown-item:hover span {
  color: white;
}
.cid-sQgw1sYWQu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sQgw1sYWQu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sQgw1sYWQu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sQgw1sYWQu .nav-link {
  position: relative;
}
.cid-sQgw1sYWQu .container {
  display: flex;
  margin: auto;
}
.cid-sQgw1sYWQu .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sQgw1sYWQu .dropdown-menu,
.cid-sQgw1sYWQu .navbar.opened {
  background: #f3edf7 !important;
}
.cid-sQgw1sYWQu .nav-item:focus,
.cid-sQgw1sYWQu .nav-link:focus {
  outline: none;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sQgw1sYWQu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sQgw1sYWQu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sQgw1sYWQu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sQgw1sYWQu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(243, 237, 247, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-sQgw1sYWQu .navbar.opened {
  transition: all 0.3s;
}
.cid-sQgw1sYWQu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sQgw1sYWQu .navbar .navbar-logo img {
  width: auto;
}
.cid-sQgw1sYWQu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
  margin-left: 20px;
}
.cid-sQgw1sYWQu .navbar.collapsed {
  justify-content: center;
}
.cid-sQgw1sYWQu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sQgw1sYWQu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sQgw1sYWQu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sQgw1sYWQu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sQgw1sYWQu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sQgw1sYWQu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sQgw1sYWQu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sQgw1sYWQu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sQgw1sYWQu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sQgw1sYWQu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sQgw1sYWQu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sQgw1sYWQu .navbar.navbar-short {
  min-height: 60px;
}
.cid-sQgw1sYWQu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sQgw1sYWQu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sQgw1sYWQu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sQgw1sYWQu .dropdown-item.active,
.cid-sQgw1sYWQu .dropdown-item:active {
  background-color: transparent;
}
.cid-sQgw1sYWQu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sQgw1sYWQu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sQgw1sYWQu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3edf7;
}
.cid-sQgw1sYWQu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sQgw1sYWQu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQgw1sYWQu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sQgw1sYWQu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sQgw1sYWQu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1f1437;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sQgw1sYWQu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sQgw1sYWQu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sQgw1sYWQu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sQgw1sYWQu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sQgw1sYWQu .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-sQgw1sYWQu .navbar {
    height: 70px;
  }
  .cid-sQgw1sYWQu .navbar.opened {
    height: auto;
  }
  .cid-sQgw1sYWQu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sQgwt6PEWf {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #e3d6eb;
}
.cid-sQgwt6PEWf .content {
  margin-left: 6rem;
}
@media (max-width: 1199px) {
  .cid-sQgwt6PEWf .content {
    margin-left: 35px;
  }
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 250px;
  }
}
@media (max-width: 959px) and (max-width: 690px) {
  .cid-sQgwt6PEWf .content {
    padding-bottom: 0;
  }
}
.cid-sQgwt6PEWf .title-wrap {
  display: flex;
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .title-wrap {
    display: block;
  }
}
.cid-sQgwt6PEWf .mbr-section-title {
  color: #1f1437;
}
.cid-sQgwt6PEWf .mbr-title-addition {
  color: #1f1437;
  align-self: flex-end;
  margin-bottom: 20px;
}
.cid-sQgwt6PEWf .mbr-title-addition span {
  position: relative;
}
.cid-sQgwt6PEWf .mbr-title-addition span svg {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 150%;
  height: 9px;
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .mbr-title-addition span svg {
    left: -12px;
  }
}
.cid-sQgwt6PEWf .mbr-title-addition span svg path {
  fill: #33d5ad;
}
.cid-sQgwt6PEWf .mbr-section-subtitle {
  color: #1f1437;
}
.cid-sQgwt6PEWf .mbr-section-subtitle span {
  position: relative;
}
.cid-sQgwt6PEWf .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sQgwt6PEWf .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-sQgwt6PEWf .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sQgwt6PEWf .mbr-text {
  color: #1f1437;
  margin: 40px 0;
}
.cid-sQgwt6PEWf .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgwt6PEWf .right-images {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .right-images {
    display: none;
  }
}
.cid-sQgwt6PEWf .animated-container {
  width: 150%;
  height: 200%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  transform: rotate(25deg);
}
.cid-sQgwt6PEWf .img {
  width: 270px;
  height: 200px;
  margin: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cid-sQgwt6PEWf .img1 {
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/anim1.png");
}
.cid-sQgwt6PEWf .img2 {
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/anim2.png");
}
.cid-sQgwt6PEWf .animated {
  animation: cooky 0.4s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgwt6PEWf .bottom-images {
  display: none;
}
@media (max-width: 959px) {
  .cid-sQgwt6PEWf .bottom-images {
    display: block;
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 690px) {
  .cid-sQgwt6PEWf .bottom-images {
    display: none;
  }
}
.cid-sQgwt6PEWf .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwt6PEWf .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgwt6PEWf .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgwt6PEWf .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
@keyframes cooky {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  25% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  75% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(-5deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwtDr5S1 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/background2.jpg");
}
.cid-sQgwtDr5S1 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-sQgwtDr5S1 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-sQgwtDr5S1 .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
}
.cid-sQgwtDr5S1 .mbr-section-title span {
  position: relative;
}
.cid-sQgwtDr5S1 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-sQgwtDr5S1 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-sQgwtDr5S1 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-sQgwtDr5S1 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-sQgwtDr5S1 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-sQgwtDr5S1 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-sQgwtDr5S1 .mbr-section-subtitle span {
  position: relative;
}
.cid-sQgwtDr5S1 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sQgwtDr5S1 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-sQgwtDr5S1 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sQgwtDr5S1 .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-sQgwtDr5S1 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-sQgwtDr5S1 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwtDr5S1 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgwtDr5S1 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgwtDr5S1 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwu9bjhl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #8dd168;
}
.cid-sQgwu9bjhl .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-sQgwu9bjhl .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-sQgwu9bjhl .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwu9bjhl .content {
  width: 55%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-sQgwu9bjhl .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-sQgwu9bjhl .mbr-section-title {
  color: #1f1437;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #1f1437;
  border-bottom: 2px solid #1f1437;
}
.cid-sQgwu9bjhl .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
  z-index: -1;
}
.cid-sQgwu9bjhl .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-sQgwu9bjhl .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-sQgwu9bjhl .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwu9bjhl .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-sQgwu9bjhl .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgwu9bjhl .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwuGNDLA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-sQgwuGNDLA .row {
  flex-direction: row-reverse;
}
.cid-sQgwuGNDLA .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-sQgwuGNDLA .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-sQgwuGNDLA .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-sQgwuGNDLA .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sQgwuGNDLA .image-wrapper {
    margin-left: 0;
  }
}
.cid-sQgwuGNDLA .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-sQgwuGNDLA .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-sQgwuGNDLA .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgwuGNDLA .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwuGNDLA .content {
    text-align: center;
  }
}
.cid-sQgwuGNDLA .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-sQgwuGNDLA .mbr-section-title span {
  position: relative;
}
.cid-sQgwuGNDLA .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-sQgwuGNDLA .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-sQgwuGNDLA .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-sQgwuGNDLA .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-sQgwuGNDLA .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-sQgwuGNDLA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sQgwuGNDLA .mbr-section-subtitle span {
  position: relative;
}
.cid-sQgwuGNDLA .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-sQgwuGNDLA .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-sQgwuGNDLA .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-sQgwuGNDLA .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
}
.cid-sQgwuGNDLA .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwuGNDLA .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgwuGNDLA .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-sQgwuGNDLA .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwv8O4BK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sQgwv8O4BK .mbr-section-title {
  padding-left: 2rem;
  margin-top: -8px;
}
@media (max-width: 991px) {
  .cid-sQgwv8O4BK .mbr-section-title {
    text-align: center;
  }
}
.cid-sQgwv8O4BK .mbr-section-title .highlight {
  display: inline-block;
  background-color: #33d5ad;
  border-radius: 10px;
  padding: 0 10px;
  margin-left: -10px;
}
.cid-sQgwv8O4BK .mbr-section-subtitle {
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwv8O4BK .mbr-section-subtitle {
    text-align: center;
    padding-left: 0;
  }
}
.cid-sQgwv8O4BK .text {
  position: relative;
}
@media (max-width: 991px) {
  .cid-sQgwv8O4BK .text {
    margin-top: 40px;
    text-align: center;
  }
}
.cid-sQgwv8O4BK .text svg {
  position: absolute;
  top: -25px;
  left: -40px;
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
@media (max-width: 585px) {
  .cid-sQgwv8O4BK .text svg {
    display: none;
  }
}
.cid-sQgwv8O4BK .text svg path {
  fill: #cd8ad1;
}
@media (max-width: 991px) {
  .cid-sQgwv8O4BK .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgwvBGykU {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwvBGykU .text-wrapper {
  padding-left: 2rem;
  padding-right: 3rem;
}
@media (max-width: 921px) {
  .cid-sQgwvBGykU .text-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sQgwvBGykU .title-wrap {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 921px) {
  .cid-sQgwvBGykU .title-wrap {
    justify-content: center;
  }
}
.cid-sQgwvBGykU .image-wrap {
  width: 34px;
  height: 34px;
  margin-right: 1rem;
}
@media (max-width: 349px) {
  .cid-sQgwvBGykU .image-wrap {
    display: none;
  }
}
.cid-sQgwvBGykU .image-wrap svg {
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
.cid-sQgwvBGykU .image-wrap svg path {
  fill: #1f1437;
}
@media (max-width: 921px) {
  .cid-sQgwvBGykU .image-wrapper {
    margin-top: 50px;
  }
}
.cid-sQgwvBGykU .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgwvBGykU .mbr-section-btn {
  margin-top: 45.4px;
  display: flex;
}
.cid-sQgww5mkBQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgww5mkBQ h5,
.cid-sQgww5mkBQ h6,
.cid-sQgww5mkBQ p {
  margin: 0;
}
.cid-sQgww5mkBQ .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 0 3rem;
}
.cid-sQgww5mkBQ .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQgww5mkBQ .image-wrapper {
    margin-top: 50px;
    max-width: 330px;
    margin: 2rem auto;
  }
}
.cid-sQgww5mkBQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgww5mkBQ .title-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
}
@media (max-width: 991px) {
  .cid-sQgww5mkBQ .title-wrap {
    justify-content: center;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 2rem;
  }
}
.cid-sQgww5mkBQ .text-wrapper {
  height: 100%;
  padding: 4rem 0 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sQgww5mkBQ .text-wrapper {
    padding-left: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgww5mkBQ .text-wrapper {
    text-align: center;
    padding-top: 0;
    padding-left: 0;
  }
}
.cid-sQgww5mkBQ .icon-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgww5mkBQ .icon-section {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cid-sQgww5mkBQ .icon-section {
    justify-content: center;
    margin-top: 2rem;
  }
}
@media (max-width: 449px) {
  .cid-sQgww5mkBQ .icon-section {
    flex-wrap: wrap;
  }
}
.cid-sQgww5mkBQ .icon-section .podcast {
  display: flex;
  align-items: center;
}
@media (max-width: 449px) {
  .cid-sQgww5mkBQ .icon-section .podcast {
    width: 100%;
    justify-content: center;
  }
}
.cid-sQgww5mkBQ .mbr-iconfont {
  color: #33d5ad;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.cid-sQgww5mkBQ .social-row {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgww5mkBQ .social-row {
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgww5mkBQ .social-row {
    margin-left: 2rem;
  }
}
@media (max-width: 449px) {
  .cid-sQgww5mkBQ .social-row {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.cid-sQgww5mkBQ .social-row .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0rem;
}
.cid-sQgww5mkBQ .social-row .soc-item .mbr-iconfont {
  color: #e3d6eb;
  font-size: 2rem;
}
.cid-sQgww5mkBQ .card-title {
  margin-bottom: 2.2rem;
}
.cid-sQgww5mkBQ .mbr-section-btn {
  margin-top: 45.4px;
}
.cid-sQgwwRRqhE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwwRRqhE .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .content {
    text-align: center;
  }
}
.cid-sQgwwRRqhE .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .mbr-card-title {
    text-align: start;
  }
}
.cid-sQgwwRRqhE .nutrition {
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 479px) {
  .cid-sQgwwRRqhE .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sQgwwRRqhE .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sQgwwRRqhE .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sQgwwRRqhE .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sQgwwRRqhE .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sQgwwRRqhE .nutrition-wrap {
    width: 100%;
  }
}
.cid-sQgwwRRqhE .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sQgwwRRqhE .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sQgwwRRqhE .tile-text-wrap {
  display: flex;
}
.cid-sQgwwRRqhE svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sQgwwRRqhE svg path {
  fill: #cd8ad1;
}
.cid-sQgwwRRqhE .numbers {
  display: flex;
  align-self: center;
}
.cid-sQgwwRRqhE .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sQgwwRRqhE .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sQgwwRRqhE .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .mbr-tile-text {
    text-align: start;
  }
}
.cid-sQgwwRRqhE .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sQgwwRRqhE .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwwRRqhE .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sQgwwRRqhE .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sQgwwRRqhE .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwwRRqhE .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwwRRqhE .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwwRRqhE .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwxlxMWM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwxlxMWM .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
.cid-sQgwxlxMWM .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sQgwxlxMWM .mbr-card-title {
    text-align: start;
  }
}
.cid-sQgwxlxMWM .nutrition {
  background-color: #dcedd8;
  max-width: 415px;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (max-width: 479px) {
  .cid-sQgwxlxMWM .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sQgwxlxMWM .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9adcc;
  margin-bottom: 1rem;
}
.cid-sQgwxlxMWM .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sQgwxlxMWM .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQgwxlxMWM .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sQgwxlxMWM .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sQgwxlxMWM .nutrition-wrap {
    width: 100%;
  }
}
.cid-sQgwxlxMWM .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sQgwxlxMWM .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sQgwxlxMWM .tile-text-wrap {
  display: flex;
}
.cid-sQgwxlxMWM svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sQgwxlxMWM svg path {
  fill: #d9adcc;
}
.cid-sQgwxlxMWM .numbers {
  display: flex;
  align-self: center;
}
.cid-sQgwxlxMWM .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sQgwxlxMWM .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sQgwxlxMWM .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwxlxMWM .mbr-tile-text {
    text-align: start;
  }
}
.cid-sQgwxlxMWM .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwxlxMWM .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sQgwxlxMWM .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwxlxMWM .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-sQgwxlxMWM .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sQgwxlxMWM .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwxlxMWM .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwxlxMWM .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwxlxMWM .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwxUq6S4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwxUq6S4 h3,
.cid-sQgwxUq6S4 h4,
.cid-sQgwxUq6S4 p {
  margin: 0;
}
.cid-sQgwxUq6S4 .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwxUq6S4 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sQgwxUq6S4 .mbr-section-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-sQgwxUq6S4 .content {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwxUq6S4 .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sQgwxUq6S4 .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sQgwxUq6S4 .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sQgwxUq6S4 .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sQgwxUq6S4 .image-wrap {
    width: 100%;
  }
}
.cid-sQgwxUq6S4 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sQgwxUq6S4 .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sQgwxUq6S4 .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-sQgwxUq6S4 .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-sQgwxUq6S4 .list {
    justify-content: center;
  }
}
.cid-sQgwxUq6S4 .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sQgwxUq6S4 .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwxUq6S4 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwxUq6S4 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQgwxUq6S4 .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sQgwxUq6S4 .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwxUq6S4 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwxUq6S4 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQgwyH2wkt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwyH2wkt .section-head {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sQgwyH2wkt .row {
    text-align: center;
  }
}
.cid-sQgwzbXWW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQgwzbXWW8 .row {
    text-align: center;
  }
}
.cid-sQgwzbXWW8 .section-head {
  margin-bottom: 2.3rem;
}
.cid-sQgwzbXWW8 .paragraph {
  margin-bottom: 2rem;
}
.cid-sQgwzK6OYi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwzK6OYi .card {
  background-color: #f8f5fa;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .cid-sQgwzK6OYi .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-sQgwAjxKos {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwAjxKos .row {
  flex-direction: row-reverse;
}
.cid-sQgwAjxKos .column1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-sQgwAjxKos .column1 .list-column1 {
  list-style-type: disc;
  padding-left: 1rem;
}
.cid-sQgwAjxKos .column1 .list-column1 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-sQgwAjxKos .column1 {
    align-items: center;
    text-align: center;
  }
}
.cid-sQgwAjxKos .mbr-text-column1 {
  margin-bottom: 2.3125rem;
}
.cid-sQgwAjxKos .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-sQgwAjxKos .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-sQgwAjxKos .card-item:last-child {
  margin-right: 0;
}
.cid-sQgwAjxKos .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sQgwAjxKos .mbr-section-title-column1 {
  margin-bottom: 2.3rem;
}
.cid-sQgwAjxKos .mbr-section-title-column2 {
  margin-bottom: 2.3rem;
}
.cid-sQgwAjxKos .column2 {
  height: 100%;
}
.cid-sQgwAjxKos .column2 .list-column2 {
  list-style-type: none;
  padding-left: 0;
}
.cid-sQgwAjxKos .column2 .list-column2 li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-sQgwAjxKos .column2 {
    text-align: center;
  }
}
.cid-sQgwAjxKos .mbr-text-column2 {
  margin-bottom: 2.3125rem;
}
.cid-sQgwAPw6FM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwAPw6FM .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-sQgwAPw6FM .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-sQgwAPw6FM .mbr-text {
  color: #1f1437;
}
@media (max-width: 991px) {
  .cid-sQgwAPw6FM .content {
    text-align: center;
  }
}
.cid-sQgwBopb0S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/background5.jpg");
}
.cid-sQgwBopb0S .section-head {
  margin-bottom: 2rem;
}
.cid-sQgwBopb0S .mbr-section-title {
  text-align: right;
  margin-bottom: 1.5rem;
}
.cid-sQgwBopb0S .mbr-section-subtitle {
  text-align: right;
}
@media (max-width: 991px) {
  .cid-sQgwBopb0S .row {
    text-align: center;
  }
}
.cid-sQgwBopb0S .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwBopb0S .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgwBopb0S .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwBopb0S .wave-container .wave svg path {
  fill: #1f1437;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwC4dLmU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a388b2;
}
.cid-sQgwC4dLmU .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-sQgwC4dLmU .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sQgwC4dLmU .image-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .cid-sQgwC4dLmU .inner-image {
    display: none;
  }
}
.cid-sQgwC4dLmU .inner-image-wrapper {
  margin-bottom: 60px;
  margin-left: -5%;
  margin-top: -6rem;
}
.cid-sQgwC4dLmU .inner-image-wrapper img {
  width: 110%;
  object-fit: cover;
}
.cid-sQgwC4dLmU .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-sQgwC4dLmU .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwC4dLmU .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-sQgwC4dLmU .text-wrapper,
  .cid-sQgwC4dLmU .nutrition,
  .cid-sQgwC4dLmU .price,
  .cid-sQgwC4dLmU .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwC4dLmU .text-wrapper,
  .cid-sQgwC4dLmU .nutrition,
  .cid-sQgwC4dLmU .price,
  .cid-sQgwC4dLmU .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sQgwC4dLmU .text-wrapper,
  .cid-sQgwC4dLmU .nutrition,
  .cid-sQgwC4dLmU .price,
  .cid-sQgwC4dLmU .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sQgwC4dLmU .text-wrapper,
  .cid-sQgwC4dLmU .nutrition,
  .cid-sQgwC4dLmU .price,
  .cid-sQgwC4dLmU .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sQgwC4dLmU .text-wrapper,
  .cid-sQgwC4dLmU .nutrition,
  .cid-sQgwC4dLmU .price,
  .cid-sQgwC4dLmU .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sQgwC4dLmU .content {
    text-align: center;
  }
}
.cid-sQgwC4dLmU .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-sQgwC4dLmU .nutrition {
  margin-bottom: 40px;
}
.cid-sQgwC4dLmU .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQgwC4dLmU .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sQgwC4dLmU .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-sQgwC4dLmU .nutrition-wrap {
    width: 100%;
  }
}
.cid-sQgwC4dLmU .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sQgwC4dLmU .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwC4dLmU .tile-one {
    margin-right: 25px;
  }
}
.cid-sQgwC4dLmU .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-sQgwC4dLmU .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwC4dLmU .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-sQgwC4dLmU .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-sQgwC4dLmU .tile-four {
    margin-top: 25px;
  }
}
.cid-sQgwC4dLmU svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-sQgwC4dLmU svg path {
  fill: #1f1437;
}
.cid-sQgwC4dLmU .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwC4dLmU .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwC4dLmU .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-sQgwC4dLmU .price-text-wrap {
    justify-content: center;
  }
}
.cid-sQgwC4dLmU .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sQgwC4dLmU .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwC4dLmU .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwC4dLmU .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwC4dLmU .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwC4dLmU .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sQgwC4dLmU .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgwCEbq25 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .col-lg-4,
  .cid-sQgwCEbq25 .col-lg-8 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .text-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}
.cid-sQgwCEbq25 .mbr-section-title {
  margin-bottom: 2.3rem;
}
.cid-sQgwCEbq25 .mbr-section-title span {
  position: relative;
}
.cid-sQgwCEbq25 .mbr-section-title span svg {
  position: absolute;
  top: -30px;
  left: -33px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
.cid-sQgwCEbq25 .mbr-section-title span svg path {
  fill: #33d5ad;
}
.cid-sQgwCEbq25 .mbr-section-btn {
  margin-top: 83.4px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgwCEbq25 .button-container {
  position: relative;
}
.cid-sQgwCEbq25 .button-container svg {
  position: absolute;
  top: -65px;
  left: -50px;
  width: 70px;
  height: 75px;
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 300px;
  }
}
@media (max-width: 991px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 100px;
  }
}
@media (max-width: 519px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 90px;
  }
}
@media (max-width: 460px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 60px;
  }
}
@media (max-width: 359px) {
  .cid-sQgwCEbq25 .button-container svg {
    left: 0;
  }
}
.cid-sQgwCEbq25 .button-container svg path {
  fill: #33d5ad;
}
.cid-sQgwCEbq25 .image-container {
  height: 570px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .image-container {
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 359px) {
  .cid-sQgwCEbq25 .image-container {
    height: 490px;
  }
}
.cid-sQgwCEbq25 .image-inner-container {
  display: grid;
  grid-template-columns: 200px 300px 200px;
  grid-column-gap: 32px;
  margin-top: -150px;
}
@media (max-width: 1399px) {
  .cid-sQgwCEbq25 .image-inner-container {
    grid-column-gap: 14px;
  }
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .image-inner-container {
    grid-template-columns: 180px 280px 180px;
    grid-column-gap: 28px;
    margin-top: 0;
  }
}
.cid-sQgwCEbq25 .tile {
  width: 100%;
  margin-bottom: 16px;
}
.cid-sQgwCEbq25 .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwCEbq25 .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-sQgwCEbq25 .image-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-sQgwCEbq25 .col-aside .image-wrap {
  height: 230px;
}
.cid-sQgwCEbq25 .col-middle {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .cid-sQgwCEbq25 .col-middle {
    padding-top: 50px;
  }
  .cid-sQgwCEbq25 .col-middle .tile:last-child {
    display: none;
  }
}
@media (max-width: 356px) {
  .cid-sQgwCEbq25 .col-middle {
    padding-top: 0;
  }
}
.cid-sQgwCEbq25 .col-middle .image-wrap {
  height: 170px;
}
.cid-sQgwDhS6Ey {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwDhS6Ey img {
  width: 100%;
  border-radius: 15px;
}
.cid-sQgwDPDy1V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwDPDy1V .row {
  flex-direction: row-reverse;
}
.cid-sQgwDPDy1V .image-wrapper {
  padding: 0 2rem;
}
.cid-sQgwDPDy1V .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-sQgwDPDy1V .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-sQgwDPDy1V .mbr-section-title {
  color: #1f1437;
  margin-bottom: 1.5rem;
}
.cid-sQgwDPDy1V .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
}
.cid-sQgwDPDy1V .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sQgwDPDy1V .text-wrapper,
  .cid-sQgwDPDy1V .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwDPDy1V .text-wrapper,
  .cid-sQgwDPDy1V .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sQgwDPDy1V .text-wrapper,
  .cid-sQgwDPDy1V .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sQgwDPDy1V .text-wrapper,
  .cid-sQgwDPDy1V .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sQgwDPDy1V .text-wrapper,
  .cid-sQgwDPDy1V .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .content {
    text-align: center;
  }
}
.cid-sQgwDPDy1V .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .mbr-card-title {
    text-align: start;
  }
}
.cid-sQgwDPDy1V .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-sQgwDPDy1V .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-sQgwDPDy1V .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-sQgwDPDy1V .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-sQgwDPDy1V .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-sQgwDPDy1V .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-sQgwDPDy1V .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-sQgwDPDy1V .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sQgwDPDy1V .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-sQgwDPDy1V .nutrition-wrap {
    width: 100%;
  }
}
.cid-sQgwDPDy1V .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-sQgwDPDy1V .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-sQgwDPDy1V .tile-text-wrap {
  display: flex;
}
.cid-sQgwDPDy1V svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-sQgwDPDy1V svg path {
  fill: #cd8ad1;
}
.cid-sQgwDPDy1V .numbers {
  display: flex;
  align-self: center;
}
.cid-sQgwDPDy1V .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-sQgwDPDy1V .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-sQgwDPDy1V .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .mbr-tile-text {
    text-align: start;
  }
}
.cid-sQgwDPDy1V .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-sQgwDPDy1V .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-sQgwDPDy1V .price-text-wrap {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 1rem;
  }
}
.cid-sQgwDPDy1V .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-sQgwDPDy1V .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwDPDy1V .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwDPDy1V .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwDPDy1V .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwDPDy1V div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-sQgwDPDy1V .mbr-section-btn {
  display: flex;
}
.cid-sQgwEr6TGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQgwEr6TGt .container-fluid {
  padding: 0;
}
.cid-sQgwEr6TGt .image-container {
  display: grid;
  grid-template-rows: 8fr 8fr;
  grid-template-columns: 10fr 9fr;
  grid-template-areas: "img1 img3" "img2 img3";
}
.cid-sQgwEr6TGt .img1 {
  grid-area: img1;
}
.cid-sQgwEr6TGt .img2 {
  grid-area: img2;
}
.cid-sQgwEr6TGt .img3 {
  grid-area: img3;
}
.cid-sQgwEr6TGt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwF1oApl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwF1oApl .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-sQgwF1oApl .mbr-media {
  position: relative;
}
.cid-sQgwF1oApl .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sQgwF1oApl .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sQgwF1oApl .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sQgwF1oApl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sQgwF1oApl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sQgwF1oApl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sQgwF1oApl .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-sQgwF1oApl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sQgwFTUyZd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwFTUyZd .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-sQgwFTUyZd .mbr-section-title {
  text-align: center;
}
.cid-sQgwFTUyZd .mbr-section-subtitle {
  margin-bottom: 2.3rem;
}
@media (max-width: 991px) {
  .cid-sQgwFTUyZd .text-wrapper {
    margin-top: 2rem;
  }
}
.cid-sQgwFTUyZd .video-wrapper iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sQgwFTUyZd .text-wrapper {
    padding: 2rem;
  }
}
.cid-sQgwGzrWGY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3d6eb;
}
.cid-sQgwGzrWGY .tile {
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 2rem;
}
.cid-sQgwGzrWGY .tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwGzrWGY .image-wrap {
  border-radius: 15px;
  overflow: hidden;
}
.cid-sQgwGzrWGY .image-container .row div[class*="col"]:first-child,
.cid-sQgwGzrWGY .image-container .row div[class*="col"]:last-child {
  padding-top: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwGzrWGY .image-container .row div[class*="col"]:first-child,
  .cid-sQgwGzrWGY .image-container .row div[class*="col"]:last-child {
    padding-top: 0.5rem;
  }
}
.cid-sQgwGzrWGY .image-container .row div[class*="col"]:first-child .image-wrap,
.cid-sQgwGzrWGY .image-container .row div[class*="col"]:last-child .image-wrap {
  aspect-ratio: 0.88235294;
}
.cid-sQgwGzrWGY .image-container .row div[class*="col"]:nth-child(2) .image-wrap {
  aspect-ratio: 1.76470588;
}
@media (min-width: 541px) and (max-width: 767px) {
  .cid-sQgwGzrWGY .image-container .col-12:first-child,
  .cid-sQgwGzrWGY .image-container .col-12:last-child {
    width: 25%;
  }
  .cid-sQgwGzrWGY .image-container .col-12:nth-child(2) {
    width: 50%;
  }
}
.cid-sQgwH8PeTA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffd9a8;
}
.cid-sQgwH8PeTA .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQgwH8PeTA .item-img {
  aspect-ratio: 1;
}
.cid-sQgwH8PeTA .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgwH8PeTA .item:focus,
.cid-sQgwH8PeTA span:focus {
  outline: none;
}
.cid-sQgwH8PeTA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sQgwHNJZp1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwHNJZp1 .landscape {
  aspect-ratio: 1.25;
}
.cid-sQgwHNJZp1 .portrait {
  aspect-ratio: 0.5625;
}
.cid-sQgwHNJZp1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgwHNJZp1 .item-title {
  text-align: end;
}
.cid-sQgwHNJZp1 .item-subtitle {
  margin-bottom: 1rem;
  text-align: end;
}
@media (min-width: 992px) {
  .cid-sQgwHNJZp1 .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgwHNJZp1 .item-content {
    padding: 1rem 0.5rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sQgwHNJZp1 .item-content {
    padding: 1rem 0.5rem 2rem;
  }
}
.cid-sQgwIV0KLG {
  background-color: #f8c37e;
}
.cid-sQgwIV0KLG .container-fluid {
  padding: 0;
}
.cid-sQgwIV0KLG .row {
  margin: 0;
}
.cid-sQgwIV0KLG div[class*="col"] {
  padding: 0;
}
.cid-sQgwIV0KLG .carousel,
.cid-sQgwIV0KLG .carousel-inner,
.cid-sQgwIV0KLG .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-sQgwIV0KLG .item-wrapper {
  width: 100%;
}
.cid-sQgwIV0KLG img {
  height: 100%;
  object-fit: cover;
}
.cid-sQgwIV0KLG .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-sQgwIV0KLG .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-sQgwIV0KLG .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-sQgwIV0KLG .carousel-control-prev {
  left: 20px;
}
.cid-sQgwIV0KLG .carousel-control-next {
  right: 20px;
}
.cid-sQgwIV0KLG .carousel-indicators .active,
.cid-sQgwIV0KLG .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-sQgwIV0KLG .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-sQgwIV0KLG .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-sQgwIV0KLG .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-sQgwIV0KLG .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwIV0KLG .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-sQgwIV0KLG .text-wrapper,
  .cid-sQgwIV0KLG .nutrition,
  .cid-sQgwIV0KLG .price,
  .cid-sQgwIV0KLG .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwIV0KLG .text-wrapper,
  .cid-sQgwIV0KLG .nutrition,
  .cid-sQgwIV0KLG .price,
  .cid-sQgwIV0KLG .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-sQgwIV0KLG .text-wrapper,
  .cid-sQgwIV0KLG .nutrition,
  .cid-sQgwIV0KLG .price,
  .cid-sQgwIV0KLG .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-sQgwIV0KLG .text-wrapper,
  .cid-sQgwIV0KLG .nutrition,
  .cid-sQgwIV0KLG .price,
  .cid-sQgwIV0KLG .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-sQgwIV0KLG .text-wrapper,
  .cid-sQgwIV0KLG .nutrition,
  .cid-sQgwIV0KLG .price,
  .cid-sQgwIV0KLG .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-sQgwIV0KLG .content {
    text-align: center;
  }
}
.cid-sQgwIV0KLG .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-sQgwIV0KLG .nutrition {
  margin-bottom: 40px;
}
.cid-sQgwIV0KLG .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-sQgwIV0KLG .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-sQgwIV0KLG .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-sQgwIV0KLG .nutrition-wrap {
    width: 100%;
  }
}
.cid-sQgwIV0KLG .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sQgwIV0KLG .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwIV0KLG .tile-one {
    margin-right: 25px;
  }
}
.cid-sQgwIV0KLG .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-sQgwIV0KLG .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwIV0KLG .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-sQgwIV0KLG .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-sQgwIV0KLG .tile-four {
    margin-top: 25px;
  }
}
.cid-sQgwIV0KLG svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-sQgwIV0KLG svg path {
  fill: #1f1437;
}
.cid-sQgwIV0KLG .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwIV0KLG .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwIV0KLG .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-sQgwIV0KLG .price-text-wrap {
    justify-content: center;
  }
}
.cid-sQgwIV0KLG .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-sQgwIV0KLG .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwIV0KLG .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwIV0KLG .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwIV0KLG .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwIV0KLG .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-sQgwIV0KLG .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-sQgwJA0PDm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwJA0PDm img {
  border-radius: 15px;
}
@media (min-width: 992px) {
  .cid-sQgwJA0PDm .carousel {
    min-height: 600px;
  }
  .cid-sQgwJA0PDm .carousel img {
    max-height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sQgwJA0PDm .carousel {
    min-height: 390px;
  }
  .cid-sQgwJA0PDm .carousel img {
    max-height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-sQgwJA0PDm .carousel {
    min-height: 330px;
  }
  .cid-sQgwJA0PDm .carousel img {
    max-height: 330px;
    object-fit: cover;
  }
  .cid-sQgwJA0PDm .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sQgwJA0PDm .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-sQgwJA0PDm .carousel,
.cid-sQgwJA0PDm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sQgwJA0PDm .item-wrapper {
  width: 100%;
}
.cid-sQgwJA0PDm .carousel-caption {
  bottom: 40px;
}
.cid-sQgwJA0PDm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sQgwJA0PDm .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-sQgwJA0PDm .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-sQgwJA0PDm .container .carousel-indicators {
  margin-bottom: 2rem;
}
.cid-sQgwJA0PDm .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-sQgwJA0PDm .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-sQgwJA0PDm .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-sQgwJA0PDm .carousel-control-prev {
  left: 20px;
}
.cid-sQgwJA0PDm .carousel-control-next {
  right: 20px;
}
.cid-sQgwJA0PDm .carousel-indicators .active,
.cid-sQgwJA0PDm .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #1f1437;
  opacity: 1;
}
.cid-sQgwJA0PDm .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-sQgwJA0PDm .overlay-slide {
  z-index: 2;
}
.cid-sQgwKaWdAo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwKaWdAo .mbr-section-head {
  margin-bottom: 2.3rem;
}
.cid-sQgwKaWdAo .mbr-section-title {
  text-align: center;
}
.cid-sQgwKaWdAo .mbr-section-subtitle {
  text-align: center;
}
.cid-sQgwKaWdAo .card-title {
  margin-bottom: 1rem;
  color: #33d5ad;
}
.cid-sQgwKaWdAo .card-subtitle {
  color: #1f1437;
}
.cid-sQgwKaWdAo .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: #1f1437;
}
.cid-sQgwKaWdAo .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-sQgwKaWdAo .card {
  height: 100%;
  background-color: #cd8ad1;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  padding: 1rem 0.5rem;
  background: transparent;
}
.cid-sQgwKaWdAo .card-wrapper {
  display: flex;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwKaWdAo .card-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-sQgwKaWdAo .card-wrapper {
    flex-direction: column;
  }
}
.cid-sQgwKaWdAo .social-row {
  width: 50px;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-sQgwKaWdAo .social-row {
    width: 100%;
    flex-direction: row;
    justify-content: center !important;
  }
}
.cid-sQgwKaWdAo .social-row .soc-item {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-sQgwKaWdAo .social-row .soc-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.cid-sQgwKaWdAo .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #33d5ad;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-sQgwKaWdAo .social-row .soc-item:hover .mbr-iconfont {
  color: #cd8ad1;
}
.cid-sQgwKaWdAo .image-wrapper {
  width: 35%;
  aspect-ratio: 1;
  flex-shrink: 0;
  padding: 1rem;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cid-sQgwKaWdAo .image-wrapper {
    width: 45%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwKaWdAo .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sQgwKaWdAo .image-wrapper {
    width: 100%;
  }
}
.cid-sQgwKaWdAo .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-sQgwKaWdAo .card-text {
  padding: 1rem;
}
.cid-sQgwKaWdAo div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-sQgwKQxdtt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("https://mobirise.com/extensions/snackm5/assets/images/background5.jpg");
}
.cid-sQgwKQxdtt .card {
  margin-top: 4rem;
}
.cid-sQgwKQxdtt .card:first-child {
  margin-top: 0;
}
.cid-sQgwKQxdtt .card-wrapper {
  display: flex;
  flex-direction: column;
}
.cid-sQgwKQxdtt .card-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sQgwKQxdtt .card-head {
    flex-direction: column;
  }
}
.cid-sQgwKQxdtt .image-wrapper {
  max-width: 150px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sQgwKQxdtt .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwKQxdtt svg {
  position: absolute;
  top: -25px;
  left: -20px;
  width: 63px;
  height: 60px;
  transform: rotate(275deg);
}
@media (max-width: 767px) {
  .cid-sQgwKQxdtt svg {
    top: -35px;
    left: 120px;
    transform: rotate(0deg);
  }
}
.cid-sQgwKQxdtt svg path {
  fill: #33d5ad;
}
.cid-sQgwKQxdtt .card-text-head {
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sQgwKQxdtt .card-text-head {
    padding: 1rem 0;
  }
}
.cid-sQgwKQxdtt .mbr-text {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-sQgwKQxdtt .card-text {
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-sQgwKQxdtt .card-text {
    padding: 0;
  }
}
.cid-sQgwLHtj0h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sQgwLHtj0h .mbr-overlay {
  z-index: 1;
  pointer-events: none;
}
.cid-sQgwLHtj0h .google-map {
  height: 30rem;
  position: relative;
}
.cid-sQgwLHtj0h .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQgwLHtj0h .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQgwLHtj0h .google-map[data-state] {
  background: #f3edf7;
}
.cid-sQgwLHtj0h .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQgwMNPQ5w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sQgwMNPQ5w .row {
  flex-direction: row-reverse;
}
.cid-sQgwMNPQ5w p {
  margin: 0;
}
.cid-sQgwMNPQ5w .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQgwMNPQ5w .mbr-section-title {
  text-align: center;
}
.cid-sQgwMNPQ5w .mbr-section-subtitle {
  text-align: center;
}
.cid-sQgwMNPQ5w .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sQgwMNPQ5w .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sQgwMNPQ5w .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-sQgwMNPQ5w .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwMNPQ5w .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sQgwMNPQ5w .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-sQgwMNPQ5w .google-map {
  height: 100%;
  position: relative;
}
.cid-sQgwMNPQ5w .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sQgwMNPQ5w .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sQgwMNPQ5w .google-map[data-state] {
  background: #f3edf7;
}
.cid-sQgwMNPQ5w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sQgwMNPQ5w .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sQgwNUkinS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sQgwNUkinS p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sQgwNUkinS .row {
    justify-content: flex-start !important;
  }
}
.cid-sQgwNUkinS .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQgwNUkinS .mbr-section-title {
  text-align: center;
}
.cid-sQgwNUkinS .mbr-section-subtitle {
  text-align: center;
}
.cid-sQgwNUkinS .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-sQgwNUkinS .card-container {
    margin-bottom: 2rem;
  }
}
.cid-sQgwNUkinS .card-wrapper {
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .cid-sQgwNUkinS .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-sQgwNUkinS .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1rem;
  color: #33d5ad;
}
.cid-sQgwOKy4HP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sQgwOKy4HP p {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sQgwOKy4HP .row {
    justify-content: flex-start !important;
  }
}
.cid-sQgwOKy4HP .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQgwOKy4HP .mbr-section-title {
  text-align: center;
}
.cid-sQgwOKy4HP .mbr-section-subtitle {
  text-align: center;
}
.cid-sQgwOKy4HP .image-wrapper {
  margin-bottom: 1rem;
}
.cid-sQgwOKy4HP .card-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sQgwOKy4HP .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #f3edf7;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
}
.cid-sQgwOKy4HP .mbr-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.cid-sQgwOKy4HP div[class*="col"] {
  margin-bottom: 2rem;
}
.cid-sQgwQ0Wglz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #241840;
}
.cid-sQgwQ0Wglz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-sQgwQ0Wglz .mbr-section-head {
    text-align: center;
  }
}
.cid-sQgwQ0Wglz .mbr-section-title {
  color: #ffffff;
}
.cid-sQgwQ0Wglz .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-sQgwQ0Wglz .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-sQgwQ0Wglz .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sQgwQ0Wglz .mbr-text {
  color: #ffffff;
  margin-top: 17px;
}
.cid-sQgwQ0Wglz form.mbr-form {
  margin-top: 30px;
}
.cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1399px) {
  .cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-sQgwQ0Wglz form.mbr-form .mbr-section-btn svg path {
  fill: #33d5ad;
}
.cid-sQgwQ0Wglz input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1129px) {
  .cid-sQgwQ0Wglz .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 1129px) {
  .cid-sQgwQ0Wglz .mbr-form {
    width: 80%;
    margin-left: 0!important;
  }
}
@media (max-width: 767px) {
  .cid-sQgwQ0Wglz .mbr-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1244px) {
  .cid-sQgwQ0Wglz .mbr-form .col-8 {
    width: 62%;
  }
}
@media (max-width: 1129px) {
  .cid-sQgwQ0Wglz .mbr-form .col-8 {
    width: 66.666667%;
  }
}
@media (max-width: 649px) {
  .cid-sQgwQ0Wglz .mbr-form .col-8,
  .cid-sQgwQ0Wglz .mbr-form .col-4 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sQgwQ0Wglz button {
  width: 100%;
}
.cid-sQgwQyI6Ei {
  padding-top: 6rem;
  padding-bottom: 10rem;
  background-color: #241840;
}
.cid-sQgwQyI6Ei .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cid-sQgwQyI6Ei .mbr-section-head {
    text-align: center;
  }
}
.cid-sQgwQyI6Ei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sQgwQyI6Ei .display-5 > .mbr-iconfont {
  font-size: 60px;
}
@media (max-width: 649px) {
  .cid-sQgwQyI6Ei .display-5 > .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-sQgwQyI6Ei .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-sQgwQyI6Ei .mbr-text {
  color: #ffffff;
  margin-top: 17px;
  text-align: center;
}
.cid-sQgwQyI6Ei form.mbr-form {
  margin-top: 2rem;
}
.cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn {
  position: relative;
}
.cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 63px;
  height: 49px;
}
@media (max-width: 1199px) {
  .cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg {
    top: 30px;
    right: -30px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg {
    right: -20px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg {
    display: none;
  }
}
.cid-sQgwQyI6Ei form.mbr-form .mbr-section-btn svg path {
  fill: #33d5ad;
}
@media (max-width: 767px) {
  .cid-sQgwQyI6Ei .dragArea {
    flex-direction: column;
    align-items: center;
  }
}
.cid-sQgwQyI6Ei input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-sQgwQyI6Ei .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-sQgwQyI6Ei .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-sQgwQyI6Ei .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sQgwQyI6Ei .wave-container .wave svg path {
  fill: #33d5ad;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-sQgwQyI6Ei button {
  width: 100%;
}
.cid-sQgwSnAXXt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwSnAXXt h3,
.cid-sQgwSnAXXt h4,
.cid-sQgwSnAXXt h5,
.cid-sQgwSnAXXt h6,
.cid-sQgwSnAXXt p {
  margin: 0;
}
.cid-sQgwSnAXXt .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwSnAXXt .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sQgwSnAXXt .toggle-panel {
  border-top: 1px solid #33d5ad;
}
.cid-sQgwSnAXXt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 2.3rem 0;
  border-bottom: 1px solid #33d5ad;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .card .card-header {
    padding: 1rem 0 1.5rem;
  }
}
.cid-sQgwSnAXXt .show {
  border-bottom: 1px solid #33d5ad;
}
.cid-sQgwSnAXXt .panel-title {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .panel-title {
    flex-direction: column;
    text-align: center;
  }
}
.cid-sQgwSnAXXt .mbr-number {
  color: #33d5ad;
  width: 20%;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .mbr-number {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
.cid-sQgwSnAXXt .panel-title-edit {
  color: #1f1437;
  width: 47%;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .panel-title-edit {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.cid-sQgwSnAXXt .panel-subtitle-edit {
  color: #1f1437;
  width: 33%;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .panel-subtitle-edit {
    width: 100%;
  }
}
.cid-sQgwSnAXXt .mbr-iconfont {
  padding: 0.5rem;
  font-family: 'Moririse2' !important;
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #33d5ad;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .mbr-iconfont {
    margin-top: 1rem;
  }
}
.cid-sQgwSnAXXt .panel-body,
.cid-sQgwSnAXXt .card-header {
  padding: 2rem 0 3rem;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .panel-body,
  .cid-sQgwSnAXXt .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sQgwSnAXXt .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sQgwSnAXXt .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sQgwSnAXXt .image-wrap {
    width: 100%;
  }
}
.cid-sQgwSnAXXt .panel-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-sQgwSnAXXt .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-sQgwSnAXXt .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-sQgwSnAXXt .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-sQgwSnAXXt .list {
    justify-content: center;
  }
}
.cid-sQgwSnAXXt .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sQgwSnAXXt .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwSnAXXt .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwSnAXXt .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQgwSnAXXt .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-sQgwSnAXXt .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwSnAXXt .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQgwSnAXXt .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-sQgwT3sWSH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwT3sWSH h3,
.cid-sQgwT3sWSH h4,
.cid-sQgwT3sWSH h5,
.cid-sQgwT3sWSH h6,
.cid-sQgwT3sWSH p {
  margin: 0;
}
.cid-sQgwT3sWSH .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwT3sWSH .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sQgwT3sWSH .nav-tabs .nav-item.open .nav-link:focus,
.cid-sQgwT3sWSH .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sQgwT3sWSH .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e3d6eb;
  margin-bottom: 2.3rem;
}
.cid-sQgwT3sWSH .nav-item {
  width: 100%;
  text-align: center;
}
.cid-sQgwT3sWSH .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-sQgwT3sWSH .nav-tabs .nav-link:not(.active) {
  color: #e3d6eb;
}
.cid-sQgwT3sWSH .nav-link,
.cid-sQgwT3sWSH .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-sQgwT3sWSH .nav-tabs .nav-link.active {
  color: #33d5ad;
  border-bottom: 1px solid #33d5ad;
}
.cid-sQgwT3sWSH .tab-tile {
  background-color: #f3edf7;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 385px;
}
@media (max-width: 1199px) {
  .cid-sQgwT3sWSH .tab-tile {
    margin-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgwT3sWSH .tab-tile {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
.cid-sQgwT3sWSH .tab-title {
  margin-bottom: 25px;
}
.cid-sQgwT3sWSH .tab-subtitle {
  color: #33d5ad;
}
.cid-sQgwT3sWSH .add-section {
  margin-top: 3rem;
}
@media (max-width: 959px) {
  .cid-sQgwT3sWSH .add-section {
    margin-top: 2rem;
  }
}
@media (max-width: 417px) {
  .cid-sQgwT3sWSH .add-section {
    text-align: center;
  }
}
.cid-sQgwT3sWSH .add-section-head {
  display: flex;
}
@media (max-width: 767px) {
  .cid-sQgwT3sWSH .add-section-head {
    flex-direction: column;
  }
}
.cid-sQgwT3sWSH .mbr-iconfont {
  color: #33d5ad;
  margin-right: 1rem;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .cid-sQgwT3sWSH .mbr-iconfont {
    margin-right: 0;
    margin-bottom: 0.5px;
  }
}
.cid-sQgwT3sWSH .mbr-text {
  margin-top: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwT3sWSH .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-sQgwT3sWSH .col-md-6 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .cid-sQgwT3sWSH .col-md-7 {
    width: 80%;
  }
}
.cid-sQgwT3sWSH .left {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 2rem);
}
.cid-sQgwT3sWSH .left .list-left {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.cid-sQgwT3sWSH .left .list-left li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-sQgwT3sWSH .left {
    align-items: center;
    text-align: center;
  }
}
.cid-sQgwT3sWSH .cards-row {
  display: flex;
  margin-bottom: 2.5rem;
}
.cid-sQgwT3sWSH .card-item {
  width: 52px;
  height: 35px;
  margin-right: 1rem;
}
.cid-sQgwT3sWSH .card-item:last-child {
  margin-right: 0;
}
.cid-sQgwT3sWSH .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sQgwT3sWSH .mbr-section-title-left {
  margin-bottom: 2.3rem;
}
.cid-sQgwT3sWSH .mbr-section-title-right {
  margin-bottom: 2.3rem;
}
.cid-sQgwT3sWSH .right {
  margin-top: 2rem;
}
.cid-sQgwT3sWSH .right .list-right {
  list-style-type: none;
  padding-left: 0;
}
.cid-sQgwT3sWSH .right .list-right li {
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .cid-sQgwT3sWSH .right {
    text-align: center;
  }
}
.cid-sQgwTIyDNe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sQgwTIyDNe p {
  margin: 0;
}
.cid-sQgwTIyDNe ul {
  list-style-type: none;
  padding: 0;
}
.cid-sQgwTIyDNe .list {
  display: flex;
  flex-direction: column;
}
.cid-sQgwTIyDNe .list .list-item {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sQgwTIyDNe .list .list-item {
    flex-direction: column;
  }
}
.cid-sQgwTIyDNe .mbr-number {
  color: #33d5ad;
  margin-right: 2rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-sQgwTIyDNe .mbr-number {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.cid-sQgwTIyDNe .line {
  width: 2px;
  background-color: #33d5ad;
  margin-right: 3rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .cid-sQgwTIyDNe .line {
    width: 100%;
    height: 2px;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.cid-sQgwTIyDNe .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 2rem;
}
.cid-sQgwUlec8X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwUlec8X h3,
.cid-sQgwUlec8X h4,
.cid-sQgwUlec8X h5,
.cid-sQgwUlec8X h6,
.cid-sQgwUlec8X p {
  margin: 0;
}
.cid-sQgwUlec8X .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwUlec8X .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sQgwUlec8X .nav-tabs .nav-item.open .nav-link:focus,
.cid-sQgwUlec8X .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-sQgwUlec8X .nav-tabs {
  flex-wrap: nowrap;
  border-bottom: 1px solid #e3d6eb;
}
.cid-sQgwUlec8X .nav-item {
  width: 100%;
  text-align: center;
}
.cid-sQgwUlec8X .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.cid-sQgwUlec8X .nav-tabs .nav-link:not(.active) {
  color: #e3d6eb;
}
.cid-sQgwUlec8X .nav-link,
.cid-sQgwUlec8X .nav-link.active {
  padding: 0 10px 18px;
  background-color: transparent;
}
.cid-sQgwUlec8X .nav-tabs .nav-link.active {
  color: #33d5ad;
  border-bottom: 1px solid #33d5ad;
}
.cid-sQgwUlec8X .panel-body,
.cid-sQgwUlec8X .card-header {
  padding: 3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .cid-sQgwUlec8X .panel-body,
  .cid-sQgwUlec8X .card-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-sQgwUlec8X .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-sQgwUlec8X .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-sQgwUlec8X .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-sQgwUlec8X .image-wrap {
    width: 100%;
  }
}
.cid-sQgwUlec8X .panel-title {
  color: #cd8ad1;
  margin-bottom: 0.6rem;
}
.cid-sQgwUlec8X .panel-subtitle {
  color: #33d5ad;
}
.cid-sQgwUlec8X .panel-text {
  margin-top: 1.5rem;
}
.cid-sQgwV0vGGv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a388b2;
}
.cid-sQgwV0vGGv h3,
.cid-sQgwV0vGGv h4 {
  margin: 0;
}
.cid-sQgwV0vGGv .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-sQgwV0vGGv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sQgwV0vGGv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-sQgwV0vGGv .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-sQgwV0vGGv .nutrition-tile {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sQgwV0vGGv .tile-one {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwV0vGGv .tile-one {
    margin-right: 25px;
  }
}
.cid-sQgwV0vGGv .tile-two {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
.cid-sQgwV0vGGv .tile-three {
  background-color: #1f1437;
  border-color: #ffffff;
  margin-right: 15px;
  background: transparent;
}
@media (max-width: 479px) {
  .cid-sQgwV0vGGv .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-sQgwV0vGGv .tile-four {
  background-color: #1f1437;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-sQgwV0vGGv .tile-four {
    margin-top: 25px;
  }
}
.cid-sQgwV0vGGv svg {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 80px;
  height: 70px;
}
.cid-sQgwV0vGGv svg path {
  fill: #1f1437;
}
@media (max-width: 767px) {
  .cid-sQgwV0vGGv svg {
    width: 60px;
    height: 50px;
    top: -15px;
    right: -20px;
  }
}
.cid-sQgwV0vGGv .mbr-tile-text {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwV0vGGv .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-sQgwVJdD93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwVJdD93 h3,
.cid-sQgwVJdD93 h4,
.cid-sQgwVJdD93 h5,
.cid-sQgwVJdD93 h6,
.cid-sQgwVJdD93 p {
  margin: 0;
}
.cid-sQgwVJdD93 .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwVJdD93 .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sQgwVJdD93 .card {
  background-color: #f3edf7;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.cid-sQgwVJdD93 .card-title {
  margin-bottom: 25px;
}
.cid-sQgwVJdD93 .card-subtitle {
  color: #33d5ad;
}
.cid-sQgwVJdD93 .mbr-text {
  margin-bottom: 25px;
}
.cid-sQgwXSF63N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sQgwXSF63N h3,
.cid-sQgwXSF63N h4,
.cid-sQgwXSF63N h5,
.cid-sQgwXSF63N p {
  margin: 0;
}
.cid-sQgwXSF63N .section-head {
  margin-bottom: 2.5rem;
}
.cid-sQgwXSF63N .mbr-section-subtitle {
  margin-top: 0.5rem;
}
.cid-sQgwXSF63N .card {
  background-color: #f3edf7;
  border-radius: 25px;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2rem;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwXSF63N .card {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cid-sQgwXSF63N .card {
    flex-direction: column;
  }
}
.cid-sQgwXSF63N .card-title {
  margin-bottom: 25px;
}
.cid-sQgwXSF63N .card-subtitle {
  color: #33d5ad;
}
.cid-sQgwXSF63N .list {
  list-style-type: circle;
  list-style-position: inside;
  margin-bottom: 0;
  padding-left: 1rem;
}
.cid-sQgwXSF63N .list li {
  margin-bottom: 0.3rem;
}
.cid-sQgwXSF63N .price {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-sQgwXSF63N .price {
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sQgwXSF63N .price {
    margin-top: 2rem;
  }
}
@media (max-width: 350px) {
  .cid-sQgwXSF63N .price {
    margin-left: 0;
    align-items: center;
  }
}
.cid-sQgwXSF63N .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.cid-sQgwXSF63N .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
}
.cid-sQgwXSF63N .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwXSF63N .mbr-price-number {
  color: #33d5ad;
  margin-bottom: 0;
}
.cid-sQgwXSF63N .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-sQgwXSF63N .mbr-amount-number {
  color: #33d5ad;
  margin-bottom: 0;
}
.cid-sQgwYKPrKJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f3edf7;
}
.cid-sQgwYKPrKJ img,
.cid-sQgwYKPrKJ .item-img {
  width: 100%;
}
.cid-sQgwYKPrKJ .item:focus,
.cid-sQgwYKPrKJ span:focus {
  outline: none;
}
.cid-sQgwYKPrKJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  border-radius: 15px;
}
.cid-sQgwYKPrKJ .item-wrapper {
  position: relative;
  border-radius: 15px;
  margin: 0 auto;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-sQgwYKPrKJ .item-wrapper .item-content {
    padding: 1.7rem 2rem 0;
  }
  .cid-sQgwYKPrKJ .item-wrapper .item-footer {
    padding: 0 2rem 1.7rem;
  }
}
@media (max-width: 991px) {
  .cid-sQgwYKPrKJ .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sQgwYKPrKJ .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sQgwYKPrKJ .item-title {
  text-align: left;
  margin-bottom: 1rem;
}
.cid-sQgwYKPrKJ .item-subtitle {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sQgwYKPrKJ .mbr-text {
  text-align: left;
}
.cid-sQgwYKPrKJ .item-footer {
  margin-top: 14px;
}
.cid-sQgwYKPrKJ .mbr-amount {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-sQgwYKPrKJ .mbr-price {
  color: #33d5ad;
  text-align: left;
}
.cid-sQgwYKPrKJ .item-btn {
  min-width: 150px;
  min-height: 53px;
  margin-left: 0;
}
.cid-sQgwYKPrKJ .mbr-section-btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.cid-sQgxdRa50n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #170f2b;
}
.cid-sQgxdRa50n .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .media-col {
    flex-direction: column;
  }
}
.cid-sQgxdRa50n .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-sQgxdRa50n .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .media-wrap {
    margin-right: 0;
  }
}
.cid-sQgxdRa50n .cards-row,
.cid-sQgxdRa50n .social-row,
.cid-sQgxdRa50n .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .cards-row,
  .cid-sQgxdRa50n .social-row,
  .cid-sQgxdRa50n .menu-row {
    justify-content: center;
  }
}
.cid-sQgxdRa50n .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-sQgxdRa50n .foot-menu {
    justify-content: center;
  }
}
.cid-sQgxdRa50n .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-sQgxdRa50n .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sQgxdRa50n .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-sQgxdRa50n .row {
    text-align: center;
  }
  .cid-sQgxdRa50n .cards-col {
    justify-content: center;
  }
  .cid-sQgxdRa50n .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-sQgxdRa50n .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-sQgxdRa50n .card-item:last-child {
  margin-right: 0;
}
.cid-sQgxdRa50n .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-sQgxdRa50n .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-sQgxdRa50n .soc-item:last-child {
  margin-right: 0;
}
.cid-sQgxdRa50n .mbr-iconfont {
  color: #ffffff;
}
.cid-sQgxdRa50n .mbr-text {
  color: #ffffff;
}
