.btn {
  border-width: 2px;
}
body {
  font-family: League Spartan;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 5.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5625rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.675rem;
    font-size: calc( 2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4875rem + (5.25 - 2.4875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #96dcff !important;
}
.bg-info {
  background-color: #a070d1 !important;
}
.bg-warning {
  background-color: #6ac88a !important;
}
.bg-danger {
  background-color: #47ade1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #ffffff;
}
.btn-primary:hover .mobi-mbri:after,
.btn-primary:focus .mobi-mbri:after,
.btn-primary.focus .mobi-mbri:after,
.btn-primary.active .mobi-mbri:after {
  display: block;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #2e96ba !important;
  border-color: #2e96ba !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #2e96ba;
}
.btn-secondary:hover .mobi-mbri:after,
.btn-secondary:focus .mobi-mbri:after,
.btn-secondary.focus .mobi-mbri:after,
.btn-secondary.active .mobi-mbri:after {
  display: block;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1d5e74 !important;
  border-color: #1d5e74 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a070d1 !important;
  border-color: #a070d1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #a070d1;
}
.btn-info:hover .mobi-mbri:after,
.btn-info:focus .mobi-mbri:after,
.btn-info.focus .mobi-mbri:after,
.btn-info.active .mobi-mbri:after {
  display: block;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7539b1 !important;
  border-color: #7539b1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #96dcff !important;
  border-color: #96dcff !important;
  color: #006496 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #96dcff;
}
.btn-success:hover .mobi-mbri:after,
.btn-success:focus .mobi-mbri:after,
.btn-success.focus .mobi-mbri:after,
.btn-success.active .mobi-mbri:after {
  display: block;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #006496 !important;
  background-color: #3fbfff !important;
  border-color: #3fbfff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6ac88a !important;
  border-color: #6ac88a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #6ac88a;
}
.btn-warning:hover .mobi-mbri:after,
.btn-warning:focus .mobi-mbri:after,
.btn-warning.focus .mobi-mbri:after,
.btn-warning.active .mobi-mbri:after {
  display: block;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3ba05e !important;
  border-color: #3ba05e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #47ade1 !important;
  border-color: #47ade1 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #47ade1;
}
.btn-danger:hover .mobi-mbri:after,
.btn-danger:focus .mobi-mbri:after,
.btn-danger.focus .mobi-mbri:after,
.btn-danger.active .mobi-mbri:after {
  display: block;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1d81b4 !important;
  border-color: #1d81b4 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
  color: #e09e0d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white:hover .mobi-mbri:after,
.btn-white:focus .mobi-mbri:after,
.btn-white.focus .mobi-mbri:after,
.btn-white.active .mobi-mbri:after {
  display: block;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #e09e0d !important;
  background-color: #f9dc9c !important;
  border-color: #f9dc9c !important;
}
.btn-black,
.btn-black:active {
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #1f1d1a;
}
.btn-black:hover .mobi-mbri:after,
.btn-black:focus .mobi-mbri:after,
.btn-black.focus .mobi-mbri:after,
.btn-black.active .mobi-mbri:after {
  display: block;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline {
  background-color: #fef9ee !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
}
.btn-primary-outline:hover .mobi-mbri:after,
.btn-primary-outline:focus .mobi-mbri:after,
.btn-primary-outline.focus .mobi-mbri:after,
.btn-primary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline {
  background-color: #fef9ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  border-color: #2e96ba;
  color: #2e96ba;
}
.btn-secondary-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2e96ba !important;
}
.btn-secondary-outline:hover .mobi-mbri:after,
.btn-secondary-outline:focus .mobi-mbri:after,
.btn-secondary-outline.focus .mobi-mbri:after,
.btn-secondary-outline.active .mobi-mbri:after {
  display: block;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e96ba !important;
  border-color: #2e96ba !important;
}
.btn-info-outline {
  background-color: #fef9ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  border-color: #a070d1;
  color: #a070d1;
}
.btn-info-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a070d1 !important;
}
.btn-info-outline:hover .mobi-mbri:after,
.btn-info-outline:focus .mobi-mbri:after,
.btn-info-outline.focus .mobi-mbri:after,
.btn-info-outline.active .mobi-mbri:after {
  display: block;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a070d1 !important;
  border-color: #a070d1 !important;
}
.btn-success-outline {
  background-color: #fef9ee !important;
}
.btn-success-outline,
.btn-success-outline:active {
  border-color: #96dcff;
  color: #96dcff;
}
.btn-success-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #96dcff !important;
}
.btn-success-outline:hover .mobi-mbri:after,
.btn-success-outline:focus .mobi-mbri:after,
.btn-success-outline.focus .mobi-mbri:after,
.btn-success-outline.active .mobi-mbri:after {
  display: block;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #006496 !important;
  background-color: #96dcff !important;
  border-color: #96dcff !important;
}
.btn-warning-outline {
  background-color: #fef9ee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  border-color: #6ac88a;
  color: #6ac88a;
}
.btn-warning-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6ac88a !important;
}
.btn-warning-outline:hover .mobi-mbri:after,
.btn-warning-outline:focus .mobi-mbri:after,
.btn-warning-outline.focus .mobi-mbri:after,
.btn-warning-outline.active .mobi-mbri:after {
  display: block;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6ac88a !important;
  border-color: #6ac88a !important;
}
.btn-danger-outline {
  background-color: #fef9ee !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  border-color: #47ade1;
  color: #47ade1;
}
.btn-danger-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #47ade1 !important;
}
.btn-danger-outline:hover .mobi-mbri:after,
.btn-danger-outline:focus .mobi-mbri:after,
.btn-danger-outline.focus .mobi-mbri:after,
.btn-danger-outline.active .mobi-mbri:after {
  display: block;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #47ade1 !important;
  border-color: #47ade1 !important;
}
.btn-black-outline {
  background-color: #fef9ee !important;
}
.btn-black-outline,
.btn-black-outline:active {
  border-color: #1f1d1a;
  color: #1f1d1a;
}
.btn-black-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #1f1d1a !important;
}
.btn-black-outline:hover .mobi-mbri:after,
.btn-black-outline:focus .mobi-mbri:after,
.btn-black-outline.focus .mobi-mbri:after,
.btn-black-outline.active .mobi-mbri:after {
  display: block;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #1f1d1a !important;
  border-color: #1f1d1a !important;
}
.btn-white-outline {
  background-color: #fef9ee !important;
}
.btn-white-outline,
.btn-white-outline:active {
  border-color: #fef9ee;
  color: #fef9ee;
}
.btn-white-outline .mobi-mbri:after {
  content: '';
  display: none;
  width: 105%;
  height: 100%;
  position: absolute;
  top: 100%;
  background-color: #fef9ee;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fef9ee !important;
}
.btn-white-outline:hover .mobi-mbri:after,
.btn-white-outline:focus .mobi-mbri:after,
.btn-white-outline.focus .mobi-mbri:after,
.btn-white-outline.active .mobi-mbri:after {
  display: block;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #e09e0d !important;
  background-color: #fef9ee !important;
  border-color: #fef9ee !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #2e96ba !important;
}
.text-success {
  color: #96dcff !important;
}
.text-info {
  color: #a070d1 !important;
}
.text-warning {
  color: #6ac88a !important;
}
.text-danger {
  color: #47ade1 !important;
}
.text-white {
  color: #FEF9EE !important;
}
.text-black {
  color: #1F1D1A !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #1F1D1A;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a070d1;
}
.alert-warning {
  background-color: #6ac88a;
}
.alert-danger {
  background-color: #47ade1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c7ead3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f6fbfe;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #2e96ba !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='%23ffffff' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
  text-decoration-line: underline;
}
.container {
  max-width: 1322px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  margin-left: -40px;
  margin-right: -40px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .row > [class*="col"] {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
  .row > [class*="col"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 639px) {
  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*="col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 9px 24px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 9999px;
  text-underline-offset: 4px;
  box-shadow: none !important;
  border: none !important;
  overflow: hidden;
}
.mbr-section-btn .btn .mobi-mbri {
  position: relative;
}
.mbr-section-btn .btn:hover {
  text-decoration-line: underline;
}
.mbr-section-btn .btn-white-outline {
  background-color: transparent !important;
}
.mbr-section-btn .btn-white-outline:hover {
  text-decoration-line: none !important;
}
.mbr-section-btn .btn-white-outline .mobi-mbri:after {
  display: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
section {
  overflow: hidden;
}
b {
  font-weight: 600 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tsynBW3dAJ {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tsynBW3dAJ .nav-item,
.cid-tsynBW3dAJ .nav-link,
.cid-tsynBW3dAJ .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tsynBW3dAJ .nav-item:hover,
.cid-tsynBW3dAJ .nav-link:hover,
.cid-tsynBW3dAJ .navbar-caption:hover {
  color: #47ade1 !important;
}
.cid-tsynBW3dAJ .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tsynBW3dAJ .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tsynBW3dAJ .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tsynBW3dAJ .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tsynBW3dAJ .container-fluid,
.cid-tsynBW3dAJ .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tsynBW3dAJ .navbar-brand {
  padding: 0;
}
.cid-tsynBW3dAJ .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tsynBW3dAJ .nav-link:hover:before {
  width: 100%;
}
.cid-tsynBW3dAJ .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tsynBW3dAJ .nav-link {
    margin: 0 !important;
  }
}
.cid-tsynBW3dAJ .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsynBW3dAJ .widget p,
.cid-tsynBW3dAJ .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tsynBW3dAJ .widget p a,
.cid-tsynBW3dAJ .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tsynBW3dAJ .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tsynBW3dAJ .icons__wrap:hover {
  color: #ffffff;
  background-color: #47ade1;
  border-color: #47ade1;
}
.cid-tsynBW3dAJ .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tsynBW3dAJ .block__phone,
  .cid-tsynBW3dAJ .icons-menu {
    display: none;
  }
  .cid-tsynBW3dAJ .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tsynBW3dAJ .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #47ade1 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tsynBW3dAJ .mbr-section-btn .btn-secondary:hover {
  background-color: #47ade1 !important;
  color: #ffffff !important;
}
.cid-tsynBW3dAJ .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tsynBW3dAJ .navbar > .container,
.cid-tsynBW3dAJ .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tsynBW3dAJ .btn {
    white-space: nowrap;
  }
  .cid-tsynBW3dAJ .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tsynBW3dAJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tsynBW3dAJ .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tsynBW3dAJ .dropdown-toggle::after,
  .cid-tsynBW3dAJ .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tsynBW3dAJ .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tsynBW3dAJ .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tsynBW3dAJ .dropdown-menu .dropdown-item:hover {
  color: #47ade1 !important;
}
.cid-tsynBW3dAJ .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tsynBW3dAJ .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tsynBW3dAJ .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tsynBW3dAJ .nav-item:focus,
.cid-tsynBW3dAJ .nav-link:focus {
  outline: none;
}
.cid-tsynBW3dAJ .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tsynBW3dAJ .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tsynBW3dAJ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tsynBW3dAJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsynBW3dAJ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tsynBW3dAJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsynBW3dAJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tsynBW3dAJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsynBW3dAJ .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tsynBW3dAJ .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tsynBW3dAJ .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tsynBW3dAJ .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tsynBW3dAJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsynBW3dAJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsynBW3dAJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 95px - 1rem);
  }
}
.cid-tsynBW3dAJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsynBW3dAJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsynBW3dAJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsynBW3dAJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsynBW3dAJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsynBW3dAJ .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tsynBW3dAJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsynBW3dAJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tsynBW3dAJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tsynBW3dAJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tsynBW3dAJ .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tsynBW3dAJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsynBW3dAJ .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tsynBW3dAJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tsynBW3dAJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsynBW3dAJ .dropdown-item.active,
.cid-tsynBW3dAJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tsynBW3dAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsynBW3dAJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tsynBW3dAJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsynBW3dAJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0055a2;
}
.cid-tsynBW3dAJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsynBW3dAJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsynBW3dAJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsynBW3dAJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsynBW3dAJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsynBW3dAJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsynBW3dAJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsynBW3dAJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsynBW3dAJ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tsynBW3dAJ a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tsynBW3dAJ a.nav-link:hover {
  color: #47ade1 !important;
}
@media (max-width: 991px) {
  .cid-tsynBW3dAJ .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tsynBW3dAJ .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tsynBW3dAJ .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tsynBW3dAJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tsynBW3dAJ .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tsynBW3dAJ .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tsynBW3dAJ .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tsynBW3dAJ .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tsynBW3dAJ .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tsynBW3dAJ .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tsynBW3dAJ a.nav-link {
    justify-content: flex-start;
  }
  .cid-tsynBW3dAJ ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tsynBW3dAJ .navbar-brand {
    padding: 0;
  }
  .cid-tsynBW3dAJ .block__phone,
  .cid-tsynBW3dAJ .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tsynBW3dAJ .widget {
    flex-direction: column;
  }
  .cid-tsynBW3dAJ .widget p,
  .cid-tsynBW3dAJ .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tsynBW3dAJ .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsynBW3dAJ .navbar {
    height: 97px;
  }
  .cid-tsynBW3dAJ .navbar.opened {
    height: auto;
  }
  .cid-tsynBW3dAJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsybRvA089 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/whatsapp-image-2022-12-22-at-18.17.34-1380x921.jpg");
}
.cid-tsybRvA089 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tsybRvA089 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tsybRvA089 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tsybRvA089 .mbr-section-title span {
  position: relative;
}
.cid-tsybRvA089 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tsybRvA089 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tsybRvA089 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tsybRvA089 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tsybRvA089 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tsybRvA089 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tsybRvA089 .mbr-section-subtitle span {
  position: relative;
}
.cid-tsybRvA089 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tsybRvA089 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tsybRvA089 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tsybRvA089 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tsybRvA089 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tsybRvA089 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tsybRvA089 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tsybRvA089 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tsybRvA089 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-uhzDFyhWqZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uhzDFyhWqZ .row {
  justify-content: center;
}
.cid-uhzDFyhWqZ .item-img {
  height: auto;
  width: 100%;
  margin-bottom: 24px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-uhzDFyhWqZ .item-img:hover img {
    transform: translateY(-8px);
  }
}
.cid-uhzDFyhWqZ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.cid-uhzDFyhWqZ .item:focus,
.cid-uhzDFyhWqZ span:focus {
  outline: none;
}
.cid-uhzDFyhWqZ .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .col-items {
    flex-wrap: wrap;
  }
}
.cid-uhzDFyhWqZ .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-uhzDFyhWqZ .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-uhzDFyhWqZ .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.cid-uhzDFyhWqZ .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .item-content {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-uhzDFyhWqZ .item-content {
    padding-left: 16px;
  }
}
.cid-uhzDFyhWqZ .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #706d6d;
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .label-text {
    text-align: center !important;
  }
}
.cid-uhzDFyhWqZ .mbr-section-title {
  width: 100%;
  color: #16b9eb;
}
.cid-uhzDFyhWqZ .mbr-text {
  color: #555555;
}
.cid-uhzDFyhWqZ .item-title {
  color: #222222;
}
.cid-uhzDFyhWqZ .mbr-section-head {
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uhzDFyhWqZ .mbr-section-head {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .cid-uhzDFyhWqZ .mbr-section-head {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .mbr-section-head {
    text-align: center !important;
  }
}
.cid-uhzDFyhWqZ .social-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uhzDFyhWqZ .social-row {
    justify-content: center;
  }
}
.cid-uhzDFyhWqZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #c69453;
  background-color: transparent;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 6px;
  transition: 0.5s all;
}
.cid-uhzDFyhWqZ .soc-item span {
  font-size: 16px;
  color: #c69453;
}
.cid-uhzDFyhWqZ .soc-item:hover {
  background-color: #c69453;
  border-color: #c69453;
}
.cid-uhzDFyhWqZ .soc-item:hover span {
  color: #ffffff;
}
.cid-uhzR1cVh29 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uhzR1cVh29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhzR1cVh29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uhzR1cVh29 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uhzR1cVh29 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uhzR1cVh29 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uhzR1cVh29 .card-wrapper {
  background: #ffffff;
}
.cid-uhzR1cVh29 .mbr-text,
.cid-uhzR1cVh29 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uhzR1cVh29 .card-title,
.cid-uhzR1cVh29 .card-box {
  text-align: left;
  color: #a070d1;
}
.cid-t9FCV4jwfB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t9FCV4jwfB .row {
  justify-content: center;
}
.cid-t9FCV4jwfB .col-title {
  margin-bottom: 2.5rem;
}
.cid-t9FCV4jwfB .mbr-section-title {
  color: #47ade1;
}
.cid-t9FCV4jwfB .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-t9FCV4jwfB .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-t9FCV4jwfB .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-t9FCV4jwfB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-t9FCV4jwfB .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-t9FCV4jwfB .card {
    min-height: 345px;
  }
}
.cid-t9FCV4jwfB .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-t9FCV4jwfB .card:hover .card-title {
  text-decoration: underline;
}
.cid-t9FCV4jwfB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-t9FCV4jwfB .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-t9FCV4jwfB .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-t9FCV4jwfB .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-t9FCV4jwfB .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-t9FCV4jwfB .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-t9FCV4jwfB .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-t9FCV4jwfB .card-title-1 {
  color: #d9fffa;
}
.cid-tqhYyI4yDf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqhYyI4yDf .mbr-overlay {
  z-index: 1;
}
.cid-tqhYyI4yDf .main-container {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-tqhYyI4yDf .row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.cid-tqhYyI4yDf .item-img {
  margin-bottom: 20px;
  overflow: hidden;
}
.cid-tqhYyI4yDf .item-img img {
  object-fit: cover;
  height: auto;
  transition: 1.16s;
  transform: scale(1.05);
  transform-origin: 100% 50%;
  width: 100%;
  transform-style: preserve-3d;
}
.cid-tqhYyI4yDf .item-img:hover img {
  transform: scale(1);
}
.cid-tqhYyI4yDf .item-title {
  line-height: 1.25em;
  color: #2e96ba;
}
.cid-tqhYyI4yDf .mbr-section-title {
  line-height: 1.25em;
}
.cid-tqhYyI4yDf .card-container {
  display: flex;
}
.cid-tqhYyI4yDf .card-container .card {
  min-height: 809px;
  border-bottom: 1px solid #7F8678;
}
.cid-tqhYyI4yDf .card-container .card .item-img {
  height: 461px;
  flex-grow: 1;
  flex-shrink: 0;
}
.cid-tqhYyI4yDf .card-container .card .item-img img {
  height: 100%;
}
@media (min-width: 992px) {
  .cid-tqhYyI4yDf .card-container .card {
    border-right: 1px solid #7F8678;
    border-right: none;
    border-left: 1px solid #7F8678;
  }
}
.cid-tqhYyI4yDf .cards-container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tqhYyI4yDf .cards-container {
    flex-direction: column;
  }
}
.cid-tqhYyI4yDf .cards-container .card {
  border-bottom: 1px solid #7F8678;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .cid-tqhYyI4yDf .cards-container .card:first-child {
    border-right: 1px solid #7F8678;
  }
}
@media (min-width: 992px) {
  .cid-tqhYyI4yDf .cards-container .card:first-child {
    border-right: none;
  }
}
.cid-tqhYyI4yDf .cards-container .card .item-img {
  display: flex;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-tqhYyI4yDf .cards-container .card .item-img {
    height: 79px;
    flex-grow: 1;
  }
}
.cid-tqhYyI4yDf .card {
  display: flex;
  flex-direction: column;
  padding: 60px 60px 23px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .cid-tqhYyI4yDf .card {
    padding: 35px 35px 23px;
  }
}
.cid-tqhYyI4yDf .data-item {
  display: flex;
  align-items: center;
}
.cid-tqhYyI4yDf .data-item .iconfont-wrapper {
  margin-right: 10px;
}
.cid-tqhYyI4yDf .link-wrap {
  margin: 30px 0 6px;
}
.cid-tqhYyI4yDf .text-art {
  flex-grow: 1;
}
.cid-tvhbxFh7SG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tvhbxFh7SG .row {
  justify-content: center;
}
.cid-tvhbxFh7SG .col-title {
  margin-bottom: 2.5rem;
}
.cid-tvhbxFh7SG .mbr-section-title {
  color: #47ade1;
}
.cid-tvhbxFh7SG .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tvhbxFh7SG .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tvhbxFh7SG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tvhbxFh7SG .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tvhbxFh7SG .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-tvhbxFh7SG .card {
    min-height: 345px;
  }
}
.cid-tvhbxFh7SG .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tvhbxFh7SG .card:hover .card-title {
  text-decoration: underline;
}
.cid-tvhbxFh7SG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tvhbxFh7SG .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tvhbxFh7SG .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tvhbxFh7SG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tvhbxFh7SG .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tvhbxFh7SG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tvhbxFh7SG .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tvhbxFh7SG .card-title-1 {
  color: #d9fffa;
}
.cid-twafDXirj5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-twafDXirj5 .row {
  justify-content: center;
}
.cid-twafDXirj5 .col-title {
  margin-bottom: 2.5rem;
}
.cid-twafDXirj5 .mbr-section-title {
  color: #F6B7D2;
}
.cid-twafDXirj5 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-twafDXirj5 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-twafDXirj5 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-twafDXirj5 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-twafDXirj5 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-twafDXirj5 .card {
    min-height: 345px;
  }
}
.cid-twafDXirj5 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-twafDXirj5 .card:hover .card-title {
  text-decoration: underline;
}
.cid-twafDXirj5 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-twafDXirj5 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-twafDXirj5 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-twafDXirj5 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-twafDXirj5 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-twafDXirj5 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-twafDXirj5 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-twafDXirj5 .card-title-1 {
  color: #d9fffa;
}
.cid-tBTaiyM0r8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/desodorante-gigante-792x1408.jpg");
}
.cid-tBTaiyM0r8 .mbr-overlay {
  background: #f8f6f2;
  opacity: 0.7;
}
.cid-tBTaiyM0r8 .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tBTaiyM0r8 .item {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .cid-tBTaiyM0r8 .item {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .cid-tBTaiyM0r8 .item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.cid-tBTaiyM0r8 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-tBTaiyM0r8 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-tBTaiyM0r8 .item-img {
  width: 100%;
  opacity: 1;
  filter: brightness(90%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.cid-tBTaiyM0r8 .item-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding: 2rem;
}
.cid-tBTaiyM0r8 .content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: fit-content;
  margin-top: auto;
  margin-bottom: 0;
  pointer-events: auto;
}
.cid-tBTaiyM0r8 .item-title {
  color: #FFFFFF;
  text-align: left;
}
.cid-tBTaiyM0r8 .mbr-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-tBTaiyM0r8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tBTaiyM0r8 .mbr-section-btn .btn:before {
  display: none;
}
.cid-tBTaiyM0r8 .mbr-section-btn .btn:after {
  display: none;
}
.cid-tBTaiyM0r8 .mbr-text,
.cid-tBTaiyM0r8 .mbr-section-btn {
  text-align: left;
}
.cid-txhpuewDz1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txhpuewDz1 .row {
  justify-content: center;
}
.cid-txhpuewDz1 .col-title {
  margin-bottom: 2.5rem;
}
.cid-txhpuewDz1 .mbr-section-title {
  color: #F6B7D2;
}
.cid-txhpuewDz1 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txhpuewDz1 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txhpuewDz1 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txhpuewDz1 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txhpuewDz1 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 558px;
}
@media (max-width: 639px) {
  .cid-txhpuewDz1 .card {
    min-height: 414px;
  }
}
.cid-txhpuewDz1 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txhpuewDz1 .card:hover .card-title {
  text-decoration: underline;
}
.cid-txhpuewDz1 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txhpuewDz1 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txhpuewDz1 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txhpuewDz1 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txhpuewDz1 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txhpuewDz1 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txhpuewDz1 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txhpuewDz1 .card-title-1 {
  color: #d9fffa;
}
.cid-tyvyh2OICv {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #fc8d8d;
  display: flex;
  align-items: center;
}
.cid-tyvyh2OICv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyvyh2OICv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyvyh2OICv .row {
  justify-content: flex-start;
}
.cid-tyvyh2OICv .mbr-text {
  color: #FEF9EE;
  margin-bottom: 30px;
}
.cid-tqhIM4ATLf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tqhIM4ATLf .row {
  justify-content: center;
}
.cid-tqhIM4ATLf .col-title {
  margin-bottom: 2.5rem;
}
.cid-tqhIM4ATLf .mbr-section-title {
  color: #F6B7D2;
}
.cid-tqhIM4ATLf .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tqhIM4ATLf .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tqhIM4ATLf .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tqhIM4ATLf .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tqhIM4ATLf .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-tqhIM4ATLf .card {
    min-height: 345px;
  }
}
.cid-tqhIM4ATLf .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tqhIM4ATLf .card:hover .card-title {
  text-decoration: underline;
}
.cid-tqhIM4ATLf .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tqhIM4ATLf .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tqhIM4ATLf .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tqhIM4ATLf .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tqhIM4ATLf .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tqhIM4ATLf .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tqhIM4ATLf .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tqhIM4ATLf .card-title-1 {
  color: #d9fffa;
}
.cid-twa9M6HYga {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-twa9M6HYga .row {
  justify-content: center;
}
.cid-twa9M6HYga .col-title {
  margin-bottom: 2.5rem;
}
.cid-twa9M6HYga .mbr-section-title {
  color: #F6B7D2;
}
.cid-twa9M6HYga .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-twa9M6HYga .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-twa9M6HYga .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-twa9M6HYga .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-twa9M6HYga .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 558px;
}
@media (max-width: 639px) {
  .cid-twa9M6HYga .card {
    min-height: 414px;
  }
}
.cid-twa9M6HYga .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-twa9M6HYga .card:hover .card-title {
  text-decoration: underline;
}
.cid-twa9M6HYga .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-twa9M6HYga .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-twa9M6HYga .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-twa9M6HYga .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-twa9M6HYga .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-twa9M6HYga .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-twa9M6HYga .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-twa9M6HYga .card-title-1 {
  color: #d9fffa;
}
.cid-txhnFEJ0XY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txhnFEJ0XY .row {
  justify-content: center;
}
.cid-txhnFEJ0XY .col-title {
  margin-bottom: 2.5rem;
}
.cid-txhnFEJ0XY .mbr-section-title {
  color: #F6B7D2;
}
.cid-txhnFEJ0XY .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txhnFEJ0XY .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txhnFEJ0XY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txhnFEJ0XY .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txhnFEJ0XY .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 558px;
}
@media (max-width: 639px) {
  .cid-txhnFEJ0XY .card {
    min-height: 414px;
  }
}
.cid-txhnFEJ0XY .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txhnFEJ0XY .card:hover .card-title {
  text-decoration: underline;
}
.cid-txhnFEJ0XY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txhnFEJ0XY .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txhnFEJ0XY .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txhnFEJ0XY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txhnFEJ0XY .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txhnFEJ0XY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txhnFEJ0XY .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txhnFEJ0XY .card-title-1 {
  color: #d9fffa;
}
.cid-tvhivSY23x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tvhivSY23x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvhivSY23x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvhivSY23x .embla__slide {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  background-image: linear-gradient(0deg, #ffffff, rgba(17, 17, 17, 0));
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-tvhivSY23x .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tvhivSY23x .embla__slide .card-wrap {
  z-index: 1;
}
.cid-tvhivSY23x .embla__slide .card-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .65;
  border-radius: 16px;
  z-index: -1;
}
.cid-tvhivSY23x .embla__slide .card-wrap .mbr-desc {
  padding: 0 5px;
  margin: -3rem 0 0 0;
  z-index: 1;
}
.cid-tvhivSY23x .embla__button--next,
.cid-tvhivSY23x .embla__button--prev {
  display: flex;
}
.cid-tvhivSY23x .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tvhivSY23x .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tvhivSY23x .embla__button:hover {
  background: #ffffff;
  color: #ffffff;
  opacity: .7;
}
.cid-tvhivSY23x .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tvhivSY23x .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tvhivSY23x .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-tvhivSY23x .embla {
  position: relative;
  width: 100%;
}
.cid-tvhivSY23x .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tvhivSY23x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tvhivSY23x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tvhivSY23x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tvhivSY23x .mbr-desc {
  color: #e7fffe;
  text-align: left;
}
.cid-tqiVflD5RH {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqiVflD5RH .mbr-media {
  position: relative;
}
.cid-tqiVflD5RH .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 2rem;
}
.cid-tqiVflD5RH .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tqiVflD5RH .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tqiVflD5RH .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tqiVflD5RH .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tqiVflD5RH .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tqiVflD5RH .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tqiVflD5RH .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tqiVflD5RH .mbr-section-title {
  color: #2e96ba;
}
.cid-txQC7oSRCL {
  padding-top: 12rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/nissan-1600x1066.jpg");
}
.cid-txQC7oSRCL .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-txQC7oSRCL .content {
    width: 100%;
    text-align: center;
  }
}
.cid-txQC7oSRCL .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-txQC7oSRCL .mbr-section-title span {
  position: relative;
}
.cid-txQC7oSRCL .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-txQC7oSRCL .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-txQC7oSRCL .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-txQC7oSRCL .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-txQC7oSRCL .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-txQC7oSRCL .mbr-section-subtitle {
  color: #1f1437;
}
.cid-txQC7oSRCL .mbr-section-subtitle span {
  position: relative;
}
.cid-txQC7oSRCL .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-txQC7oSRCL .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-txQC7oSRCL .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-txQC7oSRCL .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-txQC7oSRCL .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-txQC7oSRCL .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-txQC7oSRCL .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-txQC7oSRCL .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txQC7oSRCL .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-txhTTo9Asp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txhTTo9Asp .row {
  justify-content: center;
}
.cid-txhTTo9Asp .col-title {
  margin-bottom: 2.5rem;
}
.cid-txhTTo9Asp .mbr-section-title {
  color: #F6B7D2;
}
.cid-txhTTo9Asp .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txhTTo9Asp .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txhTTo9Asp .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txhTTo9Asp .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txhTTo9Asp .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 558px;
}
@media (max-width: 639px) {
  .cid-txhTTo9Asp .card {
    min-height: 414px;
  }
}
.cid-txhTTo9Asp .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txhTTo9Asp .card:hover .card-title {
  text-decoration: underline;
}
.cid-txhTTo9Asp .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txhTTo9Asp .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txhTTo9Asp .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txhTTo9Asp .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txhTTo9Asp .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txhTTo9Asp .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txhTTo9Asp .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txhTTo9Asp .card-title-1 {
  color: #d9fffa;
}
.cid-txQzV2oMRu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-txQzV2oMRu .row {
  justify-content: center;
}
.cid-txQzV2oMRu .col-title {
  margin-bottom: 2.5rem;
}
.cid-txQzV2oMRu .mbr-section-title {
  color: #F6B7D2;
}
.cid-txQzV2oMRu .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-txQzV2oMRu .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-txQzV2oMRu .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-txQzV2oMRu .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-txQzV2oMRu .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-txQzV2oMRu .card {
    min-height: 345px;
  }
}
.cid-txQzV2oMRu .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-txQzV2oMRu .card:hover .card-title {
  text-decoration: underline;
}
.cid-txQzV2oMRu .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-txQzV2oMRu .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-txQzV2oMRu .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-txQzV2oMRu .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-txQzV2oMRu .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-txQzV2oMRu .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-txQzV2oMRu .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-txQzV2oMRu .card-title-1 {
  color: #d9fffa;
}
.cid-tyN6rLBABI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tyN6rLBABI .image-wrapper {
  padding: 0 2rem;
}
.cid-tyN6rLBABI .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tyN6rLBABI .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tyN6rLBABI .mbr-section-title {
  color: #2e6b75;
  margin-bottom: 1.5rem;
}
.cid-tyN6rLBABI .mbr-section-subtitle {
  color: #706d6d;
  margin-bottom: 4rem;
}
.cid-tyN6rLBABI .mbr-text {
  color: #706d6d;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tyN6rLBABI .text-wrapper,
  .cid-tyN6rLBABI .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyN6rLBABI .text-wrapper,
  .cid-tyN6rLBABI .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tyN6rLBABI .text-wrapper,
  .cid-tyN6rLBABI .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tyN6rLBABI .text-wrapper,
  .cid-tyN6rLBABI .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tyN6rLBABI .text-wrapper,
  .cid-tyN6rLBABI .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .content {
    text-align: center;
  }
}
.cid-tyN6rLBABI .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .mbr-card-title {
    text-align: start;
  }
}
.cid-tyN6rLBABI .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tyN6rLBABI .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tyN6rLBABI .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tyN6rLBABI .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tyN6rLBABI .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tyN6rLBABI .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tyN6rLBABI .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tyN6rLBABI .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tyN6rLBABI .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tyN6rLBABI .nutrition-wrap {
    width: 100%;
  }
}
.cid-tyN6rLBABI .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tyN6rLBABI .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tyN6rLBABI .tile-text-wrap {
  display: flex;
}
.cid-tyN6rLBABI svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tyN6rLBABI svg path {
  fill: #cd8ad1;
}
.cid-tyN6rLBABI .numbers {
  display: flex;
  align-self: center;
}
.cid-tyN6rLBABI .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tyN6rLBABI .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tyN6rLBABI .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .mbr-tile-text {
    text-align: start;
  }
}
.cid-tyN6rLBABI .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tyN6rLBABI .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tyN6rLBABI .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tyN6rLBABI .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tyN6rLBABI .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6rLBABI .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6rLBABI .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6rLBABI .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyN6rLBABI div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tyN6SJki6n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tyN6SJki6n .row {
  flex-direction: row-reverse;
}
.cid-tyN6SJki6n .image-wrapper {
  padding: 0 2rem;
}
.cid-tyN6SJki6n .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-tyN6SJki6n .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-tyN6SJki6n .mbr-section-title {
  color: #2e6b75;
  margin-bottom: 1.5rem;
}
.cid-tyN6SJki6n .mbr-section-subtitle {
  color: #706d6d;
  margin-bottom: 4rem;
}
.cid-tyN6SJki6n .mbr-text {
  color: #706d6d;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-tyN6SJki6n .text-wrapper,
  .cid-tyN6SJki6n .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyN6SJki6n .text-wrapper,
  .cid-tyN6SJki6n .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tyN6SJki6n .text-wrapper,
  .cid-tyN6SJki6n .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tyN6SJki6n .text-wrapper,
  .cid-tyN6SJki6n .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tyN6SJki6n .text-wrapper,
  .cid-tyN6SJki6n .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .content {
    text-align: center;
  }
}
.cid-tyN6SJki6n .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .mbr-card-title {
    text-align: start;
  }
}
.cid-tyN6SJki6n .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-tyN6SJki6n .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-tyN6SJki6n .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-tyN6SJki6n .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-tyN6SJki6n .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-tyN6SJki6n .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-tyN6SJki6n .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-tyN6SJki6n .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tyN6SJki6n .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-tyN6SJki6n .nutrition-wrap {
    width: 100%;
  }
}
.cid-tyN6SJki6n .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-tyN6SJki6n .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-tyN6SJki6n .tile-text-wrap {
  display: flex;
}
.cid-tyN6SJki6n svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-tyN6SJki6n svg path {
  fill: #cd8ad1;
}
.cid-tyN6SJki6n .numbers {
  display: flex;
  align-self: center;
}
.cid-tyN6SJki6n .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-tyN6SJki6n .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-tyN6SJki6n .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .mbr-tile-text {
    text-align: start;
  }
}
.cid-tyN6SJki6n .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-tyN6SJki6n .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-tyN6SJki6n .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-tyN6SJki6n .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-tyN6SJki6n .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6SJki6n .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6SJki6n .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-tyN6SJki6n .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tyN6SJki6n div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-txhUMCDwws {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vidriera-1024x576.jpg");
}
.cid-txhUMCDwws .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-txhUMCDwws .content {
    width: 100%;
    text-align: center;
  }
}
.cid-txhUMCDwws .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-txhUMCDwws .mbr-section-title span {
  position: relative;
}
.cid-txhUMCDwws .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-txhUMCDwws .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-txhUMCDwws .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-txhUMCDwws .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-txhUMCDwws .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-txhUMCDwws .mbr-section-subtitle {
  color: #ffffff;
}
.cid-txhUMCDwws .mbr-section-subtitle span {
  position: relative;
}
.cid-txhUMCDwws .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-txhUMCDwws .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-txhUMCDwws .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-txhUMCDwws .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-txhUMCDwws .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-txhUMCDwws .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-txhUMCDwws .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-txhUMCDwws .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-txhUMCDwws .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-txhtQxhqHa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-txhtQxhqHa .row {
  justify-content: center;
}
.cid-txhtQxhqHa img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-txhtQxhqHa .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 450px;
}
@media (max-width: 991px) {
  .cid-txhtQxhqHa .image-wrapper {
    padding: 1rem;
  }
}
.cid-txhtQxhqHa .image-wrapper:hover img {
  transform: scale(1.1) rotate(-2deg);
}
.cid-txhtQxhqHa .image-wrapper:hover .img-link {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-txhtQxhqHa .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-txhtQxhqHa .img-link {
  background: #e9f9ee;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 0;
  color: #2e6b75;
}
@media (min-width: 992px) {
  .cid-txhtQxhqHa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txhtQxhqHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhtQxhqHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhtS3RqZo {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-txhtS3RqZo .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-txhtS3RqZo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-txhtS3RqZo .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-txhtS3RqZo .mbr-section-title {
  color: #2e6b75;
}
.cid-txhtS3RqZo .mbr-text {
  color: #6c7577;
}
.cid-txhtS3RqZo .mbr-description {
  color: #6c7577;
}
.cid-txhtS3RqZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-txhtS3RqZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txhO9Cfyyv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-txhO9Cfyyv .image-wrapper {
  padding: 0 2rem;
}
.cid-txhO9Cfyyv .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 1199px) {
  .cid-txhO9Cfyyv .image-wrapper {
    padding: 0;
    margin-bottom: 3rem;
  }
}
.cid-txhO9Cfyyv .mbr-section-title {
  color: #2e6b75;
  margin-bottom: 1.5rem;
}
.cid-txhO9Cfyyv .mbr-section-subtitle {
  color: #706d6d;
  margin-bottom: 4rem;
}
.cid-txhO9Cfyyv .mbr-text {
  color: #1f1437;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-txhO9Cfyyv .text-wrapper,
  .cid-txhO9Cfyyv .price {
    padding-left: 4.5rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txhO9Cfyyv .text-wrapper,
  .cid-txhO9Cfyyv .price {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-txhO9Cfyyv .text-wrapper,
  .cid-txhO9Cfyyv .price {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-txhO9Cfyyv .text-wrapper,
  .cid-txhO9Cfyyv .price {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-txhO9Cfyyv .text-wrapper,
  .cid-txhO9Cfyyv .price {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .content {
    text-align: center;
  }
}
.cid-txhO9Cfyyv .mbr-card-title {
  color: #1f1437;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .mbr-card-title {
    text-align: start;
  }
}
.cid-txhO9Cfyyv .nutrition {
  max-width: 543px;
  background-color: #f3edf7;
  border-radius: 10px;
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  margin-left: 4.5rem;
  margin-right: 2rem;
}
@media (max-width: 1199px) {
  .cid-txhO9Cfyyv .nutrition {
    margin-left: 2.375rem;
  }
}
@media (max-width: 1099px) {
  .cid-txhO9Cfyyv .nutrition {
    margin-left: 1rem;
  }
}
@media (max-width: 1030px) {
  .cid-txhO9Cfyyv .nutrition {
    margin-left: 0.8rem;
  }
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .nutrition {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  .cid-txhO9Cfyyv .nutrition {
    padding: 1.5rem 1rem;
  }
}
.cid-txhO9Cfyyv .nutrition-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #cd8ad1;
  margin-bottom: 1rem;
}
.cid-txhO9Cfyyv .nutrition-head .numbers {
  margin-bottom: 18px;
}
.cid-txhO9Cfyyv .nutrition-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-txhO9Cfyyv .nutrition-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 388px) {
  .cid-txhO9Cfyyv .nutrition-wrap {
    width: 100%;
  }
}
.cid-txhO9Cfyyv .nutrition-wrap .nutrition-tile {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.cid-txhO9Cfyyv .nutrition-wrap .nutrition-tile:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
}
.cid-txhO9Cfyyv .tile-text-wrap {
  display: flex;
}
.cid-txhO9Cfyyv svg {
  display: inline-block;
  width: 50px;
  height: 38px;
  margin-left: -0.5rem;
  margin-right: 0.6rem;
}
.cid-txhO9Cfyyv svg path {
  fill: #cd8ad1;
}
.cid-txhO9Cfyyv .numbers {
  display: flex;
  align-self: center;
}
.cid-txhO9Cfyyv .mbr-number {
  width: 60px;
  margin-bottom: 0;
}
.cid-txhO9Cfyyv .mbr-number:first-child {
  margin-right: 1rem;
}
.cid-txhO9Cfyyv .mbr-tile-text {
  color: #1f1437;
  margin: 0;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .mbr-tile-text {
    text-align: start;
  }
}
.cid-txhO9Cfyyv .price {
  display: flex;
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .price {
    flex-direction: column-reverse;
    justify-content: center;
  }
}
.cid-txhO9Cfyyv .price-text-wrap {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .cid-txhO9Cfyyv .price-text-wrap {
    margin-left: 0;
    justify-content: center;
  }
}
.cid-txhO9Cfyyv .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #1f1437;
  opacity: 0.5;
  opacity: 0;
}
.cid-txhO9Cfyyv .mbr-price-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-txhO9Cfyyv .mbr-price-number {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-txhO9Cfyyv .mbr-amount-text {
  color: #1f1437;
  margin-bottom: 0;
}
.cid-txhO9Cfyyv .mbr-amount-number {
  color: #1f1437;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-txhO9Cfyyv div[class*="col-lg"] {
    width: 100%;
  }
}
.cid-tqhYEuhbwe {
  background-color: #44af69;
}
.cid-tqhYEuhbwe .container-fluid {
  padding: 0;
}
.cid-tqhYEuhbwe .row {
  margin: 0;
}
.cid-tqhYEuhbwe div[class*="col"] {
  padding: 0;
}
.cid-tqhYEuhbwe .carousel,
.cid-tqhYEuhbwe .carousel-inner,
.cid-tqhYEuhbwe .carousel-item {
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.cid-tqhYEuhbwe .item-wrapper {
  width: 100%;
}
.cid-tqhYEuhbwe img {
  height: 100%;
  object-fit: cover;
}
.cid-tqhYEuhbwe .carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1f1437;
  opacity: 1;
  top: 50%;
}
.cid-tqhYEuhbwe .carousel-control span {
  font-size: 0.7rem;
  opacity: 0.6;
}
.cid-tqhYEuhbwe .carousel-control:hover {
  background-color: #33d5ad;
}
.cid-tqhYEuhbwe .carousel-control-prev {
  left: 20px;
}
.cid-tqhYEuhbwe .carousel-control-next {
  right: 20px;
}
.cid-tqhYEuhbwe .carousel-indicators .active,
.cid-tqhYEuhbwe .carousel-indicators li {
  width: 20px;
  height: 3px;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  opacity: 1;
}
.cid-tqhYEuhbwe .carousel-indicators li {
  width: 20px;
  height: 3px;
  opacity: 0.5;
}
.cid-tqhYEuhbwe .text {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tqhYEuhbwe .mbr-section-title {
  color: #ffffff;
  margin-bottom: 2.3rem;
}
.cid-tqhYEuhbwe .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tqhYEuhbwe .mbr-text {
  color: #ffffff;
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .cid-tqhYEuhbwe .text-wrapper,
  .cid-tqhYEuhbwe .nutrition,
  .cid-tqhYEuhbwe .price,
  .cid-tqhYEuhbwe .buttons-wrap {
    padding-left: 4.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tqhYEuhbwe .text-wrapper,
  .cid-tqhYEuhbwe .nutrition,
  .cid-tqhYEuhbwe .price,
  .cid-tqhYEuhbwe .buttons-wrap {
    padding-left: 2.375rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
  .cid-tqhYEuhbwe .text-wrapper,
  .cid-tqhYEuhbwe .nutrition,
  .cid-tqhYEuhbwe .price,
  .cid-tqhYEuhbwe .buttons-wrap {
    padding-left: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1030px) {
  .cid-tqhYEuhbwe .text-wrapper,
  .cid-tqhYEuhbwe .nutrition,
  .cid-tqhYEuhbwe .price,
  .cid-tqhYEuhbwe .buttons-wrap {
    padding-left: 0.8rem;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .cid-tqhYEuhbwe .text-wrapper,
  .cid-tqhYEuhbwe .nutrition,
  .cid-tqhYEuhbwe .price,
  .cid-tqhYEuhbwe .buttons-wrap {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .cid-tqhYEuhbwe .content {
    text-align: center;
  }
}
.cid-tqhYEuhbwe .mbr-card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-tqhYEuhbwe .nutrition {
  margin-bottom: 40px;
}
.cid-tqhYEuhbwe .nutrition-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .cid-tqhYEuhbwe .nutrition-wrap {
    justify-content: center;
  }
}
@media (max-width: 479px) {
  .cid-tqhYEuhbwe .nutrition-wrap {
    flex-wrap: wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 388px) {
  .cid-tqhYEuhbwe .nutrition-wrap {
    width: 100%;
  }
}
.cid-tqhYEuhbwe .nutrition-wrap .nutrition-tile {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-width: 1px;
  border-style: dashed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-tqhYEuhbwe .tile-one {
  background-color: #6ac88a;
  border-color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .cid-tqhYEuhbwe .tile-one {
    margin-right: 25px;
  }
}
.cid-tqhYEuhbwe .tile-two {
  background-color: #bae3c8;
  border-color: #ffffff;
  margin-right: 15px;
}
.cid-tqhYEuhbwe .tile-three {
  background-color: #6ac88a;
  border-color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 479px) {
  .cid-tqhYEuhbwe .tile-three {
    margin-top: 25px;
    margin-right: 25px;
  }
}
.cid-tqhYEuhbwe .tile-four {
  background-color: #97c0bb;
  border-color: #1f1437;
  margin-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .cid-tqhYEuhbwe .tile-four {
    margin-top: 25px;
  }
}
.cid-tqhYEuhbwe svg {
  position: absolute;
  top: -35px;
  right: -40px;
  width: 80px;
  height: 70px;
}
.cid-tqhYEuhbwe svg path {
  fill: #191b1f;
}
.cid-tqhYEuhbwe .mbr-tile-text {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.cid-tqhYEuhbwe .mbr-tile-number {
  color: #ffffff;
  margin: 0;
}
.cid-tqhYEuhbwe .price-text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
@media (max-width: 991px) {
  .cid-tqhYEuhbwe .price-text-wrap {
    justify-content: center;
  }
}
.cid-tqhYEuhbwe .line {
  width: 1px;
  height: 50px;
  margin: 0 20px;
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-tqhYEuhbwe .mbr-price-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tqhYEuhbwe .mbr-price-number {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tqhYEuhbwe .mbr-amount-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tqhYEuhbwe .mbr-amount-number {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tqhYEuhbwe .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tsuLZlwsnE {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsuLZlwsnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuLZlwsnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsuLZlwsnE .mbr-section-title {
  color: #2e96ba;
}
.cid-tsyd3qz8T0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tsyd3qz8T0 h3,
.cid-tsyd3qz8T0 h4,
.cid-tsyd3qz8T0 p {
  margin: 0;
}
.cid-tsyd3qz8T0 .section-head {
  margin-bottom: 2.5rem;
}
.cid-tsyd3qz8T0 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tsyd3qz8T0 .mbr-section-subtitle {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.cid-tsyd3qz8T0 .content {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tsyd3qz8T0 .content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cid-tsyd3qz8T0 .image-wrap {
  width: 490px;
  margin-right: 3rem;
  flex-shrink: 0;
}
.cid-tsyd3qz8T0 .image-wrap img {
  width: 100%;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .cid-tsyd3qz8T0 .image-wrap {
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 521px) {
  .cid-tsyd3qz8T0 .image-wrap {
    width: 100%;
  }
}
.cid-tsyd3qz8T0 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tsyd3qz8T0 .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .cid-tsyd3qz8T0 .list {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .cid-tsyd3qz8T0 .list {
    margin-top: 2.5rem;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cid-tsyd3qz8T0 .list {
    justify-content: center;
  }
}
.cid-tsyd3qz8T0 .mbr-list-odd {
  color: #33d5ad;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-tsyd3qz8T0 .mbr-list-odd {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tsyd3qz8T0 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tsyd3qz8T0 .mbr-list-odd {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tsyd3qz8T0 .mbr-list-even {
  color: #cd8ad1;
  margin-top: 0.6rem;
  margin-right: 0.5rem;
}
@media (max-width: 1399px) {
  .cid-tsyd3qz8T0 .mbr-list-even {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-tsyd3qz8T0 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tsyd3qz8T0 .mbr-list-even {
    width: 100%;
    margin-right: 0;
  }
}
.cid-tryywkDIu2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tryywkDIu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tryywkDIu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tryywkDIu2 .img-wrapper {
  text-align: center;
}
.cid-tryywkDIu2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-tryywkDIu2 .row {
  align-items: flex-start;
}
.cid-tryywkDIu2 .card-wrapper {
  border-radius: 4px;
  background: #e7fffe;
}
@media (max-width: 992px) {
  .cid-tryywkDIu2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-tryywkDIu2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tryywkDIu2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-t9FLOJ8yvp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-t9FLOJ8yvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-t9FLOJ8yvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t9FLOJ8yvp .row {
  justify-content: flex-start;
}
.cid-t9FLOJ8yvp .mbr-text {
  color: #1F1D1A;
  margin-bottom: 30px;
}
.cid-t9FLOJ8yvp .mbr-text,
.cid-t9FLOJ8yvp .mbr-section-btn {
  color: #2e96ba;
}
.cid-tsuKJLHAf9 {
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tsuKJLHAf9 .container,
.cid-tsuKJLHAf9 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-tsuKJLHAf9 .title__block,
.cid-tsuKJLHAf9 .card__block {
  pointer-events: all;
}
.cid-tsuKJLHAf9 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  color: #ff4545;
}
.cid-tsuKJLHAf9 .mbr-section-title {
  color: #233d63;
  margin-bottom: 35px;
  font-weight: 300;
}
.cid-tsuKJLHAf9 .mbr-section-title b,
.cid-tsuKJLHAf9 .mbr-section-title strong {
  font-weight: 500;
}
.cid-tsuKJLHAf9 .card__block_btn span {
  font-size: 2rem;
}
.cid-tsuKJLHAf9 .mbr-section-btn {
  margin-top: 55px;
}
@media (min-width: 1200px) {
  .cid-tsuKJLHAf9 .wrap {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .cid-tsuKJLHAf9 .column2 {
    margin-top: 100px;
  }
}
.cid-tsuKJLHAf9 .card__block {
  margin: 40px 0;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  padding: 60px 30px 55px 40px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
  transition: background 0.5s ease-in-out 0s;
}
.cid-tsuKJLHAf9 .card__block:last-child {
  margin-top: 0;
}
.cid-tsuKJLHAf9 .card__block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  background: linear-gradient(130deg, rgba(71, 173, 225, 0.65) 0%, rgba(106, 200, 138, 0.65) 100%);
  transition: all 0.3s ease-in-out;
}
.cid-tsuKJLHAf9 .card__block:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  top: -80px;
  right: -80px;
  opacity: 0;
  z-index: -1;
  transform: scale(0.2);
  transition: all 0.3s ease-in-out;
  transition-duration: 1s;
}
.cid-tsuKJLHAf9 .card__block:hover {
  background: #ffffff !important;
}
.cid-tsuKJLHAf9 .card__block:hover .icon__block,
.cid-tsuKJLHAf9 .card__block:hover .card__title,
.cid-tsuKJLHAf9 .card__block:hover .card__text,
.cid-tsuKJLHAf9 .card__block:hover .card__button span {
  color: #ffffff !important;
}
.cid-tsuKJLHAf9 .card__block:hover:before {
  opacity: 1;
}
.cid-tsuKJLHAf9 .card__block:hover:after {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 767px) {
  .cid-tsuKJLHAf9 .card__block {
    margin-bottom: 0;
  }
  .cid-tsuKJLHAf9 .card__block:last-child {
    margin-top: 40px;
  }
}
.cid-tsuKJLHAf9 .icon__block {
  position: relative;
  font-size: 60px;
  color: #6ac88a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.cid-tsuKJLHAf9 .card__title {
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
.cid-tsuKJLHAf9 .card__text {
  transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
.cid-tsuKJLHAf9 .card__button {
  font-size: 30px;
}
.cid-tsuKJLHAf9 .image__background .circle__image1 {
  width: 960px;
  height: 960px;
  right: -355px;
  border-radius: 50%;
  top: 75px;
  position: absolute;
  background-color: rgba(106, 200, 138, 0.1);
}
@media (max-width: 1199px) {
  .cid-tsuKJLHAf9 .image__background .circle__image1 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tsuKJLHAf9 .image__background .circle__image1 {
    display: none;
  }
}
.cid-tsuKJLHAf9 .image__background .circle__image2 {
  width: 960px;
  height: 960px;
  right: -377px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(71, 173, 225, 0.23);
}
@media (max-width: 1199px) {
  .cid-tsuKJLHAf9 .image__background .circle__image2 {
    width: 768px;
    height: 768px;
  }
}
@media (max-width: 991px) {
  .cid-tsuKJLHAf9 .image__background .circle__image2 {
    display: none;
  }
}
.cid-tsuKJLHAf9 .animation__background .triangle {
  position: absolute;
  top: 13%;
  left: 9%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tsuKJLHAf9 .animation__background .triangle2 {
  position: absolute;
  bottom: 8%;
  right: 10%;
  animation: rotatedHalf 40s infinite linear;
  width: auto;
}
.cid-tsuKJLHAf9 .animation__background .circle1 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 2%;
  left: 32%;
  border-radius: 50%;
  background: #96dcff;
  position: absolute;
  animation: animationTwo 25s infinite linear;
}
.cid-tsuKJLHAf9 .animation__background .circle2 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  top: 42%;
  position: absolute;
  border-radius: 50%;
  background-color: #6ac88a;
  animation: animationOne 30s infinite linear;
}
.cid-tsuKJLHAf9 .animation__background .circle3 {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 6%;
  bottom: 130px;
  position: absolute;
  border-radius: 50%;
  background-color: #a070d1;
  animation: animationTwo 30s infinite linear;
}
.cid-tsuKJLHAf9 .animation__background .circle4 {
  display: inline-block;
  width: 15px;
  height: 15px;
  left: 35%;
  bottom: 29%;
  position: absolute;
  border-radius: 50%;
  background-color: #47ade1;
  animation: animationOne 25s infinite linear;
}
.cid-tsuKJLHAf9 .animation__background .circle5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  right: 40%;
  bottom: 15%;
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: animationTwo 35s infinite linear;
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-tsuKJLHAf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsuKJLHAf9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsysutCEeK {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tsysutCEeK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsysutCEeK img {
  width: 150px;
  margin: 1rem auto;
}
.cid-tsysutCEeK form {
  background: #ffffd1;
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-tsysutCEeK form {
    padding: 1rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tsysutCEeK .col-auto {
    margin: auto;
  }
}
.cid-tsysutCEeK textarea {
  min-height: 170px;
}
.cid-tsysutCEeK .form-group {
  padding: 1rem;
}
.cid-tsysutCEeK .btn {
  padding: 1rem 2rem;
}
.cid-tsysutCEeK .btn span {
  padding-left: 2rem;
}
.cid-tsysutCEeK .form-control,
.cid-tsysutCEeK .field-input {
  padding: 0rem;
  background-color: #ffffd1;
  border: none!important;
  border-radius: 0;
  border-bottom: 1px solid #000000 !important;
  border-color: #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tsysutCEeK .form-control::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input::-webkit-input-placeholder,
.cid-tsysutCEeK .form-control::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input::-webkit-input-placeholder {
  color: #232323;
}
.cid-tsysutCEeK .form-control:-moz-placeholder,
.cid-tsysutCEeK .field-input:-moz-placeholder,
.cid-tsysutCEeK .form-control:-moz-placeholder,
.cid-tsysutCEeK .field-input:-moz-placeholder {
  color: #232323;
}
.cid-tsysutCEeK .form-control:hover,
.cid-tsysutCEeK .field-input:hover,
.cid-tsysutCEeK .form-control:focus,
.cid-tsysutCEeK .field-input:focus {
  background-color: #ffffd1;
  border-color: #000000 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tsysutCEeK .form-control:hover::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input:hover::-webkit-input-placeholder,
.cid-tsysutCEeK .form-control:focus::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input:focus::-webkit-input-placeholder,
.cid-tsysutCEeK .form-control:hover::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input:hover::-webkit-input-placeholder,
.cid-tsysutCEeK .form-control:focus::-webkit-input-placeholder,
.cid-tsysutCEeK .field-input:focus::-webkit-input-placeholder {
  color: #232323;
}
.cid-tsysutCEeK .form-control:hover:-moz-placeholder,
.cid-tsysutCEeK .field-input:hover:-moz-placeholder,
.cid-tsysutCEeK .form-control:focus:-moz-placeholder,
.cid-tsysutCEeK .field-input:focus:-moz-placeholder,
.cid-tsysutCEeK .form-control:hover:-moz-placeholder,
.cid-tsysutCEeK .field-input:hover:-moz-placeholder,
.cid-tsysutCEeK .form-control:focus:-moz-placeholder,
.cid-tsysutCEeK .field-input:focus:-moz-placeholder {
  color: #232323;
}
.cid-tsysutCEeK .jq-number__spin:hover,
.cid-tsysutCEeK .jq-number__spin:focus {
  background-color: #ffffd1;
  border-color: #000000 !important;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tsysutCEeK .jq-number__spin {
  background-color: #ffffd1;
  border-color: #000000 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tsysutCEeK .jq-selectbox li,
.cid-tsysutCEeK .jq-selectbox li {
  background-color: #ffffd1;
  color: #000000;
}
.cid-tsysutCEeK .jq-selectbox li:hover,
.cid-tsysutCEeK .jq-selectbox li.selected {
  background-color: #ffffd1;
  color: #000000;
}
.cid-tsysutCEeK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tsysutCEeK .jq-number__spin.minus:hover:after,
.cid-tsysutCEeK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffd1;
  border-bottom-color: #ffffd1;
}
.cid-tsysutCEeK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tsysutCEeK .jq-number__spin.minus:after,
.cid-tsysutCEeK .jq-number__spin.plus:after {
  border-top-color: #ffffd1;
  border-bottom-color: #ffffd1;
}
.cid-tsysutCEeK .mbr-section-title {
  color: #2e96ba;
  text-align: center;
}
.cid-tsAbDgUe5C {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0055a2;
  overflow: hidden;
}
.cid-tsAbDgUe5C .mbr-text {
  color: #FEF9EE;
}
.cid-tyMwG8rZJH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyMwG8rZJH .icon-bar a:hover {
  background-color: #16b9eb;
}
.cid-tyMwG8rZJH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 25px;
}
.cid-tyMwG8rZJH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .custom1 {
  background: #8865ab;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tyMwG8rZJH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tyMwG8rZJH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tyMwG8rZJH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tyMwG8rZJH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tyMwG8rZJH P {
  color: #232323;
}
.cid-tyMwG8rZJH DIV {
  color: #ffffff;
}
.cid-tyMwG8rZJH H10 {
  color: #767676;
}
.cid-tyMwG8rZJH .hidden {
  display: none;
}
.cid-tyMwG8rZJH div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tsyCseJtPg {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tsyCseJtPg .nav-item,
.cid-tsyCseJtPg .nav-link,
.cid-tsyCseJtPg .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tsyCseJtPg .nav-item:hover,
.cid-tsyCseJtPg .nav-link:hover,
.cid-tsyCseJtPg .navbar-caption:hover {
  color: #47ade1 !important;
}
.cid-tsyCseJtPg .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tsyCseJtPg .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tsyCseJtPg .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tsyCseJtPg .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tsyCseJtPg .container-fluid,
.cid-tsyCseJtPg .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tsyCseJtPg .navbar-brand {
  padding: 0;
}
.cid-tsyCseJtPg .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tsyCseJtPg .nav-link:hover:before {
  width: 100%;
}
.cid-tsyCseJtPg .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tsyCseJtPg .nav-link {
    margin: 0 !important;
  }
}
.cid-tsyCseJtPg .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tsyCseJtPg .widget p,
.cid-tsyCseJtPg .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tsyCseJtPg .widget p a,
.cid-tsyCseJtPg .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tsyCseJtPg .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tsyCseJtPg .icons__wrap:hover {
  color: #ffffff;
  background-color: #47ade1;
  border-color: #47ade1;
}
.cid-tsyCseJtPg .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tsyCseJtPg .block__phone,
  .cid-tsyCseJtPg .icons-menu {
    display: none;
  }
  .cid-tsyCseJtPg .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tsyCseJtPg .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #47ade1 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tsyCseJtPg .mbr-section-btn .btn-secondary:hover {
  background-color: #47ade1 !important;
  color: #ffffff !important;
}
.cid-tsyCseJtPg .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tsyCseJtPg .navbar > .container,
.cid-tsyCseJtPg .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tsyCseJtPg .btn {
    white-space: nowrap;
  }
  .cid-tsyCseJtPg .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tsyCseJtPg .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tsyCseJtPg .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tsyCseJtPg .dropdown-toggle::after,
  .cid-tsyCseJtPg .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tsyCseJtPg .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tsyCseJtPg .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tsyCseJtPg .dropdown-menu .dropdown-item:hover {
  color: #47ade1 !important;
}
.cid-tsyCseJtPg .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tsyCseJtPg .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tsyCseJtPg .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tsyCseJtPg .nav-item:focus,
.cid-tsyCseJtPg .nav-link:focus {
  outline: none;
}
.cid-tsyCseJtPg .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tsyCseJtPg .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tsyCseJtPg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tsyCseJtPg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tsyCseJtPg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tsyCseJtPg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tsyCseJtPg .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tsyCseJtPg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tsyCseJtPg .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tsyCseJtPg .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tsyCseJtPg .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tsyCseJtPg .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tsyCseJtPg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tsyCseJtPg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tsyCseJtPg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 95px - 1rem);
  }
}
.cid-tsyCseJtPg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tsyCseJtPg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tsyCseJtPg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tsyCseJtPg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tsyCseJtPg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tsyCseJtPg .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tsyCseJtPg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tsyCseJtPg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tsyCseJtPg .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tsyCseJtPg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tsyCseJtPg .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tsyCseJtPg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tsyCseJtPg .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tsyCseJtPg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tsyCseJtPg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tsyCseJtPg .dropdown-item.active,
.cid-tsyCseJtPg .dropdown-item:active {
  background-color: transparent;
}
.cid-tsyCseJtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tsyCseJtPg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tsyCseJtPg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tsyCseJtPg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0055a2;
}
.cid-tsyCseJtPg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tsyCseJtPg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsyCseJtPg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tsyCseJtPg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tsyCseJtPg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsyCseJtPg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tsyCseJtPg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tsyCseJtPg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tsyCseJtPg .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tsyCseJtPg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tsyCseJtPg a.nav-link:hover {
  color: #47ade1 !important;
}
@media (max-width: 991px) {
  .cid-tsyCseJtPg .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tsyCseJtPg .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tsyCseJtPg .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tsyCseJtPg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tsyCseJtPg .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tsyCseJtPg .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tsyCseJtPg .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tsyCseJtPg .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tsyCseJtPg .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tsyCseJtPg .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tsyCseJtPg a.nav-link {
    justify-content: flex-start;
  }
  .cid-tsyCseJtPg ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tsyCseJtPg .navbar-brand {
    padding: 0;
  }
  .cid-tsyCseJtPg .block__phone,
  .cid-tsyCseJtPg .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tsyCseJtPg .widget {
    flex-direction: column;
  }
  .cid-tsyCseJtPg .widget p,
  .cid-tsyCseJtPg .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tsyCseJtPg .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tsyCseJtPg .navbar {
    height: 97px;
  }
  .cid-tsyCseJtPg .navbar.opened {
    height: auto;
  }
  .cid-tsyCseJtPg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tsyAkf9AUr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/sweet-girl-with-balloons-2000x1125.jpg");
}
.cid-tsyAkf9AUr .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tsyAkf9AUr .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tsyAkf9AUr .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tsyAkf9AUr .mbr-section-title span {
  position: relative;
}
.cid-tsyAkf9AUr .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tsyAkf9AUr .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tsyAkf9AUr .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tsyAkf9AUr .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tsyAkf9AUr .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tsyAkf9AUr .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tsyAkf9AUr .mbr-section-subtitle span {
  position: relative;
}
.cid-tsyAkf9AUr .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tsyAkf9AUr .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tsyAkf9AUr .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tsyAkf9AUr .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tsyAkf9AUr .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tsyAkf9AUr .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tsyAkf9AUr .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tsyAkf9AUr .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tsyAkf9AUr .wave-container .wave svg path {
  fill: #eef4f7;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-twDcM2nt67 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef4f7;
}
.cid-twDcM2nt67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDcM2nt67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twDcM2nt67 .row {
  justify-content: flex-start;
}
.cid-twDcM2nt67 .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-twDcM2nt67 .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-twDcM2nt67 .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-twDcM2nt67 .main-col {
    min-height: 28.4rem;
  }
}
.cid-twDcM2nt67 .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-twDcM2nt67 .main-col {
    max-width: 100%;
  }
}
.cid-twDcM2nt67 .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-twDcM2nt67 .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-twDcM2nt67 .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-twDcM2nt67 .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twDcM2nt67 .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .head-content {
    padding: 12px;
  }
}
.cid-twDcM2nt67 .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDcM2nt67 .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-twDcM2nt67 .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-twDcM2nt67 .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-twDcM2nt67 .mbr-section-title {
  color: #3b9fba;
  width: 100%;
}
.cid-twDcM2nt67 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-twDcM2nt67 .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-twDcM2nt67 .price-name {
  color: #727272;
}
.cid-twDcM2nt67 .price-number {
  color: #000000;
}
.cid-twDcM2nt67 .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-twDcM2nt67 .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-twDcM2nt67 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twDcM2nt67 .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-twDcM2nt67 .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-twDhmbHYjG {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fceae9;
}
.cid-twDhmbHYjG .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDhmbHYjG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twDhmbHYjG .row {
  justify-content: flex-start;
}
.cid-twDhmbHYjG .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-twDhmbHYjG .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-twDhmbHYjG .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-twDhmbHYjG .main-col {
    min-height: 28.4rem;
  }
}
.cid-twDhmbHYjG .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-twDhmbHYjG .main-col {
    max-width: 100%;
  }
}
.cid-twDhmbHYjG .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-twDhmbHYjG .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-twDhmbHYjG .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-twDhmbHYjG .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twDhmbHYjG .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .head-content {
    padding: 12px;
  }
}
.cid-twDhmbHYjG .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDhmbHYjG .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-twDhmbHYjG .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-twDhmbHYjG .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-twDhmbHYjG .mbr-section-title {
  color: #f25656;
  width: 100%;
}
.cid-twDhmbHYjG .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-twDhmbHYjG .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-twDhmbHYjG .price-name {
  color: #727272;
}
.cid-twDhmbHYjG .price-number {
  color: #000000;
}
.cid-twDhmbHYjG .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-twDhmbHYjG .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-twDhmbHYjG .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twDhmbHYjG .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-twDhmbHYjG .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-twDhmbHYjG .mbr-text,
.cid-twDhmbHYjG .mbr-section-btn {
  color: #706d6d;
}
.cid-tsyAkjbTkd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #fcf0d5;
}
.cid-tsyAkjbTkd .row {
  justify-content: center;
}
.cid-tsyAkjbTkd .col-title {
  margin-bottom: 2.5rem;
}
.cid-tsyAkjbTkd .mbr-section-title {
  color: #F6B7D2;
}
.cid-tsyAkjbTkd .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-tsyAkjbTkd .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-tsyAkjbTkd .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-tsyAkjbTkd .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-tsyAkjbTkd .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 465px;
}
@media (max-width: 639px) {
  .cid-tsyAkjbTkd .card {
    min-height: 345px;
  }
}
.cid-tsyAkjbTkd .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tsyAkjbTkd .card:hover .card-title {
  text-decoration: underline;
}
.cid-tsyAkjbTkd .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-tsyAkjbTkd .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-tsyAkjbTkd .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-tsyAkjbTkd .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-tsyAkjbTkd .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to bottom, transparent, #000000);
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-tsyAkjbTkd .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-tsyAkjbTkd .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-tsyAkjbTkd .card-title-1 {
  color: #f9c9c8;
}
.cid-twDwAEbxuA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4fbf7;
}
.cid-twDwAEbxuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDwAEbxuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twDwAEbxuA .row {
  justify-content: flex-start;
}
.cid-twDwAEbxuA .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-twDwAEbxuA .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-twDwAEbxuA .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-twDwAEbxuA .main-col {
    min-height: 28.4rem;
  }
}
.cid-twDwAEbxuA .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-twDwAEbxuA .main-col {
    max-width: 100%;
  }
}
.cid-twDwAEbxuA .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-twDwAEbxuA .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-twDwAEbxuA .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-twDwAEbxuA .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-twDwAEbxuA .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .head-content {
    padding: 12px;
  }
}
.cid-twDwAEbxuA .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-twDwAEbxuA .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-twDwAEbxuA .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-twDwAEbxuA .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-twDwAEbxuA .mbr-section-title {
  color: #44af69;
  width: 100%;
}
.cid-twDwAEbxuA .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-twDwAEbxuA .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-twDwAEbxuA .price-name {
  color: #727272;
}
.cid-twDwAEbxuA .price-number {
  color: #000000;
}
.cid-twDwAEbxuA .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-twDwAEbxuA .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-twDwAEbxuA .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-twDwAEbxuA .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-twDwAEbxuA .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-twDwAEbxuA .mbr-text,
.cid-twDwAEbxuA .mbr-section-btn {
  color: #706d6d;
}
.cid-tyBtLGKDwy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4fbf7;
}
.cid-tyBtLGKDwy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBtLGKDwy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBtLGKDwy .row {
  justify-content: flex-start;
}
.cid-tyBtLGKDwy .grid-container {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .grid-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-tyBtLGKDwy .grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-tyBtLGKDwy .main-col {
  position: relative;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 28rem;
  width: 100%;
  margin-right: auto;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #000000;
}
@media (min-width: 992px) {
  .cid-tyBtLGKDwy .main-col {
    min-height: 28.4rem;
  }
}
.cid-tyBtLGKDwy .main-col:hover {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .main-col {
    max-width: 334px;
  }
}
@media (max-width: 767px) {
  .cid-tyBtLGKDwy .main-col {
    max-width: 100%;
  }
}
.cid-tyBtLGKDwy .item-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  bottom: auto;
  width: 100%;
  height: 100%;
  transition: all .5s  ease !important;
  position: relative;
}
.cid-tyBtLGKDwy .img-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  flex-grow: 1;
  height: 21rem;
  position: absolute;
  bottom: 7.4rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .img-container {
    position: sticky;
    height: 240px;
  }
}
.cid-tyBtLGKDwy .title-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(calc(100% - 7.4rem));
  transition: all .5s  ease !important;
  border-top: 1px solid #000000;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .title-container {
    position: sticky;
    transform: translateY(0);
  }
}
.cid-tyBtLGKDwy .head-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-tyBtLGKDwy .head-content {
    min-height: 7.4rem;
  }
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .head-content {
    padding: 12px;
  }
}
.cid-tyBtLGKDwy .foot-content {
  width: 100%;
  padding: 0 1rem 1rem 1rem;
  transition: all .5s  ease !important;
}
@media (max-width: 991px) {
  .cid-tyBtLGKDwy .foot-content {
    padding: 0 12px 12px 12px;
  }
}
@media (min-width: 992px) {
  .cid-tyBtLGKDwy .main-col:hover .img-container {
    bottom: 13.4rem;
  }
  .cid-tyBtLGKDwy .main-col:hover .title-container {
    transform: translateY(0);
  }
}
.cid-tyBtLGKDwy .mbr-section-title {
  color: #2e6b75;
  width: 100%;
}
.cid-tyBtLGKDwy .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-tyBtLGKDwy .price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}
.cid-tyBtLGKDwy .price-name {
  color: #727272;
}
.cid-tyBtLGKDwy .price-number {
  color: #000000;
}
.cid-tyBtLGKDwy .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-tyBtLGKDwy .mbr-section-btn .btn {
  padding: 12px 36px;
}
@media (max-width: 768px) {
  .cid-tyBtLGKDwy .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tyBtLGKDwy .img-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.cid-tyBtLGKDwy .img-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  transition: .5s all;
  transform-style: preserve-3d;
}
.cid-tyBtLGKDwy .mbr-text,
.cid-tyBtLGKDwy .mbr-section-btn {
  color: #706d6d;
}
.cid-tyHuta7iE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/decoracion-personalizada-con-globos-1800x1200.jpg");
}
.cid-tyHuta7iE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyHuta7iE8 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tyHuta7iE8 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-tyHuta7iE8 .btn:hover,
.cid-tyHuta7iE8 .btn:focus {
  background: white !important;
  color: #2e96ba !important;
  border-color: white !important;
}
.cid-tyHuta7iE8 img {
  border-radius: 1rem;
}
.cid-tyHuta7iE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyHuta7iE8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tyHuta7iE8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyHuta7iE8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyHuta7iE8 .mbr-section-title {
  color: #2e6b75;
}
.cid-tyHuta7iE8 .mbr-section-subtitle,
.cid-tyHuta7iE8 .subtitle-wrap {
  color: #19303d;
}
.cid-tyHuta7iE8 .mbr-text,
.cid-tyHuta7iE8 .mbr-section-btn {
  color: #2e6b75;
}
.cid-twDA1GYW8D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #3b9fba;
}
.cid-twDA1GYW8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-twDA1GYW8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-twDA1GYW8D .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-twDA1GYW8D .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-twDA1GYW8D .container {
    max-width: 540px;
  }
}
.cid-twDA1GYW8D .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-twDA1GYW8D .logo-container img {
  width: 104px;
  height: auto;
  object-fit: cover;
}
.cid-twDA1GYW8D .mbr-section-title {
  color: #ffffff;
}
.cid-twDA1GYW8D .mbr-section-subtitle {
  color: #fef9ee;
  margin-top: 15px;
}
.cid-twDA1GYW8D .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-twDA1GYW8D .mbr-section-btn {
  margin-top: 25px;
}
.cid-tsAhr8zmTu {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tsAhr8zmTu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tsAhr8zmTu label {
  padding: 0 1rem;
}
.cid-tsAhr8zmTu textarea {
  min-height: 150px;
}
.cid-tsAhr8zmTu .btn {
  padding: 1rem 3rem;
}
@media (min-width: 992px) {
  .cid-tsAhr8zmTu .image-wrapper {
    max-width: 80%;
  }
}
.cid-tsAhr8zmTu .row {
  align-items: center;
}
.cid-tsAhr8zmTu .form-control,
.cid-tsAhr8zmTu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #96dcff !important;
  border-radius: 0;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tsAhr8zmTu .form-control::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input::-webkit-input-placeholder,
.cid-tsAhr8zmTu .form-control::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tsAhr8zmTu .form-control:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:-moz-placeholder,
.cid-tsAhr8zmTu .form-control:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tsAhr8zmTu .form-control:hover,
.cid-tsAhr8zmTu .field-input:hover,
.cid-tsAhr8zmTu .form-control:focus,
.cid-tsAhr8zmTu .field-input:focus {
  background-color: #ffffff;
  border-color: #f6b7d2 !important;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-tsAhr8zmTu .form-control:hover::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input:hover::-webkit-input-placeholder,
.cid-tsAhr8zmTu .form-control:focus::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input:focus::-webkit-input-placeholder,
.cid-tsAhr8zmTu .form-control:hover::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input:hover::-webkit-input-placeholder,
.cid-tsAhr8zmTu .form-control:focus::-webkit-input-placeholder,
.cid-tsAhr8zmTu .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-tsAhr8zmTu .form-control:hover:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:hover:-moz-placeholder,
.cid-tsAhr8zmTu .form-control:focus:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:focus:-moz-placeholder,
.cid-tsAhr8zmTu .form-control:hover:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:hover:-moz-placeholder,
.cid-tsAhr8zmTu .form-control:focus:-moz-placeholder,
.cid-tsAhr8zmTu .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-tsAhr8zmTu .jq-number__spin:hover,
.cid-tsAhr8zmTu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #f6b7d2;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tsAhr8zmTu .jq-number__spin {
  background-color: #ffffff;
  border-color: #96dcff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tsAhr8zmTu .jq-selectbox li,
.cid-tsAhr8zmTu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tsAhr8zmTu .jq-selectbox li:hover,
.cid-tsAhr8zmTu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tsAhr8zmTu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tsAhr8zmTu .jq-number__spin.minus:hover:after,
.cid-tsAhr8zmTu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tsAhr8zmTu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tsAhr8zmTu .jq-number__spin.minus:after,
.cid-tsAhr8zmTu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tsAhr8zmTu input::-webkit-clear-button {
  display: none;
}
.cid-tsAhr8zmTu input::-webkit-inner-spin-button {
  display: none;
}
.cid-tsAhr8zmTu input::-webkit-outer-spin-button {
  display: none;
}
.cid-tsAhr8zmTu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-tsAhr8zmTu .wrapper {
  display: flex;
}
.cid-tsAhr8zmTu .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tsAhr8zmTu .wrapper {
    flex-direction: column;
  }
  .cid-tsAhr8zmTu .iconfont-wrapper {
    margin: auto;
  }
  .cid-tsAhr8zmTu .mbr-iconfont {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.cid-tsAhr8zmTu .mbr-section-title {
  color: #3b9fba;
}
.cid-tsyAktqBSe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0055a2;
  overflow: hidden;
}
.cid-tsyAktqBSe .mbr-text {
  color: #FEF9EE;
}
.cid-4RZcd3mSdh .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-4RZcd3mSdh .icon-bar a:hover {
  background-color: #16b9eb;
}
.cid-4RZcd3mSdh .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 5px;
  border-radius: 25px;
}
.cid-4RZcd3mSdh .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .custom1 {
  background: #8865ab;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-4RZcd3mSdh .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-4RZcd3mSdh .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-4RZcd3mSdh .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-4RZcd3mSdh .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-4RZcd3mSdh P {
  color: #232323;
}
.cid-4RZcd3mSdh DIV {
  color: #ffffff;
}
.cid-4RZcd3mSdh H10 {
  color: #767676;
}
.cid-4RZcd3mSdh .hidden {
  display: none;
}
.cid-4RZcd3mSdh div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-tyH0limFgl {
  min-height: 70px !important;
  position: relative;
  background: #ffffff;
  overflow: visible;
}
.cid-tyH0limFgl .nav-item,
.cid-tyH0limFgl .nav-link,
.cid-tyH0limFgl .navbar-caption {
  font-weight: normal;
  line-height: 32px !important;
  vertical-align: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tyH0limFgl .nav-item:hover,
.cid-tyH0limFgl .nav-link:hover,
.cid-tyH0limFgl .navbar-caption:hover {
  color: #47ade1 !important;
}
.cid-tyH0limFgl .navbar-caption {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px), (min-width: 991px) {
  .cid-tyH0limFgl .navbar-caption {
    line-height: 23px !important;
    max-width: 195px;
  }
}
.cid-tyH0limFgl .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tyH0limFgl .padd_lr_0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tyH0limFgl .container-fluid,
.cid-tyH0limFgl .container {
  padding-left: 0 !important;
  padding-right: 15px !important;
}
.cid-tyH0limFgl .navbar-brand {
  padding: 0;
}
.cid-tyH0limFgl .nav-link {
  position: relative;
  margin: 0 20px !important;
  padding: 0 !important;
}
.cid-tyH0limFgl .nav-link:hover:before {
  width: 100%;
}
.cid-tyH0limFgl .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 1px;
  bottom: 5px;
  z-index: -1;
  background-color: currentColor;
  transition: width 0.3s ease-out;
}
@media (max-width: 991px) {
  .cid-tyH0limFgl .nav-link {
    margin: 0 !important;
  }
}
.cid-tyH0limFgl .widget {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tyH0limFgl .widget p,
.cid-tyH0limFgl .widget .icons-menu {
  white-space: nowrap;
  margin-right: 40px;
}
.cid-tyH0limFgl .widget p a,
.cid-tyH0limFgl .widget .icons-menu a {
  margin-left: 15px;
}
.cid-tyH0limFgl .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid rgba(100, 105, 122, 0.8);
  font-size: 17px;
  color: rgba(100, 105, 122, 0.8);
  border-radius: 50%;
  margin-left: 5px;
  transition: all 0.4s ease-in-out;
}
.cid-tyH0limFgl .icons__wrap:hover {
  color: #ffffff;
  background-color: #47ade1;
  border-color: #47ade1;
}
.cid-tyH0limFgl .block__phone {
  color: #a3a9bd;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tyH0limFgl .block__phone,
  .cid-tyH0limFgl .icons-menu {
    display: none;
  }
  .cid-tyH0limFgl .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tyH0limFgl .mbr-section-btn .btn-secondary {
  background-color: #ffffff !important;
  color: #47ade1 !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}
.cid-tyH0limFgl .mbr-section-btn .btn-secondary:hover {
  background-color: #47ade1 !important;
  color: #ffffff !important;
}
.cid-tyH0limFgl .mbr-section-btn .mbr-iconfont {
  margin-left: 10px;
  margin-bottom: 2px;
}
.cid-tyH0limFgl .navbar > .container,
.cid-tyH0limFgl .navbar > .container-fluid {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tyH0limFgl .btn {
    white-space: nowrap;
  }
  .cid-tyH0limFgl .dropdown-menu {
    width: auto;
    min-width: 210px;
    top: 20px;
    left: -5px;
    margin: 0;
    margin-top: 30px;
    z-index: 5;
    background-color: #ffffff;
    display: block;
    right: auto;
    visibility: hidden;
    border: 1px solid #e9e9e9;
    box-shadow: 0 9px 37px -8px #d9d9d9, 0 0 1px #f2f2f2;
    opacity: 0;
    padding: 18px 0 !important;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
  }
  .cid-tyH0limFgl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .is-builder .cid-tyH0limFgl .nav-item:hover .nav-link + .dropdown-menu {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .cid-tyH0limFgl .dropdown-toggle::after,
  .cid-tyH0limFgl .nav-dropdown .link.dropdown-toggle::after {
    content: "";
    border: none;
    width: 0;
    margin-left: 0 !important;
  }
  .cid-tyH0limFgl .dropdown-toggle::after {
    content: "";
    border: none !important;
  }
}
.cid-tyH0limFgl .dropdown-menu .dropdown-item {
  font-weight: normal;
  padding: 0 20px 0 25px;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
.cid-tyH0limFgl .dropdown-menu .dropdown-item:hover {
  color: #47ade1 !important;
}
.cid-tyH0limFgl .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
}
.cid-tyH0limFgl .navbar .dropdown.open > .dropdown-menu {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.cid-tyH0limFgl .nav-dropdown .dropdown-submenu {
  margin: 0 !important;
  top: 0 !important;
}
.cid-tyH0limFgl .nav-item:focus,
.cid-tyH0limFgl .nav-link:focus {
  outline: none;
}
.cid-tyH0limFgl .dropdown-menu .dropdown:hover > .dropdown-item {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.cid-tyH0limFgl .dropdown-menu .dropdown > .dropdown-item {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-tyH0limFgl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
}
.cid-tyH0limFgl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyH0limFgl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tyH0limFgl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyH0limFgl .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tyH0limFgl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyH0limFgl .navbar {
  min-height: 114px;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
}
.cid-tyH0limFgl .navbar.opened {
  transition: all 0.4s ease-in-out;
  background: #ffffff !important;
}
.cid-tyH0limFgl .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tyH0limFgl .navbar .navbar-logo img {
  display: inherit;
  width: auto;
}
.cid-tyH0limFgl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyH0limFgl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyH0limFgl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 95px - 1rem);
  }
}
.cid-tyH0limFgl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tyH0limFgl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyH0limFgl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tyH0limFgl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyH0limFgl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyH0limFgl .navbar .dropdown-menu {
    background: #ffffff !important;
  }
  .cid-tyH0limFgl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyH0limFgl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tyH0limFgl .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-tyH0limFgl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tyH0limFgl .navbar.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tyH0limFgl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tyH0limFgl .navbar.navbar-short .navbar-logo img {
  height: 70px !important;
}
.cid-tyH0limFgl .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.4s ease-in-out;
  word-break: break-word;
}
.cid-tyH0limFgl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyH0limFgl .dropdown-item.active,
.cid-tyH0limFgl .dropdown-item:active {
  background-color: transparent;
}
.cid-tyH0limFgl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tyH0limFgl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tyH0limFgl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyH0limFgl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0055a2;
}
.cid-tyH0limFgl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyH0limFgl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyH0limFgl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyH0limFgl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyH0limFgl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyH0limFgl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyH0limFgl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyH0limFgl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyH0limFgl .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tyH0limFgl a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.cid-tyH0limFgl a.nav-link:hover {
  color: #47ade1 !important;
}
@media (max-width: 991px) {
  .cid-tyH0limFgl .navbar .navbar-collapse .navbar-nav .nav-item:first-child .nav-link {
    border-top: 0;
  }
  .cid-tyH0limFgl .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    border-top: 1px solid #e9e9e9;
  }
  .cid-tyH0limFgl .nav-dropdown .link.dropdown-toggle::after {
    margin-left: auto;
  }
  .cid-tyH0limFgl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-left: auto;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
  }
  .cid-tyH0limFgl .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tyH0limFgl .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
  }
  .cid-tyH0limFgl .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    background: 0 0;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tyH0limFgl .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tyH0limFgl .dropdown-menu .dropdown:hover > .dropdown-item {
    border: none;
  }
  .cid-tyH0limFgl .dropdown-menu .dropdown > .dropdown-item {
    border: none;
  }
  .cid-tyH0limFgl a.nav-link {
    justify-content: flex-start;
  }
  .cid-tyH0limFgl ul.navbar-nav {
    padding: 0;
    margin: 0;
  }
  .cid-tyH0limFgl .navbar-brand {
    padding: 0;
  }
  .cid-tyH0limFgl .block__phone,
  .cid-tyH0limFgl .icons-menu {
    display: block;
    padding-bottom: 10px;
  }
  .cid-tyH0limFgl .widget {
    flex-direction: column;
  }
  .cid-tyH0limFgl .widget p,
  .cid-tyH0limFgl .widget .icons-menu {
    margin-right: 0;
  }
}
.is-builder .cid-tyH0limFgl .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tyH0limFgl .navbar {
    height: 97px;
  }
  .cid-tyH0limFgl .navbar.opened {
    height: auto;
  }
  .cid-tyH0limFgl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyH0ljtix4 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/composition-different-birthday-balloons-2000x1125.jpg");
}
.cid-tyH0ljtix4 .content {
  width: 37%;
}
@media (max-width: 859px) {
  .cid-tyH0ljtix4 .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tyH0ljtix4 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-tyH0ljtix4 .mbr-section-title span {
  position: relative;
}
.cid-tyH0ljtix4 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tyH0ljtix4 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tyH0ljtix4 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tyH0ljtix4 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tyH0ljtix4 .mbr-section-title span svg path {
  fill: #cd8ad1;
}
.cid-tyH0ljtix4 .mbr-section-subtitle {
  color: #1f1437;
}
.cid-tyH0ljtix4 .mbr-section-subtitle span {
  position: relative;
}
.cid-tyH0ljtix4 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tyH0ljtix4 .mbr-section-subtitle span svg path {
  fill: #1f1437;
}
@media (max-width: 599px) {
  .cid-tyH0ljtix4 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tyH0ljtix4 .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tyH0ljtix4 .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tyH0ljtix4 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tyH0ljtix4 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tyH0ljtix4 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tyH0ljtix4 .wave-container .wave svg path {
  fill: #eef4f7;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tyH12qaoEA {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #eef4f7;
}
.cid-tyH12qaoEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyH12qaoEA img {
  border-radius: 1rem;
}
.cid-tyH12qaoEA .row {
  padding: 0 1rem;
}
.cid-tyH12qaoEA .btn {
  transition: all 0.3s;
}
.cid-tyH12qaoEA .btn:hover,
.cid-tyH12qaoEA .btn:focus {
  background: white !important;
  color: #eef4f7 !important;
  border: 2px dashed #eef4f7 !important;
}
.cid-tyH12qaoEA .card {
  background: #eef4f7;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-tyH12qaoEA .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-tyH12qaoEA .card {
    padding: 3rem 2rem;
  }
}
.cid-tyH12qaoEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tyH12qaoEA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyH12qaoEA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyH12qaoEA .mbr-section-title {
  color: #26382b;
  text-align: center;
}
.cid-tyH12qaoEA .mbr-section-subtitle,
.cid-tyH12qaoEA .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-tyH12qaoEA .mbr-text,
.cid-tyH12qaoEA .mbr-section-btn {
  color: #353535;
  text-align: center;
}
.cid-tyH0loFzXd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4fbf7;
}
.cid-tyH0loFzXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyH0loFzXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyH0loFzXd .container {
  max-width: 1260px;
}
@media (max-width: 1199px) {
  .cid-tyH0loFzXd .container {
    max-width: 960px;
  }
}
@media (max-width: 767px) {
  .cid-tyH0loFzXd .container {
    max-width: 540px;
  }
}
.cid-tyH0loFzXd .logo-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cid-tyH0loFzXd .logo-container img {
  width: 104px;
  height: auto;
  object-fit: cover;
}
.cid-tyH0loFzXd .mbr-section-title {
  color: #353535;
}
.cid-tyH0loFzXd .mbr-section-subtitle {
  color: #14359d;
  margin-top: 15px;
}
.cid-tyH0loFzXd .mbr-text {
  color: #878e99;
  margin-top: 20px;
}
.cid-tyH0loFzXd .mbr-section-btn {
  margin-top: 25px;
}
.cid-tyH0ls0zD5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0055a2;
  overflow: hidden;
}
.cid-tyH0ls0zD5 .mbr-text {
  color: #FEF9EE;
}
.cid-tyMwOoJJ6x .icon-bar {
  z-index: 100002;
  left: 0%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tyMwOoJJ6x .icon-bar a:hover {
  background-color: #16b9eb;
  width: 100px;
}
.cid-tyMwOoJJ6x .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 6px;
  border-radius: 25px;
}
.cid-tyMwOoJJ6x .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .custom1 {
  background: #8865ab;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tyMwOoJJ6x .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tyMwOoJJ6x .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tyMwOoJJ6x .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tyMwOoJJ6x .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tyMwOoJJ6x P {
  color: #232323;
}
.cid-tyMwOoJJ6x DIV {
  color: #ffffff;
}
.cid-tyMwOoJJ6x H10 {
  color: #767676;
}
.cid-tyMwOoJJ6x .hidden {
  display: none;
}
.cid-tyMwOoJJ6x div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
