.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #58595b !important;
}
.bg-info {
  background-color: #0d41a8 !important;
}
.bg-warning {
  background-color: #ffb429 !important;
}
.bg-danger {
  background-color: #0074c9 !important;
}
.btn-primary .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary .mbr-iconfont {
  border: 1px solid #757575;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #757575 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1153d7 !important;
  border-color: #1153d7 !important;
}
.btn-success .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #58595b !important;
  border-color: #58595b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #717275 !important;
  border-color: #717275 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #717275 !important;
  border-color: #717275 !important;
}
.btn-warning .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffb429 !important;
  border-color: #ffb429 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc65c !important;
  border-color: #ffc65c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc65c !important;
  border-color: #ffc65c !important;
}
.btn-danger .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #0074c9 !important;
  border-color: #0074c9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #0091fc !important;
  border-color: #0091fc !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0091fc !important;
  border-color: #0091fc !important;
}
.btn-white .mbr-iconfont {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 1px solid #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 1px solid #d4d4d4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 1px solid #f4f4f4;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #c9c9c9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 1px solid #c9c9c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-info-outline .mbr-iconfont {
  border: 1px solid #0d41a8;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0d41a8;
  color: #0d41a8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #072258 !important;
  background-color: transparent !important;
  border-color: #072258 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 1px solid #072258;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0d41a8 !important;
  border-color: #0d41a8 !important;
}
.btn-success-outline .mbr-iconfont {
  border: 1px solid #58595b;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #58595b;
  color: #58595b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2d2e2f !important;
  background-color: transparent !important;
  border-color: #2d2e2f !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 1px solid #2d2e2f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #58595b !important;
  border-color: #58595b !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 1px solid #ffb429;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffb429;
  color: #ffb429;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d18800 !important;
  background-color: transparent !important;
  border-color: #d18800 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 1px solid #d18800;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb429 !important;
  border-color: #ffb429 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 1px solid #0074c9;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0074c9;
  color: #0074c9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #004272 !important;
  background-color: transparent !important;
  border-color: #004272 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 1px solid #004272;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0074c9 !important;
  border-color: #0074c9 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 1px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 1px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #f4f4f4 !important;
}
.text-success {
  color: #58595b !important;
}
.text-info {
  color: #0d41a8 !important;
}
.text-warning {
  color: #ffb429 !important;
}
.text-danger {
  color: #0074c9 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c1c1c1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #262627 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #061c49 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c27e00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #003963 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0d41a8;
}
.alert-warning {
  background-color: #ffb429;
}
.alert-danger {
  background-color: #0074c9;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #98999b;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #447ef1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffbf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #96d3ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4f4f4 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 17px 26px;
  font-weight: 400;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  border-radius: 100%;
  border: 1px solid inherit;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.embla__button {
  border-radius: 2rem;
}
.item-number {
  border-radius: 1rem;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.item-tag {
  border-radius: 100px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 1rem !important;
  border-radius: 0 !important;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uLkiHDKXy4 {
  align-items: flex-end;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-27-1772x1378.jpg");
}
.cid-uLkiHDKXy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiHDKXy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiHDKXy4 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uLkiHDKXy4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffb429;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uLkiHDKXy4 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uLkiHDKXy4 .btn-wrapper {
  margin-top: -10%;
}
.cid-uLkiHDKXy4 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .mbr-text {
  color: #f4f4f4;
}
.cid-uLkiHDKXy4 .item-title {
  color: #58595b;
}
.cid-uLkiHDKXy4 .mbr-text,
.cid-uLkiHDKXy4 .text-wrapper {
  text-align: left;
}
.cid-uLkiHDKXy4 .item-title,
.cid-uLkiHDKXy4 .items-wrapper {
  color: #ffffff;
}
.cid-uT5u6IZcvO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5u6IZcvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5u6IZcvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5u6IZcvO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5u6IZcvO .row {
  flex-direction: row-reverse;
}
.cid-uT5u6IZcvO img {
  width: 100%;
}
.cid-uSrtuawxRk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSrtuawxRk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSrtuawxRk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSrtuawxRk .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSrtuawxRk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSrtuawxRk .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSrtuawxRk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSrtuawxRk .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uSrtuawxRk .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSrtuawxRk .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uSrtuawxRk .mbr-section-title {
  color: #ffffff;
}
.cid-uSrtuawxRk .mbr-text {
  color: #ffffff;
}
.cid-uSrtuawxRk .mbr-section-title,
.cid-uSrtuawxRk .mbr-section-btn {
  color: #fca400;
  text-align: left;
}
.cid-uSrtuawxRk .mbr-text,
.cid-uSrtuawxRk .text-wrapper {
  color: #0074c9;
}
.cid-uLkiJDsN7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLkiJDsN7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkiJDsN7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkiJDsN7r .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uLkiJDsN7r .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uLkiJDsN7r .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #0074c9;
  margin-bottom: 20px;
}
.cid-uLkiJDsN7r .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #0074c9;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uLkiJDsN7r .items-wrapper {
  margin: 0 -5px;
}
.cid-uLkiJDsN7r .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ffb429;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uLkiJDsN7r .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkiJDsN7r .mbr-section-title {
  color: #093388;
}
.cid-uLkiJDsN7r .item-title {
  color: #093388;
}
.cid-uLkiJDsN7r .item-text {
  color: #58595b;
}
.cid-uLkiJDsN7r .mbr-section-title,
.cid-uLkiJDsN7r .title-wrapper {
  color: #0074c9;
}
.cid-uLkiJDsN7r .item-text,
.cid-uLkiJDsN7r .text-wrapper {
  text-align: left;
  color: #0074c9;
}
.cid-uSsCtSyB53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg-1920x1280.jpeg");
}
.cid-uSsCtSyB53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsCtSyB53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsCtSyB53 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSsCtSyB53 .content-wrapper .mbr-section-title span {
  color: #ffffff;
}
.cid-uSsCtSyB53 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSsCtSyB53 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSsCtSyB53 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffb429, #0074c9, #ffb429);
}
@media (max-width: 992px) {
  .cid-uSsCtSyB53 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSsCtSyB53 .mbr-section-title {
  color: #ffffff;
}
.cid-uSsCtSyB53 .mbr-text,
.cid-uSsCtSyB53 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-uSsCtSyB53 .mbr-section-title,
.cid-uSsCtSyB53 .mbr-section-btn {
  text-align: left;
  color: #ffb429;
}
.cid-uSqKjL8n0C {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-3.jpg-1476x1073.jpg");
}
.cid-uSqKjL8n0C H1 {
  color: #232323;
}
.cid-uSqKjL8n0C .mbr-text,
.cid-uSqKjL8n0C .mbr-section-btn {
  color: #58595b;
}
.cid-uSqKjL8n0C .img-box {
  position: relative;
}
.cid-uSqKjL8n0C .card-ico span {
  font-size: 96px;
  color: #ffffff;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uSqKjL8n0C .card-ico .ico1 {
  background-color: #63b216;
}
.cid-uSqKjL8n0C .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uSqKjL8n0C .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-uSqKjL8n0C img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uSqKjL8n0C .author-box {
    justify-content: center;
  }
  .cid-uSqKjL8n0C .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uSqKjL8n0C .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-uSqKjL8n0C .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uSqKjL8n0C .card-ico span {
    margin-right: 0rem;
  }
}
.cid-uSqKjL8n0C .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uSqKjL8n0C .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uSqKjL8n0C .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uSqKjL8n0C h3,
.cid-uSqKjL8n0C h4 {
  margin: 0;
  padding: 0;
}
.cid-uSqKjL8n0C .card-title,
.cid-uSqKjL8n0C .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqKjL8n0C H2 {
  text-align: left;
  color: #353535;
}
.cid-uSststadVU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-3.jpg-1476x1073.jpg");
}
.cid-uSststadVU .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uSststadVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSststadVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSststadVU .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uSststadVU .image-wrap {
    height: 300px;
  }
}
.cid-uSqL2ofwzf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-3.jpg-1476x1073.jpg");
}
.cid-uSqL2ofwzf H1 {
  color: #232323;
}
.cid-uSqL2ofwzf .mbr-text,
.cid-uSqL2ofwzf .mbr-section-btn {
  color: #58595b;
}
.cid-uSqL2ofwzf .img-box {
  position: relative;
}
.cid-uSqL2ofwzf .card-ico span {
  font-size: 96px;
  color: #ffffff;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uSqL2ofwzf .card-ico .ico1 {
  background-color: #63b216;
}
.cid-uSqL2ofwzf .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-uSqL2ofwzf .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-uSqL2ofwzf img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 255, 255, 0.35);
}
@media (max-width: 576px) {
  .cid-uSqL2ofwzf .author-box {
    justify-content: center;
  }
  .cid-uSqL2ofwzf .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uSqL2ofwzf .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-uSqL2ofwzf .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uSqL2ofwzf .card-ico span {
    margin-right: 0rem;
  }
}
.cid-uSqL2ofwzf .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uSqL2ofwzf .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uSqL2ofwzf .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uSqL2ofwzf h3,
.cid-uSqL2ofwzf h4 {
  margin: 0;
  padding: 0;
}
.cid-uSqL2ofwzf .card-title,
.cid-uSqL2ofwzf .mbr-section-subtitle {
  color: #232323;
}
.cid-uSqL2ofwzf H2 {
  text-align: left;
  color: #353535;
}
.cid-uSCdSpFqmp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ededee;
}
.cid-uSCdSpFqmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSCdSpFqmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSCdSpFqmp .row {
  justify-content: center;
}
.cid-uSCdSpFqmp .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSCdSpFqmp .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uSCdSpFqmp .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSCdSpFqmp .mbr-text {
  color: #fff7ee;
}
.cid-uSCdSpFqmp #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uSCdSpFqmp img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSsBHb0ANm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededee;
}
.cid-uSsBHb0ANm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsBHb0ANm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsBHb0ANm .row {
  justify-content: space-between;
}
.cid-uSsBHb0ANm .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffb429;
}
@media (max-width: 992px) {
  .cid-uSsBHb0ANm .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSsBHb0ANm .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSsBHb0ANm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSsBHb0ANm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSsBHb0ANm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSsBHb0ANm .mbr-label {
  color: #000000;
}
.cid-uSsBHb0ANm .mbr-section-title {
  color: #0074c9;
  text-align: right;
}
.cid-uSsBHb0ANm .mbr-desc {
  color: #093388;
}
.cid-uSsBHb0ANm .mbr-text {
  color: #8a8a8a;
}
.cid-uSsBHb0ANm .mbr-label,
.cid-uSsBHb0ANm .label-wrapper {
  color: #0074c9;
}
.cid-uSsBHb0ANm .mbr-text,
.cid-uSsBHb0ANm .mbr-section-btn {
  color: #0074c9;
}
.cid-uSsBdAoG6E {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uSsBdAoG6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSsBdAoG6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSsBdAoG6E .container-fluid {
  padding: 0;
}
.cid-uSsBdAoG6E .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-uSsBdAoG6E .row {
    padding: 0 12px;
  }
}
.cid-uSsBdAoG6E .container-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #ebeced;
}
.cid-uSsBdAoG6E .title-wrapper {
  width: 100%;
  padding: 0 3rem;
}
@media (max-width: 992px) {
  .cid-uSsBdAoG6E .title-wrapper {
    padding: 29px 12px 29px;
  }
}
.cid-uSsBdAoG6E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  letter-spacing: .5rem;
}
.cid-uSsBdAoG6E .image-wrapper {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSsBdAoG6E .image-wrapper {
    padding: 0 12px;
  }
}
.cid-uSsBdAoG6E .image-wrapper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSsBdAoG6E .image-wrapper .img {
    height: 300px;
  }
}
.cid-uSsBdAoG6E .mbr-section-title {
  color: #0074c9;
  text-align: left;
}
.cid-uTgW3BibnL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uTgW3BibnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgW3BibnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgW3BibnL .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper {
    display: block;
  }
}
.cid-uTgW3BibnL .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uTgW3BibnL .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #093388;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper .date-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper .content-wrapper .date-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper .date-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTgW3BibnL .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTgW3BibnL .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTgW3BibnL .mbr-date {
  color: #f4f4f4;
  text-align: right;
}
.cid-uTgW3BibnL .mbr-section-title {
  color: #f4f4f4;
}
.cid-uTgW3BibnL .mbr-text {
  color: #d7d2d2;
}
.cid-uTgW3BibnL .mbr-text,
.cid-uTgW3BibnL .text-wrapper {
  text-align: right;
}
.cid-uT5i4OfDc5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uTgSC9wWVC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uTgSC9wWVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgSC9wWVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgSC9wWVC .row {
  justify-content: center;
}
.cid-uTgSC9wWVC .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uTgSC9wWVC .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uTgSC9wWVC .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTgSC9wWVC .mbr-text {
  color: #fff7ee;
}
.cid-uTgSC9wWVC #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uTgSC9wWVC img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uLkjeZWYZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uLkjeZWYZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkjeZWYZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkjeZWYZX .row {
  justify-content: center;
}
.cid-uLkjeZWYZX .row .card {
  justify-content: space-between;
}
.cid-uLkjeZWYZX .content-wrapper {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uLkjeZWYZX .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uLkjeZWYZX .mbr-section-title {
  color: #093388;
}
.cid-uLkjeZWYZX .mbr-list-title {
  color: #093388;
}
.cid-uLkjeZWYZX .list {
  color: #58595b;
}
.cid-uLkjeZWYZX .mbr-section-title,
.cid-uLkjeZWYZX .mbr-section-btn,
.cid-uLkjeZWYZX .content-wrapper {
  color: #0074c9;
}
.cid-uLkjeZWYZX .list,
.cid-uLkjeZWYZX .item-wrap,
.cid-uLkjeZWYZX .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uUU4scMF1z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f4f4;
}
.cid-uUU4scMF1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUU4scMF1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUU4scMF1z .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUU4scMF1z .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uUU4scMF1z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUU4scMF1z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uUU4scMF1z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUU4scMF1z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uUU4scMF1z .mbr-label {
  color: #000000;
}
.cid-uUU4scMF1z .mbr-section-title {
  color: #000000;
}
.cid-uUU4scMF1z .mbr-text {
  color: #000000;
}
.cid-uUU4scMF1z .mbr-section-title,
.cid-uUU4scMF1z .mbr-section-btn,
.cid-uUU4scMF1z .title-wrapper {
  text-align: center;
  color: #0074c9;
}
.cid-uT03F1Wflm {
  align-items: flex-end;
  background-image: url("../../../assets/images/edilkamin-biomasa-climatizacion-henares-servicio-tecnico-1.jpg-1772x1181.jpg");
}
.cid-uT03F1Wflm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT03F1Wflm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT03F1Wflm .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT03F1Wflm .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uT03F1Wflm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uT03F1Wflm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT03F1Wflm .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT03F1Wflm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT03F1Wflm .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffb429;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uT03F1Wflm .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uT03F1Wflm .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uT03F1Wflm .btn-wrapper {
  margin-top: -10%;
}
.cid-uT03F1Wflm .mbr-section-title {
  color: #f4f4f4;
}
.cid-uT03F1Wflm .mbr-text {
  color: #f4f4f4;
}
.cid-uT03F1Wflm .item-title {
  color: #58595b;
}
.cid-uT03F1Wflm .mbr-text,
.cid-uT03F1Wflm .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uT03F1Wflm .item-title,
.cid-uT03F1Wflm .items-wrapper {
  color: #ffffff;
}
.cid-uT03F1Wflm .mbr-section-title,
.cid-uT03F1Wflm .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uT0bwPE2Vy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uT0bwPE2Vy .item:focus,
.cid-uT0bwPE2Vy span:focus {
  outline: none;
}
.cid-uT0bwPE2Vy .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uT0bwPE2Vy .item {
  color: #0074c9;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT0bwPE2Vy .item {
    min-height: 45px;
  }
}
.cid-v2smjhDFYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2smjhDFYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2smjhDFYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2smjhDFYW .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .card-wrapper {
    margin-left: 0;
  }
}
.cid-v2smjhDFYW .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v2smjhDFYW .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v2smjhDFYW .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2smjhDFYW .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v2smjhDFYW .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v2smjhDFYW .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v2smjhDFYW .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v2smjhDFYW .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2smjhDFYW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2smjhDFYW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v2smjhDFYW .mbr-label,
.cid-v2smjhDFYW .label-wrapper {
  color: #000000;
}
.cid-v2smjhDFYW .mbr-section-title {
  color: #0074c9;
  text-align: left;
}
.cid-v2smjhDFYW .mbr-text {
  color: #8a8a8a;
}
.cid-v2smjhDFYW .card-title {
  color: #58595b;
  text-align: left;
}
.cid-v2smjhDFYW .card-text {
  color: #8a8a8a;
}
.cid-v2smjhDFYW .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-v2smjhDFYW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2smjhDFYW .item-star,
.cid-v2smjhDFYW .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-v2smjhDFYW .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2smjhDFYW .mbr-section-title DIV {
  text-align: left;
}
.cid-uSEfRSacu5 {
  align-items: flex-end;
  background-image: url("../../../assets/images/eider-biomasa-climatizacion-henares-servicio-tecnico-1.jpg-1772x1181.jpg");
}
.cid-uSEfRSacu5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEfRSacu5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEfRSacu5 .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSEfRSacu5 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uSEfRSacu5 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSEfRSacu5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSEfRSacu5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uSEfRSacu5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSEfRSacu5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffb429;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uSEfRSacu5 .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uSEfRSacu5 .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSEfRSacu5 .btn-wrapper {
  margin-top: -10%;
}
.cid-uSEfRSacu5 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uSEfRSacu5 .mbr-text {
  color: #f4f4f4;
}
.cid-uSEfRSacu5 .item-title {
  color: #58595b;
}
.cid-uSEfRSacu5 .mbr-text,
.cid-uSEfRSacu5 .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uSEfRSacu5 .item-title,
.cid-uSEfRSacu5 .items-wrapper {
  color: #ffffff;
}
.cid-uSEfRSacu5 .mbr-section-title,
.cid-uSEfRSacu5 .mbr-section-btn {
  text-align: center;
  color: #353535;
}
.cid-uTgYGR6L4n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uT09gX5F8z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT09gX5F8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT09gX5F8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT09gX5F8z .row {
  justify-content: center;
}
.cid-uT09gX5F8z .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT09gX5F8z .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT09gX5F8z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT09gX5F8z .mbr-text {
  color: #fff7ee;
}
.cid-uT09gX5F8z #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT09gX5F8z img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT05qmgr3G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-24.jpg-1476x984.jpg");
}
.cid-uT05qmgr3G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT05qmgr3G .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-uT05qmgr3G .container {
    padding: 0 30px;
  }
}
.cid-uT05qmgr3G .card {
  justify-content: center;
}
.cid-uT05qmgr3G .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uT05qmgr3G .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper {
    padding: 0;
  }
}
.cid-uT05qmgr3G .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uT05qmgr3G .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #0074c9;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uT05qmgr3G .content-wrapper .mbr-text {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .mbr-text {
    margin-bottom: 80px;
  }
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uT05qmgr3G .content-wrapper .items-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .items-wrapper {
    padding-left: 0;
  }
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper .item {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .items-wrapper .item {
    margin-bottom: 80px;
  }
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 55px;
  height: 55px;
  font-size: 55px;
  min-width: 55px;
  margin-right: 60px;
  color: #0074c9;
}
@media (max-width: 992px) {
  .cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0 0 40px 0;
  }
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 40px;
}
.cid-uT05qmgr3G .content-wrapper .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uT05qmgr3G .mbr-desc {
  color: #254b45;
}
.cid-uT05qmgr3G .mbr-text {
  color: #58595b;
}
.cid-uT05qmgr3G .item-title {
  color: #093388;
}
.cid-uT05qmgr3G .item-text {
  color: #58595b;
}
.cid-uT05qmgr3G .mbr-desc,
.cid-uT05qmgr3G .desc-wrapper {
  color: #0d41a8;
}
.cid-uT0bxR7ZZY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0bxR7ZZY .item:focus,
.cid-uT0bxR7ZZY span:focus {
  outline: none;
}
.cid-uT0bxR7ZZY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uT0bxR7ZZY .item {
  color: #0074c9;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT0bxR7ZZY .item {
    min-height: 45px;
  }
}
.cid-uSEfRYEu2Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uT0c994XNm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0c994XNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0c994XNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0c994XNm .row {
  justify-content: center;
}
.cid-uT0c994XNm .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT0c994XNm .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT0c994XNm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0c994XNm .mbr-text {
  color: #fff7ee;
}
.cid-uT0c994XNm #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT0c994XNm img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSEfRVbqK5 {
  align-items: flex-end;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-3.jpg-1476x1073.jpg");
}
.cid-uSEfRVbqK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEfRVbqK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEfRVbqK5 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSEfRVbqK5 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uSEfRVbqK5 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uSEfRVbqK5 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uSEfRVbqK5 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSEfRVbqK5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSEfRVbqK5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSEfRVbqK5 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSEfRVbqK5 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSEfRVbqK5 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSEfRVbqK5 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uSEfRVbqK5 .mbr-text {
  color: #d7d2d2;
}
.cid-uT0i1Ugggi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0i1Ugggi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0i1Ugggi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0i1Ugggi .row {
  justify-content: center;
}
.cid-uT0i1Ugggi .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT0i1Ugggi .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT0i1Ugggi .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0i1Ugggi .mbr-text {
  color: #fff7ee;
}
.cid-uT0i1Ugggi #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT0i1Ugggi img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-v2wvn8JC0z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0047ff;
  background-image: linear-gradient(135deg, #3b84ba 10%, #0047ff 80%, #ffffff 130%);
}
.cid-v2wvn8JC0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wvn8JC0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wvn8JC0z .row {
  justify-content: center;
}
.cid-v2wvn8JC0z .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-v2wvn8JC0z .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-v2wvn8JC0z .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v2wvn8JC0z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wvn8JC0z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2wvn8JC0z .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-v2wvn8JC0z .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-v2wvn8JC0z .mbr-section-title {
  color: #ffffff;
}
.cid-v2wvn8JC0z .mbr-text,
.cid-v2wvn8JC0z .text-wrapper {
  color: #ffffff;
  text-align: right;
}
.cid-v2wvn8JC0z .mbr-section-title,
.cid-v2wvn8JC0z .mbr-section-btn,
.cid-v2wvn8JC0z .logo-wrapper {
  text-align: right;
}
.cid-uT0bvlhGa5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uT0bvlhGa5 .item:focus,
.cid-uT0bvlhGa5 span:focus {
  outline: none;
}
.cid-uT0bvlhGa5 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uT0bvlhGa5 .item {
  color: #0074c9;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uT0bvlhGa5 .item {
    min-height: 45px;
  }
}
.cid-uT0fZ2ienK {
  align-items: flex-end;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-25.jpg-1476x827.jpg");
}
.cid-uT0fZ2ienK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0fZ2ienK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0fZ2ienK .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uT0fZ2ienK .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uT0fZ2ienK .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT0fZ2ienK .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT0fZ2ienK .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT0fZ2ienK .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uT0fZ2ienK .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uT0fZ2ienK .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0fZ2ienK .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uT0fZ2ienK .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT0fZ2ienK .mbr-section-title {
  color: #f4f4f4;
}
.cid-uT0fZ2ienK .mbr-text {
  color: #d7d2d2;
}
.cid-uT5utRdjXe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5utRdjXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5utRdjXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5utRdjXe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5utRdjXe .row {
  flex-direction: row-reverse;
}
.cid-uT5utRdjXe img {
  width: 100%;
}
.cid-uSEfRZNkAh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uSEfRZNkAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEfRZNkAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEfRZNkAh .row {
  justify-content: center;
}
.cid-uSEfRZNkAh .row .card {
  justify-content: space-between;
}
.cid-uSEfRZNkAh .content-wrapper {
  margin-bottom: 20px;
}
.cid-uSEfRZNkAh .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uSEfRZNkAh .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uSEfRZNkAh .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSEfRZNkAh .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSEfRZNkAh .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSEfRZNkAh .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uSEfRZNkAh .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSEfRZNkAh .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSEfRZNkAh .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSEfRZNkAh .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uSEfRZNkAh .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uSEfRZNkAh .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uSEfRZNkAh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSEfRZNkAh .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uSEfRZNkAh .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uSEfRZNkAh .mbr-section-title {
  color: #093388;
}
.cid-uSEfRZNkAh .mbr-list-title {
  color: #093388;
}
.cid-uSEfRZNkAh .list {
  color: #58595b;
}
.cid-uSEfRZNkAh .mbr-section-title,
.cid-uSEfRZNkAh .mbr-section-btn,
.cid-uSEfRZNkAh .content-wrapper {
  color: #0074c9;
}
.cid-uSEfRZNkAh .list,
.cid-uSEfRZNkAh .item-wrap,
.cid-uSEfRZNkAh .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uT0iiYg4Tm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0iiYg4Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0iiYg4Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0iiYg4Tm .row {
  justify-content: center;
}
.cid-uT0iiYg4Tm .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT0iiYg4Tm .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT0iiYg4Tm .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT0iiYg4Tm .mbr-text {
  color: #fff7ee;
}
.cid-uT0iiYg4Tm #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT0iiYg4Tm img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT554L0guG {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uT554L0guG .mbr-text {
  color: #58595b;
}
.cid-uT554L0guG .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uT554L0guG h5,
.cid-uT554L0guG h6 {
  background: #ffffff;
  display: inline;
}
.cid-uT554L0guG h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uT554L0guG h6 {
  line-height: 1.3 !important;
}
.cid-uT554L0guG h6 span {
  padding-right: 2rem;
}
.cid-uT554L0guG .mbr-section-title,
.cid-uT554L0guG .align {
  color: #ffffff;
}
.cid-uT554L0guG .mbr-section-subtitle,
.cid-uT554L0guG .align {
  color: #0074c9;
  text-align: left;
}
.cid-uT5uwDz3Ma {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5uwDz3Ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5uwDz3Ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5uwDz3Ma .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5uwDz3Ma .row {
  flex-direction: row-reverse;
}
.cid-uT5uwDz3Ma img {
  width: 100%;
}
.cid-uT0ij4OtOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uT0ij4OtOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0ij4OtOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0ij4OtOf .row {
  justify-content: center;
}
.cid-uT0ij4OtOf .row .card {
  justify-content: space-between;
}
.cid-uT0ij4OtOf .content-wrapper {
  margin-bottom: 20px;
}
.cid-uT0ij4OtOf .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT0ij4OtOf .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT0ij4OtOf .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT0ij4OtOf .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT0ij4OtOf .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT0ij4OtOf .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uT0ij4OtOf .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT0ij4OtOf .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT0ij4OtOf .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT0ij4OtOf .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uT0ij4OtOf .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uT0ij4OtOf .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uT0ij4OtOf .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT0ij4OtOf .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uT0ij4OtOf .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uT0ij4OtOf .mbr-section-title {
  color: #093388;
}
.cid-uT0ij4OtOf .mbr-list-title {
  color: #093388;
}
.cid-uT0ij4OtOf .list {
  color: #58595b;
}
.cid-uT0ij4OtOf .mbr-section-title,
.cid-uT0ij4OtOf .mbr-section-btn,
.cid-uT0ij4OtOf .content-wrapper {
  color: #0074c9;
}
.cid-uT0ij4OtOf .list,
.cid-uT0ij4OtOf .item-wrap,
.cid-uT0ij4OtOf .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uT55NtTax4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT55NtTax4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT55NtTax4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT55NtTax4 .row {
  justify-content: center;
}
.cid-uT55NtTax4 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT55NtTax4 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT55NtTax4 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT55NtTax4 .mbr-text {
  color: #fff7ee;
}
.cid-uT55NtTax4 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT55NtTax4 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT55NuuFIC {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uT55NuuFIC .mbr-text {
  color: #58595b;
}
.cid-uT55NuuFIC .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uT55NuuFIC h5,
.cid-uT55NuuFIC h6 {
  background: #ffffff;
  display: inline;
}
.cid-uT55NuuFIC h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uT55NuuFIC h6 {
  line-height: 1.3 !important;
}
.cid-uT55NuuFIC h6 span {
  padding-right: 2rem;
}
.cid-uT55NuuFIC .mbr-section-title,
.cid-uT55NuuFIC .align {
  color: #ffffff;
}
.cid-uT55NuuFIC .mbr-section-subtitle,
.cid-uT55NuuFIC .align {
  color: #0074c9;
  text-align: left;
}
.cid-uT5uzdnvRP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5uzdnvRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5uzdnvRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5uzdnvRP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5uzdnvRP .row {
  flex-direction: row-reverse;
}
.cid-uT5uzdnvRP img {
  width: 100%;
}
.cid-uT55NuS5G0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uT55NuS5G0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT55NuS5G0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT55NuS5G0 .row {
  justify-content: center;
}
.cid-uT55NuS5G0 .row .card {
  justify-content: space-between;
}
.cid-uT55NuS5G0 .content-wrapper {
  margin-bottom: 20px;
}
.cid-uT55NuS5G0 .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT55NuS5G0 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT55NuS5G0 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT55NuS5G0 .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT55NuS5G0 .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT55NuS5G0 .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uT55NuS5G0 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT55NuS5G0 .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT55NuS5G0 .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT55NuS5G0 .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uT55NuS5G0 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uT55NuS5G0 .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uT55NuS5G0 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT55NuS5G0 .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uT55NuS5G0 .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uT55NuS5G0 .mbr-section-title {
  color: #093388;
}
.cid-uT55NuS5G0 .mbr-list-title {
  color: #093388;
}
.cid-uT55NuS5G0 .list {
  color: #58595b;
}
.cid-uT55NuS5G0 .mbr-section-title,
.cid-uT55NuS5G0 .mbr-section-btn,
.cid-uT55NuS5G0 .content-wrapper {
  color: #0074c9;
}
.cid-uT55NuS5G0 .list,
.cid-uT55NuS5G0 .item-wrap,
.cid-uT55NuS5G0 .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uT57oJZj56 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT57oJZj56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT57oJZj56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT57oJZj56 .row {
  justify-content: center;
}
.cid-uT57oJZj56 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT57oJZj56 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT57oJZj56 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT57oJZj56 .mbr-text {
  color: #fff7ee;
}
.cid-uT57oJZj56 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT57oJZj56 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT57oKkayj {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uT57oKkayj .mbr-text {
  color: #58595b;
}
.cid-uT57oKkayj .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uT57oKkayj h5,
.cid-uT57oKkayj h6 {
  background: #ffffff;
  display: inline;
}
.cid-uT57oKkayj h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uT57oKkayj h6 {
  line-height: 1.3 !important;
}
.cid-uT57oKkayj h6 span {
  padding-right: 2rem;
}
.cid-uT57oKkayj .mbr-section-title,
.cid-uT57oKkayj .align {
  color: #ffffff;
}
.cid-uT57oKkayj .mbr-section-subtitle,
.cid-uT57oKkayj .align {
  color: #0074c9;
  text-align: left;
}
.cid-uT5uDDk40N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5uDDk40N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5uDDk40N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5uDDk40N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5uDDk40N .row {
  flex-direction: row-reverse;
}
.cid-uT5uDDk40N img {
  width: 100%;
}
.cid-uT57oKKx0l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uT57oKKx0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT57oKKx0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT57oKKx0l .row {
  justify-content: center;
}
.cid-uT57oKKx0l .row .card {
  justify-content: space-between;
}
.cid-uT57oKKx0l .content-wrapper {
  margin-bottom: 20px;
}
.cid-uT57oKKx0l .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT57oKKx0l .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT57oKKx0l .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT57oKKx0l .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT57oKKx0l .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT57oKKx0l .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uT57oKKx0l .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT57oKKx0l .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT57oKKx0l .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT57oKKx0l .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uT57oKKx0l .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uT57oKKx0l .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uT57oKKx0l .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT57oKKx0l .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uT57oKKx0l .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uT57oKKx0l .mbr-section-title {
  color: #093388;
}
.cid-uT57oKKx0l .mbr-list-title {
  color: #093388;
}
.cid-uT57oKKx0l .list {
  color: #58595b;
}
.cid-uT57oKKx0l .mbr-section-title,
.cid-uT57oKKx0l .mbr-section-btn,
.cid-uT57oKKx0l .content-wrapper {
  color: #0074c9;
}
.cid-uT57oKKx0l .list,
.cid-uT57oKKx0l .item-wrap,
.cid-uT57oKKx0l .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uT599vNnqH {
  padding-top: 12rem;
  padding-bottom: 12rem;
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
.cid-uT599vNnqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT599vNnqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT599vNnqH .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT599vNnqH .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uT599vNnqH .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uT599vNnqH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT599vNnqH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT599vNnqH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT599vNnqH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT599vNnqH .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #d7d2d2;
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uT599vNnqH .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uT599vNnqH .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uT599vNnqH .btn-wrapper {
  margin-top: -10%;
}
.cid-uT599vNnqH .mbr-section-title {
  color: #f4f4f4;
}
.cid-uT599vNnqH .mbr-text {
  color: #f4f4f4;
}
.cid-uT599vNnqH .item-title {
  color: #58595b;
}
.cid-uT5uFHexlI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5uFHexlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5uFHexlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5uFHexlI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5uFHexlI .row {
  flex-direction: row-reverse;
}
.cid-uT5uFHexlI img {
  width: 100%;
}
.cid-uT57VUNZX4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT57VUNZX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT57VUNZX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT57VUNZX4 .row {
  justify-content: center;
}
.cid-uT57VUNZX4 .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT57VUNZX4 .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT57VUNZX4 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT57VUNZX4 .mbr-text {
  color: #fff7ee;
}
.cid-uT57VUNZX4 #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT57VUNZX4 img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT57VVfClZ {
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uT57VVfClZ .mbr-text {
  color: #58595b;
}
.cid-uT57VVfClZ .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uT57VVfClZ h5,
.cid-uT57VVfClZ h6 {
  background: #ffffff;
  display: inline;
}
.cid-uT57VVfClZ h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uT57VVfClZ h6 {
  line-height: 1.3 !important;
}
.cid-uT57VVfClZ h6 span {
  padding-right: 2rem;
}
.cid-uT57VVfClZ .mbr-section-title,
.cid-uT57VVfClZ .align {
  color: #ffffff;
}
.cid-uT57VVfClZ .mbr-section-subtitle,
.cid-uT57VVfClZ .align {
  color: #0074c9;
  text-align: left;
}
.cid-uT5a3aUAgT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5a3aUAgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5a3aUAgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5a3aUAgT .row {
  justify-content: center;
}
.cid-uT5a3aUAgT .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT5a3aUAgT .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT5a3aUAgT .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT5a3aUAgT .mbr-text {
  color: #fff7ee;
}
.cid-uT5a3aUAgT #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT5a3aUAgT img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT57VVAX4X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uT57VVAX4X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT57VVAX4X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT57VVAX4X .row {
  justify-content: center;
}
.cid-uT57VVAX4X .row .card {
  justify-content: space-between;
}
.cid-uT57VVAX4X .content-wrapper {
  margin-bottom: 20px;
}
.cid-uT57VVAX4X .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT57VVAX4X .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT57VVAX4X .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT57VVAX4X .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT57VVAX4X .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT57VVAX4X .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uT57VVAX4X .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT57VVAX4X .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT57VVAX4X .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT57VVAX4X .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uT57VVAX4X .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uT57VVAX4X .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uT57VVAX4X .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT57VVAX4X .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uT57VVAX4X .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uT57VVAX4X .mbr-section-title {
  color: #093388;
}
.cid-uT57VVAX4X .mbr-list-title {
  color: #093388;
}
.cid-uT57VVAX4X .list {
  color: #58595b;
}
.cid-uT57VVAX4X .mbr-section-title,
.cid-uT57VVAX4X .mbr-section-btn,
.cid-uT57VVAX4X .content-wrapper {
  color: #0074c9;
}
.cid-uT57VVAX4X .list,
.cid-uT57VVAX4X .item-wrap,
.cid-uT57VVAX4X .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uT5pOzs5Om {
  align-items: flex-end;
  background-image: url("../../../assets/images/mbr-1920x1260.png");
}
.cid-uT5pOzs5Om .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5pOzs5Om .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5pOzs5Om .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT5pOzs5Om .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uT5pOzs5Om .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uT5pOzs5Om .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT5pOzs5Om .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uT5pOzs5Om .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT5pOzs5Om .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffb429;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uT5pOzs5Om .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uT5pOzs5Om .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uT5pOzs5Om .btn-wrapper {
  margin-top: -10%;
}
.cid-uT5pOzs5Om .mbr-section-title {
  color: #f4f4f4;
}
.cid-uT5pOzs5Om .mbr-text {
  color: #f4f4f4;
}
.cid-uT5pOzs5Om .item-title {
  color: #58595b;
}
.cid-uT5pOzs5Om .mbr-text,
.cid-uT5pOzs5Om .text-wrapper {
  text-align: justify;
}
.cid-uT5pOzs5Om .item-title,
.cid-uT5pOzs5Om .items-wrapper {
  color: #ffffff;
}
.cid-uT5pOzs5Om .mbr-section-title,
.cid-uT5pOzs5Om .mbr-section-btn {
  text-align: justify;
}
.cid-uT5pODXw1W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uT5pOFeqTh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5pOFeqTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5pOFeqTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5pOFeqTh .row {
  justify-content: center;
}
.cid-uT5pOFeqTh .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uT5pOFeqTh .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uT5pOFeqTh .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uT5pOFeqTh .mbr-text {
  color: #fff7ee;
}
.cid-uT5pOFeqTh #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uT5pOFeqTh img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uT5pOGf3QY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uT5pOGf3QY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5pOGf3QY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5pOGf3QY .row {
  justify-content: center;
}
.cid-uT5pOGf3QY .row .card {
  justify-content: space-between;
}
.cid-uT5pOGf3QY .content-wrapper {
  margin-bottom: 20px;
}
.cid-uT5pOGf3QY .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uT5pOGf3QY .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uT5pOGf3QY .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uT5pOGf3QY .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT5pOGf3QY .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uT5pOGf3QY .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uT5pOGf3QY .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uT5pOGf3QY .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uT5pOGf3QY .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uT5pOGf3QY .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uT5pOGf3QY .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uT5pOGf3QY .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uT5pOGf3QY .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uT5pOGf3QY .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uT5pOGf3QY .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uT5pOGf3QY .mbr-section-title {
  color: #093388;
}
.cid-uT5pOGf3QY .mbr-list-title {
  color: #093388;
}
.cid-uT5pOGf3QY .list {
  color: #58595b;
}
.cid-uT5pOGf3QY .mbr-section-title,
.cid-uT5pOGf3QY .mbr-section-btn,
.cid-uT5pOGf3QY .content-wrapper {
  color: #0074c9;
}
.cid-uT5pOGf3QY .list,
.cid-uT5pOGf3QY .item-wrap,
.cid-uT5pOGf3QY .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uTcV8vjDZ4 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-color: #f4f4f4;
}
.cid-uTcV8vjDZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcV8vjDZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcV8vjDZ4 .card-wrapper {
  overflow: hidden;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper {
    display: block;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .items-wrapper {
  width: 50%;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .items-wrapper {
    width: 100%;
    padding: 20px;
    min-height: 350px;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .items-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uTcV8vjDZ4 .card-wrapper .items-wrapper .image-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50%;
  object-fit: cover;
  z-index: 1;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper {
  width: 50%;
  padding: 30px;
  background-color: #ededee;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .content-wrapper {
    padding: 20px;
    width: 100%;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .icon-wrapper {
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 84px;
  color: #093388;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uTcV8vjDZ4 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uTcV8vjDZ4 .mbr-section-title {
  color: #093388;
}
.cid-uTcV8vjDZ4 .mbr-text {
  color: #58595b;
}
.cid-uLkjeZWYZX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uLkjeZWYZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLkjeZWYZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLkjeZWYZX .row {
  justify-content: center;
}
.cid-uLkjeZWYZX .row .card {
  justify-content: space-between;
}
.cid-uLkjeZWYZX .content-wrapper {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uLkjeZWYZX .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uLkjeZWYZX .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uLkjeZWYZX .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uLkjeZWYZX .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uLkjeZWYZX .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uLkjeZWYZX .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uLkjeZWYZX .mbr-section-title {
  color: #093388;
}
.cid-uLkjeZWYZX .mbr-list-title {
  color: #093388;
}
.cid-uLkjeZWYZX .list {
  color: #58595b;
}
.cid-uLkjeZWYZX .mbr-section-title,
.cid-uLkjeZWYZX .mbr-section-btn,
.cid-uLkjeZWYZX .content-wrapper {
  color: #0074c9;
}
.cid-uLkjeZWYZX .list,
.cid-uLkjeZWYZX .item-wrap,
.cid-uLkjeZWYZX .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uSDJgHLs1Q {
  display: flex;
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-15.jpg-1476x984.jpeg");
}
.cid-uSDJgHLs1Q .mbr-overlay {
  background-color: #000000;
  opacity: 0;
}
.cid-uSDJgHLs1Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDJgHLs1Q .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uSDJgHLs1Q .line {
    margin-bottom: 10rem;
  }
}
.cid-uSDJgHLs1Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDJgHLs1Q p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uSDJgHLs1Q {
    align-items: center;
  }
  .cid-uSDJgHLs1Q .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uSDJgHLs1Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uSDJgHLs1Q {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uSDJgHLs1Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uSDJgHLs1Q .content-wrap {
    width: 100%;
  }
}
.cid-uSDJgHLs1Q .mbr-section-subtitle,
.cid-uSDJgHLs1Q .line {
  color: #ffffff;
}
.cid-uSDJgHLs1Q .mbr-text,
.cid-uSDJgHLs1Q .mbr-section-btn {
  text-align: left;
}
.cid-uSDMgklW18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSDMgklW18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDMgklW18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDMgklW18 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSDMgklW18 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSDMgklW18 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSDMgklW18 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSDMgklW18 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uSDMgklW18 .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSDMgklW18 .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uSDMgklW18 .mbr-section-title {
  color: #ffffff;
}
.cid-uSDMgklW18 .mbr-text {
  color: #ffffff;
}
.cid-uSDMgklW18 .mbr-section-title,
.cid-uSDMgklW18 .mbr-section-btn {
  color: #fca400;
  text-align: left;
}
.cid-uSDMgklW18 .mbr-text,
.cid-uSDMgklW18 .text-wrapper {
  color: #3b84ba;
}
.cid-uSDQtmmF2Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffb429;
}
.cid-uSDQtmmF2Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDQtmmF2Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDQtmmF2Z .items-wrapper {
  margin: 6px 0;
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper {
    margin: 3px 0;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item {
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper .item {
    margin-bottom: 6px;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .image-wrapper {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .image-wrapper {
    padding: 48px 24px;
    margin-bottom: 6px;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 810px;
  width: 390px;
  object-fit: cover;
  border: 11px solid #ffb429;
  background-color: #ffb429;
  box-shadow: 10px 14px 50px #24262b;
}
@media (max-width: 1440px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    height: 350px;
    width: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
    border: 6px solid #ffb429;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card_1 {
  background-color: #0074c9;
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card_2 {
  background-color: #a32368;
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box {
  padding: 64px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box {
    padding: 48px 24px;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 44px;
}
@media (max-width: 1440px) {
  .cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    margin-bottom: 24px;
  }
}
.cid-uSDQtmmF2Z .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSDQtmmF2Z .card-title {
  color: #000000;
}
.cid-uSDQtmmF2Z .card-text {
  color: #2f5298;
}
.cid-uSDQtmmF2Z .card-title,
.cid-uSDQtmmF2Z .mbr-section-btn {
  color: #0074c9;
}
.cid-uSDSACUL44 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSDSACUL44 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uSDSACUL44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDSACUL44 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #232323;
  align-items: center;
  justify-content: center;
}
.cid-uSDSACUL44 .row {
  justify-content: center;
}
.cid-uSDSACUL44 .card-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #232323;
  padding-bottom: 0.5rem;
}
.cid-uSDSACUL44 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uSDSACUL44 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uSDSACUL44 .card-link {
  color: #ffb429;
}
.cid-uSDSACUL44 .card-link:hover a {
  background-image: none !important;
}
.cid-uSDSACUL44 .mbr-section-subtitle {
  color: #e41919;
}
.cid-uSDSACUL44 .card-text {
  color: #2f5298;
  text-align: center;
}
.cid-uSDSACUL44 .card-title,
.cid-uSDSACUL44 .iconfont-wrapper {
  color: #0074c9;
  text-align: center;
}
.cid-uSDSACUL44 .mbr-section-title {
  color: #0074c9;
}
.cid-uSDXJRQziX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSDXJRQziX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDXJRQziX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDXJRQziX .row {
  justify-content: center;
}
.cid-uSDXJRQziX .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSDXJRQziX .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uSDXJRQziX .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSDXJRQziX .mbr-text {
  color: #fff7ee;
}
.cid-uSDXJRQziX #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uSDXJRQziX img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSDUTjCIQL {
  background-image: url("../../../assets/images/interiores-modernos-y-luminosos-sala-de-estar-con-aire-acondicionado-ilustracion-representacion-3d-imagen-generada-por-computadora.jpg-2000x1125.jpg");
}
.cid-uSDUTjCIQL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDUTjCIQL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDUTjCIQL .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uSDUTjCIQL .image-wrap {
    height: 350px;
  }
}
.cid-uT5ugzDyjl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5ugzDyjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5ugzDyjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5ugzDyjl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5ugzDyjl .row {
  flex-direction: row-reverse;
}
.cid-uT5ugzDyjl img {
  width: 100%;
}
.cid-uSE0XAznB1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSE0XAznB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE0XAznB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE0XAznB1 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-uSE0XAznB1 .mbr-section-title {
  color: #112B6D;
}
.cid-uSE0XAznB1 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-uSE0XAznB1 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .number-container {
    display: none;
  }
}
.cid-uSE0XAznB1 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-uSE0XAznB1 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #0074c9;
}
.cid-uSE0XAznB1 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #0074c9;
}
.cid-uSE0XAznB1 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-uSE0XAznB1 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-uSE0XAznB1 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-uSE0XAznB1 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-uSE0XAznB1 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #112b6d;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uSE0XAznB1 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-uSE0XAznB1 .card-title {
  color: #0074c9;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-uSE0XAznB1 .card-text {
  color: #112B6D;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-uSE0XAznB1 .card-text {
    text-align: left !important;
  }
}
.cid-uSE0XAznB1 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-uSDXKTEHCo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSDXKTEHCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDXKTEHCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDXKTEHCo .row {
  justify-content: center;
}
.cid-uSDXKTEHCo .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSDXKTEHCo .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uSDXKTEHCo .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSDXKTEHCo .mbr-text {
  color: #fff7ee;
}
.cid-uSDXKTEHCo #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uSDXKTEHCo img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSC6dFS3B8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-8.jpg-1280x853.jpg");
}
.cid-uSC6dFS3B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSC6dFS3B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSC6dFS3B8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uSC6dFS3B8 .content-wrapper .mbr-section-title span {
  color: #0074c9;
}
.cid-uSC6dFS3B8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uSC6dFS3B8 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uSC6dFS3B8 .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffb429, #0074c9, #ffb429);
}
@media (max-width: 992px) {
  .cid-uSC6dFS3B8 .border-wrap {
    margin-top: 32px;
  }
}
.cid-uSC6dFS3B8 .mbr-section-title {
  color: #ffffff;
}
.cid-uSC6dFS3B8 .mbr-text,
.cid-uSC6dFS3B8 .text-wrapper {
  color: #0074c9;
  text-align: left;
}
.cid-uSC6dFS3B8 .mbr-section-title,
.cid-uSC6dFS3B8 .mbr-section-btn {
  text-align: left;
  color: #ffb429;
}
.cid-uT5ibuo4kJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSDVZEWxeK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-8.jpg-1280x853.jpg");
}
.cid-uSDVZEWxeK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDVZEWxeK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDVZEWxeK .row {
  margin: 0 -20px;
}
.cid-uSDVZEWxeK .card {
  padding: 0 20px;
}
.cid-uSDVZEWxeK .mbr-tag {
  margin-bottom: 16px;
  color: #adadad;
}
.cid-uSDVZEWxeK .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSDVZEWxeK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSDVZEWxeK .title-wrapper .main-btn .btn {
  margin-bottom: 0;
}
.cid-uSDVZEWxeK .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSDVZEWxeK .mbr-section-btn .btn::after,
.cid-uSDVZEWxeK .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uSDVZEWxeK .mbr-section-btn .btn:hover,
.cid-uSDVZEWxeK .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uSDVZEWxeK .mbr-section-btn .btn:hover::after,
.cid-uSDVZEWxeK .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uSDVZEWxeK .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uSDVZEWxeK .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0074c9, #ffb429);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #ffb429;
  border-radius: 0 !important;
  width: 100%;
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  color: #0074c9;
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-uSDVZEWxeK .items-wrapper .item .item-wrapper .item-content .item-btn {
    margin-bottom: 0;
  }
}
.cid-uSDVZEWxeK .mbr-section-title {
  color: #ffffff;
}
.cid-uSDVZEWxeK .item-title {
  color: #ffffff;
}
.cid-uSDVZEWxeK .item-text {
  color: #0074c9;
}
.cid-uSDVZEWxeK .mbr-section-title,
.cid-uSDVZEWxeK .main-btn {
  color: #0074c9;
}
.cid-v2wwuGSYDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2wwuGSYDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2wwuGSYDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2wwuGSYDh .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .card-wrapper {
    margin-left: 0;
  }
}
.cid-v2wwuGSYDh .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v2wwuGSYDh .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v2wwuGSYDh .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2wwuGSYDh .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v2wwuGSYDh .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v2wwuGSYDh .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v2wwuGSYDh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v2wwuGSYDh .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2wwuGSYDh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2wwuGSYDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v2wwuGSYDh .mbr-label,
.cid-v2wwuGSYDh .label-wrapper {
  color: #000000;
}
.cid-v2wwuGSYDh .mbr-section-title {
  color: #0074c9;
  text-align: left;
}
.cid-v2wwuGSYDh .mbr-text {
  color: #8a8a8a;
}
.cid-v2wwuGSYDh .card-title {
  color: #58595b;
  text-align: left;
}
.cid-v2wwuGSYDh .card-text {
  color: #8a8a8a;
}
.cid-v2wwuGSYDh .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-v2wwuGSYDh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2wwuGSYDh .item-star,
.cid-v2wwuGSYDh .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-v2wwuGSYDh .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2wwuGSYDh .mbr-section-title DIV {
  text-align: left;
}
.cid-uYuguD1ljg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYuguD1ljg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYuguD1ljg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYuguD1ljg .row {
  justify-content: center;
}
.cid-uYuguD1ljg .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uYuguD1ljg .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uYuguD1ljg .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYuguD1ljg .mbr-text {
  color: #fff7ee;
}
.cid-uYuguD1ljg #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uYuguD1ljg img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSC6dOtcGI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uSC6dOtcGI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSC6dOtcGI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSC6dOtcGI .row {
  justify-content: center;
}
.cid-uSC6dOtcGI .row .card {
  justify-content: space-between;
}
.cid-uSC6dOtcGI .content-wrapper {
  margin-bottom: 20px;
}
.cid-uSC6dOtcGI .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uSC6dOtcGI .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uSC6dOtcGI .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSC6dOtcGI .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSC6dOtcGI .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSC6dOtcGI .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uSC6dOtcGI .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSC6dOtcGI .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSC6dOtcGI .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSC6dOtcGI .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uSC6dOtcGI .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uSC6dOtcGI .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uSC6dOtcGI .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSC6dOtcGI .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uSC6dOtcGI .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uSC6dOtcGI .mbr-section-title {
  color: #093388;
}
.cid-uSC6dOtcGI .mbr-list-title {
  color: #093388;
}
.cid-uSC6dOtcGI .list {
  color: #58595b;
}
.cid-uSC6dOtcGI .mbr-section-title,
.cid-uSC6dOtcGI .mbr-section-btn,
.cid-uSC6dOtcGI .content-wrapper {
  color: #0074c9;
}
.cid-uSC6dOtcGI .list,
.cid-uSC6dOtcGI .item-wrap,
.cid-uSC6dOtcGI .list-wrapper {
  color: #ffb429;
}
.cid-uUUaFCIYux {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uUUaFCIYux nav.navbar {
  position: fixed;
}
.cid-uUUaFCIYux .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uUUaFCIYux .dropdown-item {
  border: none !important;
  background: #f4f4f4 !important;
  font-weight: 400 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover,
.cid-uUUaFCIYux .dropdown-item:focus {
  background: #f4f4f4 !important;
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item:hover span {
  color: white;
}
.cid-uUUaFCIYux .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uUUaFCIYux .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uUUaFCIYux .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUUaFCIYux .nav-link {
  position: relative;
}
.cid-uUUaFCIYux .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .container {
    flex-wrap: nowrap;
  }
}
.cid-uUUaFCIYux .iconfont-wrapper {
  color: #093388 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uUUaFCIYux .iconfont-wrapper:hover {
  opacity: .7;
}
.cid-uUUaFCIYux .dropdown-menu,
.cid-uUUaFCIYux .navbar.opened {
  background: #f4f4f4 !important;
}
.cid-uUUaFCIYux .nav-item:focus,
.cid-uUUaFCIYux .nav-link:focus {
  outline: none;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUaFCIYux .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUaFCIYux .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUaFCIYux .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUaFCIYux .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f4f4f4;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUaFCIYux .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uUUaFCIYux .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUaFCIYux .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uUUaFCIYux .navbar.collapsed {
  justify-content: center;
}
.cid-uUUaFCIYux .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUaFCIYux .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUaFCIYux .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUaFCIYux .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUaFCIYux .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUaFCIYux .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUaFCIYux .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-uUUaFCIYux .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUUaFCIYux .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUUaFCIYux .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uUUaFCIYux .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uUUaFCIYux .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUaFCIYux .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUaFCIYux .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uUUaFCIYux .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUUaFCIYux .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uUUaFCIYux .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #093388 !important;
}
.cid-uUUaFCIYux .dropdown-item.active,
.cid-uUUaFCIYux .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUaFCIYux .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUaFCIYux .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f4f4f4;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uUUaFCIYux .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uUUaFCIYux .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUUaFCIYux ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uUUaFCIYux ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uUUaFCIYux .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uUUaFCIYux .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 11px 26px;
}
@media (max-width: 575px) {
  .cid-uUUaFCIYux .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uUUaFCIYux button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f4f4f4 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #093388;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uUUaFCIYux button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUaFCIYux nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUaFCIYux .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uUUaFCIYux a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUaFCIYux .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-uUUaFCIYux .navbar {
    height: 70px;
  }
  .cid-uUUaFCIYux .navbar.opened {
    height: auto;
  }
  .cid-uUUaFCIYux .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUaFCIYux .navbar-nav {
  margin: 0 auto;
}
.cid-uUUaFCIYux .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uUUaFCIYux .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uUUaFCIYux .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover,
.cid-uUUaFCIYux .nav-item .nav-link:focus {
  background-color: transparent;
  color: #093388 !important;
  opacity: .7;
}
.cid-uUUaFCIYux .nav-item .nav-link:hover::after,
.cid-uUUaFCIYux .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uUUaFCIYux .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uUUaFCIYux .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uUUaFCIYux .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uUUaFCIYux .navbar {
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uUUaFCIYux .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uUUaFCIYux .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uUUaFCIYux .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uUUaFCIYux .content-wrap {
  min-height: 60px;
}
.cid-uSE598TBAU {
  align-items: flex-end;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-29.jpg-2000x1333.jpg");
}
.cid-uSE598TBAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE598TBAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE598TBAU .card {
  justify-content: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSE598TBAU .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uSE598TBAU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSE598TBAU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSE598TBAU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uSE598TBAU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSE598TBAU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSE598TBAU .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item {
  margin-bottom: 10px;
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item:last-child {
  margin-bottom: 0;
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item .item-wrapper {
  padding: 6px 26px 6px 6px;
  display: inline-flex;
  align-items: center;
  background-color: #ffb429;
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item .item-wrapper .item-img {
  margin-right: 10px;
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-uSE598TBAU .items-wrapper .items-wrap .item .item-wrapper .item-img img {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }
}
.cid-uSE598TBAU .items-wrapper .items-wrap .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-uSE598TBAU .btn-wrapper {
  margin-top: -10%;
}
.cid-uSE598TBAU .mbr-section-title {
  color: #f4f4f4;
}
.cid-uSE598TBAU .mbr-text {
  color: #f4f4f4;
}
.cid-uSE598TBAU .item-title {
  color: #58595b;
}
.cid-uSE598TBAU .mbr-text,
.cid-uSE598TBAU .text-wrapper {
  text-align: left;
  color: #000000;
}
.cid-uSE598TBAU .item-title,
.cid-uSE598TBAU .items-wrapper {
  color: #ffffff;
}
.cid-uSE598TBAU .mbr-section-title,
.cid-uSE598TBAU .mbr-section-btn {
  text-align: right;
  color: #ffffff;
}
.cid-uSE599qgSB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSE599qgSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE599qgSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE599qgSB .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSE599qgSB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSE599qgSB .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSE599qgSB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSE599qgSB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uSE599qgSB .image-wrapper img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uSE599qgSB .image-wrapper img {
    max-height: 250px;
  }
}
.cid-uSE599qgSB .mbr-section-title {
  color: #ffffff;
}
.cid-uSE599qgSB .mbr-text {
  color: #ffffff;
}
.cid-uSE599qgSB .mbr-section-title,
.cid-uSE599qgSB .mbr-section-btn {
  color: #fca400;
  text-align: left;
}
.cid-uSE599qgSB .mbr-text,
.cid-uSE599qgSB .text-wrapper {
  color: #0074c9;
}
.cid-uSE59aQe51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-7.jpg-1772x1181.jpg");
}
.cid-uSE59aQe51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE59aQe51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE59aQe51 .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uSE59aQe51 .image-wrap {
    height: 350px;
  }
}
.cid-uSE599UsS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSE599UsS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE599UsS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE599UsS3 .row {
  justify-content: space-between;
}
.cid-uSE599UsS3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ffb429;
}
@media (max-width: 992px) {
  .cid-uSE599UsS3 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uSE599UsS3 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uSE599UsS3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSE599UsS3 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uSE599UsS3 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uSE599UsS3 .mbr-label {
  color: #000000;
}
.cid-uSE599UsS3 .mbr-section-title {
  color: #0074c9;
  text-align: right;
}
.cid-uSE599UsS3 .mbr-desc {
  color: #fca400;
}
.cid-uSE599UsS3 .mbr-text {
  color: #8a8a8a;
}
.cid-uSE599UsS3 .mbr-label,
.cid-uSE599UsS3 .label-wrapper {
  color: #0074c9;
}
.cid-uSE599UsS3 .mbr-text,
.cid-uSE599UsS3 .mbr-section-btn {
  color: #0074c9;
}
.cid-uSEdUDRUd7 {
  align-items: flex-end;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-23.jpg-1772x1314.jpg");
}
.cid-uSEdUDRUd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEdUDRUd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEdUDRUd7 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSEdUDRUd7 .content-wrapper {
    margin-bottom: 10px;
  }
}
.cid-uSEdUDRUd7 .content-wrapper .content-wrap {
  display: inline-flex;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uSEdUDRUd7 .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uSEdUDRUd7 .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSEdUDRUd7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uSEdUDRUd7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSEdUDRUd7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSEdUDRUd7 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSEdUDRUd7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSEdUDRUd7 .mbr-section-title {
  color: #f4f4f4;
}
.cid-uSEdUDRUd7 .mbr-text {
  color: #d7d2d2;
}
.cid-uSEaHyD0zN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSEaHyD0zN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEaHyD0zN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEaHyD0zN .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uSEaHyD0zN .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uSEaHyD0zN .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uSEaHyD0zN .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #0074c9;
  margin-bottom: 20px;
}
.cid-uSEaHyD0zN .items-wrapper {
  margin: 0;
}
.cid-uSEaHyD0zN .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-uSEaHyD0zN .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uSEaHyD0zN .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #0074c9;
  }
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #0074c9;
  border-bottom: 1px solid #0074c9;
}
@media (max-width: 992px) {
  .cid-uSEaHyD0zN .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-img {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-img {
    padding-bottom: 20px;
  }
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-img img {
  height: 250px;
  width: 250px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSEaHyD0zN .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSEaHyD0zN .mbr-section-title {
  color: #093388;
}
.cid-uSEaHyD0zN .item-number {
  color: #f4f4f4;
}
.cid-uSEaHyD0zN .item-title {
  color: #093388;
}
.cid-uSEaHyD0zN .item-text {
  color: #58595b;
}
.cid-uSEaHyD0zN .mbr-section-title,
.cid-uSEaHyD0zN .title-wrapper {
  color: #0074c9;
}
.cid-v2ww6p9bY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ww6p9bY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ww6p9bY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ww6p9bY5 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .card-wrapper {
    margin-left: 0;
  }
}
.cid-v2ww6p9bY5 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-v2ww6p9bY5 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-v2ww6p9bY5 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2ww6p9bY5 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-v2ww6p9bY5 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-v2ww6p9bY5 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-v2ww6p9bY5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v2ww6p9bY5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2ww6p9bY5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ww6p9bY5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-v2ww6p9bY5 .mbr-label,
.cid-v2ww6p9bY5 .label-wrapper {
  color: #000000;
}
.cid-v2ww6p9bY5 .mbr-section-title {
  color: #0074c9;
  text-align: left;
}
.cid-v2ww6p9bY5 .mbr-text {
  color: #8a8a8a;
}
.cid-v2ww6p9bY5 .card-title {
  color: #58595b;
  text-align: left;
}
.cid-v2ww6p9bY5 .card-text {
  color: #8a8a8a;
}
.cid-v2ww6p9bY5 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-v2ww6p9bY5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2ww6p9bY5 .item-star,
.cid-v2ww6p9bY5 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-v2ww6p9bY5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v2ww6p9bY5 .mbr-section-title DIV {
  text-align: left;
}
.cid-uT5ukJ3BF8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5ukJ3BF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5ukJ3BF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uT5ukJ3BF8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uT5ukJ3BF8 .row {
  flex-direction: row-reverse;
}
.cid-uT5ukJ3BF8 img {
  width: 100%;
}
.cid-uT5igeKzar {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uSEcGNOuOQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/servicio-tecnico-calefaccion-en-guadalajara-climatizacion-henares-22.jpg-1476x908.jpg");
}
.cid-uSEcGNOuOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSEcGNOuOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSEcGNOuOQ .image-wrap {
  height: 800px;
}
@media (max-width: 992px) {
  .cid-uSEcGNOuOQ .image-wrap {
    height: 350px;
  }
}
.cid-uSE59bkXkr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSE59bkXkr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE59bkXkr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE59bkXkr .row {
  justify-content: center;
}
.cid-uSE59bkXkr .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uSE59bkXkr .text-wrapper .mbr-text {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uSE59bkXkr .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSE59bkXkr .mbr-text {
  color: #fff7ee;
}
.cid-uSE59bkXkr #divfoto {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding: 1.5rem;
}
.cid-uSE59bkXkr img {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  width: 200px;
  height: auto;
  border-radius: 0px !important;
}
.cid-uSE59cJt2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uSE59cJt2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSE59cJt2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSE59cJt2t .row {
  justify-content: center;
}
.cid-uSE59cJt2t .row .card {
  justify-content: space-between;
}
.cid-uSE59cJt2t .content-wrapper {
  margin-bottom: 20px;
}
.cid-uSE59cJt2t .content-wrapper .content-wrap {
  display: inline-block;
  flex-direction: column;
  width: 35%;
}
@media (max-width: 1440px) {
  .cid-uSE59cJt2t .content-wrapper .content-wrap {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uSE59cJt2t .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSE59cJt2t .content-wrapper .content-wrap .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSE59cJt2t .content-wrapper .content-wrap .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uSE59cJt2t .content-wrapper .content-wrap .image-wrapper img {
  height: 260px;
  object-fit: cover;
}
.cid-uSE59cJt2t .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSE59cJt2t .nav-wrapper {
  display: grid;
  grid-template-columns: 25% 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSE59cJt2t .nav-wrapper {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSE59cJt2t .nav-wrapper .nav-wrap:first-child {
    margin-bottom: 20px;
  }
}
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uSE59cJt2t .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #093388;
}
.cid-uSE59cJt2t .mbr-section-btn {
  margin-bottom: 20px;
}
.cid-uSE59cJt2t .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSE59cJt2t .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uSE59cJt2t .mbr-copy {
  margin-bottom: 0;
  color: #0074c9;
  text-align: center;
}
.cid-uSE59cJt2t .mbr-section-title {
  color: #093388;
}
.cid-uSE59cJt2t .mbr-list-title {
  color: #093388;
}
.cid-uSE59cJt2t .list {
  color: #58595b;
}
.cid-uSE59cJt2t .mbr-section-title,
.cid-uSE59cJt2t .mbr-section-btn,
.cid-uSE59cJt2t .content-wrapper {
  color: #0074c9;
}
.cid-uSE59cJt2t .list,
.cid-uSE59cJt2t .item-wrap,
.cid-uSE59cJt2t .list-wrapper {
  color: #ffb429;
}
