.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Lobster', display;
  font-size: 7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'Lobster', display;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Great Vibes', handwriting;
  font-size: 3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-5 {
  font-family: 'Great Vibes', handwriting;
  font-size: 3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 5.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fff3b0 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #641220 !important;
}
.bg-warning {
  background-color: #fff3b0 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
  color: #b09500 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #b09500 !important;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #911e42 !important;
  border-color: #911e42 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bb2755 !important;
  border-color: #bb2755 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bb2755 !important;
  border-color: #bb2755 !important;
}
.btn-info,
.btn-info:active {
  background-color: #641220 !important;
  border-color: #641220 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8f1a2e !important;
  border-color: #8f1a2e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #8f1a2e !important;
  border-color: #8f1a2e !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
  color: #b09500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #b09500 !important;
  background-color: #fffbe3 !important;
  border-color: #fffbe3 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fff3b0;
  color: #fff3b0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffe659 !important;
  background-color: transparent !important;
  border-color: #ffe659 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #b09500 !important;
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #911e42;
  color: #911e42;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #490f21 !important;
  background-color: transparent !important;
  border-color: #490f21 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #911e42 !important;
  border-color: #911e42 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #641220;
  color: #641220;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1b0508 !important;
  background-color: transparent !important;
  border-color: #1b0508 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #641220 !important;
  border-color: #641220 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fff3b0;
  color: #fff3b0;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffe659 !important;
  background-color: transparent !important;
  border-color: #ffe659 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #b09500 !important;
  background-color: #fff3b0 !important;
  border-color: #fff3b0 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fff3b0 !important;
}
.text-secondary {
  color: #911e42 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #641220 !important;
}
.text-warning {
  color: #fff3b0 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ffe44a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c0d1c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0e0204 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffe44a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fff3b0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #641220;
}
.alert-warning {
  background-color: #fff3b0;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fff3b0;
  border-color: #fff3b0;
  color: #caab00;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fff3b0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d02543;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #fff3b0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poiret One', display;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #fff3b0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fff3b0;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fff3b0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fff3b0;
  border-bottom-color: #fff3b0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fff3b0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #911e42 !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='%23fff3b0' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uDPT7tDfRl {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uDPT7tDfRl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uDPT7tDfRl {
    align-items: flex-end;
  }
  .cid-uDPT7tDfRl .row {
    justify-content: flex-start;
  }
  .cid-uDPT7tDfRl .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDPT7tDfRl .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uDPT7tDfRl {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uDPT7tDfRl .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uDPT7tDfRl .content-wrap {
    width: 100%;
  }
}
.cid-uDPT7tDfRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDPT7tDfRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDPT7tDfRl .mbr-section-title,
.cid-uDPT7tDfRl .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uDPT7tDfRl .mbr-text,
.cid-uDPT7tDfRl .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uDPT7tDfRl .mbr-section-title {
  color: #fff3b0;
}
.cid-uDPT7tDfRl .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uDVr2Rc6aw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uDVr2Rc6aw .mbr-text {
  color: #911e42;
  text-align: left;
}
.cid-uDVr2Rc6aw .mbr-section-subtitle {
  color: #000000;
}
.cid-uDVr2Rc6aw .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uF3M6YSvnE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uF3M6YSvnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3M6YSvnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3M6YSvnE .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uF3M6YSvnE .content-head {
  max-width: 800px;
}
.cid-uF3M6YSvnE .card1 {
  background-image: url("../../../assets/images/720x479.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3M6YSvnE .card1:before {
  background: #ffc195;
}
.cid-uF3M6YSvnE .card2 {
  background-image: url("../../../assets/images/626x417.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3M6YSvnE .card2:before {
  background: #bcef9b;
}
.cid-uF3M6YSvnE .card3 {
  background-image: url("../../../assets/images/591x604.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3M6YSvnE .card3:before {
  background: #ffea64;
}
.cid-uF3M6YSvnE .card4 {
  background-image: url("../../../assets/images/736x914.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3M6YSvnE .card4:before {
  background: #ffa500;
}
.cid-uF3M6YSvnE .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uF3M6YSvnE .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF3M6YSvnE .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF3M6YSvnE .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uF3M6YSvnE .card {
  transition: transform 0.6s;
}
.cid-uF3M6YSvnE .card:hover .card-wrap,
.cid-uF3M6YSvnE .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uF3M6YSvnE .card:hover .card-wrap:before,
.cid-uF3M6YSvnE .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uF3M6YSvnE .card:hover .mbr-section-btn,
.cid-uF3M6YSvnE .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uF3M6YSvnE .card:hover .card-wrap {
    transform: none;
  }
  .cid-uF3M6YSvnE .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3M6YSvnE .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3M6YSvnE .card-wrap:hover {
    transform: none;
  }
  .cid-uF3M6YSvnE .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uF3M6YSvnE .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uF3M6YSvnE .mbr-section-title {
  color: #911e42;
}
.cid-uF3VDT3Upv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uF3VDT3Upv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3VDT3Upv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3VDT3Upv .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uF3VDT3Upv .content-head {
  max-width: 800px;
}
.cid-uF3VDT3Upv .card1 {
  background-image: url("../../../assets/images/1600x1200.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3VDT3Upv .card1:before {
  background: #ffc195;
}
.cid-uF3VDT3Upv .card2 {
  background-image: url("../../../assets/images/736x1104.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3VDT3Upv .card2:before {
  background: #ffd7ef;
}
.cid-uF3VDT3Upv .card3 {
  background-image: url("../../../assets/images/2000x1500.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3VDT3Upv .card3:before {
  background: #ffea64;
}
.cid-uF3VDT3Upv .card4 {
  background-image: url("../../../assets/images/1-1880x1200.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3VDT3Upv .card4:before {
  background: #9fe870;
}
.cid-uF3VDT3Upv .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uF3VDT3Upv .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF3VDT3Upv .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF3VDT3Upv .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uF3VDT3Upv .card {
  transition: transform 0.6s;
}
.cid-uF3VDT3Upv .card:hover .card-wrap,
.cid-uF3VDT3Upv .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uF3VDT3Upv .card:hover .card-wrap:before,
.cid-uF3VDT3Upv .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uF3VDT3Upv .card:hover .mbr-section-btn,
.cid-uF3VDT3Upv .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uF3VDT3Upv .card:hover .card-wrap {
    transform: none;
  }
  .cid-uF3VDT3Upv .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3VDT3Upv .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3VDT3Upv .card-wrap:hover {
    transform: none;
  }
  .cid-uF3VDT3Upv .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uF3VDT3Upv .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uF3YtJZbUM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uF3YtJZbUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3YtJZbUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3YtJZbUM .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uF3YtJZbUM .content-head {
  max-width: 800px;
}
.cid-uF3YtJZbUM .card1 {
  background-image: url("../../../assets/images/cheers-to-the-weekend-735x980.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3YtJZbUM .card1:before {
  background: #ffc195;
}
.cid-uF3YtJZbUM .card2 {
  background-image: url("../../../assets/images/team2.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3YtJZbUM .card2:before {
  background: #ffd7ef;
}
.cid-uF3YtJZbUM .card3 {
  background-image: url("../../../assets/images/team3.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3YtJZbUM .card3:before {
  background: #ffea64;
}
.cid-uF3YtJZbUM .card4 {
  background-image: url("../../../assets/images/cheers-to-the-weekend-735x980.webp");
  background-size: cover;
  background-position: center center;
}
.cid-uF3YtJZbUM .card4:before {
  background: #9fe870;
}
.cid-uF3YtJZbUM .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uF3YtJZbUM .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uF3YtJZbUM .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uF3YtJZbUM .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uF3YtJZbUM .card {
  transition: transform 0.6s;
}
.cid-uF3YtJZbUM .card:hover .card-wrap,
.cid-uF3YtJZbUM .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uF3YtJZbUM .card:hover .card-wrap:before,
.cid-uF3YtJZbUM .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uF3YtJZbUM .card:hover .mbr-section-btn,
.cid-uF3YtJZbUM .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uF3YtJZbUM .card:hover .card-wrap {
    transform: none;
  }
  .cid-uF3YtJZbUM .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3YtJZbUM .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uF3YtJZbUM .card-wrap:hover {
    transform: none;
  }
  .cid-uF3YtJZbUM .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uF3YtJZbUM .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uFqtScUD7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3b0;
}
@media (min-width: 992px) {
  .cid-uFqtScUD7Z .carousel {
    max-height: 500px;
  }
  .cid-uFqtScUD7Z .carousel img {
    height: 500px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFqtScUD7Z .carousel {
    min-height: 325px;
  }
  .cid-uFqtScUD7Z .carousel img {
    height: 325px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uFqtScUD7Z .carousel {
    min-height: 275px;
  }
  .cid-uFqtScUD7Z .carousel img {
    height: 275px;
    object-fit: cover;
  }
  .cid-uFqtScUD7Z .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uFqtScUD7Z .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uFqtScUD7Z .carousel,
.cid-uFqtScUD7Z .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uFqtScUD7Z .item-wrapper {
  width: 100%;
}
.cid-uFqtScUD7Z .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uFqtScUD7Z .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uFqtScUD7Z .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uFqtScUD7Z .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uFqtScUD7Z .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uFqtScUD7Z .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uFqtScUD7Z .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFqtScUD7Z .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uFqtScUD7Z .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uFqtScUD7Z .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uFqtScUD7Z .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uFqtScUD7Z .carousel-indicators li.active,
.cid-uFqtScUD7Z .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uFqtScUD7Z .carousel-indicators li::after,
.cid-uFqtScUD7Z .carousel-indicators li::before {
  content: none;
}
.cid-uFqtScUD7Z .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uFqtScUD7Z .carousel-indicators {
    display: none !important;
  }
}
.cid-uDDOsF2yvW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uDDOsF2yvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDDOsF2yvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDDOsF2yvW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uDDOsF2yvW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uDDOsF2yvW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uDDOsF2yvW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uDDOsF2yvW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uDDOsF2yvW .mbr-section-title {
  color: #911e42;
}
.cid-uDDOsF2yvW .card-title {
  color: #911e42;
}
.cid-uDDOsF2yvW P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlzZM5Bma {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlzZM5Bma .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlzZM5Bma {
    align-items: flex-end;
  }
  .cid-uFlzZM5Bma .row {
    justify-content: flex-start;
  }
  .cid-uFlzZM5Bma .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlzZM5Bma .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlzZM5Bma {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlzZM5Bma .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlzZM5Bma .content-wrap {
    width: 100%;
  }
}
.cid-uFlzZM5Bma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlzZM5Bma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlzZM5Bma .mbr-section-title,
.cid-uFlzZM5Bma .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlzZM5Bma .mbr-text,
.cid-uFlzZM5Bma .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlzZM5Bma .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlzZM5Bma .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uE1jZQ0aND {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uE1jZQ0aND .mbr-text {
  color: #911e42;
}
.cid-uE1jZQ0aND .mbr-section-subtitle {
  color: #000000;
}
.cid-uE1jZQ0aND .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGzqjrpTO7 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzqjrpTO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzqjrpTO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzqjrpTO7 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uGzqjrpTO7 .mbr-section-title,
.cid-uGzqjrpTO7 .mbr-section-subtitle {
  text-align: center;
}
.cid-uGzqjrpTO7 .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uGzqjrpTO7 .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uGzqjrpTO7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGzqjrpTO7 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uGzqjrpTO7 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzqjrpTO7 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uGzqjrpTO7 .mbr-section-title {
  color: #911e42;
}
.cid-uGzqjrpTO7 .card-title {
  color: #641220;
}
.cid-uGzqjrpTO7 .cost {
  color: #641220;
}
.cid-uGzvIRE1HQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzvIRE1HQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzvIRE1HQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzvIRE1HQ .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGzvIRE1HQ .mbr-section-title,
.cid-uGzvIRE1HQ .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGzvIRE1HQ .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGzvIRE1HQ .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGzvIRE1HQ .card-title {
  color: #641220;
}
.cid-uGzvIRE1HQ .price {
  color: #641220;
}
.cid-uIbFmVcpJw {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fon.webp");
}
.cid-uIbFmVcpJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbFmVcpJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbFmVcpJw .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uIbFmVcpJw .mbr-section-title,
.cid-uIbFmVcpJw .mbr-section-subtitle {
  text-align: center;
}
.cid-uIbFmVcpJw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uIbFmVcpJw .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uIbFmVcpJw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIbFmVcpJw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uIbFmVcpJw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIbFmVcpJw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uIbFmVcpJw .card-title {
  color: #641220;
}
.cid-uIbFmVcpJw .cost {
  color: #641220;
}
.cid-uIbFrJdrP0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fon.webp");
}
.cid-uIbFrJdrP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIbFrJdrP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIbFrJdrP0 .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uIbFrJdrP0 .mbr-section-title,
.cid-uIbFrJdrP0 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uIbFrJdrP0 .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uIbFrJdrP0 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uIbFrJdrP0 .card-title {
  color: #641220;
}
.cid-uIbFrJdrP0 .price {
  color: #641220;
}
.cid-uFlqUxxAoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlqUxxAoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlqUxxAoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlqUxxAoF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlqUxxAoF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlqUxxAoF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlqUxxAoF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlqUxxAoF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlqUxxAoF .mbr-section-title {
  color: #911e42;
}
.cid-uFlqUxxAoF .card-title {
  color: #911e42;
}
.cid-uFlqUxxAoF P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlAhaPMEC {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlAhaPMEC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlAhaPMEC {
    align-items: flex-end;
  }
  .cid-uFlAhaPMEC .row {
    justify-content: flex-start;
  }
  .cid-uFlAhaPMEC .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlAhaPMEC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlAhaPMEC {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlAhaPMEC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlAhaPMEC .content-wrap {
    width: 100%;
  }
}
.cid-uFlAhaPMEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlAhaPMEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlAhaPMEC .mbr-section-title,
.cid-uFlAhaPMEC .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlAhaPMEC .mbr-text,
.cid-uFlAhaPMEC .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlAhaPMEC .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlAhaPMEC .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERjTkkExU {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERjTkkExU .mbr-text {
  color: #911e42;
}
.cid-uERjTkkExU .mbr-section-subtitle {
  color: #000000;
}
.cid-uERjTkkExU .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGzBgekwDj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzBgekwDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzBgekwDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzBgekwDj .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uGzBgekwDj .mbr-section-title,
.cid-uGzBgekwDj .mbr-section-subtitle {
  text-align: center;
}
.cid-uGzBgekwDj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uGzBgekwDj .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uGzBgekwDj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGzBgekwDj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uGzBgekwDj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzBgekwDj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uGzBgekwDj .mbr-section-title {
  color: #911e42;
}
.cid-uGzBgekwDj .card-title {
  color: #641220;
}
.cid-uGzBgekwDj .cost {
  color: #641220;
}
.cid-uFlBqNxv08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlBqNxv08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlBqNxv08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlBqNxv08 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlBqNxv08 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlBqNxv08 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlBqNxv08 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlBqNxv08 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlBqNxv08 .mbr-section-title {
  color: #911e42;
}
.cid-uFlBqNxv08 .card-title {
  color: #911e42;
}
.cid-uFlBqNxv08 P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlBNx2hnw {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlBNx2hnw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlBNx2hnw {
    align-items: flex-end;
  }
  .cid-uFlBNx2hnw .row {
    justify-content: flex-start;
  }
  .cid-uFlBNx2hnw .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlBNx2hnw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlBNx2hnw {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlBNx2hnw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlBNx2hnw .content-wrap {
    width: 100%;
  }
}
.cid-uFlBNx2hnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlBNx2hnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlBNx2hnw .mbr-section-title,
.cid-uFlBNx2hnw .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlBNx2hnw .mbr-text,
.cid-uFlBNx2hnw .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlBNx2hnw .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlBNx2hnw .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERzexnZiB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERzexnZiB .mbr-text {
  color: #911e42;
}
.cid-uERzexnZiB .mbr-section-subtitle {
  color: #000000;
}
.cid-uERzexnZiB .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGzE0oo9AM {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzE0oo9AM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzE0oo9AM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzE0oo9AM .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uGzE0oo9AM .mbr-section-title,
.cid-uGzE0oo9AM .mbr-section-subtitle {
  text-align: center;
}
.cid-uGzE0oo9AM .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uGzE0oo9AM .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uGzE0oo9AM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGzE0oo9AM .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uGzE0oo9AM .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzE0oo9AM .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uGzE0oo9AM .mbr-section-title {
  color: #911e42;
}
.cid-uGzE0oo9AM .card-title {
  color: #641220;
}
.cid-uGzE0oo9AM .cost {
  color: #641220;
}
.cid-uGzImcc34B {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzImcc34B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzImcc34B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzImcc34B .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGzImcc34B .mbr-section-title,
.cid-uGzImcc34B .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGzImcc34B .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGzImcc34B .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGzImcc34B .card-title {
  color: #641220;
}
.cid-uGzImcc34B .price {
  color: #641220;
}
.cid-uFlIMifNFm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlIMifNFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlIMifNFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlIMifNFm .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlIMifNFm .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlIMifNFm .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlIMifNFm .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlIMifNFm .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlIMifNFm .mbr-section-title {
  color: #911e42;
}
.cid-uFlIMifNFm .card-title {
  color: #911e42;
}
.cid-uFlIMifNFm P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlJ33Oomx {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlJ33Oomx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlJ33Oomx {
    align-items: flex-end;
  }
  .cid-uFlJ33Oomx .row {
    justify-content: flex-start;
  }
  .cid-uFlJ33Oomx .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlJ33Oomx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlJ33Oomx {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlJ33Oomx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlJ33Oomx .content-wrap {
    width: 100%;
  }
}
.cid-uFlJ33Oomx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlJ33Oomx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlJ33Oomx .mbr-section-title,
.cid-uFlJ33Oomx .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlJ33Oomx .mbr-text,
.cid-uFlJ33Oomx .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlJ33Oomx .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlJ33Oomx .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERzMexAZJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERzMexAZJ .mbr-text {
  color: #911e42;
}
.cid-uERzMexAZJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uERzMexAZJ .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGzK7VWdGq {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzK7VWdGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzK7VWdGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzK7VWdGq .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uGzK7VWdGq .mbr-section-title,
.cid-uGzK7VWdGq .mbr-section-subtitle {
  text-align: center;
}
.cid-uGzK7VWdGq .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uGzK7VWdGq .item-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uGzK7VWdGq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uGzK7VWdGq .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uGzK7VWdGq .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGzK7VWdGq .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uGzK7VWdGq .mbr-section-title {
  color: #911e42;
}
.cid-uGzK7VWdGq .card-title {
  color: #641220;
}
.cid-uGzK7VWdGq .cost {
  color: #641220;
}
.cid-uGzK9hNlxM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGzK9hNlxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGzK9hNlxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGzK9hNlxM .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGzK9hNlxM .mbr-section-title,
.cid-uGzK9hNlxM .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGzK9hNlxM .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGzK9hNlxM .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGzK9hNlxM .card-title {
  color: #641220;
}
.cid-uGzK9hNlxM .price {
  color: #641220;
}
.cid-uGA33G1487 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGA33G1487 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA33G1487 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA33G1487 .mbr-section-title,
.cid-uGA33G1487 .mbr-section-subtitle {
  text-align: center;
}
.cid-uGA33G1487 .cost {
  word-break: normal;
}
.cid-uGA33G1487 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uGA33G1487 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uGA33G1487 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGA33G1487 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uGA33G1487 .mbr-section-title {
  color: #641220;
}
.cid-uGA33G1487 .card-title {
  color: #641220;
}
.cid-uGA33G1487 P {
  color: #641220;
}
.cid-uFlKl0kxhq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlKl0kxhq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlKl0kxhq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlKl0kxhq .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlKl0kxhq .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlKl0kxhq .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlKl0kxhq .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlKl0kxhq .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlKl0kxhq .mbr-section-title {
  color: #911e42;
}
.cid-uFlKl0kxhq .card-title {
  color: #911e42;
}
.cid-uFlKl0kxhq P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlLvTLBuV {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlLvTLBuV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlLvTLBuV {
    align-items: flex-end;
  }
  .cid-uFlLvTLBuV .row {
    justify-content: flex-start;
  }
  .cid-uFlLvTLBuV .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlLvTLBuV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlLvTLBuV {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlLvTLBuV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlLvTLBuV .content-wrap {
    width: 100%;
  }
}
.cid-uFlLvTLBuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlLvTLBuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlLvTLBuV .mbr-section-title,
.cid-uFlLvTLBuV .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlLvTLBuV .mbr-text,
.cid-uFlLvTLBuV .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlLvTLBuV .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlLvTLBuV .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERzYlwTlW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERzYlwTlW .mbr-text {
  color: #911e42;
}
.cid-uERzYlwTlW .mbr-section-subtitle {
  color: #000000;
}
.cid-uERzYlwTlW .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uEXi1H76Tw {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uEXi1H76Tw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEXi1H76Tw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEXi1H76Tw .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uEXi1H76Tw .mbr-section-title,
.cid-uEXi1H76Tw .mbr-section-subtitle {
  text-align: center;
}
.cid-uEXi1H76Tw .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uEXi1H76Tw .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uEXi1H76Tw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uEXi1H76Tw .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uEXi1H76Tw .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uEXi1H76Tw .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uEXi1H76Tw .mbr-section-title {
  color: #911e42;
}
.cid-uEXi1H76Tw .card-title {
  color: #641220;
}
.cid-uEXi1H76Tw .cost {
  color: #641220;
}
.cid-uEXi1H76Tw .mbr-text {
  color: #232323;
}
.cid-uGA60BNIUA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGA60BNIUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA60BNIUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA60BNIUA .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGA60BNIUA .mbr-section-title,
.cid-uGA60BNIUA .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGA60BNIUA .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGA60BNIUA .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGA60BNIUA .card-title {
  color: #641220;
}
.cid-uGA60BNIUA .price {
  color: #641220;
}
.cid-uGA61WDeRk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGA61WDeRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGA61WDeRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGA61WDeRk .mbr-section-title,
.cid-uGA61WDeRk .mbr-section-subtitle {
  text-align: center;
}
.cid-uGA61WDeRk .cost {
  word-break: normal;
}
.cid-uGA61WDeRk .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uGA61WDeRk .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uGA61WDeRk .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGA61WDeRk .card-wrapper {
    padding: 1rem;
  }
}
.cid-uGA61WDeRk .mbr-section-title {
  color: #911e42;
}
.cid-uGA61WDeRk .card-title {
  color: #641220;
}
.cid-uGA61WDeRk P {
  color: #641220;
}
.cid-uFlPsMfc9Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlPsMfc9Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlPsMfc9Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlPsMfc9Y .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlPsMfc9Y .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlPsMfc9Y .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlPsMfc9Y .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlPsMfc9Y .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlPsMfc9Y .mbr-section-title {
  color: #911e42;
}
.cid-uFlPsMfc9Y .card-title {
  color: #911e42;
}
.cid-uFlPsMfc9Y P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlT2k5iXm {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlT2k5iXm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlT2k5iXm {
    align-items: flex-end;
  }
  .cid-uFlT2k5iXm .row {
    justify-content: flex-start;
  }
  .cid-uFlT2k5iXm .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlT2k5iXm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlT2k5iXm {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlT2k5iXm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlT2k5iXm .content-wrap {
    width: 100%;
  }
}
.cid-uFlT2k5iXm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlT2k5iXm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlT2k5iXm .mbr-section-title,
.cid-uFlT2k5iXm .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlT2k5iXm .mbr-text,
.cid-uFlT2k5iXm .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlT2k5iXm .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlT2k5iXm .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERA4vesTy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERA4vesTy .mbr-text {
  color: #911e42;
}
.cid-uERA4vesTy .mbr-section-subtitle {
  color: #000000;
}
.cid-uERA4vesTy .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uFlT8EAg7o {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uFlT8EAg7o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlT8EAg7o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlT8EAg7o .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uFlT8EAg7o .mbr-section-title,
.cid-uFlT8EAg7o .mbr-section-subtitle {
  text-align: center;
}
.cid-uFlT8EAg7o .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uFlT8EAg7o .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uFlT8EAg7o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFlT8EAg7o .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uFlT8EAg7o .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlT8EAg7o .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uFlT8EAg7o .mbr-section-title {
  color: #911e42;
}
.cid-uFlT8EAg7o .card-title {
  color: #911e42;
}
.cid-uFlT8EAg7o .cost {
  color: #911e42;
}
.cid-uFlT8EAg7o .mbr-text {
  color: #911e42;
}
.cid-uGAbg126ER {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGAbg126ER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAbg126ER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAbg126ER .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGAbg126ER .mbr-section-title,
.cid-uGAbg126ER .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGAbg126ER .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAbg126ER .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGAbg126ER .card-title {
  color: #641220;
}
.cid-uGAbg126ER .price {
  color: #641220;
}
.cid-uFlYnKWyb3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFlYnKWyb3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlYnKWyb3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlYnKWyb3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFlYnKWyb3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFlYnKWyb3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlYnKWyb3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFlYnKWyb3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFlYnKWyb3 .mbr-section-title {
  color: #911e42;
}
.cid-uFlYnKWyb3 .card-title {
  color: #911e42;
}
.cid-uFlYnKWyb3 P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFlYtZaiXh {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFlYtZaiXh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFlYtZaiXh {
    align-items: flex-end;
  }
  .cid-uFlYtZaiXh .row {
    justify-content: flex-start;
  }
  .cid-uFlYtZaiXh .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFlYtZaiXh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFlYtZaiXh {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFlYtZaiXh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFlYtZaiXh .content-wrap {
    width: 100%;
  }
}
.cid-uFlYtZaiXh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlYtZaiXh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlYtZaiXh .mbr-section-title,
.cid-uFlYtZaiXh .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFlYtZaiXh .mbr-text,
.cid-uFlYtZaiXh .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFlYtZaiXh .mbr-section-title {
  color: #fff3b0;
}
.cid-uFlYtZaiXh .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERAaDexON {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERAaDexON .mbr-text {
  color: #911e42;
}
.cid-uERAaDexON .mbr-section-subtitle {
  color: #000000;
}
.cid-uERAaDexON .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uFlYTRQQsn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uFlYTRQQsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFlYTRQQsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFlYTRQQsn .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-uFlYTRQQsn .mbr-section-title,
.cid-uFlYTRQQsn .mbr-section-subtitle {
  text-align: center;
}
.cid-uFlYTRQQsn .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uFlYTRQQsn .item-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-uFlYTRQQsn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uFlYTRQQsn .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uFlYTRQQsn .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFlYTRQQsn .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uFlYTRQQsn .mbr-section-title {
  color: #911e42;
}
.cid-uFlYTRQQsn .card-title {
  color: #641220;
}
.cid-uFlYTRQQsn .cost {
  color: #641220;
}
.cid-uFlYTRQQsn .mbr-text {
  color: #232323;
}
.cid-uGAf2Y78HD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGAf2Y78HD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAf2Y78HD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAf2Y78HD .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGAf2Y78HD .mbr-section-title,
.cid-uGAf2Y78HD .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGAf2Y78HD .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAf2Y78HD .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGAf2Y78HD .card-title {
  color: #641220;
}
.cid-uGAfSYkNh4 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGAfSYkNh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAfSYkNh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAfSYkNh4 .mbr-section-title,
.cid-uGAfSYkNh4 .mbr-section-subtitle {
  text-align: center;
}
.cid-uGAfSYkNh4 .cost {
  word-break: normal;
}
.cid-uGAfSYkNh4 .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uGAfSYkNh4 .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uGAfSYkNh4 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAfSYkNh4 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uGAfSYkNh4 .card-title {
  color: #641220;
}
.cid-uGAfSYkNh4 P {
  color: #641220;
}
.cid-uGAfSYkNh4 .mbr-section-title {
  color: #911e42;
}
.cid-uFm36MCap3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFm36MCap3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm36MCap3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm36MCap3 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFm36MCap3 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFm36MCap3 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFm36MCap3 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFm36MCap3 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFm36MCap3 .mbr-section-title {
  color: #911e42;
}
.cid-uFm36MCap3 .card-title {
  color: #911e42;
}
.cid-uFm36MCap3 P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFm3nXaN55 {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFm3nXaN55 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFm3nXaN55 {
    align-items: flex-end;
  }
  .cid-uFm3nXaN55 .row {
    justify-content: flex-start;
  }
  .cid-uFm3nXaN55 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFm3nXaN55 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFm3nXaN55 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFm3nXaN55 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFm3nXaN55 .content-wrap {
    width: 100%;
  }
}
.cid-uFm3nXaN55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm3nXaN55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm3nXaN55 .mbr-section-title,
.cid-uFm3nXaN55 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFm3nXaN55 .mbr-text,
.cid-uFm3nXaN55 .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFm3nXaN55 .mbr-section-title {
  color: #fff3b0;
}
.cid-uFm3nXaN55 .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uERAin01t9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uERAin01t9 .mbr-text {
  color: #911e42;
}
.cid-uERAin01t9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uERAin01t9 .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGAhYqhOLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/fon.webp");
}
.cid-uGAhYqhOLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAhYqhOLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAhYqhOLk .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGAhYqhOLk .mbr-section-title,
.cid-uGAhYqhOLk .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGAhYqhOLk .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAhYqhOLk .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGAhYqhOLk .mbr-section-title {
  color: #911e42;
}
.cid-uGAhYqhOLk .card-title {
  color: #641220;
}
.cid-uGAhYqhOLk .price {
  color: #641220;
}
.cid-uFm3rGa3PH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFm3rGa3PH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm3rGa3PH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm3rGa3PH .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFm3rGa3PH .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFm3rGa3PH .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFm3rGa3PH .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFm3rGa3PH .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFm3rGa3PH .mbr-section-title {
  color: #911e42;
}
.cid-uFm3rGa3PH .card-title {
  color: #911e42;
}
.cid-uFm3rGa3PH P {
  color: #911e42;
}
.cid-uDVDyuVS0Y {
  z-index: 1000;
  width: 100%;
}
.cid-uDVDyuVS0Y nav.navbar {
  position: fixed;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uDVDyuVS0Y .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uDVDyuVS0Y .dropdown-item:hover,
.cid-uDVDyuVS0Y .dropdown-item:focus {
  background: #fff3b0 !important;
  color: white !important;
}
.cid-uDVDyuVS0Y .dropdown-item:hover span {
  color: white;
}
.cid-uDVDyuVS0Y .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uDVDyuVS0Y .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uDVDyuVS0Y .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uDVDyuVS0Y .nav-link {
  position: relative;
}
.cid-uDVDyuVS0Y .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .container {
    flex-wrap: nowrap;
  }
}
.cid-uDVDyuVS0Y .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown-menu,
.cid-uDVDyuVS0Y .navbar.opened {
  background: #911e42 !important;
}
.cid-uDVDyuVS0Y .nav-item:focus,
.cid-uDVDyuVS0Y .nav-link:focus {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uDVDyuVS0Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uDVDyuVS0Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uDVDyuVS0Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uDVDyuVS0Y .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(145, 30, 66, 0.7);
}
.cid-uDVDyuVS0Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uDVDyuVS0Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uDVDyuVS0Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uDVDyuVS0Y .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uDVDyuVS0Y .navbar.collapsed {
  justify-content: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uDVDyuVS0Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uDVDyuVS0Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uDVDyuVS0Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uDVDyuVS0Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uDVDyuVS0Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uDVDyuVS0Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uDVDyuVS0Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uDVDyuVS0Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uDVDyuVS0Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uDVDyuVS0Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uDVDyuVS0Y .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uDVDyuVS0Y .navbar.navbar-short {
  min-height: 60px;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uDVDyuVS0Y .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uDVDyuVS0Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uDVDyuVS0Y .dropdown-item.active,
.cid-uDVDyuVS0Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uDVDyuVS0Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uDVDyuVS0Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #911e42;
}
.cid-uDVDyuVS0Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uDVDyuVS0Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDVDyuVS0Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uDVDyuVS0Y .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uDVDyuVS0Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffa500;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uDVDyuVS0Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uDVDyuVS0Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uDVDyuVS0Y .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uDVDyuVS0Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uDVDyuVS0Y .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-uDVDyuVS0Y .navbar {
    height: 70px;
  }
  .cid-uDVDyuVS0Y .navbar.opened {
    height: auto;
  }
  .cid-uDVDyuVS0Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFm4MzXAcI {
  display: flex;
  padding-top: 24rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/2000x1334.webp");
}
.cid-uFm4MzXAcI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
@media (min-width: 768px) {
  .cid-uFm4MzXAcI {
    align-items: flex-end;
  }
  .cid-uFm4MzXAcI .row {
    justify-content: flex-start;
  }
  .cid-uFm4MzXAcI .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uFm4MzXAcI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uFm4MzXAcI {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uFm4MzXAcI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uFm4MzXAcI .content-wrap {
    width: 100%;
  }
}
.cid-uFm4MzXAcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm4MzXAcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm4MzXAcI .mbr-section-title,
.cid-uFm4MzXAcI .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uFm4MzXAcI .mbr-text,
.cid-uFm4MzXAcI .mbr-section-btn {
  text-align: left;
  color: #fff3b0;
}
.cid-uFm4MzXAcI .mbr-section-title {
  color: #fff3b0;
}
.cid-uFm4MzXAcI .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uF9IFKc4Tp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3b0;
}
.cid-uF9IFKc4Tp .mbr-text {
  color: #911e42;
}
.cid-uF9IFKc4Tp .mbr-section-subtitle {
  color: #000000;
}
.cid-uF9IFKc4Tp .mbr-section-title {
  color: #911e42;
  text-align: center;
}
.cid-uGEsFmAgW0 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGEsFmAgW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEsFmAgW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEsFmAgW0 .item-wrapper {
  background-color: #fafafa;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-uGEsFmAgW0 .mbr-section-title,
.cid-uGEsFmAgW0 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uGEsFmAgW0 .item-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uGEsFmAgW0 .item-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uGEsFmAgW0 .mbr-section-title {
  color: #911e42;
}
.cid-uGEsFmAgW0 .card-title {
  color: #641220;
}
.cid-uGEsFmAgW0 .price {
  color: #641220;
}
.cid-uGEuttdXhK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/9aa1300f-555e-495a-8ae8-de866907acb4-736x1308.webp");
}
.cid-uGEuttdXhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGEuttdXhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGEuttdXhK .mbr-section-title,
.cid-uGEuttdXhK .mbr-section-subtitle {
  text-align: center;
}
.cid-uGEuttdXhK .cost {
  word-break: normal;
}
.cid-uGEuttdXhK .card-wrapper {
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #fafafa;
}
.cid-uGEuttdXhK .card-wrapper .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .cid-uGEuttdXhK .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGEuttdXhK .card-wrapper {
    padding: 1rem;
  }
}
.cid-uGEuttdXhK .card-title {
  color: #641220;
}
.cid-uGEuttdXhK P {
  color: #641220;
}
.cid-uFm4TEkcih {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/iphone-wallpaper-pattern-640x1136.webp");
}
.cid-uFm4TEkcih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFm4TEkcih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFm4TEkcih .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-uFm4TEkcih .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uFm4TEkcih .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uFm4TEkcih .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-uFm4TEkcih .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #fff3b0;
}
.cid-uFm4TEkcih .mbr-section-title {
  color: #911e42;
}
.cid-uFm4TEkcih .card-title {
  color: #911e42;
}
.cid-uFm4TEkcih P {
  color: #911e42;
}
.cid-uFlyjWx2bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/40649d6d-6dd9-4461-9507-23a0e79d2946-1280x720.webp");
}
.cid-uFlyjWx2bL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFlyjWx2bL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFlyjWx2bL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFlyjWx2bL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFlyjWx2bL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFlyjWx2bL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFlyjWx2bL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFlyjWx2bL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFlyjWx2bL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFlyjWx2bL .media-container-row .row-copirayt p {
  width: 100%;
}
