.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 5.6rem;
  line-height: 1.28348214;
}
.display-1 > .mbr-iconfont {
  font-size: 8.96rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.68421053rem;
    line-height: 1.30625;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.2748538rem;
    line-height: 1.3359375;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.24rem;
    line-height: 1.33928571;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  line-height: 1.40625;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.35294118rem;
    line-height: 1.5140625;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.1192053rem;
    line-height: 1.53359375;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.55339806rem;
    line-height: 1.4484375;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.4rem;
  line-height: 1.30208333;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.92rem;
    line-height: 1.3671875;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.64383562rem;
    line-height: 1.140625;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.36363636rem;
    line-height: 1.375;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffab16 !important;
}
.bg-success {
  background-color: #46877e !important;
}
.bg-info {
  background-color: #003d59 !important;
}
.bg-warning {
  background-color: #282727 !important;
}
.bg-danger {
  background-color: #fdcc67 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffab16 !important;
  border-color: #ffab16 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ffab16;
  border-color: #ffab16;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffab16 !important;
  border-color: #ffab16 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #689bb2 !important;
  border-color: #689bb2 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #689bb2;
  border-color: #689bb2;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #689bb2 !important;
  border-color: #689bb2 !important;
}
.btn-secondary:hover {
  background-color: #4e8299 !important;
  border-color: #4e8299 !important;
}
.btn-info,
.btn-info:active {
  background-color: #003d59 !important;
  border-color: #003d59 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #003d59;
  border-color: #003d59;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-info:hover {
  background-color: #001a26 !important;
  border-color: #001a26 !important;
}
.btn-success,
.btn-success:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-success:hover {
  background-color: #35655f !important;
  border-color: #35655f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #282727 !important;
  border-color: #282727 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #282727;
  border-color: #282727;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #282727 !important;
  border-color: #282727 !important;
}
.btn-warning:hover {
  background-color: #424040 !important;
  border-color: #424040 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
  color: #644401 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #644401 !important;
  background-color: #fdcc67;
  border-color: #fdcc67;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-danger:hover {
  background-color: #fedd99 !important;
  border-color: #fedd99 !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:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ffab16;
  color: #ffab16;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #ffab16 !important;
  border-color: #ffab16;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffab16 !important;
  border-color: #ffab16 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #689bb2;
  color: #689bb2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #689bb2 !important;
  border-color: #689bb2;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #689bb2 !important;
  border-color: #689bb2 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #003d59;
  color: #003d59;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #003d59 !important;
  border-color: #003d59;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #282727;
  color: #282727;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #282727 !important;
  border-color: #282727;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #282727 !important;
  border-color: #282727 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fdcc67;
  color: #fdcc67;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #644401 !important;
  background: #fdcc67 !important;
  border-color: #fdcc67;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #644401 !important;
  background-color: #fdcc67 !important;
  border-color: #fdcc67 !important;
}
.btn-black-outline {
  border: 1px 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: 1px 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;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #ffab16 !important;
}
.text-secondary {
  color: #689bb2 !important;
}
.text-success {
  color: #46877e !important;
}
.text-info {
  color: #003d59 !important;
}
.text-warning {
  color: #282727 !important;
}
.text-danger {
  color: #fdcc67 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffc762 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #3d6577 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #23443f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #282727 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fbaa03 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ffab16 !important;
}
.alert-success {
  background-color: #46877e;
}
.alert-info {
  background-color: #003d59;
}
.alert-warning {
  background-color: #282727;
}
.alert-danger {
  background-color: #fdcc67;
}
.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: #ffab16;
  border-color: #ffab16;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #ffab16;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5e2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ac2bb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #0094d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dadada;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #ffab16;
}
/* 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: #ffab16;
  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: #ffab16;
  border-bottom-color: #ffab16;
}
.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: #ffab16 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #689bb2 !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;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-s141Ippwmk {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s141Ippwmk .nav-link,
.cid-s141Ippwmk .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s141Ippwmk .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s141Ippwmk .nav-link.text-primary:hover,
.cid-s141Ippwmk .nav-link.text-primary:focus {
  color: #ffab16 !important;
}
.cid-s141Ippwmk .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s141Ippwmk .nav-link:hover:before {
  opacity: 1;
}
.cid-s141Ippwmk .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #689bb2;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .nav-link {
    margin: 0 !important;
  }
}
.cid-s141Ippwmk .icons-menu {
  line-height: 0;
}
.cid-s141Ippwmk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s141Ippwmk .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s141Ippwmk .dropdown-menu a {
  overflow: hidden;
}
.cid-s141Ippwmk .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s141Ippwmk .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-s141Ippwmk .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/mbr-1-1920x1279.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s141Ippwmk .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-s141Ippwmk .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/italy6-1200x800.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-s141Ippwmk .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-s141Ippwmk .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-s141Ippwmk .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-s141Ippwmk .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-s141Ippwmk .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-s141Ippwmk.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s141Ippwmk .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s141Ippwmk .btn {
    white-space: nowrap;
  }
  .cid-s141Ippwmk .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ffab16;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item.dropdown:hover::before,
  .cid-s141Ippwmk .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s141Ippwmk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s141Ippwmk .navbar > .container,
.cid-s141Ippwmk .navbar > .container-fluid {
  align-items: center;
}
.cid-s141Ippwmk .dropdown-toggle::after,
.cid-s141Ippwmk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-s141Ippwmk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s141Ippwmk .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s141Ippwmk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s141Ippwmk .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s141Ippwmk .nav-item:focus,
.cid-s141Ippwmk .nav-link:focus {
  outline: none;
}
.cid-s141Ippwmk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s141Ippwmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s141Ippwmk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s141Ippwmk ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s141Ippwmk .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s141Ippwmk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s141Ippwmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s141Ippwmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s141Ippwmk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s141Ippwmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s141Ippwmk .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s141Ippwmk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s141Ippwmk .nav-item .nav-link::before {
    display: none;
  }
  .cid-s141Ippwmk.opened .dropdown-menu {
    top: 0;
  }
  .cid-s141Ippwmk .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s141Ippwmk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s141Ippwmk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s141Ippwmk .navbar-logo {
    margin: 0;
  }
  .cid-s141Ippwmk .navbar-logo img {
    height: 60px !important;
  }
  .cid-s141Ippwmk .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s141Ippwmk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s141Ippwmk .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s141Ippwmk .navbar {
    padding: 13px 90px;
  }
  .cid-s141Ippwmk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s141Ippwmk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s141Ippwmk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s141Ippwmk .dropdown-toggle::after,
  .cid-s141Ippwmk .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s141Ippwmk .nav-item {
    border-bottom: 1px solid #ffab16;
  }
  .cid-s141Ippwmk a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s141Ippwmk .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s141Ippwmk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s141Ippwmk.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s141Ippwmk.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s141Ippwmk.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s141Ippwmk .navbar {
    padding: 0 !important;
  }
  .cid-s141Ippwmk ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s141Ippwmk a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s141Ippwmk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s141Ippwmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s141Ippwmk .dropdown-item.active,
.cid-s141Ippwmk .dropdown-item:active {
  background-color: transparent;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s141Ippwmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s141Ippwmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffab16;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s141Ippwmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s141Ippwmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s141Ippwmk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s141Ippwmk .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s141Ippwmk .navbar {
    height: 97px;
  }
  .cid-s141Ippwmk .navbar.opened {
    height: auto;
  }
  .cid-s141Ippwmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szlGrbDUsS {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffab16;
}
.cid-szlGrbDUsS .mbr-section-subtitle {
  font-weight: 400;
}
.cid-szlGrbDUsS .mbr-section-title {
  padding-bottom: 2rem;
  color: #000000;
}
.cid-szlGrbDUsS .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-szlGrbDUsS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-szlGrbDUsS .mbr-figure {
    margin-bottom: 3rem;
  }
}
.cid-szlGrbDUsS .form-control {
  min-height: 2.7em;
  padding: 0 1.8rem;
  font-size: 18px;
  background-color: white;
  width: 100%;
}
@media (max-width: 350px) {
  .cid-szlGrbDUsS .input-group-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-szlGrbDUsS .form-control {
    margin-bottom: 10px;
  }
  .cid-szlGrbDUsS .form-group {
    max-width: 300px;
  }
  .cid-szlGrbDUsS .mbr-form .row {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}
.cid-szlGrbDUsS .form-group,
.cid-szlGrbDUsS .input-group-btn {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cid-szlGrbDUsS .mbr-form > * {
    margin: 0 0rem;
    align-items: stretch;
  }
  .cid-szlGrbDUsS .col + .input-group-btn .btn,
  .cid-szlGrbDUsS .col-auto + .input-group-btn .btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-szlGrbDUsS .dragArea > *:nth-last-child(2).col,
  .cid-szlGrbDUsS .dragArea > *:nth-last-child(2).col-auto,
  .cid-szlGrbDUsS .col + .input-group-btn,
  .cid-szlGrbDUsS .col-auto + .input-group-btn {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .cid-szlGrbDUsS .dragArea > *:nth-last-child(2).col input,
  .cid-szlGrbDUsS .dragArea > *:nth-last-child(2).col-auto input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.cid-szlGrbDUsS .mbr-section-subtitle,
.cid-szlGrbDUsS .mbr-section-btn {
  color: #efefef;
}
.cid-szlhh8cGIf {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-szlhh8cGIf .mbr-section-title {
  margin-bottom: 20px;
  color: #ffab16;
}
.cid-szlhh8cGIf .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-szlhh8cGIf .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-szlhh8cGIf .card__title1 {
  color: #0e2d3b;
}
.cid-szlhh8cGIf .card__title2 {
  color: #ffab16;
}
.cid-szlhh8cGIf .card__title3 {
  color: #000000;
}
.cid-szlhh8cGIf .figure {
  margin-bottom: 26px;
}
.cid-szlhh8cGIf .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-szlhh8cGIf .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/sin-ttulo-2-64x64.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-szlhh8cGIf .card__text {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-szlhh8cGIf .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-szlhh8cGIf .card__wrap {
    margin-bottom: 25px;
  }
  .cid-szlhh8cGIf .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-szlhh8cGIf .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-szlhh8cGIf .figure {
    margin-bottom: 10px;
  }
  .cid-szlhh8cGIf .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-szr82iaJhR {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-szr82iaJhR .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-szr82iaJhR .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-szr82iaJhR .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-szr82iaJhR .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-szr82iaJhR .img__wrap .image img {
    height: auto;
  }
  .cid-szr82iaJhR .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-szr82iaJhR {
    padding-top: 10rem;
  }
  .cid-szr82iaJhR .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-szr82iaJhR {
    padding-top: 8rem;
  }
  .cid-szr82iaJhR .img__wrap {
    top: -60px;
  }
}
.cid-szr82iaJhR .mbr-section-subtitle {
  color: #000000;
}
.cid-szr82iaJhR .mbr-section-title {
  color: #ffab16;
}
.cid-szpRAs2Rv4 {
  overflow: hidden !important;
  background: linear-gradient(to right, #0e2d3b 0%, #0e2d3b 30%, #ffab16 30%, #ffab16 100%);
}
.cid-szpRAs2Rv4 .animated-element {
  color: #efefef;
}
.cid-szpRAs2Rv4 .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-szpRAs2Rv4 .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-szpRAs2Rv4 {
    background: #ffab16;
  }
}
.cid-szpRAs2Rv4 .mbr-section-subtitle {
  color: #000000;
}
.cid-szpRAs2Rv4 .mbr-text,
.cid-szpRAs2Rv4 .mbr-section-btn {
  color: #efefef;
}
.cid-s141LDyyGb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-s141LDyyGb .title__block {
  position: relative;
  z-index: 10;
}
.cid-s141LDyyGb .mbr-section-title {
  margin-bottom: 25px;
  color: #ffab16;
}
.cid-s141LDyyGb .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-s141LDyyGb .mbr-section-btn {
  padding-right: 150px;
}
.cid-s141LDyyGb .slider__block .container {
  padding: 0 15px;
}
.cid-s141LDyyGb .carousel {
  padding-bottom: 100px;
}
.cid-s141LDyyGb .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-s141LDyyGb .carousel-item {
  justify-content: center;
  transition: all 0s ease;
}
.cid-s141LDyyGb .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img {
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transition: all 0s;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-s141LDyyGb .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
}
.cid-s141LDyyGb .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-s141LDyyGb .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-s141LDyyGb .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-s141LDyyGb .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #3a6686;
  transition: all 0.3s ease;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-s141LDyyGb .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-s141LDyyGb .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #3a6686;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
}
.cid-s141LDyyGb .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #3a6686;
  margin: 0;
  opacity: 1;
}
.cid-s141LDyyGb .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-s141LDyyGb .cloneditem-1,
.cid-s141LDyyGb .cloneditem-2,
.cid-s141LDyyGb .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-s141LDyyGb .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s141LDyyGb .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s141LDyyGb .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-1,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-2,
  .cid-s141LDyyGb .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-s141LDyyGb .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-s141LDyyGb .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-s141LDyyGb .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-s141LDyyGb .mbr-section-btn {
    padding-right: 0;
  }
  .cid-s141LDyyGb .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-s141LDyyGb .carousel-item {
    transition: all .3s ease;
  }
  .cid-s141LDyyGb .carousel-item .wrap-img {
    height: auto;
    transition: all .3s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-s141LDyyGb .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-s141LDyyGb .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-s141LDyyGb .carousel {
    padding-bottom: 50px;
  }
}
.cid-s141LDyyGb .mbr-text,
.cid-s141LDyyGb .mbr-section-btn {
  color: #2c3945;
}
.cid-szlAhsTXCJ {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-6-1920x1280.jpg");
}
.cid-szlAhsTXCJ H1 {
  color: #000000;
}
.cid-szlAhsTXCJ h1 {
  background: linear-gradient(to left, #689bb2, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-s142IrZnOI {
  padding-top: 8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #efefef;
}
.cid-s142IrZnOI .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  color: #2c3945;
}
.cid-s142IrZnOI .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-s142IrZnOI .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-s142IrZnOI .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-s142IrZnOI .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s142IrZnOI .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover {
  border: 2px solid #ffab16;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s142IrZnOI .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #ffab16;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-s142IrZnOI .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-s142IrZnOI .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #46877e;
}
.cid-s142IrZnOI .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-s142IrZnOI .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-s142IrZnOI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s142IrZnOI .link a {
  font-weight: 700;
  color: #08af83;
}
.cid-s142IrZnOI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s142IrZnOI .link:hover span {
  transform: translateX(9px);
}
.cid-s142IrZnOI .carousel-item.active,
.cid-s142IrZnOI .carousel-item-next,
.cid-s142IrZnOI .carousel-item-prev {
  display: flex;
}
.cid-s142IrZnOI .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s142IrZnOI .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #ffab16;
  background-color: transparent;
}
.cid-s142IrZnOI .carousel-controls a span {
  color: #ffab16;
  font-size: 18px;
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next,
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .cloneditem-1,
.cid-s142IrZnOI .cloneditem-2,
.cid-s142IrZnOI .cloneditem-3,
.cid-s142IrZnOI .cloneditem-4,
.cid-s142IrZnOI .cloneditem-5 {
  display: none;
}
.cid-s142IrZnOI .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s142IrZnOI .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s142IrZnOI .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-s142IrZnOI .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-s142IrZnOI .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-s142IrZnOI .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-s142IrZnOI .title__block {
    padding-left: 63px;
  }
  .cid-s142IrZnOI .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-s142IrZnOI .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s142IrZnOI .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-s142IrZnOI .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-s142IrZnOI .carousel-controls {
    display: none;
  }
}
.cid-s142IrZnOI .mbr-section-subtitle {
  color: #ffab16;
}
.cid-s142IrZnOI .mbr-section-title {
  color: #000000;
}
.cid-s142IrZnOI .slider__content .slider__title {
  color: #000000;
}
.cid-s142IrZnOI .slider__content .slider__subtitle {
  color: #ffab16;
}
.cid-szr6F9f8D1 {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #efefef;
}
.cid-szr6F9f8D1 .stats-item {
  padding: 80px 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.cid-szr6F9f8D1 .stats-item:hover .mbr-iconfont::before {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
  display: block;
}
.cid-szr6F9f8D1 .stats-item > span {
  transition: all 0.3s ease-in-out;
}
.cid-szr6F9f8D1 .heading {
  color: #ffffff;
}
.cid-szr6F9f8D1 .counter {
  text-align: center;
  color: #ffffff;
}
.cid-szr6F9f8D1 .mbr-iconfont {
  font-size: 45px;
  align-self: center;
  margin-bottom: 22px;
  border: 2px dashed #13287d;
  border-radius: 50%;
  padding: 35.5px;
}
.cid-szr6F9f8D1 .mbr-card-title,
.cid-szr6F9f8D1 .mbr-iconfont {
  text-align: center;
  color: #ffffff;
  display: block;
}
@media (max-width: 768px) {
  .cid-szr6F9f8D1 .stats-item {
    padding: 30px 25px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-szr6F9f8D1 .stats-item .common-wrap .fld-wrap .counter {
  color: #000000;
}
.cid-szr6F9f8D1 .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-szr6F9f8D1 .mbr-iconfont {
  color: #13287d;
}
.cid-szr6F9f8D1 .stats-item .common-wrap .fld-wrap .mbr-card-title,
.cid-szr6F9f8D1 .mbr-iconfont {
  color: #ffab16;
}
.cid-szrchLabuj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-szrchLabuj .google-map {
  height: 25rem;
  position: relative;
}
.cid-szrchLabuj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-szrchLabuj .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-szrchLabuj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-szrchLabuj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-szrchLabuj .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-szrchLabuj .form-container {
  padding: 3rem;
}
.cid-szrchLabuj .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-szrchLabuj .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #ffab16, #ffab16);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-szrchLabuj .mbr-text {
  color: #13287d;
}
@media (min-width: 992px) {
  .cid-szrchLabuj .form-group,
  .cid-szrchLabuj .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-szrchLabuj .form-control {
  border-radius: .25rem !important;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
}
.cid-szrchLabuj textarea.form-control {
  min-height: 170px;
}
@media (max-width: 767px) {
  .cid-szrchLabuj .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-szrchLabuj .text-block {
    margin-bottom: 2rem;
  }
  .cid-szrchLabuj .wrapper {
    margin-top: 0;
  }
}
.cid-szrchLabuj .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-szrchLabuj .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-szrchLabuj .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-szrchLabuj .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-szrchLabuj .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-szrchLabuj .social-list a:hover {
  opacity: 1;
}
.cid-szlBsuYS4f {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #0e2d3b;
}
.cid-szlBsuYS4f input {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
.cid-szlBsuYS4f a {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
  padding-left: 0;
  padding-right: 0;
  word-break: normal;
  justify-content: center;
}
.cid-szlBsuYS4f a:hover {
  color: #ffab16;
  background-color: rgba(0, 0, 0, 0);
}
.cid-szlBsuYS4f .mbr-section-subtitle {
  text-transform: uppercase;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.cid-szlBsuYS4f .mbr-text {
  color: #626262;
  padding-top: 5rem;
}
.cid-szlBsuYS4f .margin {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .cid-szlBsuYS4f .distance {
    margin-top: 50px;
  }
}
@media (max-width: 960px) {
  .cid-szlBsuYS4f .long-distance {
    margin-top: 50px;
  }
}
.cid-szlBsuYS4f .mbr-section-title {
  color: #ffab16;
  text-transform: uppercase;
}
.cid-szlBsuYS4f .mbr-section-subtitle:hover {
  color: #ffab16;
}
.cid-szlBsuYS4f .btn {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-szlBsuYS4f .text-primary {
  color: #000000 !important;
}
.cid-szlBsuYS4f .form-group {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 690px) {
  .cid-szlBsuYS4f img {
    padding-bottom: 50px;
    padding-right: 0;
  }
}
@media (min-width: 990px) {
  .cid-szlBsuYS4f img {
    padding-right: 50px;
  }
}
.cid-szlBsuYS4f .lin {
  color: #efefef;
}
.cid-szrffUWt2X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffab16;
}
.cid-szrffUWt2X .links {
  text-align: center;
  color: #ffffff;
}
.cid-szrffUWt2X p {
  margin: 0;
}
.cid-szrffUWt2X a {
  color: #ffffff;
}
.cid-szrffUWt2X a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-szlBKddevT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffab16;
}
.cid-szlBKddevT .media-container-row .mbr-text {
  color: #000000;
}
