.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 6.2rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.75rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.96rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.34rem;
    font-size: calc( 2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.82rem + (6.2 - 2.82) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #353535 !important;
}
.bg-success {
  background-color: #9e9e9e !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #619378 !important;
}
.bg-danger {
  background-color: #82d82f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #757575 !important;
  border-color: #757575 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #757575 !important;
  border-color: #757575 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4030d6 !important;
  border-color: #4030d6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #a29aeb !important;
  border-color: #a29aeb !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a29aeb !important;
  border-color: #a29aeb !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #1f1f1f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #dedede !important;
  border-color: #dedede !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f1f1f !important;
  background-color: #dedede !important;
  border-color: #dedede !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #619378 !important;
  border-color: #619378 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #acc8b9 !important;
  border-color: #acc8b9 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #acc8b9 !important;
  border-color: #acc8b9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #82d82f !important;
  border-color: #82d82f !important;
  color: #040701 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c3ec9a !important;
  border-color: #c3ec9a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #040701 !important;
  background-color: #c3ec9a !important;
  border-color: #c3ec9a !important;
}
.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,
.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: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent !important;
  border-color: #0a0a0a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #4030d6;
  color: #4030d6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #281d92 !important;
  background-color: transparent !important;
  border-color: #281d92 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4030d6 !important;
  border-color: #4030d6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9e9e9e;
  color: #9e9e9e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #737373 !important;
  background-color: transparent !important;
  border-color: #737373 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #619378;
  color: #619378;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3f5f4d !important;
  background-color: transparent !important;
  border-color: #3f5f4d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #619378 !important;
  border-color: #619378 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #82d82f;
  color: #82d82f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #57941c !important;
  background-color: transparent !important;
  border-color: #57941c !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #82d82f !important;
  border-color: #82d82f !important;
}
.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.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.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.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #4030d6 !important;
}
.text-success {
  color: #9e9e9e !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #619378 !important;
}
.text-danger {
  color: #82d82f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #251a86 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6b6b6b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #385646 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #508819 !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: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #619378;
}
.alert-danger {
  background-color: #82d82f;
}
.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: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #acc8b9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e9f8db;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !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: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #353535 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4030d6 !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='%23353535' %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,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-unj4UZNVtB {
  background-color: transparent;
}
.cid-unj4UZNVtB .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-unj4UZNVtB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unj4UZNVtB .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unj4UZNVtB .navbar.opened {
  transition: all 0.3s;
}
.cid-unj4UZNVtB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unj4UZNVtB .navbar .navbar-logo img {
  max-width: 240px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-unj4UZNVtB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar.collapsed {
  justify-content: center;
}
.cid-unj4UZNVtB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unj4UZNVtB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unj4UZNVtB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unj4UZNVtB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unj4UZNVtB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unj4UZNVtB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unj4UZNVtB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unj4UZNVtB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unj4UZNVtB .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unj4UZNVtB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unj4UZNVtB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unj4UZNVtB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unj4UZNVtB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unj4UZNVtB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unj4UZNVtB .navbar.navbar-short {
  min-height: 60px;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unj4UZNVtB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unj4UZNVtB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unj4UZNVtB .menu_box .navbar.opened,
  .cid-unj4UZNVtB .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-unj4UZNVtB .navbar-dropdown {
  position: relative !important;
}
.cid-unj4UZNVtB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unj4UZNVtB .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-unj4UZNVtB .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-unj4UZNVtB .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .nav-item {
    margin: 0 !important;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #4030d6;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-unj4UZNVtB .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #4030d6;
  }
}
.cid-unj4UZNVtB .nav-item .nav-link:hover,
.cid-unj4UZNVtB .nav-item .nav-link:focus {
  color: #4030d6 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-unj4UZNVtB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unj4UZNVtB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unj4UZNVtB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unj4UZNVtB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unj4UZNVtB .offcanvas_box {
    display: none;
  }
}
.cid-unj4UZNVtB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unj4UZNVtB .container {
  display: flex;
  margin: auto;
}
.cid-unj4UZNVtB .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-unj4UZNVtB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unj4UZNVtB .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav {
    margin: 0;
  }
}
.cid-unj4UZNVtB .dropdown-menu,
.cid-unj4UZNVtB .navbar.opened {
  background-color: false !important;
}
.cid-unj4UZNVtB .nav-item:focus,
.cid-unj4UZNVtB .nav-link:focus {
  outline: none;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unj4UZNVtB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unj4UZNVtB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unj4UZNVtB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unj4UZNVtB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unj4UZNVtB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-unj4UZNVtB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unj4UZNVtB .dropdown-item.active,
.cid-unj4UZNVtB .dropdown-item:active {
  background-color: transparent;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unj4UZNVtB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unj4UZNVtB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unj4UZNVtB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unj4UZNVtB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unj4UZNVtB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #4030d6;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unj4UZNVtB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unj4UZNVtB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unj4UZNVtB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unj4UZNVtB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unj4UZNVtB .navbar {
    height: 70px;
  }
  .cid-unj4UZNVtB .navbar.opened {
    height: auto;
  }
  .cid-unj4UZNVtB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unj4UZNVtB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-unj4UZNVtB .navbar-caption:hover {
  color: #4030d6;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unj4UZNVtB .text_widget {
  margin-bottom: 32px;
}
.cid-unj4UZNVtB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unj4UZNVtB .text_widget a:hover,
.cid-unj4UZNVtB .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-unj4UZNVtB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-unj4UZNVtB .navbar-caption {
  color: #000000;
}
.cid-unj4UZNVtB .mbr-section-subtitle,
.cid-unj4UZNVtB .text_widget,
.cid-unj4UZNVtB .mbr-section-btn {
  text-align: center;
}
.cid-unj4UZNVtB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unj4VAKBps {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-unj4VAKBps .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj4VAKBps .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj4VAKBps .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .cid-unj4VAKBps .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj4VAKBps .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-unj4VAKBps .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e7e7e7;
  opacity: 0.2;
  pointer-events: none;
  z-index: 1;
}
.cid-unj4VAKBps .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj4VAKBps .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-unj4VAKBps .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unj4VAKBps .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-unj4VAKBps .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-unj4VAKBps .mbr-section-title {
  color: #000000;
  font-weight: 500;
}
.cid-unj4VAKBps .mbr-text {
  color: #000000;
}
.cid-unj4VAKBps .mbr-section-title,
.cid-unj4VAKBps .mbr-section-btn {
  color: #4030d6;
}
.cid-unj4VAKBps .mbr-text,
.cid-unj4VAKBps .text-wrapper {
  color: #4030d6;
}
.cid-uvbbikPzyl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4030d6;
}
.cid-uvbbikPzyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbbikPzyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbbikPzyl .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvbbikPzyl .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvbbikPzyl .mbr-text,
.cid-uvbbikPzyl .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uvbbHmxnw2 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #e7e7e7;
}
.cid-uvbbHmxnw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbbHmxnw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbbHmxnw2 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uvbbHmxnw2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uvbbHmxnw2 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uvbbHmxnw2 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uvbbHmxnw2 .item .item-wrapper {
  height: 100%;
}
.cid-uvbbHmxnw2 .item .item-wrapper:hover .item-img img,
.cid-uvbbHmxnw2 .item .item-wrapper:focus .item-img img {
  border-radius: 8% !important;
}
.cid-uvbbHmxnw2 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uvbbHmxnw2 .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 450px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uvbbHmxnw2 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uvbbHmxnw2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uvbbHmxnw2 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-uvbbHmxnw2 .mbr-section-title {
  color: #4030d6;
  text-align: center;
}
.cid-uvbbHmxnw2 .item-title {
  color: #4030d6;
}
.cid-uvbbHmxnw2 .item-date {
  color: #4030d6;
}
.cid-uvbjsyCxrJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uvbjsyCxrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbjsyCxrJ span {
  font-weight: 400;
  font-size: 2.0rem;
}
.cid-uvbjsyCxrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbjsyCxrJ .content-wrapper {
  padding: 80px 90px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text {
    padding-left: 52px;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
  border: 3px solid #4030d6;
  box-shadow: 3px 3px #4030d6;
  background-color: #f3f3f3;
  margin-top: 2px;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .item .item-wrapper .card-box .item-text::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #4030d6;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 32px;
}
@media (max-width: 1200px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list {
    display: block;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 0;
  position: relative;
  padding-left: 78px;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list .item-wrap {
    padding-left: 52px;
  }
}
.cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 100%;
  border: 3px solid #4030d6;
  box-shadow: 3px 3px #4030d6;
  background-color: #f3f3f3;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uvbjsyCxrJ .content-wrapper .list-wrapper .list .item-wrap::before {
    width: 32px;
    height: 32px;
    min-width: 32px;
    box-shadow: 2px 2px #4030d6;
  }
}
.cid-uvbjsyCxrJ .mbr-section-title {
  color: #4030d6;
  text-align: center;
}
.cid-uvbjsyCxrJ .item-text {
  color: #4030d6;
}
.cid-uvbu1IX5lC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvbu1IX5lC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbu1IX5lC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbu1IX5lC .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvbu1IX5lC .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvbu1IX5lC .mbr-text,
.cid-uvbu1IX5lC .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvbt5UR154 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvbt5UR154 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbt5UR154 .blue-background {
  background-color: #e4dcff;
}
.cid-uvbt5UR154 .text-highlight {
  color: white;
  background-color: #4030d6;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.cid-uvbt5UR154 .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uvbt5UR154 .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uvbt5UR154 .mbr-section-btn {
  margin-top: auto;
  margin-bottom: 16px;
  text-align: left;
}
.cid-uvbt5UR154 .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-uvbt5UR154 .container {
    padding: 0 16px;
  }
}
.cid-uvbt5UR154 .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uvbt5UR154 .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box {
  border: 1px solid #4030d6;
  box-shadow: 6px 8px 0 0 #4030d6;
}
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .item-price,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .item-price {
  color: #4030d6;
}
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-primary,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-primary,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-success,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-success,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-info,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-info,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-warning,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-warning,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-danger,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-danger,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-black,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-black,
.cid-uvbt5UR154 .item:hover .item-wrapper .card-box .btn-white,
.cid-uvbt5UR154 .item:focus .item-wrapper .card-box .btn-white {
  background-color: #4030d6 !important;
  border-color: #4030d6 !important;
}
.cid-uvbt5UR154 .item .item-wrapper {
  height: 100%;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #a6a6a6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvbt5UR154 .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvbt5UR154 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #9b80ff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uvbt5UR154 .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uvbt5UR154 .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uvbt5UR154 .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #4030d6;
  color: #f3f3f3;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uvbt5UR154 .item-title {
  color: #000000;
}
.cid-uvbt5UR154 .item-desc {
  color: #4030d6;
}
.cid-uvbt5UR154 .item-price {
  color: #000000;
}
.cid-uvbt5UR154 .list {
  color: #000000;
}
.cid-uvbuEpCW4z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvbuEpCW4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbuEpCW4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbuEpCW4z .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvbuEpCW4z .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvbuEpCW4z .mbr-text,
.cid-uvbuEpCW4z .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvfaY6VuxH {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvfaY6VuxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfaY6VuxH .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uvfaY6VuxH .blue-background {
  background-color: #e4dcff;
}
.cid-uvfaY6VuxH .text-highlight {
  color: white;
  background-color: #4030d6;
  padding: 10px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.cid-uvfaY6VuxH .card-box {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uvfaY6VuxH .mbr-section-btn {
  margin-top: auto;
  margin-bottom: 16px;
  text-align: left;
}
.cid-uvfaY6VuxH .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-uvfaY6VuxH .container {
    padding: 0 16px;
  }
}
.cid-uvfaY6VuxH .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-uvfaY6VuxH .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box {
  border: 1px solid #4030d6;
  box-shadow: 6px 8px 0 0 #4030d6;
}
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .item-price,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .item-price {
  color: #4030d6;
}
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-primary,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-primary,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-secondary,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-secondary,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-success,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-success,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-info,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-info,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-warning,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-warning,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-danger,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-danger,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-black,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-black,
.cid-uvfaY6VuxH .item:hover .item-wrapper .card-box .btn-white,
.cid-uvfaY6VuxH .item:focus .item-wrapper .card-box .btn-white {
  background-color: #4030d6 !important;
  border-color: #4030d6 !important;
}
.cid-uvfaY6VuxH .item .item-wrapper {
  height: 100%;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #a6a6a6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-uvfaY6VuxH .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uvfaY6VuxH .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #9b80ff;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uvfaY6VuxH .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-uvfaY6VuxH .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-uvfaY6VuxH .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #4030d6;
  color: #f3f3f3;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uvfaY6VuxH .item-title {
  color: #000000;
}
.cid-uvfaY6VuxH .item-desc {
  color: #4030d6;
}
.cid-uvfaY6VuxH .item-price {
  color: #000000;
}
.cid-uvfaY6VuxH .list {
  color: #000000;
}
.cid-uvfnrRFfJl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e7e7e7;
}
.cid-uvfnrRFfJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvfnrRFfJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvfnrRFfJl .content-wrap {
  padding: 60px;
  background-color: #e7e7e7;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uvfnrRFfJl .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uvfnrRFfJl .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #4030d6;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uvfnrRFfJl .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uvfnrRFfJl .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uvfnrRFfJl .mbr-section-title {
  color: #404349;
}
.cid-uvfnrRFfJl .panel-title-edit {
  color: #4030d6;
}
.cid-uvfnrRFfJl .panel-text {
  color: #404349;
}
.cid-uvfnrRFfJl .mbr-section-title,
.cid-uvfnrRFfJl .title-wrapper,
.cid-uvfnrRFfJl .tabs-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvbrY5xQIG {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e7e7e7;
}
.cid-uvbrY5xQIG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvbrY5xQIG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvbrY5xQIG .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvbrY5xQIG .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvbrY5xQIG .mbr-text,
.cid-uvbrY5xQIG .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvbr4YkaLi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e7e7e7;
  position: relative;
  overflow: hidden;
}
.cid-uvbr4YkaLi .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #e7e7e7;
}
.cid-uvbr4YkaLi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 930px;
  max-width: 930px;
}
@media (max-width: 767px) {
  .cid-uvbr4YkaLi .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uvbr4YkaLi .embla__slide .slide-content {
  width: 100%;
}
.cid-uvbr4YkaLi .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 80px 64px;
  background-color: #ffffff;
  border: 2px solid #e7e7e7;
  box-shadow: 4px 4px #e7e7e7;
}
@media (max-width: 992px) {
  .cid-uvbr4YkaLi .embla__slide .slide-content .item-wrapper {
    padding: 40px 20px;
  }
}
.cid-uvbr4YkaLi .embla__slide .slide-content .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uvbr4YkaLi .embla__slide .slide-content .item-wrapper .card-box .item-title {
    margin-bottom: 16px;
  }
}
.cid-uvbr4YkaLi .embla__slide .slide-content .item-wrapper .card-box .item-name {
  margin-bottom: 0;
}
.cid-uvbr4YkaLi .embla__button--next,
.cid-uvbr4YkaLi .embla__button--prev {
  display: flex;
}
.cid-uvbr4YkaLi .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #150764 !important;
  border: 2px solid #150764 !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #150764;
  display: none;
}
@media (max-width: 768px) {
  .cid-uvbr4YkaLi .embla__button {
    display: none;
  }
}
.cid-uvbr4YkaLi .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uvbr4YkaLi .embla__button:hover {
  background-color: #4188ff !important;
}
.cid-uvbr4YkaLi .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-uvbr4YkaLi .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-uvbr4YkaLi .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uvbr4YkaLi .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uvbr4YkaLi .embla {
  position: relative;
  width: 100%;
}
.cid-uvbr4YkaLi .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  padding-bottom: 4px;
}
.cid-uvbr4YkaLi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uvbr4YkaLi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uvbr4YkaLi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uvbr4YkaLi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uvbr4YkaLi .item-text {
  color: #4030d6;
}
.cid-uvbr4YkaLi .item-name {
  color: #4030d6;
}
.cid-uvhTj9RYOX {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e8e8e8;
}
.cid-uvhTj9RYOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvhTj9RYOX span {
  font-size: 1rem;
}
.cid-uvhTj9RYOX .gdpr-block label span.textGDPR input[name="gdpr"] {
  top: 2px;
}
.cid-uvhTj9RYOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvhTj9RYOX .row {
  justify-content: center;
}
.cid-uvhTj9RYOX .mbr-form {
  padding: 40px 45px;
}
@media (max-width: 992px) {
  .cid-uvhTj9RYOX .mbr-form {
    padding: 32px 24px;
  }
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .mbr-section-title {
  margin-bottom: 11px;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .mbr-text {
  margin-bottom: 22px;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group {
  margin-bottom: 25px !important;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-control-label {
  width: 100%;
  padding: 0 10px 5px 0;
  margin: 0;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-control {
  padding: 0 20px;
  background-color: #ffffff;
  min-height: 60px;
  border-radius: 100px;
  box-shadow: none;
  border: none !important;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #6e716f;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-control:hover,
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin: 0;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-check .form-check-input {
  border-radius: 0;
  border: 2px solid #6e716f;
  background-color: transparent;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  width: 100%;
  padding-top: 4px;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .form-group textarea {
  padding: 10px 20px;
  width: 100%;
  height: 80px!important;
  border-radius: 30px!important;
  background-color: #ffffff;
  color: #000000;
  border: none;
  outline: none;
  resize: none;
  box-shadow: none;
  overflow-y: auto;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .mbr-section-btn {
  width: 100% !important;
}
.cid-uvhTj9RYOX .mbr-form .dragArea.row .mbr-section-btn .btn {
  min-height: 54px;
}
.cid-uvhTj9RYOX .mbr-section-title {
  color: #4030d6;
  text-align: center;
}
.cid-uvhTj9RYOX .mbr-text {
  color: #6e716f;
  text-align: center;
}
.cid-uvhTj9RYOX LABEL {
  color: #101511;
}
.cid-uvhTj9RYOX H1 {
  color: #4030d6;
}
.cid-uvhTj9RYOX P {
  color: #353535;
}
.cid-uvkDhnJMUf {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvkDhnJMUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvkDhnJMUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvkDhnJMUf .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvkDhnJMUf .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvkDhnJMUf .mbr-text,
.cid-uvkDhnJMUf .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvQoLERzon {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvQoLERzon .l {
  display: inline !important;
}
.cid-uvQoLERzon .logo {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uvQoLERzon .footer-logo {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uvQoLERzon .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uvQoLERzon .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uvQoLERzon .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uvQoLERzon .social-list {
  width: auto;
}
.cid-uvQoLERzon .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-uvQoLERzon .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uvQoLERzon .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uvQoLERzon .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-uvQoLERzon .social-list {
    text-align: center !important;
  }
}
.cid-uvQoLERzon .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvQoLERzon a.nav-link:after {
  background-color: #353535;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uvQoLERzon a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-uvQoLERzon a.nav-link:hover {
  color: #353535 !important;
}
.cid-uvQoLERzon .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-uvQoLERzon .nav-link {
  font-weight: 400 !important;
}
.cid-uvQoLERzon .inner1 {
  width: auto;
}
.cid-uvQoLERzon .mbr-text {
  color: #4030d6;
}
.cid-uvQoLERzon .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-uvQoLERzon a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-uvQoLERzon .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uvQoLERzon .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-uvQoLERzon .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uvQoLERzon .inner {
  position: relative;
  display: inline-block;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.cid-uvQoLERzon .mbr-section-title,
.cid-uvQoLERzon .social-media {
  text-align: center;
  color: #111213;
}
.cid-uvQoLERzon H5 {
  color: #4030d6;
}
#custom-html-1u {
  /* Type valid CSS here */
}
#custom-html-1u div {
  padding-top: 2rem;
  color: #777;
  text-align: center;
}
#custom-html-1u .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* Inicialmente escondido */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#custom-html-1u .whatsapp-button img {
  width: 35px;
  height: 35px;
}
#custom-html-1u .whatsapp-button:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uvQPNikw1p {
  background-color: transparent;
}
.cid-uvQPNikw1p .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-uvQPNikw1p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-uvQPNikw1p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvQPNikw1p .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uvQPNikw1p .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uvQPNikw1p .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uvQPNikw1p .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvQPNikw1p .navbar.opened {
  transition: all 0.3s;
}
.cid-uvQPNikw1p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvQPNikw1p .navbar .navbar-logo img {
  max-width: 240px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uvQPNikw1p .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvQPNikw1p .navbar.collapsed {
  justify-content: center;
}
.cid-uvQPNikw1p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvQPNikw1p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvQPNikw1p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvQPNikw1p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvQPNikw1p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvQPNikw1p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvQPNikw1p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvQPNikw1p .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvQPNikw1p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvQPNikw1p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvQPNikw1p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvQPNikw1p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvQPNikw1p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvQPNikw1p .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uvQPNikw1p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvQPNikw1p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvQPNikw1p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvQPNikw1p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvQPNikw1p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvQPNikw1p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvQPNikw1p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvQPNikw1p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvQPNikw1p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvQPNikw1p .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvQPNikw1p .menu_box .navbar.opened,
  .cid-uvQPNikw1p .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvQPNikw1p .navbar-dropdown {
  position: relative !important;
}
.cid-uvQPNikw1p .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvQPNikw1p .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uvQPNikw1p .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uvQPNikw1p .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uvQPNikw1p .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .nav-item {
    margin: 0 !important;
  }
}
.cid-uvQPNikw1p .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #4030d6;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uvQPNikw1p .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #4030d6;
  }
}
.cid-uvQPNikw1p .nav-item .nav-link:hover,
.cid-uvQPNikw1p .nav-item .nav-link:focus {
  color: #4030d6 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-uvQPNikw1p .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvQPNikw1p .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvQPNikw1p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvQPNikw1p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvQPNikw1p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvQPNikw1p .offcanvas_box {
    display: none;
  }
}
.cid-uvQPNikw1p .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvQPNikw1p .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uvQPNikw1p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvQPNikw1p .container {
  display: flex;
  margin: auto;
}
.cid-uvQPNikw1p .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uvQPNikw1p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvQPNikw1p .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .navbar-nav {
    margin: 0;
  }
}
.cid-uvQPNikw1p .dropdown-menu,
.cid-uvQPNikw1p .navbar.opened {
  background-color: false !important;
}
.cid-uvQPNikw1p .nav-item:focus,
.cid-uvQPNikw1p .nav-link:focus {
  outline: none;
}
.cid-uvQPNikw1p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvQPNikw1p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvQPNikw1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvQPNikw1p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvQPNikw1p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvQPNikw1p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvQPNikw1p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvQPNikw1p .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uvQPNikw1p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvQPNikw1p .dropdown-item.active,
.cid-uvQPNikw1p .dropdown-item:active {
  background-color: transparent;
}
.cid-uvQPNikw1p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvQPNikw1p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvQPNikw1p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvQPNikw1p ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvQPNikw1p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvQPNikw1p button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #4030d6;
}
.cid-uvQPNikw1p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uvQPNikw1p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvQPNikw1p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQPNikw1p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQPNikw1p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvQPNikw1p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQPNikw1p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvQPNikw1p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvQPNikw1p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQPNikw1p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvQPNikw1p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvQPNikw1p .navbar {
    height: 70px;
  }
  .cid-uvQPNikw1p .navbar.opened {
    height: auto;
  }
  .cid-uvQPNikw1p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvQPNikw1p .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvQPNikw1p .navbar-caption:hover {
  color: #4030d6;
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvQPNikw1p .text_widget {
  margin-bottom: 32px;
}
.cid-uvQPNikw1p .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvQPNikw1p .text_widget a:hover,
.cid-uvQPNikw1p .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uvQPNikw1p .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uvQPNikw1p .navbar-caption {
  color: #000000;
}
.cid-uvQPNikw1p .mbr-section-subtitle,
.cid-uvQPNikw1p .text_widget,
.cid-uvQPNikw1p .mbr-section-btn {
  text-align: center;
}
.cid-uvQPNikw1p a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvQPNlycu3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvQPNlycu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQPNlycu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQPNlycu3 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvQPNlycu3 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvQPNlycu3 .mbr-text,
.cid-uvQPNlycu3 .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvQQqzgVYe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvQQqzgVYe .mbr-text {
  color: #353535;
  text-align: left;
  line-height: 1.3em;
}
.cid-uvQPNq6m2N {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvQPNq6m2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQPNq6m2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQPNq6m2N .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvQPNq6m2N .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvQPNq6m2N .mbr-text,
.cid-uvQPNq6m2N .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvQPNqCANB {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvQPNqCANB .l {
  display: inline !important;
}
.cid-uvQPNqCANB .logo {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uvQPNqCANB .footer-logo {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uvQPNqCANB .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uvQPNqCANB .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uvQPNqCANB .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uvQPNqCANB .social-list {
  width: auto;
}
.cid-uvQPNqCANB .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-uvQPNqCANB .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uvQPNqCANB .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uvQPNqCANB .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-uvQPNqCANB .social-list {
    text-align: center !important;
  }
}
.cid-uvQPNqCANB .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvQPNqCANB a.nav-link:after {
  background-color: #353535;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uvQPNqCANB a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-uvQPNqCANB a.nav-link:hover {
  color: #353535 !important;
}
.cid-uvQPNqCANB .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-uvQPNqCANB .nav-link {
  font-weight: 400 !important;
}
.cid-uvQPNqCANB .inner1 {
  width: auto;
}
.cid-uvQPNqCANB .mbr-text {
  color: #4030d6;
}
.cid-uvQPNqCANB .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-uvQPNqCANB a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-uvQPNqCANB .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uvQPNqCANB .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-uvQPNqCANB .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uvQPNqCANB .inner {
  position: relative;
  display: inline-block;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.cid-uvQPNqCANB .mbr-section-title,
.cid-uvQPNqCANB .social-media {
  text-align: center;
  color: #111213;
}
.cid-uvQPNqCANB H5 {
  color: #4030d6;
}
#custom-html-2i {
  /* Type valid CSS here */
}
#custom-html-2i div {
  padding-top: 2rem;
  color: #777;
  text-align: center;
}
#custom-html-2i .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* Inicialmente escondido */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#custom-html-2i .whatsapp-button img {
  width: 35px;
  height: 35px;
}
#custom-html-2i .whatsapp-button:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.cid-uvQRma93Dp {
  background-color: transparent;
}
.cid-uvQRma93Dp .navbar-dropdown {
  background-color: #e7e7e7 !important;
  padding: 0;
}
.cid-uvQRma93Dp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7e7e7 !important;
  background: #e7e7e7;
}
.cid-uvQRma93Dp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvQRma93Dp .navbar {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uvQRma93Dp .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uvQRma93Dp .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uvQRma93Dp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uvQRma93Dp .navbar.opened {
  transition: all 0.3s;
}
.cid-uvQRma93Dp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uvQRma93Dp .navbar .navbar-logo img {
  max-width: 240px;
  min-height: 70px;
  object-fit: contain;
  border-radius: 0px !important;
}
.cid-uvQRma93Dp .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvQRma93Dp .navbar.collapsed {
  justify-content: center;
}
.cid-uvQRma93Dp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvQRma93Dp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvQRma93Dp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvQRma93Dp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvQRma93Dp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvQRma93Dp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uvQRma93Dp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uvQRma93Dp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uvQRma93Dp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvQRma93Dp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvQRma93Dp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uvQRma93Dp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvQRma93Dp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uvQRma93Dp .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uvQRma93Dp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uvQRma93Dp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uvQRma93Dp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uvQRma93Dp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uvQRma93Dp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvQRma93Dp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uvQRma93Dp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvQRma93Dp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvQRma93Dp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvQRma93Dp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uvQRma93Dp .menu_box .navbar.opened,
  .cid-uvQRma93Dp .menu_box .navbar-collapse {
    background-color: #e7e7e7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uvQRma93Dp .navbar-dropdown {
  position: relative !important;
}
.cid-uvQRma93Dp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uvQRma93Dp .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uvQRma93Dp .mbr-section-btn-main .btn {
    margin-left: 0;
  }
}
.cid-uvQRma93Dp .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uvQRma93Dp .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .nav-item {
    margin: 4px 2px;
  }
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .nav-item {
    margin: 0 !important;
  }
}
.cid-uvQRma93Dp .nav-item .nav-link {
  justify-content: center;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
  padding: 16px 32px !important;
  border: 3px solid #4030d6;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uvQRma93Dp .nav-item .nav-link {
    justify-content: flex-start;
    padding: 8px 18px !important;
    border: 2px solid #4030d6;
  }
}
.cid-uvQRma93Dp .nav-item .nav-link:hover,
.cid-uvQRma93Dp .nav-item .nav-link:focus {
  color: #4030d6 !important;
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-uvQRma93Dp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uvQRma93Dp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uvQRma93Dp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uvQRma93Dp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uvQRma93Dp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uvQRma93Dp .offcanvas_box {
    display: none;
  }
}
.cid-uvQRma93Dp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uvQRma93Dp .nav-dropdown .link {
  font-weight: 400 !important;
  margin: 0 !important;
}
.cid-uvQRma93Dp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uvQRma93Dp .container {
  display: flex;
  margin: auto;
}
.cid-uvQRma93Dp .iconfont-wrapper {
  color: #000000;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uvQRma93Dp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uvQRma93Dp .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .navbar-nav {
    margin: 0;
  }
}
.cid-uvQRma93Dp .dropdown-menu,
.cid-uvQRma93Dp .navbar.opened {
  background-color: false !important;
}
.cid-uvQRma93Dp .nav-item:focus,
.cid-uvQRma93Dp .nav-link:focus {
  outline: none;
}
.cid-uvQRma93Dp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvQRma93Dp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvQRma93Dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvQRma93Dp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvQRma93Dp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvQRma93Dp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvQRma93Dp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvQRma93Dp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uvQRma93Dp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvQRma93Dp .dropdown-item.active,
.cid-uvQRma93Dp .dropdown-item:active {
  background-color: transparent;
}
.cid-uvQRma93Dp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvQRma93Dp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvQRma93Dp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvQRma93Dp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uvQRma93Dp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvQRma93Dp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7e7e7;
  background: #4030d6;
}
.cid-uvQRma93Dp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #e7e7e7;
}
.cid-uvQRma93Dp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvQRma93Dp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQRma93Dp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvQRma93Dp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvQRma93Dp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQRma93Dp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvQRma93Dp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvQRma93Dp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvQRma93Dp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uvQRma93Dp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvQRma93Dp .navbar {
    height: 70px;
  }
  .cid-uvQRma93Dp .navbar.opened {
    height: auto;
  }
  .cid-uvQRma93Dp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvQRma93Dp .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uvQRma93Dp .navbar-caption:hover {
  color: #4030d6;
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uvQRma93Dp .text_widget {
  margin-bottom: 32px;
}
.cid-uvQRma93Dp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uvQRma93Dp .text_widget a:hover,
.cid-uvQRma93Dp .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uvQRma93Dp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
    padding: 0 16px;
  }
}
.cid-uvQRma93Dp .navbar-caption {
  color: #000000;
}
.cid-uvQRma93Dp .mbr-section-subtitle,
.cid-uvQRma93Dp .text_widget,
.cid-uvQRma93Dp .mbr-section-btn {
  text-align: center;
}
.cid-uvQRma93Dp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uvQRmaHxqJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvQRmaHxqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQRmaHxqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQRmaHxqJ .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvQRmaHxqJ .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvQRmaHxqJ .mbr-text,
.cid-uvQRmaHxqJ .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvQRmaXdNy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uvQRmaXdNy .mbr-text {
  color: #353535;
  text-align: left;
  line-height: 1.3em;
}
.cid-uvQRmbh1Jj {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvQRmbh1Jj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvQRmbh1Jj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvQRmbh1Jj .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uvQRmbh1Jj .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uvQRmbh1Jj .mbr-text,
.cid-uvQRmbh1Jj .text-wrapper {
  color: #4030d6;
  text-align: center;
}
.cid-uvQRmbypOw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uvQRmbypOw .l {
  display: inline !important;
}
.cid-uvQRmbypOw .logo {
  text-align: center;
  margin-bottom: 20px;
}
.cid-uvQRmbypOw .footer-logo {
  width: 280px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uvQRmbypOw .icon-transition span {
  border: 1px solid #e5e6ef;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uvQRmbypOw .mbr-iconfont {
  color: #111213;
  align-items: center;
}
.cid-uvQRmbypOw .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-uvQRmbypOw .social-list {
  width: auto;
}
.cid-uvQRmbypOw .social-media {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.cid-uvQRmbypOw .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uvQRmbypOw .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-uvQRmbypOw .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
@media (max-width: 767px) {
  .cid-uvQRmbypOw .social-list {
    text-align: center !important;
  }
}
.cid-uvQRmbypOw .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uvQRmbypOw a.nav-link:after {
  background-color: #353535;
  content: "" !important;
  display: block !important;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -4px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uvQRmbypOw a.nav-link:hover:after {
  opacity: 1;
  width: 100%;
}
.cid-uvQRmbypOw a.nav-link:hover {
  color: #353535 !important;
}
.cid-uvQRmbypOw .navbar-nav {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
.cid-uvQRmbypOw .nav-link {
  font-weight: 400 !important;
}
.cid-uvQRmbypOw .inner1 {
  width: auto;
}
.cid-uvQRmbypOw .mbr-text {
  color: #4030d6;
}
.cid-uvQRmbypOw .line {
  height: 1px;
  width: 100%;
  background-color: #e5e6ef;
  margin-bottom: 30px;
}
.cid-uvQRmbypOw a {
  font-weight: 400 !important;
}
@media (max-width: 540px) {
  .cid-uvQRmbypOw .navbar-nav {
    display: flex;
    flex-direction: column;
  }
  .cid-uvQRmbypOw .l {
    display: inline !important;
    width: auto;
    margin-top: 15px;
  }
  .cid-uvQRmbypOw .nav-link {
    display: inline;
    width: auto;
  }
}
.cid-uvQRmbypOw .inner {
  position: relative;
  display: inline-block;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.cid-uvQRmbypOw .mbr-section-title,
.cid-uvQRmbypOw .social-media {
  text-align: center;
  color: #111213;
}
.cid-uvQRmbypOw H5 {
  color: #4030d6;
}
#custom-html-2q {
  /* Type valid CSS here */
}
#custom-html-2q div {
  padding-top: 2rem;
  color: #777;
  text-align: center;
}
#custom-html-2q .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  /* Inicialmente escondido */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#custom-html-2q .whatsapp-button img {
  width: 35px;
  height: 35px;
}
#custom-html-2q .whatsapp-button:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
  transition: all 0.3s ease;
}
