body {
  font-family: Kumbh Sans;
}
.display-1 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 6.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 10.88rem;
}
.display-2 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.25rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 6.8rem;
    font-size: calc( 3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (3.03rem + (6.8 - 3.03) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-sm {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-md {
  padding: 15px 30px;
  border-radius: 0;
}
.btn-lg {
  padding: 20px 40px;
  border-radius: 0;
}
.bg-primary {
  background-color: #ff3b38 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff3b38 !important;
  border-color: #ff3b38 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff6d6b !important;
  border-color: #ff6d6b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff6d6b !important;
  border-color: #ff6d6b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
  color: #171717 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #171717 !important;
  background-color: #a5eae1 !important;
  border-color: #a5eae1 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9288 !important;
  border-color: #9b9288 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #171717 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #171717 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c3b995 !important;
  border-color: #c3b995 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #171717 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #171717 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d10300;
  color: #d10300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff3b38;
  border-color: #ff3b38;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3b38 !important;
  border-color: #ff3b38 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #2fc7b3;
  color: #2fc7b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #124b44;
  background-color: #7ce0d3;
  border-color: #7ce0d3;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #124b44 !important;
  background-color: #7ce0d3 !important;
  border-color: #7ce0d3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff3b38 !important;
}
.text-secondary {
  color: #7ce0d3 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-grey {
  color: #a9a9a9;
}
.text-black {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff9f9e !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cef4ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
a[class*='text-'] {
  font-weight: inherit;
  background-image: linear-gradient(120deg, #ff3b38 0%, #ff3b38 100%);
  background-repeat: no-repeat;
  background-size: 100% 30%;
  background-position: 0 90%;
  transition: background-size 0.2s ease-in;
}
a[class*='text-']:hover {
  background-size: 100% 100%;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff3b38;
  border-color: #ff3b38;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff3b38;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ff3b38;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff3b38;
  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: #ff3b38;
  border-bottom-color: #ff3b38;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff3b38 !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: #7ce0d3 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff3b38' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-skBcpp7fXt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skBcpp7fXt nav.navbar {
  position: fixed;
}
.cid-skBcpp7fXt .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skBcpp7fXt .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skBcpp7fXt .nav-link,
.cid-skBcpp7fXt .dropdown-item {
  font-weight: 700;
}
.cid-skBcpp7fXt .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ff3b38 0%, #ff3b38 100%) !important;
}
.cid-skBcpp7fXt .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skBcpp7fXt .container {
  display: flex;
  margin: auto;
}
.cid-skBcpp7fXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skBcpp7fXt .navbar-caption,
.cid-skBcpp7fXt .dropdown-item {
  background-image: none;
}
.cid-skBcpp7fXt .dropdown-menu,
.cid-skBcpp7fXt .navbar.opened {
  background: #ffffff !important;
}
.cid-skBcpp7fXt .nav-item:focus,
.cid-skBcpp7fXt .nav-link:focus {
  outline: none;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skBcpp7fXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skBcpp7fXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skBcpp7fXt .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-skBcpp7fXt .navbar.opened {
  transition: all 0.3s;
}
.cid-skBcpp7fXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skBcpp7fXt .navbar .navbar-logo img {
  width: auto;
}
.cid-skBcpp7fXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar.collapsed {
  justify-content: center;
}
.cid-skBcpp7fXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skBcpp7fXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skBcpp7fXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skBcpp7fXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skBcpp7fXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skBcpp7fXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skBcpp7fXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skBcpp7fXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skBcpp7fXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skBcpp7fXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skBcpp7fXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skBcpp7fXt .navbar.navbar-short {
  min-height: 106px;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skBcpp7fXt .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skBcpp7fXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skBcpp7fXt .dropdown-item.active,
.cid-skBcpp7fXt .dropdown-item:active {
  background-color: transparent;
}
.cid-skBcpp7fXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skBcpp7fXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skBcpp7fXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skBcpp7fXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skBcpp7fXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skBcpp7fXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skBcpp7fXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skBcpp7fXt .navbar {
    height: 70px;
  }
  .cid-skBcpp7fXt .navbar.opened {
    height: auto;
  }
  .cid-skBcpp7fXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skBcpp7fXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skBcpp7fXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skBctelq8R {
  padding-top: 210px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/30-1280x720.jpg");
}
.cid-skBctelq8R H1 {
  color: #ffffff;
  text-align: center;
}
.cid-skBctelq8R .mbr-text,
.cid-skBctelq8R .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u4y0ZcfKAM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-u4y0ZcfKAM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4y0ZcfKAM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4y0ZcfKAM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u4y0ZcfKAM .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4y0ZcfKAM .container {
    padding: 0 24px;
  }
}
.cid-u4y0ZcfKAM .row {
  justify-content: space-between;
}
.cid-u4y0ZcfKAM .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u4y0ZcfKAM .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u4y0ZcfKAM .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u4y0ZcfKAM .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u4y0ZcfKAM .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u4y0ZcfKAM .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u4y0ZcfKAM .mbr-section-title {
  color: #141414;
}
.cid-u4y0ZcfKAM .card-number {
  color: #000000;
}
.cid-u4y0ZcfKAM .card-title {
  color: #141414;
}
.cid-u4y0ZcfKAM .card-text {
  color: #141414;
}
.cid-u4ybhUxT6Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/37-1200x675.jpg");
}
.cid-u4ybhUxT6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4ybhUxT6Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4ybhUxT6Z .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u4ybhUxT6Z .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4ybhUxT6Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u4ybhUxT6Z .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u4ybhUxT6Z .container {
    padding: 0 16px;
  }
}
.cid-u4ybhUxT6Z .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u4ybhUxT6Z .row {
    height: 350px;
  }
}
.cid-u0dyAinDg4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f8f8f8;
}
.cid-u0dyAinDg4 .container {
  max-width: 1500px;
}
.cid-u0dyAinDg4 .row {
  background: #333333;
}
.cid-u0dyAinDg4 .img-col {
  padding: 0;
}
.cid-u0dyAinDg4 .title-col {
  padding: 4rem 6rem;
}
.cid-u0dyAinDg4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0dyAinDg4 h2 {
  padding: 0;
  margin: 0;
}
.cid-u0dyAinDg4 .text-wrap {
  margin: auto;
}
.cid-u0dyAinDg4 .mbr-text {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .cid-u0dyAinDg4 .row {
    margin: 2rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u0dyAinDg4 .row {
    margin: 0rem;
  }
  .cid-u0dyAinDg4 .title-col {
    padding: 2rem 1rem;
  }
}
.cid-u4y3hV9BXy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/34.webp");
}
.cid-u4y3hV9BXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4y3hV9BXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u4y3hV9BXy .container {
    padding: 0 22px;
  }
}
.cid-u4y3hV9BXy .items-wrapper {
  justify-content: center;
  margin: 0 -6px;
}
.cid-u4y3hV9BXy .items-wrapper .item {
  padding: 0 6px;
}
.cid-u4y3hV9BXy .title-wrapper .mbr-section-title {
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u4y3hV9BXy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u4y3hV9BXy .mbr-section-btn {
  margin-bottom: 55px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-u4y3hV9BXy .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-u4y3hV9BXy .desc-wrapper .mbr-desc {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 28px;
}
.cid-u4y3hV9BXy .item {
  margin-bottom: 12px;
}
.cid-u4y3hV9BXy .item .item-wrapper {
  padding: 32px 24px 24px;
  border-radius: 15px !important;
  border: 1px solid #000000;
  height: 100%;
}
.cid-u4y3hV9BXy .item .item-wrapper .card-box .tag-wrapper {
  margin-bottom: 16px;
}
.cid-u4y3hV9BXy .item .item-wrapper .card-box .tag-wrapper .card-tag {
  padding: 0 16px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 15px;
}
.cid-u4y3hV9BXy .item .item-wrapper .card-box .card-title {
  margin-bottom: 18px;
}
.cid-u4y3hV9BXy .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-u4y3hV9BXy .mbr-section-title {
  color: #000000;
}
.cid-u4y3hV9BXy .mbr-desc {
  color: #000000;
}
.cid-u4y3hV9BXy .card-title {
  color: #ffffff;
}
.cid-u4y3hV9BXy .card-tag {
  color: #000000;
}
.cid-u4y3hV9BXy .card-text {
  color: #ffffff;
}
.cid-u4y3hV9BXy .mbr-section-title,
.cid-u4y3hV9BXy .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u4y7B6cebt {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-u4y7B6cebt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4y7B6cebt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4y7B6cebt .mbr-text3 {
  line-height: 1.2;
}
.cid-u4y7B6cebt .round {
  position: absolute;
  top: -900px;
  left: -20%;
  width: 140%;
  height: 1700px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background: #232323;
}
@media (max-width: 992px) {
  .cid-u4y7B6cebt .round {
    top: -700px;
    height: 1500px;
  }
}
@media (max-width: 767px) {
  .cid-u4y7B6cebt .round {
    height: 600px;
    top: -100px;
  }
}
.cid-u4y7B6cebt .line {
  width: 100%;
  height: 2px;
  opacity: 0.4;
  background: #242323;
  margin-bottom: 1rem;
}
.cid-u4y7B6cebt .col-lg-3 {
  border-top: 2px solid lightgray;
  padding-top: 1rem;
}
.cid-u4y7B6cebt .mbr-text {
  line-height: 1.2;
  color: #000000;
}
.cid-u4y7B6cebt .card-wrapper {
  overflow: hidden;
  background: #fed9e1;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-u4y7B6cebt .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4y7B6cebt .image-wrapper {
  padding: 0 1rem;
}
.cid-u4y7B6cebt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u4y7B6cebt .mbr-text,
.cid-u4y7B6cebt .mbr-section-btn {
  color: #f0466a;
}
.cid-u4y7B6cebt .mbr-card-title {
  color: #232323;
}
.cid-u0dC2lInl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u0dC2lInl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dC2lInl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dC2lInl9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .container {
    padding: 0 24px;
  }
}
.cid-u0dC2lInl9 .content-wrapper {
  padding: 32px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .content-wrapper {
    padding: 0;
  }
}
.cid-u0dC2lInl9 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 35%;
  padding: 32px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1200px) {
  .cid-u0dC2lInl9 .content-wrapper .card-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-u0dC2lInl9 .content-wrapper .card-wrap {
    padding: 24px;
    width: 100%;
  }
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .icon-wrapper {
  margin-bottom: 24px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #141414;
  color: #fb8fc9;
  font-size: 32px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u0dC2lInl9 .content-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-u0dC2lInl9 .mbr-section-title {
  color: #141414;
}
.cid-u0dC2lInl9 .mbr-desc {
  color: #141414;
}
.cid-u0dC2lInl9 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dC2lInl9 .mbr-section-title,
.cid-u0dC2lInl9 .icon-wrapper {
  text-align: center;
}
.cid-skBcKVgMNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skBcKVgMNg .mbr-text a {
  background-size: 100% 0%;
}
.cid-skBcKVgMNg .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-skBcKVgMNg .media-container-row .mbr-text {
  color: #000000;
}
.cid-skBcpp7fXt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-skBcpp7fXt nav.navbar {
  position: fixed;
}
.cid-skBcpp7fXt .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-skBcpp7fXt .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-skBcpp7fXt .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-skBcpp7fXt .nav-link,
.cid-skBcpp7fXt .dropdown-item {
  font-weight: 700;
}
.cid-skBcpp7fXt .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ff3b38 0%, #ff3b38 100%) !important;
}
.cid-skBcpp7fXt .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-skBcpp7fXt .container {
  display: flex;
  margin: auto;
}
.cid-skBcpp7fXt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skBcpp7fXt .navbar-caption,
.cid-skBcpp7fXt .dropdown-item {
  background-image: none;
}
.cid-skBcpp7fXt .dropdown-menu,
.cid-skBcpp7fXt .navbar.opened {
  background: #ffffff !important;
}
.cid-skBcpp7fXt .nav-item:focus,
.cid-skBcpp7fXt .nav-link:focus {
  outline: none;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-skBcpp7fXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-skBcpp7fXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-skBcpp7fXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-skBcpp7fXt .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-skBcpp7fXt .navbar.opened {
  transition: all 0.3s;
}
.cid-skBcpp7fXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-skBcpp7fXt .navbar .navbar-logo img {
  width: auto;
}
.cid-skBcpp7fXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar.collapsed {
  justify-content: center;
}
.cid-skBcpp7fXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-skBcpp7fXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-skBcpp7fXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skBcpp7fXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-skBcpp7fXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-skBcpp7fXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-skBcpp7fXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-skBcpp7fXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-skBcpp7fXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skBcpp7fXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-skBcpp7fXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-skBcpp7fXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-skBcpp7fXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-skBcpp7fXt .navbar.navbar-short {
  min-height: 106px;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-skBcpp7fXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-skBcpp7fXt .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skBcpp7fXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skBcpp7fXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skBcpp7fXt .dropdown-item.active,
.cid-skBcpp7fXt .dropdown-item:active {
  background-color: transparent;
}
.cid-skBcpp7fXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skBcpp7fXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-skBcpp7fXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skBcpp7fXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skBcpp7fXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-skBcpp7fXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-skBcpp7fXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skBcpp7fXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skBcpp7fXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skBcpp7fXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-skBcpp7fXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-skBcpp7fXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skBcpp7fXt .navbar {
    height: 70px;
  }
  .cid-skBcpp7fXt .navbar.opened {
    height: auto;
  }
  .cid-skBcpp7fXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skBcpp7fXt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-skBcpp7fXt .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0dNcZdmlH {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/36-1200x675.jpg");
}
.cid-u0dNcZdmlH H1 {
  color: #ffffff;
}
.cid-u0dNcZdmlH .mbr-text,
.cid-u0dNcZdmlH .mbr-section-btn {
  color: #ffffff;
}
.cid-u0dJp8M42a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9c5db;
}
.cid-u0dJp8M42a .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dJp8M42a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dJp8M42a .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dJp8M42a .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dJp8M42a .container {
    padding: 0 24px;
  }
}
.cid-u0dJp8M42a .row {
  justify-content: center;
}
.cid-u0dJp8M42a .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0dJp8M42a .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u0dJp8M42a .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffdd99;
  border-radius: .75rem;
}
.cid-u0dJp8M42a .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0dJp8M42a .mbr-section-title {
  color: #141414;
}
.cid-u0dJp8M42a .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dJp8M42a .mbr-desc,
.cid-u0dJp8M42a .desc-wrapper {
  text-align: center;
}
.cid-u0dJp8M42a .mbr-text DIV {
  text-align: left;
}
.cid-skBcKVgMNg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-skBcKVgMNg .mbr-text a {
  background-size: 100% 0%;
}
.cid-skBcKVgMNg .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-skBcKVgMNg .media-container-row .mbr-text {
  color: #000000;
}
.cid-u0dNFQqCEb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-u0dNFQqCEb nav.navbar {
  position: fixed;
}
.cid-u0dNFQqCEb .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-u0dNFQqCEb .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-u0dNFQqCEb .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-u0dNFQqCEb .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-u0dNFQqCEb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0dNFQqCEb .nav-link,
.cid-u0dNFQqCEb .dropdown-item {
  font-weight: 700;
}
.cid-u0dNFQqCEb .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ff3b38 0%, #ff3b38 100%) !important;
}
.cid-u0dNFQqCEb .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-u0dNFQqCEb .container {
  display: flex;
  margin: auto;
}
.cid-u0dNFQqCEb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0dNFQqCEb .navbar-caption,
.cid-u0dNFQqCEb .dropdown-item {
  background-image: none;
}
.cid-u0dNFQqCEb .dropdown-menu,
.cid-u0dNFQqCEb .navbar.opened {
  background: #ffffff !important;
}
.cid-u0dNFQqCEb .nav-item:focus,
.cid-u0dNFQqCEb .nav-link:focus {
  outline: none;
}
.cid-u0dNFQqCEb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-u0dNFQqCEb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0dNFQqCEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0dNFQqCEb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0dNFQqCEb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0dNFQqCEb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0dNFQqCEb .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u0dNFQqCEb .navbar.opened {
  transition: all 0.3s;
}
.cid-u0dNFQqCEb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0dNFQqCEb .navbar .navbar-logo img {
  width: auto;
}
.cid-u0dNFQqCEb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0dNFQqCEb .navbar.collapsed {
  justify-content: center;
}
.cid-u0dNFQqCEb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0dNFQqCEb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0dNFQqCEb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0dNFQqCEb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0dNFQqCEb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0dNFQqCEb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0dNFQqCEb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0dNFQqCEb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0dNFQqCEb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0dNFQqCEb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0dNFQqCEb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0dNFQqCEb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0dNFQqCEb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0dNFQqCEb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0dNFQqCEb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0dNFQqCEb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0dNFQqCEb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0dNFQqCEb .navbar.navbar-short {
  min-height: 106px;
}
.cid-u0dNFQqCEb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0dNFQqCEb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0dNFQqCEb .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0dNFQqCEb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0dNFQqCEb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0dNFQqCEb .dropdown-item.active,
.cid-u0dNFQqCEb .dropdown-item:active {
  background-color: transparent;
}
.cid-u0dNFQqCEb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0dNFQqCEb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0dNFQqCEb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0dNFQqCEb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0dNFQqCEb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0dNFQqCEb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0dNFQqCEb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0dNFQqCEb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0dNFQqCEb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0dNFQqCEb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0dNFQqCEb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0dNFQqCEb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0dNFQqCEb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0dNFQqCEb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0dNFQqCEb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0dNFQqCEb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0dNFQqCEb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0dNFQqCEb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0dNFQqCEb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0dNFQqCEb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dNFQqCEb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0dNFQqCEb .navbar {
    height: 70px;
  }
  .cid-u0dNFQqCEb .navbar.opened {
    height: auto;
  }
  .cid-u0dNFQqCEb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dNFQqCEb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0dNFQqCEb .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0dNFRnRuY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/38.webp");
}
.cid-u0dNFRnRuY H1 {
  color: #ffffff;
}
.cid-u0dNFRnRuY .mbr-text,
.cid-u0dNFRnRuY .mbr-section-btn {
  color: #ffffff;
}
.cid-u0dNFRRPt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9c5db;
}
.cid-u0dNFRRPt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dNFRRPt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dNFRRPt1 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dNFRRPt1 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dNFRRPt1 .container {
    padding: 0 24px;
  }
}
.cid-u0dNFRRPt1 .row {
  justify-content: center;
}
.cid-u0dNFRRPt1 .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0dNFRRPt1 .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u0dNFRRPt1 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #f9c5db;
  border-radius: .75rem;
}
.cid-u0dNFRRPt1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0dNFRRPt1 .mbr-section-title {
  color: #141414;
}
.cid-u0dNFRRPt1 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dNFRRPt1 .mbr-desc,
.cid-u0dNFRRPt1 .desc-wrapper {
  text-align: left;
}
.cid-u0dNFRRPt1 .mbr-text DIV {
  text-align: left;
}
.cid-u0dNFTrJyC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u0dNFTrJyC .mbr-text a {
  background-size: 100% 0%;
}
.cid-u0dNFTrJyC .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-u0dNFTrJyC .media-container-row .mbr-text {
  color: #000000;
}
.cid-u0dPhvxYcG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 106px;
}
.cid-u0dPhvxYcG nav.navbar {
  position: fixed;
}
.cid-u0dPhvxYcG .dropdown-menu {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-u0dPhvxYcG .navbar:not(.collapsed) .dropdown-item {
    border-bottom: 1px solid #e6e6e6;
  }
  .cid-u0dPhvxYcG .navbar:not(.collapsed) .dropdown-item:last-child {
    border: 0;
  }
}
.cid-u0dPhvxYcG .nav-dropdown .link {
  padding: 0.7rem 0 !important;
  margin: 0rem 2rem !important;
}
.cid-u0dPhvxYcG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0dPhvxYcG .nav-link,
.cid-u0dPhvxYcG .dropdown-item {
  font-weight: 700;
}
.cid-u0dPhvxYcG .nav-link {
  position: relative;
  background-size: 100% 0% !important;
  background-position: 0 70% !important;
  transition: background-size 0.2s ease-in !important;
  background-image: linear-gradient(120deg, #ff3b38 0%, #ff3b38 100%) !important;
}
.cid-u0dPhvxYcG .nav-link:hover {
  background-size: 100% 80% !important;
  opacity: 1;
  transition: background-size 0.2s ease-in !important;
}
.cid-u0dPhvxYcG .container {
  display: flex;
  margin: auto;
}
.cid-u0dPhvxYcG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0dPhvxYcG .navbar-caption,
.cid-u0dPhvxYcG .dropdown-item {
  background-image: none;
}
.cid-u0dPhvxYcG .dropdown-menu,
.cid-u0dPhvxYcG .navbar.opened {
  background: #ffffff !important;
}
.cid-u0dPhvxYcG .nav-item:focus,
.cid-u0dPhvxYcG .nav-link:focus {
  outline: none;
}
.cid-u0dPhvxYcG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
}
.cid-u0dPhvxYcG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0dPhvxYcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0dPhvxYcG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0dPhvxYcG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0dPhvxYcG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0dPhvxYcG .navbar {
  min-height: 106px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u0dPhvxYcG .navbar.opened {
  transition: all 0.3s;
}
.cid-u0dPhvxYcG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0dPhvxYcG .navbar .navbar-logo img {
  width: auto;
}
.cid-u0dPhvxYcG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0dPhvxYcG .navbar.collapsed {
  justify-content: center;
}
.cid-u0dPhvxYcG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0dPhvxYcG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u0dPhvxYcG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0dPhvxYcG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0dPhvxYcG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0dPhvxYcG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0dPhvxYcG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0dPhvxYcG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0dPhvxYcG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0dPhvxYcG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0dPhvxYcG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0dPhvxYcG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0dPhvxYcG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0dPhvxYcG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0dPhvxYcG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0dPhvxYcG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0dPhvxYcG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0dPhvxYcG .navbar.navbar-short {
  min-height: 106px;
}
.cid-u0dPhvxYcG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0dPhvxYcG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0dPhvxYcG .navbar-brand {
  min-height: 106px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0dPhvxYcG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0dPhvxYcG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0dPhvxYcG .dropdown-item.active,
.cid-u0dPhvxYcG .dropdown-item:active {
  background-color: transparent;
}
.cid-u0dPhvxYcG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0dPhvxYcG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0dPhvxYcG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0dPhvxYcG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0dPhvxYcG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0dPhvxYcG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0dPhvxYcG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0dPhvxYcG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0dPhvxYcG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0dPhvxYcG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u0dPhvxYcG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0dPhvxYcG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0dPhvxYcG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0dPhvxYcG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0dPhvxYcG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0dPhvxYcG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0dPhvxYcG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0dPhvxYcG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0dPhvxYcG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0dPhvxYcG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0dPhvxYcG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0dPhvxYcG .navbar {
    height: 70px;
  }
  .cid-u0dPhvxYcG .navbar.opened {
    height: auto;
  }
  .cid-u0dPhvxYcG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0dPhvxYcG .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u0dPhvxYcG .nav-item a {
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u0dPhw3SSp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/39-1626x995.jpg");
}
.cid-u0dPhw3SSp H1 {
  color: #ffffff;
}
.cid-u0dPhw3SSp .mbr-text,
.cid-u0dPhw3SSp .mbr-section-btn {
  color: #ffffff;
}
.cid-u0dPhwoQXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f9c5db;
}
.cid-u0dPhwoQXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0dPhwoQXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0dPhwoQXL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u0dPhwoQXL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u0dPhwoQXL .container {
    padding: 0 24px;
  }
}
.cid-u0dPhwoQXL .row {
  justify-content: center;
}
.cid-u0dPhwoQXL .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u0dPhwoQXL .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-u0dPhwoQXL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #ffffff;
  border-radius: .75rem;
}
.cid-u0dPhwoQXL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u0dPhwoQXL .mbr-section-title {
  color: #141414;
}
.cid-u0dPhwoQXL .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u0dPhwoQXL .mbr-desc,
.cid-u0dPhwoQXL .desc-wrapper {
  text-align: left;
}
.cid-u0dPhwoQXL .mbr-text DIV {
  text-align: left;
}
.cid-u0dPhxoxvY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-u0dPhxoxvY .mbr-text a {
  background-size: 100% 0%;
}
.cid-u0dPhxoxvY .mbr-text a:hover {
  background-size: 100% 100%;
}
.cid-u0dPhxoxvY .media-container-row .mbr-text {
  color: #000000;
}
