.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Courgette', handwriting;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'Satisfy', handwriting;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.225rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.56rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.78rem;
    font-size: calc( 1.42875rem + (2.225 - 1.42875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42875rem + (2.225 - 1.42875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #e93a7d !important;
}
.bg-success {
  background-color: #4b4342 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #d8d28f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e93a7d;
  border-color: #e93a7d;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-primary:hover {
  background-color: #d81862 !important;
  border-color: #d81862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #bc2760 !important;
  border-color: #bc2760 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #bc2760;
  border-color: #bc2760;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #bc2760 !important;
  border-color: #bc2760 !important;
}
.btn-secondary:hover {
  background-color: #921e4a !important;
  border-color: #921e4a !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-success:hover {
  background-color: #302b2a !important;
  border-color: #302b2a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d8d28f !important;
  border-color: #d8d28f !important;
  color: #4d491b !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #4d491b !important;
  background-color: #d8d28f;
  border-color: #d8d28f;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #4d491b !important;
  background-color: #d8d28f !important;
  border-color: #d8d28f !important;
}
.btn-danger:hover {
  background-color: #cbc369 !important;
  border-color: #cbc369 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #e93a7d;
  color: #e93a7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #e93a7d !important;
  border-color: #e93a7d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e93a7d !important;
  border-color: #e93a7d !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #bc2760;
  color: #bc2760;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #bc2760 !important;
  border-color: #bc2760;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #bc2760 !important;
  border-color: #bc2760 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4b4342;
  color: #4b4342;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #4b4342 !important;
  border-color: #4b4342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #d8d28f;
  color: #d8d28f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4d491b !important;
  background: #d8d28f !important;
  border-color: #d8d28f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #4d491b !important;
  background-color: #d8d28f !important;
  border-color: #d8d28f !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #e93a7d !important;
}
.text-secondary {
  color: #bc2760 !important;
}
.text-success {
  color: #4b4342 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #d8d28f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #aa134d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #681535 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #151312 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #beb443 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #4b4342;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #d8d28f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e93a7d;
  border-color: #e93a7d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #e93a7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf2f6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beb6b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #e93a7d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e93a7d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e93a7d;
  border-bottom-color: #e93a7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e93a7d !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: #bc2760 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNKkI33ZKQ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .nav-item,
.cid-rNKkI33ZKQ .nav-link,
.cid-rNKkI33ZKQ .navbar-caption {
  font-weight: normal;
}
.cid-rNKkI33ZKQ .nav-link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .nav-link {
  position: relative;
}
.cid-rNKkI33ZKQ .nav-link:before,
.cid-rNKkI33ZKQ .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-rNKkI33ZKQ .nav-item:hover .nav-link:before,
.cid-rNKkI33ZKQ .soc-item:hover a:before {
  height: 2px;
  background-color: #d8d28f;
  margin-top: 2px;
}
.cid-rNKkI33ZKQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .dropdown-toggle::after,
.cid-rNKkI33ZKQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNKkI33ZKQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNKkI33ZKQ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNKkI33ZKQ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNKkI33ZKQ .nav-item:focus,
.cid-rNKkI33ZKQ .nav-link:focus {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNKkI33ZKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNKkI33ZKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNKkI33ZKQ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNKkI33ZKQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNKkI33ZKQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNKkI33ZKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNKkI33ZKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 82rem - 1rem);
  }
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNKkI33ZKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNKkI33ZKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNKkI33ZKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNKkI33ZKQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNKkI33ZKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNKkI33ZKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNKkI33ZKQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown-item.active,
.cid-rNKkI33ZKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNKkI33ZKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNKkI33ZKQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNKkI33ZKQ .navbar-buttons {
  text-align: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ .navbar-dropdown {
  padding: 12px 0;
  position: relative;
  position: fixed;
}
.cid-rNKkI33ZKQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNKkI33ZKQ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-rNKkI33ZKQ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNKkI33ZKQ .social__link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNKkI33ZKQ .navbar {
    height: 77px;
  }
  .cid-rNKkI33ZKQ .navbar.opened {
    height: auto;
  }
  .cid-rNKkI33ZKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNKqKUXkpa .modal-body .close {
  background: #1b1b1b;
}
.cid-rNKqKUXkpa .modal-body .close span {
  font-style: normal;
}
.cid-rNKqKUXkpa .carousel-inner > .active,
.cid-rNKqKUXkpa .carousel-inner > .next,
.cid-rNKqKUXkpa .carousel-inner > .prev {
  display: table;
}
.cid-rNKqKUXkpa .carousel-control .icon-next,
.cid-rNKqKUXkpa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-rNKqKUXkpa .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-rNKqKUXkpa .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNKqKUXkpa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rNKqKUXkpa .boxed-slider > div {
  position: relative;
}
.cid-rNKqKUXkpa .container img {
  width: 100%;
  height: 1000px;
  object-fit: cover;
}
.cid-rNKqKUXkpa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rNKqKUXkpa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNKqKUXkpa .mbr-table-cell {
  padding: 0;
}
.cid-rNKqKUXkpa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rNKqKUXkpa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rNKqKUXkpa .mbr-overlay {
  z-index: 1;
}
.cid-rNKqKUXkpa .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 1000px;
}
.cid-rNKqKUXkpa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .carousel-item .container {
    width: 100%;
  }
}
.cid-rNKqKUXkpa .carousel-item-next.carousel-item-left,
.cid-rNKqKUXkpa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rNKqKUXkpa .active.carousel-item-right,
.cid-rNKqKUXkpa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rNKqKUXkpa .active.carousel-item-left,
.cid-rNKqKUXkpa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li.active,
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li::after,
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rNKqKUXkpa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rNKqKUXkpa .mbr-slider > .container img {
  width: 100%;
}
.cid-rNKqKUXkpa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rNKqKUXkpa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rNKqKUXkpa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rNKqKUXkpa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rNKqKUXkpa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rNKqKUXkpa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rNKqKUXkpa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rNKqKUXkpa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rNKqKUXkpa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rNKqKUXkpa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rNKqKUXkpa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rNKqKUXkpa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rNKqKUXkpa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rNKqKUXkpa h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-rNKqKUXkpa .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-rNKqKUXkpa .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-rNKqKUXkpa .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-rNKqKUXkpa .mbr-section-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNKqKUXkpa .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-rNKqKUXkpa .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-rNKqKUXkpa .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-rNKqKUXkpa .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-rNKqKUXkpa .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sNbprD7PfX {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sNbprD7PfX img,
.cid-sNbprD7PfX .item-img {
  width: 100%;
}
.cid-sNbprD7PfX .item:focus,
.cid-sNbprD7PfX span:focus {
  outline: none;
}
.cid-sNbprD7PfX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-sNbprD7PfX .item-wrapper {
  position: relative;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sNbprD7PfX .item-wrapper .item-content {
    padding: 2rem 4rem 0;
  }
  .cid-sNbprD7PfX .item-wrapper .mbr-text {
    margin-bottom: 2rem;
  }
  .cid-sNbprD7PfX .item-wrapper .item-footer {
    padding: 0 4rem 2rem;
    right: -2rem;
    top: 11.6rem;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn {
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin: 0;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.8);
    margin-top: 0.4rem;
    margin-right: 0.6rem;
    margin-left: 0.5rem;
    transition: all 0.8s;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn:hover > span {
    transform: scale(0.8) rotate(90deg);
  }
}
@media (max-width: 991px) {
  .cid-sNbprD7PfX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sNbprD7PfX .item-wrapper .mbr-text {
    margin-bottom: 1rem;
  }
  .cid-sNbprD7PfX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    padding-left: -0.5rem;
    padding-top: 0.5rem;
    margin-top: 0;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn span {
    transform: rotate(45deg) scale(0.7);
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    transition: all 0.8s;
  }
  .cid-sNbprD7PfX .item-wrapper .item-btn:hover > span {
    transform: scale(0.7) rotate(90deg);
  }
}
@media (max-width: 767px) {
  .cid-sNbprD7PfX .item-wrapper .item-btn {
    margin: 0;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media (max-width: 600px) {
  .cid-sNbprD7PfX .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-sNbprD7PfX .mbr-section-title {
  color: #971346;
}
.cid-sNboIAwTYu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sNboIAwTYu .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-sNboIAwTYu .content {
    padding: 0 2rem;
  }
}
.cid-sNboIAwTYu .row {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.cid-sNboIAwTYu .img-col {
  padding: 0;
}
.cid-sNboIAwTYu .icon-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-right: 2rem;
}
.cid-sNboIAwTYu .icon-wrap h3 {
  margin: 0;
}
.cid-sNboIAwTYu .align-wrap {
  width: fit-content;
  display: inline-block;
}
.cid-sNboIAwTYu .mbr-iconfont {
  font-size: 1.8rem;
  padding-right: 0.8rem;
  padding-bottom: 4px;
}
.cid-sNboIAwTYu .icon-title,
.cid-sNboIAwTYu .mbr-iconfont {
  color: #181818;
}
.cid-sNboIAwTYu .icons-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-sNboIAwTYu .content {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-sNboIAwTYu .icons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-sNboIAwTYu .icon-wrap {
    margin-right: 0rem;
  }
}
.cid-sNboIAwTYu H1 {
  color: #d8d28f;
}
.cid-sNboIAwTYu #txt-rosa {
  color: #bc2760;
}
.cid-rNOYpvxNPG {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #bc2760;
}
.cid-rNOYpvxNPG .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNOYpvxNPG .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-rNOYpvxNPG .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-rNOYpvxNPG .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(2) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(3) {
  color: #ff91a4;
}
.cid-rNOYpvxNPG .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-rNOYpvxNPG .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-rNOYpvxNPG .mbr-text {
    margin-top: 15px;
  }
  .cid-rNOYpvxNPG .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-rNOXo0WIXc {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #bc2760;
  overflow: hidden;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rNOXo0WIXc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rNOXo0WIXc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rNOXo0WIXc .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rNOXo0WIXc .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-rNOXo0WIXc .mbr-gallery-item > div img,
.cid-rNOXo0WIXc .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-rNOXo0WIXc .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-rNOXo0WIXc .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-rNOXo0WIXc .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-rNOXo0WIXc .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-sPeQEKimnF {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sPeQEKimnF H1 {
  color: #232323;
}
.cid-sPeQEKimnF .mbr-text,
.cid-sPeQEKimnF .mbr-section-btn {
  color: #767676;
}
.cid-sPeQEKimnF .img1 {
  box-shadow: 0 10px 55px 5px rgba(215, 63, 121, 0.35);
  border-radius: 10px;
}
.cid-sPeQEKimnF .relative {
  position: relative;
}
.cid-sPeQEKimnF .card-img {
  width: 50%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sPeQEKimnF .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sPeQEKimnF .card-img2 .img2 {
  width: 120%;
}
.cid-sPeQEKimnF .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sPeQEKimnF .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sPeQEKimnF .img2 {
  box-shadow: 0 10px 55px 5px rgba(215, 63, 121, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-sPuW8D1k2Z.popup-builder {
  background-color: #ffffff;
}
.cid-sPuW8D1k2Z.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sPuW8D1k2Z.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sPuW8D1k2Z .modal-content,
.cid-sPuW8D1k2Z .modal-dialog {
  height: auto;
}
.cid-sPuW8D1k2Z .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sPuW8D1k2Z .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sPuW8D1k2Z .form-wrapper .mbr-form .form-group,
  .cid-sPuW8D1k2Z .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sPuW8D1k2Z .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sPuW8D1k2Z .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPuW8D1k2Z .mbr-text {
  text-align: left;
}
.cid-sPuW8D1k2Z .pt-0 {
  padding-top: 0 !important;
}
.cid-sPuW8D1k2Z .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sPuW8D1k2Z .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sPuW8D1k2Z .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sPuW8D1k2Z .modal-open {
  overflow: hidden;
}
.cid-sPuW8D1k2Z .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sPuW8D1k2Z .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sPuW8D1k2Z .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sPuW8D1k2Z .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sPuW8D1k2Z .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sPuW8D1k2Z .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sPuW8D1k2Z .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sPuW8D1k2Z .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sPuW8D1k2Z .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sPuW8D1k2Z .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sPuW8D1k2Z .modal-backdrop.fade {
  opacity: 0;
}
.cid-sPuW8D1k2Z .modal-backdrop.show {
  opacity: .5;
}
.cid-sPuW8D1k2Z .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sPuW8D1k2Z .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sPuW8D1k2Z .modal-header {
    padding: 1rem;
  }
}
.cid-sPuW8D1k2Z .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sPuW8D1k2Z .modal-header .close svg {
  fill: #353535;
}
.cid-sPuW8D1k2Z .modal-header .close:hover {
  opacity: 1;
}
.cid-sPuW8D1k2Z .modal-header .close:focus {
  outline: none;
}
.cid-sPuW8D1k2Z .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sPuW8D1k2Z .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sPuW8D1k2Z .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPuW8D1k2Z .modal-body {
    padding: 1rem;
  }
}
.cid-sPuW8D1k2Z .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sPuW8D1k2Z .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sPuW8D1k2Z .modal-footer {
    padding: 1rem;
  }
}
.cid-sPuW8D1k2Z .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sPuW8D1k2Z .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sPuW8D1k2Z .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sPuW8D1k2Z .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sPuW8D1k2Z .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sPuW8D1k2Z .modal-lg,
  .cid-sPuW8D1k2Z .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sPuW8D1k2Z .modal-xl {
    max-width: 1140px;
  }
}
.cid-sPuW8D1k2Z .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sPuW8D1k2Z .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sPuW8D1k2Z .form-group {
  margin-bottom: 1rem;
}
.cid-sPuW8D1k2Z .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sPuW8D1k2Z .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sPuW8D1k2Z .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sPuW8D1k2Z .mbr-section-btn {
  margin: 0;
}
.cid-sPuW8D1k2Z .mbr-section-btn .btn {
  margin: 0;
}
.cid-rNP23MgUhL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/bakery25-1200x800.jpg");
}
.cid-rNP23MgUhL .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-rNP23MgUhL .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  color: #919dab;
}
.cid-rNP23MgUhL .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-rNP23MgUhL .mbr-iconfont {
  margin-left: 30px;
  margin-right: 30px;
  width: 28px;
}
.cid-rNP23MgUhL .mbr-iconfont:nth-child(1) {
  color: #ff91a4;
}
.cid-rNP23MgUhL .mbr-iconfont:nth-child(2) {
  color: #5b69bb;
}
.cid-rNP23MgUhL .mbr-iconfont:nth-child(3) {
  color: #ff8f00;
}
.cid-rNP23MgUhL .mbr-iconfont:nth-child(4) {
  color: #7fa8d7;
}
@media (max-width: 991px) {
  .cid-rNP23MgUhL .mbr-iconfont {
    margin: 10px 20px;
  }
  .cid-rNP23MgUhL .mbr-text {
    margin-top: 15px;
  }
  .cid-rNP23MgUhL .mbr-section-title {
    margin-top: 30px;
  }
}
.cid-rNP1NJXGov {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/bakery24-1-1200x800.jpg");
}
.cid-rNP1NJXGov .mbr-fonts-style {
  margin-bottom: 45px;
}
.cid-rNP1NJXGov .quotes .mbr-iconfont {
  color: #ebeaed;
  font-size: 30px;
  font-weight: 700;
}
.cid-rNP1NJXGov .user__text {
  margin: 35px 0 45px;
  text-align: center;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-rNP1NJXGov .user__text {
    margin: 10px 0 25px;
  }
}
.cid-rNP1NJXGov .mbr-text {
  margin-bottom: 0;
}
.cid-rNP1NJXGov .user_image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-rNP1NJXGov .user_name {
  margin-top: 20px;
  margin-bottom: 0;
  color: #4b4342;
}
.cid-rNP1NJXGov .user_descr {
  color: #919dab;
  margin-bottom: 0;
}
.cid-rNP1NJXGov .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rNP1NJXGov .carousel-item.active,
.cid-rNP1NJXGov .carousel-item-next,
.cid-rNP1NJXGov .carousel-item-prev {
  display: flex;
}
@media (min-width: 768px) {
  .cid-rNP1NJXGov .carousel-controls a {
    font-size: 22px;
  }
  .cid-rNP1NJXGov .carousel-controls a span {
    line-height: 35px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 180px;
    padding: 10px 15px;
    border-radius: 50%;
    color: #5fcac7;
    opacity: .5;
    transition: all .25s ease;
  }
  .cid-rNP1NJXGov .carousel-controls a:hover span {
    opacity: 1;
    background: #ace3e2;
  }
}
.cid-sRvUla81fJ.popup-builder {
  background-color: #ffffff;
}
.cid-sRvUla81fJ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sRvUla81fJ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sRvUla81fJ .modal-content,
.cid-sRvUla81fJ .modal-dialog {
  height: auto;
}
.cid-sRvUla81fJ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sRvUla81fJ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sRvUla81fJ .form-wrapper .mbr-form .form-group,
  .cid-sRvUla81fJ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sRvUla81fJ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sRvUla81fJ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sRvUla81fJ .mbr-text {
  text-align: center;
}
.cid-sRvUla81fJ .pt-0 {
  padding-top: 0 !important;
}
.cid-sRvUla81fJ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sRvUla81fJ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sRvUla81fJ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sRvUla81fJ .modal-open {
  overflow: hidden;
}
.cid-sRvUla81fJ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sRvUla81fJ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sRvUla81fJ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sRvUla81fJ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sRvUla81fJ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sRvUla81fJ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sRvUla81fJ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sRvUla81fJ .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sRvUla81fJ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-sRvUla81fJ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sRvUla81fJ .modal-backdrop.fade {
  opacity: 0;
}
.cid-sRvUla81fJ .modal-backdrop.show {
  opacity: .5;
}
.cid-sRvUla81fJ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-sRvUla81fJ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-sRvUla81fJ .modal-header {
    padding: 1rem;
  }
}
.cid-sRvUla81fJ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sRvUla81fJ .modal-header .close svg {
  fill: #353535;
}
.cid-sRvUla81fJ .modal-header .close:hover {
  opacity: 1;
}
.cid-sRvUla81fJ .modal-header .close:focus {
  outline: none;
}
.cid-sRvUla81fJ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #e93a7d;
}
.cid-sRvUla81fJ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-sRvUla81fJ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRvUla81fJ .modal-body {
    padding: 1rem;
  }
}
.cid-sRvUla81fJ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sRvUla81fJ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sRvUla81fJ .modal-footer {
    padding: 1rem;
  }
}
.cid-sRvUla81fJ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sRvUla81fJ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sRvUla81fJ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sRvUla81fJ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sRvUla81fJ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-sRvUla81fJ .modal-lg,
  .cid-sRvUla81fJ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-sRvUla81fJ .modal-xl {
    max-width: 1140px;
  }
}
.cid-sRvUla81fJ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sRvUla81fJ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sRvUla81fJ .form-group {
  margin-bottom: 1rem;
}
.cid-sRvUla81fJ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sRvUla81fJ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sRvUla81fJ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sRvUla81fJ .mbr-section-btn {
  margin: 0;
}
.cid-sRvUla81fJ .mbr-section-btn .btn {
  margin: 0;
}
.cid-rNPdInuBLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-image: url("../../../assets/images/bakery26-1200x800.jpg");
}
.cid-rNPdInuBLE .mbr-section-title {
  margin-bottom: 55px;
  color: #ffffff;
}
.cid-rNPdInuBLE .image {
  margin-bottom: 10px;
  min-width: 100px;
}
.cid-rNPdInuBLE .image img {
  border-radius: 50%;
  object-fit: cover;
  max-width: 70px;
}
.cid-rNPdInuBLE .content__block {
  margin-bottom: 60px;
}
.cid-rNPdInuBLE .mbr-text {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-rNPdInuBLE .signature {
  margin-top: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNPdInuBLE .company {
  color: #ebeaed;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-rNPdInuBLE .content__block {
    margin-bottom: 30px;
  }
}
.cid-rNPmqrXLIz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bakery3-2-1200x800.jpg");
}
.cid-rNPmqrXLIz .mbr-section-title {
  margin-bottom: 0;
}
.cid-rNPmqrXLIz .mbr-text {
  margin: 20px 0 0;
  font-weight: 500;
}
.cid-rNPmqrXLIz .subscribe__form {
  margin-top: 70px;
}
.cid-rNPmqrXLIz .form-group {
  margin-bottom: 0;
}
.cid-rNPmqrXLIz .form-control {
  border: 2px solid #ebeaed;
  opacity: .4;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  background-color: #ffffff !important;
  background-color: transparent !important;
}
.cid-rNPmqrXLIz .input-group-btn .btn {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-rNPmqrXLIz .mbr-form .btn {
  margin: 0;
}
.cid-rNPmqrXLIz input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNPmqrXLIz input::-moz-placeholder {
  color: #ffffff;
  opacity: .6;
}
.cid-rNPmqrXLIz .socials {
  margin-top: 65px;
}
.cid-rNPmqrXLIz .title__social {
  margin-bottom: 25px;
}
.cid-rNPmqrXLIz .icons-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rNPmqrXLIz .social__link {
  margin-left: 15px;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.cid-rNPmqrXLIz .social__link:hover {
  border-color: #ffffff;
}
.cid-rNPmqrXLIz .social__link .mbr-iconfont {
  color: #ffffff;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .cid-rNPmqrXLIz .dragArea {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .cid-rNPmqrXLIz .form-control {
    margin-bottom: 20px;
  }
  .cid-rNPmqrXLIz .mbr-text {
    margin-top: 10px;
  }
  .cid-rNPmqrXLIz .subscribe__form {
    margin-top: 40px;
  }
  .cid-rNPmqrXLIz .socials {
    margin-top: 40px;
  }
}
.cid-rNPqI5iwy5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #2a2a2a;
}
.cid-rNPqI5iwy5 .wrapper {
  line-height: 40px;
}
.cid-rNPqI5iwy5 .social {
  display: inline-block;
}
.cid-rNPqI5iwy5 .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-rNPqI5iwy5 .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-rNPqI5iwy5 .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNPqI5iwy5 .brand {
  margin-bottom: 10px;
}
.cid-rNPqI5iwy5 .logo__image {
  width: 60px;
  object-fit: cover;
}
.cid-rNPqI5iwy5 .privacy {
  margin-top: 10px;
}
.cid-rNPqI5iwy5 .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
