.card__btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.5rem;
  line-height: 86px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3.625rem;
  line-height: 70px;
}
.display-2 > .mbr-iconfont {
  font-size: 5.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 52px;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.display-7 > .mbr-iconfont {
  font-size: 2.2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.9rem;
    font-size: calc( 1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91875rem + (3.625 - 1.91875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-md.display-4 {
  font-size: 1.125rem;
}
.btn-lg.display-7 {
  font-size: 1.25rem;
}
.btn {
  padding: 0 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 0 15px;
  border-radius: 0;
}
.btn-md {
  padding: 0 25px;
  border-radius: 0;
}
.btn-lg {
  padding: 0 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #5fcac7 !important;
}
.bg-success {
  background-color: #4b4342 !important;
}
.bg-info {
  background-color: #482be7 !important;
}
.bg-warning {
  background-color: #919dab !important;
}
.bg-danger {
  background-color: #5fcac7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #5fcac7;
  border-color: #5fcac7;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-primary:hover {
  background-color: #3db9b5 !important;
  border-color: #3db9b5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff91a4;
  border-color: #ff91a4;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-secondary:hover {
  background-color: #ff5e7a !important;
  border-color: #ff5e7a !important;
}
.btn-info,
.btn-info:active {
  background-color: #482be7 !important;
  border-color: #482be7 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #482be7;
  border-color: #482be7;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-info:hover {
  background-color: #3217c8 !important;
  border-color: #3217c8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #4b4342;
  border-color: #4b4342;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-success:hover {
  background-color: #302b2a !important;
  border-color: #302b2a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #919dab !important;
  border-color: #919dab !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #919dab;
  border-color: #919dab;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning:hover {
  background-color: #748395 !important;
  border-color: #748395 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #5fcac7;
  border-color: #5fcac7;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-danger:hover {
  background-color: #3db9b5 !important;
  border-color: #3db9b5 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.btn {
  color: #1e0e62 !important;
}
.btn-white:active,
.btn-white:focus {
  color: #1e0e62 !important;
}
.btn-white:hover {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #1e0e62 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.btn-primary-outline {
  border: 2px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #5fcac7;
  color: #5fcac7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #5fcac7 !important;
  border-color: #5fcac7;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-secondary-outline {
  border: 2px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ff91a4;
  color: #ff91a4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #ff91a4 !important;
  border-color: #ff91a4;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff91a4 !important;
  border-color: #ff91a4 !important;
}
.btn-info-outline {
  border: 2px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #482be7;
  color: #482be7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #482be7 !important;
  border-color: #482be7;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #482be7 !important;
  border-color: #482be7 !important;
}
.btn-success-outline {
  border: 2px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #4b4342;
  color: #4b4342;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #4b4342 !important;
  border-color: #4b4342;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4b4342 !important;
  border-color: #4b4342 !important;
}
.btn-warning-outline {
  border: 2px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #919dab;
  color: #919dab;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #919dab !important;
  border-color: #919dab;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #919dab !important;
  border-color: #919dab !important;
}
.btn-warning-outline.btn {
  color: #202020 !important;
  border-color: #ebeaed !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:active,
.btn-warning-outline:focus {
  background-color: transparent !important;
  border-color: #919dab !important;
}
.btn-danger-outline {
  border: 2px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #5fcac7;
  color: #5fcac7;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #5fcac7 !important;
  border-color: #5fcac7;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #5fcac7 !important;
  border-color: #5fcac7 !important;
}
.btn-black-outline {
  border: 2px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 2px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #5fcac7 !important;
}
.text-secondary {
  color: #ff91a4 !important;
}
.text-success {
  color: #4b4342 !important;
}
.text-info {
  color: #482be7 !important;
}
.text-warning {
  color: #919dab !important;
}
.text-danger {
  color: #5fcac7 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #319290 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff2b50 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #151312 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #27119b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #5d6a79 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #319290 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #4b4342;
}
.alert-info {
  background-color: #482be7;
}
.alert-warning {
  background-color: #919dab;
}
.alert-danger {
  background-color: #5fcac7;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5fcac7;
  border-color: #5fcac7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #5fcac7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f8fdfd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beb6b5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e6e2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d9dde2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f8fdfd;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 50px;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.375rem;
  line-height: 32px;
}
.form-control > .mbr-iconfont {
  font-size: 2.2rem;
}
blockquote {
  border-color: #5fcac7;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5fcac7;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5fcac7;
  border-bottom-color: #5fcac7;
}
.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: #5fcac7 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff91a4 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.cid-rNKkI33ZKQ {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .nav-item,
.cid-rNKkI33ZKQ .nav-link,
.cid-rNKkI33ZKQ .navbar-caption {
  font-weight: normal;
}
.cid-rNKkI33ZKQ .nav-link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .dropdown-toggle::after,
.cid-rNKkI33ZKQ .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-rNKkI33ZKQ .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-rNKkI33ZKQ .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-rNKkI33ZKQ .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-rNKkI33ZKQ .nav-item:focus,
.cid-rNKkI33ZKQ .nav-link:focus {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNKkI33ZKQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-rNKkI33ZKQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNKkI33ZKQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNKkI33ZKQ .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rNKkI33ZKQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNKkI33ZKQ .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNKkI33ZKQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNKkI33ZKQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNKkI33ZKQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNKkI33ZKQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNKkI33ZKQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNKkI33ZKQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNKkI33ZKQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-rNKkI33ZKQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNKkI33ZKQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNKkI33ZKQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNKkI33ZKQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNKkI33ZKQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNKkI33ZKQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-rNKkI33ZKQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNKkI33ZKQ .dropdown-item.active,
.cid-rNKkI33ZKQ .dropdown-item:active {
  background-color: transparent;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-rNKkI33ZKQ .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rNKkI33ZKQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-rNKkI33ZKQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNKkI33ZKQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNKkI33ZKQ .navbar-buttons {
  text-align: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNKkI33ZKQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNKkI33ZKQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNKkI33ZKQ .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-rNKkI33ZKQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-rNKkI33ZKQ .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-rNKkI33ZKQ .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-rNKkI33ZKQ .social__link {
  line-height: 40px;
}
.cid-rNKkI33ZKQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNKkI33ZKQ .navbar {
    height: 77px;
  }
  .cid-rNKkI33ZKQ .navbar.opened {
    height: auto;
  }
  .cid-rNKkI33ZKQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNKkI33ZKQ .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-rNOUFPooqZ {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bb-pain-1-2000x2667.webp");
}
.cid-rNOUFPooqZ .block__inner {
  padding: 65px 20px 75px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.cid-rNOUFPooqZ .mbr-iconfont {
  font-size: 62px;
  color: #ffffff;
}
.cid-rNOUFPooqZ .mbr-section-title {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNOUFPooqZ .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-rNOUFPooqZ .mbr-section-btn {
  margin-top: 40px;
}
.cid-rNOUFPooqZ .mbr-section-btn .btn {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .cid-rNOUFPooqZ .mbr-text {
    margin-top: 10px;
  }
  .cid-rNOUFPooqZ .mbr-section-title {
    margin-top: 10px;
  }
  .cid-rNOUFPooqZ .block__inner {
    padding: 30px 20px 40px;
  }
}
.cid-sUHbpZvrCr {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sUHbpZvrCr .mbr-slider .carousel-control {
  background: #1b1b1b;
  background-color: transparent !important;
}
.cid-sUHbpZvrCr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sUHbpZvrCr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sUHbpZvrCr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sUHbpZvrCr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
}
.cid-sUHbpZvrCr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sUHbpZvrCr .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-sUHbpZvrCr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sUHbpZvrCr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: absolute;
  background: #ffffff !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #ffffff, #45505b) !important;
}
.cid-sUHbpZvrCr .mbr-gallery-item > div img,
.cid-sUHbpZvrCr .mbr-gallery-item div:before {
  border-radius: 10px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p1 {
  padding: 5px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p2 {
  padding: 10px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p3 {
  padding: 15px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p4 {
  padding: 15px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p5 {
  padding: 20px;
}
.cid-sUHbpZvrCr .mbr-gallery-item--p6 {
  padding: 25px;
}
.cid-sUHbpZvrCr .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-sUHbpZvrCr .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-sUHbpZvrCr .modal-body a.close {
  border-radius: 0;
  font-size: 16px;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
.cid-ux436jm4Vg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4277-2000x1000.webp");
}
.cid-ux436jm4Vg .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux436jm4Vg .row {
    justify-content: flex-start;
  }
}
.cid-ux436jm4Vg .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux436jm4Vg .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux436jm4Vg .col-card {
    width: 100% !important;
  }
}
.cid-ux436jm4Vg .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux436jm4Vg .card-title {
    padding: 0 !important;
  }
}
.cid-ux436jm4Vg .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux436jm4Vg .card-wrapper {
  height: 100%;
}
.cid-ux436jm4Vg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux436jm4Vg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux437gm7uU {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6780-2000x1000.webp");
}
.cid-ux437gm7uU .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux437gm7uU .row {
    justify-content: flex-start;
  }
}
.cid-ux437gm7uU .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux437gm7uU .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux437gm7uU .col-card {
    width: 100% !important;
  }
}
.cid-ux437gm7uU .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux437gm7uU .card-title {
    padding: 0 !important;
  }
}
.cid-ux437gm7uU .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux437gm7uU .card-wrapper {
  height: 100%;
}
.cid-ux437gm7uU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux437gm7uU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYh3dwJJvx {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tYh3dwJJvx .nav-item,
.cid-tYh3dwJJvx .nav-link,
.cid-tYh3dwJJvx .navbar-caption {
  font-weight: normal;
}
.cid-tYh3dwJJvx .nav-link {
  line-height: 40px;
}
.cid-tYh3dwJJvx .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tYh3dwJJvx .dropdown-toggle::after,
.cid-tYh3dwJJvx .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tYh3dwJJvx .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tYh3dwJJvx .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tYh3dwJJvx .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tYh3dwJJvx .nav-item:focus,
.cid-tYh3dwJJvx .nav-link:focus {
  outline: none;
}
.cid-tYh3dwJJvx .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tYh3dwJJvx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tYh3dwJJvx .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tYh3dwJJvx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tYh3dwJJvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tYh3dwJJvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYh3dwJJvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYh3dwJJvx .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tYh3dwJJvx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tYh3dwJJvx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tYh3dwJJvx .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tYh3dwJJvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYh3dwJJvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYh3dwJJvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tYh3dwJJvx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYh3dwJJvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYh3dwJJvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYh3dwJJvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYh3dwJJvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYh3dwJJvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYh3dwJJvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYh3dwJJvx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYh3dwJJvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYh3dwJJvx .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tYh3dwJJvx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYh3dwJJvx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYh3dwJJvx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYh3dwJJvx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYh3dwJJvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYh3dwJJvx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tYh3dwJJvx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYh3dwJJvx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYh3dwJJvx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYh3dwJJvx .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tYh3dwJJvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYh3dwJJvx .dropdown-item.active,
.cid-tYh3dwJJvx .dropdown-item:active {
  background-color: transparent;
}
.cid-tYh3dwJJvx .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tYh3dwJJvx .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tYh3dwJJvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYh3dwJJvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tYh3dwJJvx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYh3dwJJvx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYh3dwJJvx .navbar-buttons {
  text-align: center;
}
.cid-tYh3dwJJvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYh3dwJJvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYh3dwJJvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYh3dwJJvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYh3dwJJvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYh3dwJJvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYh3dwJJvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYh3dwJJvx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYh3dwJJvx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYh3dwJJvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYh3dwJJvx .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tYh3dwJJvx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tYh3dwJJvx .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tYh3dwJJvx .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tYh3dwJJvx .social__link {
  line-height: 40px;
}
.cid-tYh3dwJJvx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYh3dwJJvx .navbar {
    height: 77px;
  }
  .cid-tYh3dwJJvx .navbar.opened {
    height: auto;
  }
  .cid-tYh3dwJJvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYh3dwJJvx .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-ux3PuLsZPK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ux3PuLsZPK .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-ux3PuLsZPK .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-ux3PuLsZPK .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-ux3PuLsZPK .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ux3PuLsZPK .image {
  margin: auto;
}
.cid-ux3PuLsZPK .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-ux3PuLsZPK .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-ux3PuLsZPK .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-ux3PuLsZPK .linked {
    margin: 30px 0 40px;
  }
}
.cid-ux3PuLsZPK .bottom__block {
  margin-bottom: 40px;
}
.cid-ux3PuLsZPK .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-ux3PuLsZPK .card__text {
  color: #919dab;
}
.cid-ux3PuLsZPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3PuLsZPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3PuLsZPK .mbr-text,
.cid-ux3PuLsZPK .linked {
  text-align: left;
}
.cid-ux3Qve4pkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b8a5052-2000x3000.webp");
}
.cid-ux3Qve4pkG .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3Qve4pkG .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3Qve4pkG .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3Qve4pkG .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3Qve4pkG .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3Qve4pkG .text__block {
    margin-top: 10px;
  }
}
.cid-ux3Qve4pkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3Qve4pkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QwQSONu {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3QwQSONu .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3QwQSONu .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3QwQSONu .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/2b8a5049-2000x3000.webp");
}
.cid-ux3QwQSONu .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3QwQSONu .mbr-section-title,
.cid-ux3QwQSONu .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3QwQSONu .mbr-section-subtitle,
.cid-ux3QwQSONu .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3QwQSONu .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3QwQSONu .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3QwQSONu .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3QwQSONu .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3QwQSONu .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3QwQSONu .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3QwQSONu .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3QwQSONu .border__block {
    border: none;
  }
  .cid-ux3QwQSONu .mbr-section-title,
  .cid-ux3QwQSONu .mbr-section-title2,
  .cid-ux3QwQSONu .mbr-section-subtitle,
  .cid-ux3QwQSONu .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3QwQSONu .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3QwQSONu .border__block {
    text-align: center;
  }
  .cid-ux3QwQSONu .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3QwQSONu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QwQSONu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3Qz84efH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-24-13.46.44-ee59d21c-1066x1600.webp");
}
.cid-ux3Qz84efH .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3Qz84efH .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3Qz84efH .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3Qz84efH .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3Qz84efH .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3Qz84efH .text__block {
    margin-top: 10px;
  }
}
.cid-ux3Qz84efH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3Qz84efH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QTBy516 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3QTBy516 .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3QTBy516 .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3QTBy516 .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/whatsapp-image-2024-11-24-13.46.44-ee59d21c-1066x1600.webp");
}
.cid-ux3QTBy516 .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3QTBy516 .mbr-section-title,
.cid-ux3QTBy516 .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3QTBy516 .mbr-section-subtitle,
.cid-ux3QTBy516 .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3QTBy516 .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3QTBy516 .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3QTBy516 .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3QTBy516 .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3QTBy516 .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3QTBy516 .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3QTBy516 .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3QTBy516 .border__block {
    border: none;
  }
  .cid-ux3QTBy516 .mbr-section-title,
  .cid-ux3QTBy516 .mbr-section-title2,
  .cid-ux3QTBy516 .mbr-section-subtitle,
  .cid-ux3QTBy516 .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3QTBy516 .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3QTBy516 .border__block {
    text-align: center;
  }
  .cid-ux3QTBy516 .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3QTBy516 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QTBy516 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QWG3zcW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b8a5058-2000x3000.webp");
}
.cid-ux3QWG3zcW .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3QWG3zcW .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3QWG3zcW .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3QWG3zcW .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3QWG3zcW .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3QWG3zcW .text__block {
    margin-top: 10px;
  }
}
.cid-ux3QWG3zcW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QWG3zcW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QXADIBA {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3QXADIBA .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3QXADIBA .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3QXADIBA .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/2b8a5058-1-2000x3000.webp");
}
.cid-ux3QXADIBA .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3QXADIBA .mbr-section-title,
.cid-ux3QXADIBA .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3QXADIBA .mbr-section-subtitle,
.cid-ux3QXADIBA .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3QXADIBA .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3QXADIBA .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3QXADIBA .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3QXADIBA .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3QXADIBA .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3QXADIBA .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3QXADIBA .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3QXADIBA .border__block {
    border: none;
  }
  .cid-ux3QXADIBA .mbr-section-title,
  .cid-ux3QXADIBA .mbr-section-title2,
  .cid-ux3QXADIBA .mbr-section-subtitle,
  .cid-ux3QXADIBA .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3QXADIBA .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3QXADIBA .border__block {
    text-align: center;
  }
  .cid-ux3QXADIBA .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3QXADIBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QXADIBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QZ33dEf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2b8a5041-2000x3000.webp");
}
.cid-ux3QZ33dEf .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3QZ33dEf .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3QZ33dEf .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3QZ33dEf .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3QZ33dEf .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3QZ33dEf .text__block {
    margin-top: 10px;
  }
}
.cid-ux3QZ33dEf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QZ33dEf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3QZE3yVQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux3QZE3yVQ .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3QZE3yVQ .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3QZE3yVQ .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/2b8a5041-1-2000x3000.webp");
}
.cid-ux3QZE3yVQ .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3QZE3yVQ .mbr-section-title,
.cid-ux3QZE3yVQ .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3QZE3yVQ .mbr-section-subtitle,
.cid-ux3QZE3yVQ .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3QZE3yVQ .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3QZE3yVQ .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3QZE3yVQ .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3QZE3yVQ .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3QZE3yVQ .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3QZE3yVQ .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3QZE3yVQ .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3QZE3yVQ .border__block {
    border: none;
  }
  .cid-ux3QZE3yVQ .mbr-section-title,
  .cid-ux3QZE3yVQ .mbr-section-title2,
  .cid-ux3QZE3yVQ .mbr-section-subtitle,
  .cid-ux3QZE3yVQ .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3QZE3yVQ .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3QZE3yVQ .border__block {
    text-align: center;
  }
  .cid-ux3QZE3yVQ .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3QZE3yVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3QZE3yVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkCPz3hWY {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4276-2000x1000.webp");
}
.cid-tYkCPz3hWY .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-tYkCPz3hWY .row {
    justify-content: flex-start;
  }
}
.cid-tYkCPz3hWY .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-tYkCPz3hWY .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-tYkCPz3hWY .col-card {
    width: 100% !important;
  }
}
.cid-tYkCPz3hWY .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-tYkCPz3hWY .card-title {
    padding: 0 !important;
  }
}
.cid-tYkCPz3hWY .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-tYkCPz3hWY .card-wrapper {
  height: 100%;
}
.cid-tYkCPz3hWY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYkCPz3hWY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3ErIOAfL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6780-2000x1000.webp");
}
.cid-ux3ErIOAfL .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux3ErIOAfL .row {
    justify-content: flex-start;
  }
}
.cid-ux3ErIOAfL .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux3ErIOAfL .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux3ErIOAfL .col-card {
    width: 100% !important;
  }
}
.cid-ux3ErIOAfL .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux3ErIOAfL .card-title {
    padding: 0 !important;
  }
}
.cid-ux3ErIOAfL .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux3ErIOAfL .card-wrapper {
  height: 100%;
}
.cid-ux3ErIOAfL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3ErIOAfL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYgVeXtIkk {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tYgVeXtIkk .nav-item,
.cid-tYgVeXtIkk .nav-link,
.cid-tYgVeXtIkk .navbar-caption {
  font-weight: normal;
}
.cid-tYgVeXtIkk .nav-link {
  line-height: 40px;
}
.cid-tYgVeXtIkk .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tYgVeXtIkk .dropdown-toggle::after,
.cid-tYgVeXtIkk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tYgVeXtIkk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tYgVeXtIkk .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tYgVeXtIkk .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tYgVeXtIkk .nav-item:focus,
.cid-tYgVeXtIkk .nav-link:focus {
  outline: none;
}
.cid-tYgVeXtIkk .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tYgVeXtIkk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tYgVeXtIkk .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tYgVeXtIkk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tYgVeXtIkk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tYgVeXtIkk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tYgVeXtIkk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tYgVeXtIkk .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tYgVeXtIkk .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tYgVeXtIkk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tYgVeXtIkk .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tYgVeXtIkk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tYgVeXtIkk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tYgVeXtIkk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tYgVeXtIkk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tYgVeXtIkk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tYgVeXtIkk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tYgVeXtIkk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tYgVeXtIkk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tYgVeXtIkk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tYgVeXtIkk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tYgVeXtIkk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tYgVeXtIkk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tYgVeXtIkk .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tYgVeXtIkk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tYgVeXtIkk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tYgVeXtIkk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tYgVeXtIkk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tYgVeXtIkk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tYgVeXtIkk .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tYgVeXtIkk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tYgVeXtIkk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tYgVeXtIkk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tYgVeXtIkk .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tYgVeXtIkk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tYgVeXtIkk .dropdown-item.active,
.cid-tYgVeXtIkk .dropdown-item:active {
  background-color: transparent;
}
.cid-tYgVeXtIkk .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tYgVeXtIkk .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tYgVeXtIkk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tYgVeXtIkk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tYgVeXtIkk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tYgVeXtIkk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tYgVeXtIkk .navbar-buttons {
  text-align: center;
}
.cid-tYgVeXtIkk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tYgVeXtIkk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tYgVeXtIkk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tYgVeXtIkk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tYgVeXtIkk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tYgVeXtIkk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tYgVeXtIkk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYgVeXtIkk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tYgVeXtIkk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tYgVeXtIkk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tYgVeXtIkk .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tYgVeXtIkk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tYgVeXtIkk .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tYgVeXtIkk .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tYgVeXtIkk .social__link {
  line-height: 40px;
}
.cid-tYgVeXtIkk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tYgVeXtIkk .navbar {
    height: 77px;
  }
  .cid-tYgVeXtIkk .navbar.opened {
    height: auto;
  }
  .cid-tYgVeXtIkk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tYgVeXtIkk .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-tYgVeXUtHl {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tYgVeXUtHl .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tYgVeXUtHl .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-tYgVeXUtHl .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-tYgVeXUtHl .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tYgVeXUtHl .image {
  margin: auto;
}
.cid-tYgVeXUtHl .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-tYgVeXUtHl .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-tYgVeXUtHl .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-tYgVeXUtHl .linked {
    margin: 30px 0 40px;
  }
}
.cid-tYgVeXUtHl .bottom__block {
  margin-bottom: 40px;
}
.cid-tYgVeXUtHl .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tYgVeXUtHl .card__text {
  color: #919dab;
}
.cid-tYgVeXUtHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYgVeXUtHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgVeYbKTD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYgVeYbKTD .image {
    display: none !important;
  }
}
.cid-tYgVeYbKTD .image img {
  height: 910px;
}
.cid-tYgVeYbKTD .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-tYgVeYbKTD .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tYgVeYbKTD .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tYgVeYbKTD .block__products {
  padding-top: 10px;
}
.cid-tYgVeYbKTD .product__item {
  margin-top: 40px;
}
.cid-tYgVeYbKTD .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-tYgVeYbKTD .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-tYgVeYbKTD .image__item:hover {
  opacity: .8;
}
.cid-tYgVeYbKTD .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-tYgVeYbKTD .item__text {
    margin-top: 0;
  }
}
.cid-tYgVeYbKTD .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-tYgVeYbKTD .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-tYgVeYbKTD .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-tYgVeYbKTD .item__descr {
  margin-top: 10px;
}
.cid-tYgVeYbKTD .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tYgVeYbKTD .item__buttons {
  margin-top: 40px;
}
.cid-tYgVeYbKTD .mbr-section-btn {
  text-align: left;
}
.cid-tYgVeYbKTD .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-tYgVeYbKTD .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tYgVeYbKTD .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tYgVeYbKTD .item__text {
    margin: 20px 0 0;
  }
  .cid-tYgVeYbKTD .mbr-text {
    text-align: center;
  }
}
.cid-tYgVeYD3Jd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tYgVeYD3Jd .image {
    display: none !important;
  }
}
.cid-tYgVeYD3Jd .image img {
  height: 910px;
}
.cid-tYgVeYD3Jd .content__block {
  padding: 40px 0;
  height: 100%;
  align-items: center;
}
.cid-tYgVeYD3Jd .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tYgVeYD3Jd .mbr-text {
  color: #919dab;
  margin-bottom: 0;
}
.cid-tYgVeYD3Jd .block__products {
  padding-top: 10px;
}
.cid-tYgVeYD3Jd .product__item {
  margin-top: 40px;
}
.cid-tYgVeYD3Jd .image__item {
  width: 230px;
  height: 190px;
  transition: all .25s;
}
.cid-tYgVeYD3Jd .image__item img {
  border-radius: 10px;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.cid-tYgVeYD3Jd .image__item:hover {
  opacity: .8;
}
.cid-tYgVeYD3Jd .item__text {
  margin: 20px 0 0 40px;
}
@media (min-width: 767px) {
  .cid-tYgVeYD3Jd .item__text {
    margin-top: 0;
  }
}
.cid-tYgVeYD3Jd .item__title {
  width: 270px;
  min-width: 100%;
}
.cid-tYgVeYD3Jd .name__item {
  margin-bottom: 0;
  width: 100%;
  letter-spacing: 2px;
}
.cid-tYgVeYD3Jd .item__price {
  font-weight: 500;
  color: #919dab;
  margin-bottom: 0;
  width: 100%;
  text-align: right;
}
.cid-tYgVeYD3Jd .item__descr {
  margin-top: 10px;
}
.cid-tYgVeYD3Jd .descr__text {
  margin-bottom: 0;
  color: #919dab;
}
.cid-tYgVeYD3Jd .item__buttons {
  margin-top: 40px;
}
.cid-tYgVeYD3Jd .mbr-section-btn {
  text-align: left;
}
.cid-tYgVeYD3Jd .btn {
  height: 40px;
  font-weight: 500;
  margin-right: 10px;
}
.cid-tYgVeYD3Jd .btn:nth-child(2) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tYgVeYD3Jd .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cid-tYgVeYD3Jd .item__text {
    margin: 20px 0 0;
  }
  .cid-tYgVeYD3Jd .mbr-text {
    text-align: center;
  }
}
.cid-ux44SebXV2 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4281-2000x1000.webp");
}
.cid-ux44SebXV2 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44SebXV2 .row {
    justify-content: flex-start;
  }
}
.cid-ux44SebXV2 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44SebXV2 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44SebXV2 .col-card {
    width: 100% !important;
  }
}
.cid-ux44SebXV2 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44SebXV2 .card-title {
    padding: 0 !important;
  }
}
.cid-ux44SebXV2 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44SebXV2 .card-wrapper {
  height: 100%;
}
.cid-ux44SebXV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44SebXV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux44SIPeJG {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6784-2000x1000.webp");
}
.cid-ux44SIPeJG .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44SIPeJG .row {
    justify-content: flex-start;
  }
}
.cid-ux44SIPeJG .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44SIPeJG .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44SIPeJG .col-card {
    width: 100% !important;
  }
}
.cid-ux44SIPeJG .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44SIPeJG .card-title {
    padding: 0 !important;
  }
}
.cid-ux44SIPeJG .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44SIPeJG .card-wrapper {
  height: 100%;
}
.cid-ux44SIPeJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44SIPeJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-teiQhhh5kO {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-teiQhhh5kO .nav-item,
.cid-teiQhhh5kO .nav-link,
.cid-teiQhhh5kO .navbar-caption {
  font-weight: normal;
}
.cid-teiQhhh5kO .nav-link {
  line-height: 40px;
}
.cid-teiQhhh5kO .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-teiQhhh5kO .dropdown-toggle::after,
.cid-teiQhhh5kO .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-teiQhhh5kO .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-teiQhhh5kO .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-teiQhhh5kO .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-teiQhhh5kO .nav-item:focus,
.cid-teiQhhh5kO .nav-link:focus {
  outline: none;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-teiQhhh5kO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teiQhhh5kO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teiQhhh5kO .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-teiQhhh5kO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-teiQhhh5kO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-teiQhhh5kO .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-teiQhhh5kO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teiQhhh5kO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teiQhhh5kO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teiQhhh5kO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-teiQhhh5kO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teiQhhh5kO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teiQhhh5kO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teiQhhh5kO .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-teiQhhh5kO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-teiQhhh5kO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-teiQhhh5kO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-teiQhhh5kO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teiQhhh5kO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-teiQhhh5kO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teiQhhh5kO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teiQhhh5kO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-teiQhhh5kO .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-teiQhhh5kO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teiQhhh5kO .dropdown-item.active,
.cid-teiQhhh5kO .dropdown-item:active {
  background-color: transparent;
}
.cid-teiQhhh5kO .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-teiQhhh5kO .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-teiQhhh5kO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teiQhhh5kO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-teiQhhh5kO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teiQhhh5kO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-teiQhhh5kO .navbar-buttons {
  text-align: center;
}
.cid-teiQhhh5kO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teiQhhh5kO .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-teiQhhh5kO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-teiQhhh5kO .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-teiQhhh5kO .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-teiQhhh5kO .social__link {
  line-height: 40px;
}
.cid-teiQhhh5kO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teiQhhh5kO .navbar {
    height: 77px;
  }
  .cid-teiQhhh5kO .navbar.opened {
    height: auto;
  }
  .cid-teiQhhh5kO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teiQhhh5kO .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-tYjJvwqhlY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chouquettes.webp");
}
.cid-tYjJvwqhlY .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYjJvwqhlY .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-tYjJvwqhlY .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tYjJvwqhlY .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-tYjJvwqhlY .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tYjJvwqhlY .text__block {
    margin-top: 10px;
  }
}
.cid-tYjJvwqhlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjJvwqhlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjJDYPG6M {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjJDYPG6M .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tYjJDYPG6M .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-tYjJDYPG6M .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-tYjJDYPG6M .mbr-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tYjJDYPG6M .mbr-text {
    margin-top: 40px;
  }
}
.cid-tYjJDYPG6M .image {
  margin: auto;
}
.cid-tYjJDYPG6M .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-tYjJDYPG6M .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-tYjJDYPG6M .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-tYjJDYPG6M .linked {
    margin: 30px 0 40px;
  }
}
.cid-tYjJDYPG6M .bottom__block {
  margin-bottom: 40px;
}
.cid-tYjJDYPG6M .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tYjJDYPG6M .card__text {
  color: #919dab;
}
.cid-tYjJDYPG6M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjJDYPG6M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjJHL3GTD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjJHL3GTD .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjJHL3GTD .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjJHL3GTD .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjJHL3GTD .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjJHL3GTD .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjJHL3GTD .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjJHL3GTD .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjJHL3GTD .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjJHL3GTD .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYjJHL3GTD .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYjJHL3GTD .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjJHL3GTD .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjJHL3GTD .image {
  display: flex;
  justify-content: center;
}
.cid-tYjJHL3GTD .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjJHL3GTD .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjJHL3GTD .separate,
.cid-tYjJHL3GTD .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjJHL3GTD .separate {
  left: 0;
}
.cid-tYjJHL3GTD .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjJHL3GTD .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjJHL3GTD .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjJHL3GTD .separate,
  .cid-tYjJHL3GTD .separate2 {
    border-left: none;
  }
}
.cid-tYjLqq6SMw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYjLqq6SMw .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjLqq6SMw .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjLqq6SMw .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjLqq6SMw .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjLqq6SMw .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjLqq6SMw .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjLqq6SMw .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjLqq6SMw .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjLqq6SMw .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjLqq6SMw .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjLqq6SMw .image {
  display: flex;
  justify-content: center;
}
.cid-tYjLqq6SMw .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjLqq6SMw .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjLqq6SMw .separate,
.cid-tYjLqq6SMw .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjLqq6SMw .separate {
  left: 0;
}
.cid-tYjLqq6SMw .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjLqq6SMw .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjLqq6SMw .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjLqq6SMw .separate,
  .cid-tYjLqq6SMw .separate2 {
    border-left: none;
  }
}
.cid-ux44z9dkFd {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4280-2000x1000.webp");
}
.cid-ux44z9dkFd .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44z9dkFd .row {
    justify-content: flex-start;
  }
}
.cid-ux44z9dkFd .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44z9dkFd .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44z9dkFd .col-card {
    width: 100% !important;
  }
}
.cid-ux44z9dkFd .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44z9dkFd .card-title {
    padding: 0 !important;
  }
}
.cid-ux44z9dkFd .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44z9dkFd .card-wrapper {
  height: 100%;
}
.cid-ux44z9dkFd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44z9dkFd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux44zMaNal {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6783-2000x1000.webp");
}
.cid-ux44zMaNal .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44zMaNal .row {
    justify-content: flex-start;
  }
}
.cid-ux44zMaNal .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44zMaNal .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44zMaNal .col-card {
    width: 100% !important;
  }
}
.cid-ux44zMaNal .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44zMaNal .card-title {
    padding: 0 !important;
  }
}
.cid-ux44zMaNal .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44zMaNal .card-wrapper {
  height: 100%;
}
.cid-ux44zMaNal .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44zMaNal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tehYYQPgbt {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-tehYYQPgbt .nav-item,
.cid-tehYYQPgbt .nav-link,
.cid-tehYYQPgbt .navbar-caption {
  font-weight: normal;
}
.cid-tehYYQPgbt .nav-link {
  line-height: 40px;
}
.cid-tehYYQPgbt .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-tehYYQPgbt .dropdown-toggle::after,
.cid-tehYYQPgbt .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-tehYYQPgbt .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-tehYYQPgbt .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-tehYYQPgbt .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-tehYYQPgbt .nav-item:focus,
.cid-tehYYQPgbt .nav-link:focus {
  outline: none;
}
.cid-tehYYQPgbt .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tehYYQPgbt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tehYYQPgbt .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-tehYYQPgbt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tehYYQPgbt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-tehYYQPgbt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tehYYQPgbt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tehYYQPgbt .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tehYYQPgbt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tehYYQPgbt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tehYYQPgbt .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-tehYYQPgbt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tehYYQPgbt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tehYYQPgbt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-tehYYQPgbt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tehYYQPgbt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tehYYQPgbt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tehYYQPgbt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tehYYQPgbt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tehYYQPgbt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tehYYQPgbt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tehYYQPgbt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tehYYQPgbt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tehYYQPgbt .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-tehYYQPgbt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tehYYQPgbt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tehYYQPgbt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tehYYQPgbt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tehYYQPgbt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tehYYQPgbt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tehYYQPgbt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tehYYQPgbt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tehYYQPgbt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-tehYYQPgbt .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-tehYYQPgbt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tehYYQPgbt .dropdown-item.active,
.cid-tehYYQPgbt .dropdown-item:active {
  background-color: transparent;
}
.cid-tehYYQPgbt .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-tehYYQPgbt .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-tehYYQPgbt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tehYYQPgbt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-tehYYQPgbt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tehYYQPgbt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tehYYQPgbt .navbar-buttons {
  text-align: center;
}
.cid-tehYYQPgbt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tehYYQPgbt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tehYYQPgbt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tehYYQPgbt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tehYYQPgbt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tehYYQPgbt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tehYYQPgbt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tehYYQPgbt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tehYYQPgbt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tehYYQPgbt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tehYYQPgbt .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-tehYYQPgbt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-tehYYQPgbt .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-tehYYQPgbt .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-tehYYQPgbt .social__link {
  line-height: 40px;
}
.cid-tehYYQPgbt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tehYYQPgbt .navbar {
    height: 77px;
  }
  .cid-tehYYQPgbt .navbar.opened {
    height: auto;
  }
  .cid-tehYYQPgbt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tehYYQPgbt .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-tYjqyLzvRe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/baguette-2.webp");
}
.cid-tYjqyLzvRe .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYjqyLzvRe .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-tYjqyLzvRe .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tYjqyLzvRe .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-tYjqyLzvRe .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tYjqyLzvRe .text__block {
    margin-top: 10px;
  }
}
.cid-tYjqyLzvRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjqyLzvRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjgmFDJCf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjgmFDJCf .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tYjgmFDJCf .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-tYjgmFDJCf .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-tYjgmFDJCf .mbr-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tYjgmFDJCf .mbr-text {
    margin-top: 40px;
  }
}
.cid-tYjgmFDJCf .image {
  margin: auto;
}
.cid-tYjgmFDJCf .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-tYjgmFDJCf .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-tYjgmFDJCf .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-tYjgmFDJCf .linked {
    margin: 30px 0 40px;
  }
}
.cid-tYjgmFDJCf .bottom__block {
  margin-bottom: 40px;
}
.cid-tYjgmFDJCf .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tYjgmFDJCf .card__text {
  color: #919dab;
}
.cid-tYjgmFDJCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjgmFDJCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYgLeOrAfl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYgLeOrAfl .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYgLeOrAfl .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYgLeOrAfl .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYgLeOrAfl .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYgLeOrAfl .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYgLeOrAfl .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYgLeOrAfl .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYgLeOrAfl .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYgLeOrAfl .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYgLeOrAfl .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYgLeOrAfl .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYgLeOrAfl .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYgLeOrAfl .image {
  display: flex;
  justify-content: center;
}
.cid-tYgLeOrAfl .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYgLeOrAfl .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYgLeOrAfl .separate,
.cid-tYgLeOrAfl .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYgLeOrAfl .separate {
  left: 0;
}
.cid-tYgLeOrAfl .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYgLeOrAfl .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYgLeOrAfl .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYgLeOrAfl .separate,
  .cid-tYgLeOrAfl .separate2 {
    border-left: none;
  }
}
.cid-tYjmwODtai {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjmwODtai .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjmwODtai .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjmwODtai .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjmwODtai .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjmwODtai .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjmwODtai .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjmwODtai .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjmwODtai .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjmwODtai .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYjmwODtai .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYjmwODtai .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjmwODtai .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjmwODtai .image {
  display: flex;
  justify-content: center;
}
.cid-tYjmwODtai .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjmwODtai .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjmwODtai .separate,
.cid-tYjmwODtai .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjmwODtai .separate {
  left: 0;
}
.cid-tYjmwODtai .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjmwODtai .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjmwODtai .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjmwODtai .separate,
  .cid-tYjmwODtai .separate2 {
    border-left: none;
  }
}
.cid-tYjmCNjBMr {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tYjmCNjBMr .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjmCNjBMr .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjmCNjBMr .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjmCNjBMr .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjmCNjBMr .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjmCNjBMr .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjmCNjBMr .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjmCNjBMr .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjmCNjBMr .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYjmCNjBMr .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYjmCNjBMr .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjmCNjBMr .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjmCNjBMr .image {
  display: flex;
  justify-content: center;
}
.cid-tYjmCNjBMr .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjmCNjBMr .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjmCNjBMr .separate,
.cid-tYjmCNjBMr .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjmCNjBMr .separate {
  left: 0;
}
.cid-tYjmCNjBMr .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjmCNjBMr .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjmCNjBMr .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjmCNjBMr .separate,
  .cid-tYjmCNjBMr .separate2 {
    border-left: none;
  }
}
.cid-ux43FkqLZk {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4278-2000x1000.webp");
}
.cid-ux43FkqLZk .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux43FkqLZk .row {
    justify-content: flex-start;
  }
}
.cid-ux43FkqLZk .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux43FkqLZk .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux43FkqLZk .col-card {
    width: 100% !important;
  }
}
.cid-ux43FkqLZk .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux43FkqLZk .card-title {
    padding: 0 !important;
  }
}
.cid-ux43FkqLZk .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux43FkqLZk .card-wrapper {
  height: 100%;
}
.cid-ux43FkqLZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux43FkqLZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux43IwmQzD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6781-2000x1000.webp");
}
.cid-ux43IwmQzD .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux43IwmQzD .row {
    justify-content: flex-start;
  }
}
.cid-ux43IwmQzD .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux43IwmQzD .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux43IwmQzD .col-card {
    width: 100% !important;
  }
}
.cid-ux43IwmQzD .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux43IwmQzD .card-title {
    padding: 0 !important;
  }
}
.cid-ux43IwmQzD .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux43IwmQzD .card-wrapper {
  height: 100%;
}
.cid-ux43IwmQzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux43IwmQzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-teiQhhh5kO {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-teiQhhh5kO .nav-item,
.cid-teiQhhh5kO .nav-link,
.cid-teiQhhh5kO .navbar-caption {
  font-weight: normal;
}
.cid-teiQhhh5kO .nav-link {
  line-height: 40px;
}
.cid-teiQhhh5kO .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-teiQhhh5kO .dropdown-toggle::after,
.cid-teiQhhh5kO .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-teiQhhh5kO .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-teiQhhh5kO .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-teiQhhh5kO .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-teiQhhh5kO .nav-item:focus,
.cid-teiQhhh5kO .nav-link:focus {
  outline: none;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-teiQhhh5kO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-teiQhhh5kO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teiQhhh5kO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teiQhhh5kO .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-teiQhhh5kO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-teiQhhh5kO .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-teiQhhh5kO .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-teiQhhh5kO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teiQhhh5kO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teiQhhh5kO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teiQhhh5kO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teiQhhh5kO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-teiQhhh5kO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-teiQhhh5kO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teiQhhh5kO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teiQhhh5kO .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-teiQhhh5kO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teiQhhh5kO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-teiQhhh5kO .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-teiQhhh5kO .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-teiQhhh5kO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-teiQhhh5kO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-teiQhhh5kO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-teiQhhh5kO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-teiQhhh5kO .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-teiQhhh5kO .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-teiQhhh5kO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teiQhhh5kO .dropdown-item.active,
.cid-teiQhhh5kO .dropdown-item:active {
  background-color: transparent;
}
.cid-teiQhhh5kO .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-teiQhhh5kO .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-teiQhhh5kO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-teiQhhh5kO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-teiQhhh5kO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teiQhhh5kO ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-teiQhhh5kO .navbar-buttons {
  text-align: center;
}
.cid-teiQhhh5kO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teiQhhh5kO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teiQhhh5kO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teiQhhh5kO .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-teiQhhh5kO a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-teiQhhh5kO .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-teiQhhh5kO .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-teiQhhh5kO .social__link {
  line-height: 40px;
}
.cid-teiQhhh5kO .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teiQhhh5kO .navbar {
    height: 77px;
  }
  .cid-teiQhhh5kO .navbar.opened {
    height: auto;
  }
  .cid-teiQhhh5kO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teiQhhh5kO .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-tYjGgtIx7v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/img-6128.webp");
}
.cid-tYjGgtIx7v .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tYjGgtIx7v .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-tYjGgtIx7v .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tYjGgtIx7v .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-tYjGgtIx7v .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tYjGgtIx7v .text__block {
    margin-top: 10px;
  }
}
.cid-tYjGgtIx7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjGgtIx7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjGHqMuNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjGHqMuNs .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-tYjGHqMuNs .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-tYjGHqMuNs .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-tYjGHqMuNs .mbr-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .cid-tYjGHqMuNs .mbr-text {
    margin-top: 40px;
  }
}
.cid-tYjGHqMuNs .image {
  margin: auto;
}
.cid-tYjGHqMuNs .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-tYjGHqMuNs .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-tYjGHqMuNs .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-tYjGHqMuNs .linked {
    margin: 30px 0 40px;
  }
}
.cid-tYjGHqMuNs .bottom__block {
  margin-bottom: 40px;
}
.cid-tYjGHqMuNs .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-tYjGHqMuNs .card__text {
  color: #919dab;
}
.cid-tYjGHqMuNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYjGHqMuNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYjGjRSrGl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjGjRSrGl .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjGjRSrGl .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjGjRSrGl .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjGjRSrGl .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjGjRSrGl .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjGjRSrGl .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjGjRSrGl .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjGjRSrGl .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjGjRSrGl .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYjGjRSrGl .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYjGjRSrGl .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjGjRSrGl .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjGjRSrGl .image {
  display: flex;
  justify-content: center;
}
.cid-tYjGjRSrGl .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjGjRSrGl .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjGjRSrGl .separate,
.cid-tYjGjRSrGl .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjGjRSrGl .separate {
  left: 0;
}
.cid-tYjGjRSrGl .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjGjRSrGl .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjGjRSrGl .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjGjRSrGl .separate,
  .cid-tYjGjRSrGl .separate2 {
    border-left: none;
  }
}
.cid-tYjIs3aqxG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tYjIs3aqxG .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tYjIs3aqxG .mbr-section-btn {
  margin-top: 60px;
}
.cid-tYjIs3aqxG .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-tYjIs3aqxG .mbr-section-subtitle {
  opacity: .7;
  margin-bottom: 0;
  color: #919dab;
}
@media (min-width: 768px) {
  .cid-tYjIs3aqxG .bottom__block {
    margin-top: 80px;
  }
}
.cid-tYjIs3aqxG .bottom__card {
  margin-top: 30px;
  height: 100%;
  align-items: center;
}
.cid-tYjIs3aqxG .bottom__card:first-child .separate {
  border-left: none;
}
.cid-tYjIs3aqxG .bottom__card:last-child .separate2 {
  border-left: none;
}
.cid-tYjIs3aqxG .bottom__card:nth-child(3) .separate2 {
  border-left: none;
}
.cid-tYjIs3aqxG .bottom__card:nth-child(4) .separate {
  border-left: none;
}
.cid-tYjIs3aqxG .mbr-text {
  text-align: center;
  font-weight: 500;
  margin-top: 25px;
  color: #919dab;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .cid-tYjIs3aqxG .mbr-text {
    margin: 25px 65px 0 !important;
  }
}
.cid-tYjIs3aqxG .image {
  display: flex;
  justify-content: center;
}
.cid-tYjIs3aqxG .image img {
  border-radius: 10px;
  object-fit: cover;
  width: 170px;
  height: 110px;
  width: 100%;
  height: 160px;
}
@media (max-width: 991px) {
  .cid-tYjIs3aqxG .image img {
    width: 170px;
    height: 110px;
  }
}
.cid-tYjIs3aqxG .separate,
.cid-tYjIs3aqxG .separate2 {
  border-left: 1px solid #e8eaed;
  height: 150px;
  position: absolute;
}
.cid-tYjIs3aqxG .separate {
  left: 0;
}
.cid-tYjIs3aqxG .separate2 {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tYjIs3aqxG .mbr-section-title {
    margin-bottom: 15px;
  }
  .cid-tYjIs3aqxG .mbr-section-btn {
    margin-top: 30px;
  }
  .cid-tYjIs3aqxG .separate,
  .cid-tYjIs3aqxG .separate2 {
    border-left: none;
  }
}
.cid-ux44aVcM2O {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-23-pm-4279-2000x1000.webp");
}
.cid-ux44aVcM2O .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44aVcM2O .row {
    justify-content: flex-start;
  }
}
.cid-ux44aVcM2O .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44aVcM2O .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44aVcM2O .col-card {
    width: 100% !important;
  }
}
.cid-ux44aVcM2O .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44aVcM2O .card-title {
    padding: 0 !important;
  }
}
.cid-ux44aVcM2O .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44aVcM2O .card-wrapper {
  height: 100%;
}
.cid-ux44aVcM2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44aVcM2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux44cnYKqQ {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mixcollage-15-dec-2024-10-25-pm-6782-2000x1000.webp");
}
.cid-ux44cnYKqQ .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux44cnYKqQ .row {
    justify-content: flex-start;
  }
}
.cid-ux44cnYKqQ .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux44cnYKqQ .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux44cnYKqQ .col-card {
    width: 100% !important;
  }
}
.cid-ux44cnYKqQ .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux44cnYKqQ .card-title {
    padding: 0 !important;
  }
}
.cid-ux44cnYKqQ .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux44cnYKqQ .card-wrapper {
  height: 100%;
}
.cid-ux44cnYKqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux44cnYKqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYkxTVUVmj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-tYkxTVUVmj .wrapper {
  line-height: 40px;
}
.cid-tYkxTVUVmj .social {
  display: inline-block;
}
.cid-tYkxTVUVmj .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-tYkxTVUVmj .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-tYkxTVUVmj .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tYkxTVUVmj .brand {
  margin-bottom: 10px;
}
.cid-tYkxTVUVmj .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-tYkxTVUVmj .privacy {
  margin-top: 10px;
}
.cid-tYkxTVUVmj .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ux3DTxn5IU {
  min-height: 101px !important;
  background: #ffffff;
}
.cid-ux3DTxn5IU .nav-item,
.cid-ux3DTxn5IU .nav-link,
.cid-ux3DTxn5IU .navbar-caption {
  font-weight: normal;
}
.cid-ux3DTxn5IU .nav-link {
  line-height: 40px;
}
.cid-ux3DTxn5IU .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ux3DTxn5IU .dropdown-toggle::after,
.cid-ux3DTxn5IU .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ux3DTxn5IU .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ux3DTxn5IU .dropdown-item {
  padding: 0 !important;
  margin: 0 15px !important;
  justify-content: center;
  font-weight: 400;
}
.cid-ux3DTxn5IU .btn {
  height: 40px;
  line-height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ux3DTxn5IU .nav-item:focus,
.cid-ux3DTxn5IU .nav-link:focus {
  outline: none;
}
.cid-ux3DTxn5IU .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ux3DTxn5IU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-ux3DTxn5IU .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ux3DTxn5IU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ux3DTxn5IU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  font-size: inherit;
}
.cid-ux3DTxn5IU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ux3DTxn5IU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ux3DTxn5IU .navbar {
  min-height: 101px;
  transition: all .3s;
  background: #ffffff;
}
.cid-ux3DTxn5IU .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-ux3DTxn5IU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-ux3DTxn5IU .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ux3DTxn5IU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ux3DTxn5IU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ux3DTxn5IU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 120rem - 1rem);
  }
}
.cid-ux3DTxn5IU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ux3DTxn5IU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ux3DTxn5IU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ux3DTxn5IU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ux3DTxn5IU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ux3DTxn5IU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ux3DTxn5IU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ux3DTxn5IU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ux3DTxn5IU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ux3DTxn5IU .navbar .navbar-logo img {
    height: 3.6rem !important;
  }
  .cid-ux3DTxn5IU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ux3DTxn5IU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ux3DTxn5IU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ux3DTxn5IU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ux3DTxn5IU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ux3DTxn5IU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ux3DTxn5IU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ux3DTxn5IU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ux3DTxn5IU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ux3DTxn5IU .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ux3DTxn5IU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ux3DTxn5IU .dropdown-item.active,
.cid-ux3DTxn5IU .dropdown-item:active {
  background-color: transparent;
}
.cid-ux3DTxn5IU .nav-dropdown .link .dropdown-toggle {
  margin-right: 1.667em;
  transition: all 0.25s ease;
}
.cid-ux3DTxn5IU .nav-dropdown .link .dropdown-toggle[aria-expanded="true"] {
  margin: 0 15px !important;
}
.cid-ux3DTxn5IU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ux3DTxn5IU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
}
.cid-ux3DTxn5IU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ux3DTxn5IU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ux3DTxn5IU .navbar-buttons {
  text-align: center;
}
.cid-ux3DTxn5IU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ux3DTxn5IU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ux3DTxn5IU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ux3DTxn5IU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ux3DTxn5IU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ux3DTxn5IU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ux3DTxn5IU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ux3DTxn5IU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ux3DTxn5IU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ux3DTxn5IU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ux3DTxn5IU .navbar-dropdown {
  padding: 30px 0;
  position: relative;
  position: fixed;
}
.cid-ux3DTxn5IU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 !important;
}
.cid-ux3DTxn5IU .mbr-iconfont {
  font-size: inherit;
  color: #4b4342;
  display: inline-flex;
}
.cid-ux3DTxn5IU .soc-item {
  padding: 0 15px;
  position: relative;
}
.cid-ux3DTxn5IU .social__link {
  line-height: 40px;
}
.cid-ux3DTxn5IU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ux3DTxn5IU .navbar {
    height: 77px;
  }
  .cid-ux3DTxn5IU .navbar.opened {
    height: auto;
  }
  .cid-ux3DTxn5IU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ux3DTxn5IU .navbar-caption-wrap a {
  white-space: nowrap;
}
.cid-ux3DTxQodS {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ux3DTxQodS .mbr-section-title {
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .cid-ux3DTxQodS .mbr-section-title {
    margin-top: 40px;
  }
}
.cid-ux3DTxQodS .mbr-text {
  margin-bottom: 0;
  color: #919dab;
  margin-bottom: 120px;
}
@media (max-width: 1199px) {
  .cid-ux3DTxQodS .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-ux3DTxQodS .image {
  margin: auto;
}
.cid-ux3DTxQodS .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.cid-ux3DTxQodS .linked {
  color: #5fcac7;
  margin: 30px 0 120px;
  font-weight: 500;
}
.cid-ux3DTxQodS .linked .mbr-iconfont {
  margin-left: 10px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .cid-ux3DTxQodS .linked {
    margin: 30px 0 40px;
  }
}
.cid-ux3DTxQodS .bottom__block {
  margin-bottom: 40px;
}
.cid-ux3DTxQodS .card__title {
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.cid-ux3DTxQodS .card__text {
  color: #919dab;
}
.cid-ux3DTxQodS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTxQodS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTxQodS .mbr-text,
.cid-ux3DTxQodS .linked {
  text-align: left;
}
.cid-ux3DTy8o72 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-7745-copie.webp");
}
.cid-ux3DTy8o72 .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTy8o72 .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3DTy8o72 .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3DTy8o72 .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3DTy8o72 .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTy8o72 .text__block {
    margin-top: 10px;
  }
}
.cid-ux3DTy8o72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTy8o72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTymfOe {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3DTymfOe .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3DTymfOe .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3DTymfOe .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/comete-2.webp");
}
.cid-ux3DTymfOe .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3DTymfOe .mbr-section-title,
.cid-ux3DTymfOe .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3DTymfOe .mbr-section-subtitle,
.cid-ux3DTymfOe .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3DTymfOe .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3DTymfOe .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3DTymfOe .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3DTymfOe .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3DTymfOe .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3DTymfOe .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3DTymfOe .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3DTymfOe .border__block {
    border: none;
  }
  .cid-ux3DTymfOe .mbr-section-title,
  .cid-ux3DTymfOe .mbr-section-title2,
  .cid-ux3DTymfOe .mbr-section-subtitle,
  .cid-ux3DTymfOe .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3DTymfOe .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3DTymfOe .border__block {
    text-align: center;
  }
  .cid-ux3DTymfOe .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3DTymfOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTymfOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTyEHVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-7791-copie.webp");
}
.cid-ux3DTyEHVU .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTyEHVU .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3DTyEHVU .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3DTyEHVU .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3DTyEHVU .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTyEHVU .text__block {
    margin-top: 10px;
  }
}
.cid-ux3DTyEHVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTyEHVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTyUoZK {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3DTyUoZK .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3DTyUoZK .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3DTyUoZK .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/kurisumasu-1.webp");
}
.cid-ux3DTyUoZK .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3DTyUoZK .mbr-section-title,
.cid-ux3DTyUoZK .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3DTyUoZK .mbr-section-subtitle,
.cid-ux3DTyUoZK .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3DTyUoZK .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3DTyUoZK .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3DTyUoZK .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3DTyUoZK .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3DTyUoZK .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3DTyUoZK .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3DTyUoZK .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3DTyUoZK .border__block {
    border: none;
  }
  .cid-ux3DTyUoZK .mbr-section-title,
  .cid-ux3DTyUoZK .mbr-section-title2,
  .cid-ux3DTyUoZK .mbr-section-subtitle,
  .cid-ux3DTyUoZK .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3DTyUoZK .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3DTyUoZK .border__block {
    text-align: center;
  }
  .cid-ux3DTyUoZK .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3DTyUoZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTyUoZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTzbUmz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/dsc-7866-copie.webp");
}
.cid-ux3DTzbUmz .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTzbUmz .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3DTzbUmz .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3DTzbUmz .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3DTzbUmz .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTzbUmz .text__block {
    margin-top: 10px;
  }
}
.cid-ux3DTzbUmz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTzbUmz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTzprrO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ux3DTzprrO .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3DTzprrO .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3DTzprrO .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/casse-noisette-1.webp");
}
.cid-ux3DTzprrO .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3DTzprrO .mbr-section-title,
.cid-ux3DTzprrO .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3DTzprrO .mbr-section-subtitle,
.cid-ux3DTzprrO .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3DTzprrO .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3DTzprrO .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3DTzprrO .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3DTzprrO .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3DTzprrO .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3DTzprrO .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3DTzprrO .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3DTzprrO .border__block {
    border: none;
  }
  .cid-ux3DTzprrO .mbr-section-title,
  .cid-ux3DTzprrO .mbr-section-title2,
  .cid-ux3DTzprrO .mbr-section-subtitle,
  .cid-ux3DTzprrO .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3DTzprrO .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3DTzprrO .border__block {
    text-align: center;
  }
  .cid-ux3DTzprrO .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3DTzprrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTzprrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTzDfOy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/tonka-1-copie.webp");
}
.cid-ux3DTzDfOy .mbr-section-title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTzDfOy .mbr-section-title {
    margin-top: 15px;
  }
}
.cid-ux3DTzDfOy .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ux3DTzDfOy .text__block {
  margin-top: 30px;
  opacity: .7;
  font-weight: 500;
}
.cid-ux3DTzDfOy .text__block .mbr-text {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-ux3DTzDfOy .text__block {
    margin-top: 10px;
  }
}
.cid-ux3DTzDfOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTzDfOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTzRBSN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ux3DTzRBSN .border__block {
  margin: 15px 0;
  border-radius: 10px;
  border: 2px solid #ebeaed;
  position: relative;
  width: 100%;
}
.cid-ux3DTzRBSN .image img {
  position: absolute;
  width: 300px;
  border-radius: 0 10px 10px 0;
  top: -2px;
  right: -2px;
  bottom: -2px;
  object-fit: cover;
  height: 101%;
}
.cid-ux3DTzRBSN .image2 {
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("../../../assets/images/tonka-2.webp");
}
.cid-ux3DTzRBSN .block__inner {
  position: relative;
  padding: 50px 50px 60px;
  height: 100%;
  margin-right: 320px;
}
.cid-ux3DTzRBSN .mbr-section-title,
.cid-ux3DTzRBSN .mbr-section-title2 {
  margin-bottom: 60px;
}
.cid-ux3DTzRBSN .mbr-section-subtitle,
.cid-ux3DTzRBSN .mbr-section-subtitle2 {
  color: #919dab;
  letter-spacing: 2px;
}
.cid-ux3DTzRBSN .mbr-section-subtitle2 {
  color: #ffffff;
}
.cid-ux3DTzRBSN .mbr-section-btn .btn {
  font-weight: 500;
}
.cid-ux3DTzRBSN .block__product {
  margin: 15px 0;
  position: relative;
}
.cid-ux3DTzRBSN .block__product .block__inner {
  margin-right: 0;
}
.cid-ux3DTzRBSN .block__product .border__block {
  margin: 0;
  border: none;
}
@media (max-width: 1200px) {
  .cid-ux3DTzRBSN .image img {
    width: 100%;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
  }
  .cid-ux3DTzRBSN .block__inner {
    padding: 50px;
    height: 100%;
    margin-right: 0;
  }
  .cid-ux3DTzRBSN .border__block {
    border: none;
  }
  .cid-ux3DTzRBSN .mbr-section-title,
  .cid-ux3DTzRBSN .mbr-section-title2,
  .cid-ux3DTzRBSN .mbr-section-subtitle,
  .cid-ux3DTzRBSN .mbr-section-subtitle2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .cid-ux3DTzRBSN .block__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .cid-ux3DTzRBSN .border__block {
    text-align: center;
  }
  .cid-ux3DTzRBSN .block__inner {
    padding: 40px 20px;
  }
}
.cid-ux3DTzRBSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTzRBSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTA22W4 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-image: url("../../../assets/images/devanture-900x1200.webp");
}
.cid-ux3DTA22W4 .row {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .cid-ux3DTA22W4 .row {
    justify-content: flex-start;
  }
}
.cid-ux3DTA22W4 .col-card {
  padding: 10px !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .cid-ux3DTA22W4 .col-card {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .cid-ux3DTA22W4 .col-card {
    width: 100% !important;
  }
}
.cid-ux3DTA22W4 .card-title {
  color: #000000;
  margin-top: 25px;
  padding: 0 25% 0 0;
}
@media (max-width: 767px) {
  .cid-ux3DTA22W4 .card-title {
    padding: 0 !important;
  }
}
.cid-ux3DTA22W4 .mbr-text {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: left;
}
.cid-ux3DTA22W4 .card-wrapper {
  height: 100%;
}
.cid-ux3DTA22W4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ux3DTA22W4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ux3DTAos0S {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #00a7b1;
}
.cid-ux3DTAos0S .wrapper {
  line-height: 40px;
}
.cid-ux3DTAos0S .social {
  display: inline-block;
}
.cid-ux3DTAos0S .mbr-iconfont {
  font-size: 18px;
  transition: all .25s ease;
  transition-duration: 0s;
  margin-left: 15px;
  margin-right: 15px;
  line-height: 40px;
}
.cid-ux3DTAos0S .foot__menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cid-ux3DTAos0S .menu__items {
  margin: 0 15px;
  display: inline-block;
  transition: all .25s;
  line-height: 40px;
  margin-bottom: 0;
  color: #ffffff;
}
.cid-ux3DTAos0S .brand {
  margin-bottom: 10px;
}
.cid-ux3DTAos0S .logo__image {
  width: 100px;
  object-fit: cover;
}
.cid-ux3DTAos0S .privacy {
  margin-top: 10px;
}
.cid-ux3DTAos0S .mbr-text {
  margin-bottom: 0;
  color: #ffffff;
}
